From ff93d3faea87aaefbfda77bb65e04954b0affd97 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik <70954129+live-dev999@users.noreply.github.com> Date: Wed, 17 Nov 2021 13:52:30 +0300 Subject: [PATCH 01/77] analysis: add codeql-analysis --- .github/workflows/codeql-analysis.yml | 70 +++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 00000000..28d3f20d --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,70 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL" + +on: + push: + branches: [ master ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ master ] + schedule: + - cron: '41 1 * * 4' + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write + + strategy: + fail-fast: false + matrix: + language: [ 'csharp', 'javascript' ] + # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] + # Learn more about CodeQL language support at https://git.io/codeql-language-support + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + # queries: ./path/to/local/query, your-org/your-repo/queries@main + + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v1 + + # ℹ️ Command-line programs to run using the OS shell. + # 📚 https://git.io/JvXDl + + # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines + # and modify them (or add more) to build your code if your project + # uses a compiled language + + #- run: | + # make bootstrap + # make release + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v1 From b4436a7b8292835c721e834b4403eaee59340aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 11:52:09 +0000 Subject: [PATCH 02/77] chore(deps): bump nanoid in /src/Services/auth/O2NextGen.Auth.Web Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/Services/auth/O2NextGen.Auth.Web/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Services/auth/O2NextGen.Auth.Web/package-lock.json b/src/Services/auth/O2NextGen.Auth.Web/package-lock.json index edea65b5..1d5da0e6 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/package-lock.json +++ b/src/Services/auth/O2NextGen.Auth.Web/package-lock.json @@ -914,9 +914,9 @@ "dev": true }, "nanoid": { - "version": "3.1.30", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", - "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz", + "integrity": "sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==", "dev": true }, "node-emoji": { From ddad6928d7c243d948f24b10eb172da4023d9499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 12:45:00 +0000 Subject: [PATCH 03/77] build(deps): bump follow-redirects in /src/WebApps/pfr-app/c-gen Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/c-gen/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/c-gen/yarn.lock b/src/WebApps/pfr-app/c-gen/yarn.lock index d85b4f77..9caebb1a 100644 --- a/src/WebApps/pfr-app/c-gen/yarn.lock +++ b/src/WebApps/pfr-app/c-gen/yarn.lock @@ -2310,9 +2310,9 @@ find-up@^4.0.0: path-exists "^4.0.0" follow-redirects@^1.0.0: - version "1.14.7" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" - integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== + version "1.14.8" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc" + integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA== forwarded@0.2.0: version "0.2.0" From 5fe8a3b639aba2bd022fa886c0b1e09828bad696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 12:45:04 +0000 Subject: [PATCH 04/77] build(deps): bump follow-redirects in /src/WebApps/pfr-app/smalltalk Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/smalltalk/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/smalltalk/yarn.lock b/src/WebApps/pfr-app/smalltalk/yarn.lock index d85b4f77..9caebb1a 100644 --- a/src/WebApps/pfr-app/smalltalk/yarn.lock +++ b/src/WebApps/pfr-app/smalltalk/yarn.lock @@ -2310,9 +2310,9 @@ find-up@^4.0.0: path-exists "^4.0.0" follow-redirects@^1.0.0: - version "1.14.7" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" - integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== + version "1.14.8" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc" + integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA== forwarded@0.2.0: version "0.2.0" From e337ebb038ae0c0efea1b881a4e32648e0cd2148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 12:45:04 +0000 Subject: [PATCH 05/77] build(deps): bump follow-redirects in /src/WebApps/pfr-app/pfr-app Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/pfr-app/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/pfr-app/yarn.lock b/src/WebApps/pfr-app/pfr-app/yarn.lock index d85b4f77..9caebb1a 100644 --- a/src/WebApps/pfr-app/pfr-app/yarn.lock +++ b/src/WebApps/pfr-app/pfr-app/yarn.lock @@ -2310,9 +2310,9 @@ find-up@^4.0.0: path-exists "^4.0.0" follow-redirects@^1.0.0: - version "1.14.7" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" - integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== + version "1.14.8" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc" + integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA== forwarded@0.2.0: version "0.2.0" From 099b1d4e17e7e1139515cdd1f14538535d7ef6a4 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik <70954129+live-dev999@users.noreply.github.com> Date: Wed, 17 Nov 2021 13:52:30 +0300 Subject: [PATCH 06/77] analysis: add codeql-analysis --- .github/workflows/codeql-analysis.yml | 70 +++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 00000000..28d3f20d --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,70 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL" + +on: + push: + branches: [ master ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ master ] + schedule: + - cron: '41 1 * * 4' + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write + + strategy: + fail-fast: false + matrix: + language: [ 'csharp', 'javascript' ] + # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] + # Learn more about CodeQL language support at https://git.io/codeql-language-support + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + # queries: ./path/to/local/query, your-org/your-repo/queries@main + + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v1 + + # ℹ️ Command-line programs to run using the OS shell. + # 📚 https://git.io/JvXDl + + # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines + # and modify them (or add more) to build your code if your project + # uses a compiled language + + #- run: | + # make bootstrap + # make release + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v1 From b1c3eb644f0e2a23ea765c60faec9c0edccff5b0 Mon Sep 17 00:00:00 2001 From: Dzianis Prokharchyk Date: Mon, 14 Mar 2022 21:18:27 +0300 Subject: [PATCH 07/77] feat(issue-221): add dockerfiles for services --- src/.dockerignore | 25 ++ src/O2NextGen-Prototypes.sln | 267 +++++++++++++++++- .../auth/O2NextGen.Auth.Web/Dockerfile | 22 ++ .../Logging/ElasticJsonFormatter.cs | 8 +- .../O2NextGen.Auth.Web.csproj | 5 + .../Properties/launchSettings.json | 11 +- .../Dockerfile | 19 +- .../Dockerfile.original | 24 ++ ...O2NextGen.CertificateManagement.Api.csproj | 7 +- .../Properties/launchSettings.json | 15 +- .../e-sender/O2NextGen.ESender.Api/Dockerfile | 25 ++ .../O2NextGen.ESender.Api.csproj | 7 +- .../Properties/launchSettings.json | 20 +- .../O2NextGen.SmallTalk.Api/Dockerfile | 25 ++ .../O2NextGen.SmallTalk.Api.csproj | 7 +- .../Properties/launchSettings.json | 20 +- src/docker-compose.dcproj | 18 ++ src/docker-compose.override.yml | 46 ++- src/docker-compose.yaml | 33 --- src/docker-compose.yml | 30 ++ 20 files changed, 558 insertions(+), 76 deletions(-) create mode 100644 src/.dockerignore create mode 100644 src/Services/auth/O2NextGen.Auth.Web/Dockerfile create mode 100644 src/Services/c-gen/O2NextGen.CertificateManagement.Api/Dockerfile.original create mode 100644 src/Services/e-sender/O2NextGen.ESender.Api/Dockerfile create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Api/Dockerfile create mode 100644 src/docker-compose.dcproj delete mode 100644 src/docker-compose.yaml create mode 100644 src/docker-compose.yml diff --git a/src/.dockerignore b/src/.dockerignore new file mode 100644 index 00000000..3729ff0c --- /dev/null +++ b/src/.dockerignore @@ -0,0 +1,25 @@ +**/.classpath +**/.dockerignore +**/.env +**/.git +**/.gitignore +**/.project +**/.settings +**/.toolstarget +**/.vs +**/.vscode +**/*.*proj.user +**/*.dbmdl +**/*.jfm +**/azds.yaml +**/bin +**/charts +**/docker-compose* +**/Dockerfile* +**/node_modules +**/npm-debug.log +**/obj +**/secrets.dev.yaml +**/values.dev.yaml +LICENSE +README.md \ No newline at end of file diff --git a/src/O2NextGen-Prototypes.sln b/src/O2NextGen-Prototypes.sln index bba50e0b..5118ffb9 100644 --- a/src/O2NextGen-Prototypes.sln +++ b/src/O2NextGen-Prototypes.sln @@ -1,8 +1,52 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26124.0 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32112.339 MinimumVisualStudioVersion = 15.0.26124.0 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{574CE1BF-397E-4262-82AD-94FB1CE98DA2}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.CertificateManagement.Api", "Services\c-gen\O2NextGen.CertificateManagement.Api\O2NextGen.CertificateManagement.Api.csproj", "{A31DB3FB-ACFC-407D-BAEB-A8CE7B02ACD5}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.Auth.Web", "Services\auth\O2NextGen.Auth.Web\O2NextGen.Auth.Web.csproj", "{D3CB3202-5150-421A-8080-1C6C3AEE7AF8}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.ESender.Api", "Services\e-sender\O2NextGen.ESender.Api\O2NextGen.ESender.Api.csproj", "{4364879E-A340-4E42-9A99-E300B17E642A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "c-gen", "c-gen", "{D54E3377-9B9C-479F-AC91-950C467643C5}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.CertificateManagement.Business", "Services\c-gen\O2NextGen.CertificateManagement.Business\O2NextGen.CertificateManagement.Business.csproj", "{61756592-A16C-493F-908D-2F36F8259735}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.CertificateManagement.Data", "Services\c-gen\O2NextGen.CertificateManagement.Data\O2NextGen.CertificateManagement.Data.csproj", "{47342164-51DC-4498-AD4C-97702E968FBE}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.CertificateManagement.Impl", "Services\c-gen\O2NextGen.CertificateManagement.Impl\O2NextGen.CertificateManagement.Impl.csproj", "{A7B2F28E-3B2D-4CCB-9F69-04B8CE7F855C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "auth", "auth", "{34A59C35-BF40-43E3-8FA6-6A20B49300E9}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "e-sender", "e-sender", "{D1FCDD69-6150-400D-B2AE-C4FE3FD1E1C5}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.ESender.Business", "Services\e-sender\O2NextGen.ESender.Business\O2NextGen.ESender.Business.csproj", "{3577343F-C561-4031-8AE5-4A792ECE399D}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.ESender.Data", "Services\e-sender\O2NextGen.ESender.Data\O2NextGen.ESender.Data.csproj", "{ED022699-A7C1-4A89-8DD6-3C20427440C1}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.ESender.Impl", "Services\e-sender\O2NextGen.ESender.Impl\O2NextGen.ESender.Impl.csproj", "{222158C9-EE7E-412B-9105-F570FA29BAAF}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "on-tracker", "on-tracker", "{E88D3DAC-13D1-4711-9ADD-BE97A3A57212}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2.OnTracker.Api", "Services\on-tracker\O2.OnTracker.Api\O2.OnTracker.Api.csproj", "{230C6816-A862-450D-8B9C-736CA2D21F93}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "smalltalk", "smalltalk", "{0DB9F20A-FD40-4110-807E-AAEFEFCCD574}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmallTalk.Api", "Services\smalltalk\O2NextGen.SmallTalk.Api\O2NextGen.SmallTalk.Api.csproj", "{87A8C3EB-C675-4EA8-97F9-98BDF13E23D6}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmallTalk.Business", "Services\smalltalk\O2NextGen.SmallTalk.Business\O2NextGen.SmallTalk.Business.csproj", "{31515AC2-E286-49D7-A35C-5F34BB297EB7}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmallTalk.Data", "Services\smalltalk\O2NextGen.SmallTalk.Data\O2NextGen.SmallTalk.Data.csproj", "{1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmallTalk.Impl", "Services\smalltalk\O2NextGen.SmallTalk.Impl\O2NextGen.SmallTalk.Impl.csproj", "{20D19B8A-3C6E-49B4-BBC9-51EA63B86147}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2.Tracker.DbUtility", "Services\on-tracker\O2.Tracker.DbUtility\O2.Tracker.DbUtility.csproj", "{ECC10F39-5198-481C-91D9-40C09A0E323F}" +EndProject +Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{5815FA40-82B7-400D-8FB0-667EED9DC622}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -12,7 +56,226 @@ Global Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A31DB3FB-ACFC-407D-BAEB-A8CE7B02ACD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A31DB3FB-ACFC-407D-BAEB-A8CE7B02ACD5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A31DB3FB-ACFC-407D-BAEB-A8CE7B02ACD5}.Debug|x64.ActiveCfg = Debug|Any CPU + {A31DB3FB-ACFC-407D-BAEB-A8CE7B02ACD5}.Debug|x64.Build.0 = Debug|Any CPU + {A31DB3FB-ACFC-407D-BAEB-A8CE7B02ACD5}.Debug|x86.ActiveCfg = Debug|Any CPU + {A31DB3FB-ACFC-407D-BAEB-A8CE7B02ACD5}.Debug|x86.Build.0 = Debug|Any CPU + {A31DB3FB-ACFC-407D-BAEB-A8CE7B02ACD5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A31DB3FB-ACFC-407D-BAEB-A8CE7B02ACD5}.Release|Any CPU.Build.0 = Release|Any CPU + {A31DB3FB-ACFC-407D-BAEB-A8CE7B02ACD5}.Release|x64.ActiveCfg = Release|Any CPU + {A31DB3FB-ACFC-407D-BAEB-A8CE7B02ACD5}.Release|x64.Build.0 = Release|Any CPU + {A31DB3FB-ACFC-407D-BAEB-A8CE7B02ACD5}.Release|x86.ActiveCfg = Release|Any CPU + {A31DB3FB-ACFC-407D-BAEB-A8CE7B02ACD5}.Release|x86.Build.0 = Release|Any CPU + {D3CB3202-5150-421A-8080-1C6C3AEE7AF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D3CB3202-5150-421A-8080-1C6C3AEE7AF8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D3CB3202-5150-421A-8080-1C6C3AEE7AF8}.Debug|x64.ActiveCfg = Debug|Any CPU + {D3CB3202-5150-421A-8080-1C6C3AEE7AF8}.Debug|x64.Build.0 = Debug|Any CPU + {D3CB3202-5150-421A-8080-1C6C3AEE7AF8}.Debug|x86.ActiveCfg = Debug|Any CPU + {D3CB3202-5150-421A-8080-1C6C3AEE7AF8}.Debug|x86.Build.0 = Debug|Any CPU + {D3CB3202-5150-421A-8080-1C6C3AEE7AF8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D3CB3202-5150-421A-8080-1C6C3AEE7AF8}.Release|Any CPU.Build.0 = Release|Any CPU + {D3CB3202-5150-421A-8080-1C6C3AEE7AF8}.Release|x64.ActiveCfg = Release|Any CPU + {D3CB3202-5150-421A-8080-1C6C3AEE7AF8}.Release|x64.Build.0 = Release|Any CPU + {D3CB3202-5150-421A-8080-1C6C3AEE7AF8}.Release|x86.ActiveCfg = Release|Any CPU + {D3CB3202-5150-421A-8080-1C6C3AEE7AF8}.Release|x86.Build.0 = Release|Any CPU + {4364879E-A340-4E42-9A99-E300B17E642A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4364879E-A340-4E42-9A99-E300B17E642A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4364879E-A340-4E42-9A99-E300B17E642A}.Debug|x64.ActiveCfg = Debug|Any CPU + {4364879E-A340-4E42-9A99-E300B17E642A}.Debug|x64.Build.0 = Debug|Any CPU + {4364879E-A340-4E42-9A99-E300B17E642A}.Debug|x86.ActiveCfg = Debug|Any CPU + {4364879E-A340-4E42-9A99-E300B17E642A}.Debug|x86.Build.0 = Debug|Any CPU + {4364879E-A340-4E42-9A99-E300B17E642A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4364879E-A340-4E42-9A99-E300B17E642A}.Release|Any CPU.Build.0 = Release|Any CPU + {4364879E-A340-4E42-9A99-E300B17E642A}.Release|x64.ActiveCfg = Release|Any CPU + {4364879E-A340-4E42-9A99-E300B17E642A}.Release|x64.Build.0 = Release|Any CPU + {4364879E-A340-4E42-9A99-E300B17E642A}.Release|x86.ActiveCfg = Release|Any CPU + {4364879E-A340-4E42-9A99-E300B17E642A}.Release|x86.Build.0 = Release|Any CPU + {61756592-A16C-493F-908D-2F36F8259735}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {61756592-A16C-493F-908D-2F36F8259735}.Debug|Any CPU.Build.0 = Debug|Any CPU + {61756592-A16C-493F-908D-2F36F8259735}.Debug|x64.ActiveCfg = Debug|Any CPU + {61756592-A16C-493F-908D-2F36F8259735}.Debug|x64.Build.0 = Debug|Any CPU + {61756592-A16C-493F-908D-2F36F8259735}.Debug|x86.ActiveCfg = Debug|Any CPU + {61756592-A16C-493F-908D-2F36F8259735}.Debug|x86.Build.0 = Debug|Any CPU + {61756592-A16C-493F-908D-2F36F8259735}.Release|Any CPU.ActiveCfg = Release|Any CPU + {61756592-A16C-493F-908D-2F36F8259735}.Release|Any CPU.Build.0 = Release|Any CPU + {61756592-A16C-493F-908D-2F36F8259735}.Release|x64.ActiveCfg = Release|Any CPU + {61756592-A16C-493F-908D-2F36F8259735}.Release|x64.Build.0 = Release|Any CPU + {61756592-A16C-493F-908D-2F36F8259735}.Release|x86.ActiveCfg = Release|Any CPU + {61756592-A16C-493F-908D-2F36F8259735}.Release|x86.Build.0 = Release|Any CPU + {47342164-51DC-4498-AD4C-97702E968FBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {47342164-51DC-4498-AD4C-97702E968FBE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {47342164-51DC-4498-AD4C-97702E968FBE}.Debug|x64.ActiveCfg = Debug|Any CPU + {47342164-51DC-4498-AD4C-97702E968FBE}.Debug|x64.Build.0 = Debug|Any CPU + {47342164-51DC-4498-AD4C-97702E968FBE}.Debug|x86.ActiveCfg = Debug|Any CPU + {47342164-51DC-4498-AD4C-97702E968FBE}.Debug|x86.Build.0 = Debug|Any CPU + {47342164-51DC-4498-AD4C-97702E968FBE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {47342164-51DC-4498-AD4C-97702E968FBE}.Release|Any CPU.Build.0 = Release|Any CPU + {47342164-51DC-4498-AD4C-97702E968FBE}.Release|x64.ActiveCfg = Release|Any CPU + {47342164-51DC-4498-AD4C-97702E968FBE}.Release|x64.Build.0 = Release|Any CPU + {47342164-51DC-4498-AD4C-97702E968FBE}.Release|x86.ActiveCfg = Release|Any CPU + {47342164-51DC-4498-AD4C-97702E968FBE}.Release|x86.Build.0 = Release|Any CPU + {A7B2F28E-3B2D-4CCB-9F69-04B8CE7F855C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A7B2F28E-3B2D-4CCB-9F69-04B8CE7F855C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A7B2F28E-3B2D-4CCB-9F69-04B8CE7F855C}.Debug|x64.ActiveCfg = Debug|Any CPU + {A7B2F28E-3B2D-4CCB-9F69-04B8CE7F855C}.Debug|x64.Build.0 = Debug|Any CPU + {A7B2F28E-3B2D-4CCB-9F69-04B8CE7F855C}.Debug|x86.ActiveCfg = Debug|Any CPU + {A7B2F28E-3B2D-4CCB-9F69-04B8CE7F855C}.Debug|x86.Build.0 = Debug|Any CPU + {A7B2F28E-3B2D-4CCB-9F69-04B8CE7F855C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A7B2F28E-3B2D-4CCB-9F69-04B8CE7F855C}.Release|Any CPU.Build.0 = Release|Any CPU + {A7B2F28E-3B2D-4CCB-9F69-04B8CE7F855C}.Release|x64.ActiveCfg = Release|Any CPU + {A7B2F28E-3B2D-4CCB-9F69-04B8CE7F855C}.Release|x64.Build.0 = Release|Any CPU + {A7B2F28E-3B2D-4CCB-9F69-04B8CE7F855C}.Release|x86.ActiveCfg = Release|Any CPU + {A7B2F28E-3B2D-4CCB-9F69-04B8CE7F855C}.Release|x86.Build.0 = Release|Any CPU + {3577343F-C561-4031-8AE5-4A792ECE399D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3577343F-C561-4031-8AE5-4A792ECE399D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3577343F-C561-4031-8AE5-4A792ECE399D}.Debug|x64.ActiveCfg = Debug|Any CPU + {3577343F-C561-4031-8AE5-4A792ECE399D}.Debug|x64.Build.0 = Debug|Any CPU + {3577343F-C561-4031-8AE5-4A792ECE399D}.Debug|x86.ActiveCfg = Debug|Any CPU + {3577343F-C561-4031-8AE5-4A792ECE399D}.Debug|x86.Build.0 = Debug|Any CPU + {3577343F-C561-4031-8AE5-4A792ECE399D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3577343F-C561-4031-8AE5-4A792ECE399D}.Release|Any CPU.Build.0 = Release|Any CPU + {3577343F-C561-4031-8AE5-4A792ECE399D}.Release|x64.ActiveCfg = Release|Any CPU + {3577343F-C561-4031-8AE5-4A792ECE399D}.Release|x64.Build.0 = Release|Any CPU + {3577343F-C561-4031-8AE5-4A792ECE399D}.Release|x86.ActiveCfg = Release|Any CPU + {3577343F-C561-4031-8AE5-4A792ECE399D}.Release|x86.Build.0 = Release|Any CPU + {ED022699-A7C1-4A89-8DD6-3C20427440C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {ED022699-A7C1-4A89-8DD6-3C20427440C1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {ED022699-A7C1-4A89-8DD6-3C20427440C1}.Debug|x64.ActiveCfg = Debug|Any CPU + {ED022699-A7C1-4A89-8DD6-3C20427440C1}.Debug|x64.Build.0 = Debug|Any CPU + {ED022699-A7C1-4A89-8DD6-3C20427440C1}.Debug|x86.ActiveCfg = Debug|Any CPU + {ED022699-A7C1-4A89-8DD6-3C20427440C1}.Debug|x86.Build.0 = Debug|Any CPU + {ED022699-A7C1-4A89-8DD6-3C20427440C1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {ED022699-A7C1-4A89-8DD6-3C20427440C1}.Release|Any CPU.Build.0 = Release|Any CPU + {ED022699-A7C1-4A89-8DD6-3C20427440C1}.Release|x64.ActiveCfg = Release|Any CPU + {ED022699-A7C1-4A89-8DD6-3C20427440C1}.Release|x64.Build.0 = Release|Any CPU + {ED022699-A7C1-4A89-8DD6-3C20427440C1}.Release|x86.ActiveCfg = Release|Any CPU + {ED022699-A7C1-4A89-8DD6-3C20427440C1}.Release|x86.Build.0 = Release|Any CPU + {222158C9-EE7E-412B-9105-F570FA29BAAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {222158C9-EE7E-412B-9105-F570FA29BAAF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {222158C9-EE7E-412B-9105-F570FA29BAAF}.Debug|x64.ActiveCfg = Debug|Any CPU + {222158C9-EE7E-412B-9105-F570FA29BAAF}.Debug|x64.Build.0 = Debug|Any CPU + {222158C9-EE7E-412B-9105-F570FA29BAAF}.Debug|x86.ActiveCfg = Debug|Any CPU + {222158C9-EE7E-412B-9105-F570FA29BAAF}.Debug|x86.Build.0 = Debug|Any CPU + {222158C9-EE7E-412B-9105-F570FA29BAAF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {222158C9-EE7E-412B-9105-F570FA29BAAF}.Release|Any CPU.Build.0 = Release|Any CPU + {222158C9-EE7E-412B-9105-F570FA29BAAF}.Release|x64.ActiveCfg = Release|Any CPU + {222158C9-EE7E-412B-9105-F570FA29BAAF}.Release|x64.Build.0 = Release|Any CPU + {222158C9-EE7E-412B-9105-F570FA29BAAF}.Release|x86.ActiveCfg = Release|Any CPU + {222158C9-EE7E-412B-9105-F570FA29BAAF}.Release|x86.Build.0 = Release|Any CPU + {230C6816-A862-450D-8B9C-736CA2D21F93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {230C6816-A862-450D-8B9C-736CA2D21F93}.Debug|Any CPU.Build.0 = Debug|Any CPU + {230C6816-A862-450D-8B9C-736CA2D21F93}.Debug|x64.ActiveCfg = Debug|Any CPU + {230C6816-A862-450D-8B9C-736CA2D21F93}.Debug|x64.Build.0 = Debug|Any CPU + {230C6816-A862-450D-8B9C-736CA2D21F93}.Debug|x86.ActiveCfg = Debug|Any CPU + {230C6816-A862-450D-8B9C-736CA2D21F93}.Debug|x86.Build.0 = Debug|Any CPU + {230C6816-A862-450D-8B9C-736CA2D21F93}.Release|Any CPU.ActiveCfg = Release|Any CPU + {230C6816-A862-450D-8B9C-736CA2D21F93}.Release|Any CPU.Build.0 = Release|Any CPU + {230C6816-A862-450D-8B9C-736CA2D21F93}.Release|x64.ActiveCfg = Release|Any CPU + {230C6816-A862-450D-8B9C-736CA2D21F93}.Release|x64.Build.0 = Release|Any CPU + {230C6816-A862-450D-8B9C-736CA2D21F93}.Release|x86.ActiveCfg = Release|Any CPU + {230C6816-A862-450D-8B9C-736CA2D21F93}.Release|x86.Build.0 = Release|Any CPU + {87A8C3EB-C675-4EA8-97F9-98BDF13E23D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {87A8C3EB-C675-4EA8-97F9-98BDF13E23D6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {87A8C3EB-C675-4EA8-97F9-98BDF13E23D6}.Debug|x64.ActiveCfg = Debug|Any CPU + {87A8C3EB-C675-4EA8-97F9-98BDF13E23D6}.Debug|x64.Build.0 = Debug|Any CPU + {87A8C3EB-C675-4EA8-97F9-98BDF13E23D6}.Debug|x86.ActiveCfg = Debug|Any CPU + {87A8C3EB-C675-4EA8-97F9-98BDF13E23D6}.Debug|x86.Build.0 = Debug|Any CPU + {87A8C3EB-C675-4EA8-97F9-98BDF13E23D6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {87A8C3EB-C675-4EA8-97F9-98BDF13E23D6}.Release|Any CPU.Build.0 = Release|Any CPU + {87A8C3EB-C675-4EA8-97F9-98BDF13E23D6}.Release|x64.ActiveCfg = Release|Any CPU + {87A8C3EB-C675-4EA8-97F9-98BDF13E23D6}.Release|x64.Build.0 = Release|Any CPU + {87A8C3EB-C675-4EA8-97F9-98BDF13E23D6}.Release|x86.ActiveCfg = Release|Any CPU + {87A8C3EB-C675-4EA8-97F9-98BDF13E23D6}.Release|x86.Build.0 = Release|Any CPU + {31515AC2-E286-49D7-A35C-5F34BB297EB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {31515AC2-E286-49D7-A35C-5F34BB297EB7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {31515AC2-E286-49D7-A35C-5F34BB297EB7}.Debug|x64.ActiveCfg = Debug|Any CPU + {31515AC2-E286-49D7-A35C-5F34BB297EB7}.Debug|x64.Build.0 = Debug|Any CPU + {31515AC2-E286-49D7-A35C-5F34BB297EB7}.Debug|x86.ActiveCfg = Debug|Any CPU + {31515AC2-E286-49D7-A35C-5F34BB297EB7}.Debug|x86.Build.0 = Debug|Any CPU + {31515AC2-E286-49D7-A35C-5F34BB297EB7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {31515AC2-E286-49D7-A35C-5F34BB297EB7}.Release|Any CPU.Build.0 = Release|Any CPU + {31515AC2-E286-49D7-A35C-5F34BB297EB7}.Release|x64.ActiveCfg = Release|Any CPU + {31515AC2-E286-49D7-A35C-5F34BB297EB7}.Release|x64.Build.0 = Release|Any CPU + {31515AC2-E286-49D7-A35C-5F34BB297EB7}.Release|x86.ActiveCfg = Release|Any CPU + {31515AC2-E286-49D7-A35C-5F34BB297EB7}.Release|x86.Build.0 = Release|Any CPU + {1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95}.Debug|x64.ActiveCfg = Debug|Any CPU + {1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95}.Debug|x64.Build.0 = Debug|Any CPU + {1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95}.Debug|x86.ActiveCfg = Debug|Any CPU + {1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95}.Debug|x86.Build.0 = Debug|Any CPU + {1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95}.Release|Any CPU.Build.0 = Release|Any CPU + {1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95}.Release|x64.ActiveCfg = Release|Any CPU + {1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95}.Release|x64.Build.0 = Release|Any CPU + {1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95}.Release|x86.ActiveCfg = Release|Any CPU + {1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95}.Release|x86.Build.0 = Release|Any CPU + {20D19B8A-3C6E-49B4-BBC9-51EA63B86147}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {20D19B8A-3C6E-49B4-BBC9-51EA63B86147}.Debug|Any CPU.Build.0 = Debug|Any CPU + {20D19B8A-3C6E-49B4-BBC9-51EA63B86147}.Debug|x64.ActiveCfg = Debug|Any CPU + {20D19B8A-3C6E-49B4-BBC9-51EA63B86147}.Debug|x64.Build.0 = Debug|Any CPU + {20D19B8A-3C6E-49B4-BBC9-51EA63B86147}.Debug|x86.ActiveCfg = Debug|Any CPU + {20D19B8A-3C6E-49B4-BBC9-51EA63B86147}.Debug|x86.Build.0 = Debug|Any CPU + {20D19B8A-3C6E-49B4-BBC9-51EA63B86147}.Release|Any CPU.ActiveCfg = Release|Any CPU + {20D19B8A-3C6E-49B4-BBC9-51EA63B86147}.Release|Any CPU.Build.0 = Release|Any CPU + {20D19B8A-3C6E-49B4-BBC9-51EA63B86147}.Release|x64.ActiveCfg = Release|Any CPU + {20D19B8A-3C6E-49B4-BBC9-51EA63B86147}.Release|x64.Build.0 = Release|Any CPU + {20D19B8A-3C6E-49B4-BBC9-51EA63B86147}.Release|x86.ActiveCfg = Release|Any CPU + {20D19B8A-3C6E-49B4-BBC9-51EA63B86147}.Release|x86.Build.0 = Release|Any CPU + {ECC10F39-5198-481C-91D9-40C09A0E323F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {ECC10F39-5198-481C-91D9-40C09A0E323F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {ECC10F39-5198-481C-91D9-40C09A0E323F}.Debug|x64.ActiveCfg = Debug|Any CPU + {ECC10F39-5198-481C-91D9-40C09A0E323F}.Debug|x64.Build.0 = Debug|Any CPU + {ECC10F39-5198-481C-91D9-40C09A0E323F}.Debug|x86.ActiveCfg = Debug|Any CPU + {ECC10F39-5198-481C-91D9-40C09A0E323F}.Debug|x86.Build.0 = Debug|Any CPU + {ECC10F39-5198-481C-91D9-40C09A0E323F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {ECC10F39-5198-481C-91D9-40C09A0E323F}.Release|Any CPU.Build.0 = Release|Any CPU + {ECC10F39-5198-481C-91D9-40C09A0E323F}.Release|x64.ActiveCfg = Release|Any CPU + {ECC10F39-5198-481C-91D9-40C09A0E323F}.Release|x64.Build.0 = Release|Any CPU + {ECC10F39-5198-481C-91D9-40C09A0E323F}.Release|x86.ActiveCfg = Release|Any CPU + {ECC10F39-5198-481C-91D9-40C09A0E323F}.Release|x86.Build.0 = Release|Any CPU + {5815FA40-82B7-400D-8FB0-667EED9DC622}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5815FA40-82B7-400D-8FB0-667EED9DC622}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5815FA40-82B7-400D-8FB0-667EED9DC622}.Debug|x64.ActiveCfg = Debug|Any CPU + {5815FA40-82B7-400D-8FB0-667EED9DC622}.Debug|x64.Build.0 = Debug|Any CPU + {5815FA40-82B7-400D-8FB0-667EED9DC622}.Debug|x86.ActiveCfg = Debug|Any CPU + {5815FA40-82B7-400D-8FB0-667EED9DC622}.Debug|x86.Build.0 = Debug|Any CPU + {5815FA40-82B7-400D-8FB0-667EED9DC622}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5815FA40-82B7-400D-8FB0-667EED9DC622}.Release|Any CPU.Build.0 = Release|Any CPU + {5815FA40-82B7-400D-8FB0-667EED9DC622}.Release|x64.ActiveCfg = Release|Any CPU + {5815FA40-82B7-400D-8FB0-667EED9DC622}.Release|x64.Build.0 = Release|Any CPU + {5815FA40-82B7-400D-8FB0-667EED9DC622}.Release|x86.ActiveCfg = Release|Any CPU + {5815FA40-82B7-400D-8FB0-667EED9DC622}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {A31DB3FB-ACFC-407D-BAEB-A8CE7B02ACD5} = {D54E3377-9B9C-479F-AC91-950C467643C5} + {D3CB3202-5150-421A-8080-1C6C3AEE7AF8} = {34A59C35-BF40-43E3-8FA6-6A20B49300E9} + {4364879E-A340-4E42-9A99-E300B17E642A} = {D1FCDD69-6150-400D-B2AE-C4FE3FD1E1C5} + {D54E3377-9B9C-479F-AC91-950C467643C5} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {61756592-A16C-493F-908D-2F36F8259735} = {D54E3377-9B9C-479F-AC91-950C467643C5} + {47342164-51DC-4498-AD4C-97702E968FBE} = {D54E3377-9B9C-479F-AC91-950C467643C5} + {A7B2F28E-3B2D-4CCB-9F69-04B8CE7F855C} = {D54E3377-9B9C-479F-AC91-950C467643C5} + {34A59C35-BF40-43E3-8FA6-6A20B49300E9} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {D1FCDD69-6150-400D-B2AE-C4FE3FD1E1C5} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {3577343F-C561-4031-8AE5-4A792ECE399D} = {D1FCDD69-6150-400D-B2AE-C4FE3FD1E1C5} + {ED022699-A7C1-4A89-8DD6-3C20427440C1} = {D1FCDD69-6150-400D-B2AE-C4FE3FD1E1C5} + {222158C9-EE7E-412B-9105-F570FA29BAAF} = {D1FCDD69-6150-400D-B2AE-C4FE3FD1E1C5} + {E88D3DAC-13D1-4711-9ADD-BE97A3A57212} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {230C6816-A862-450D-8B9C-736CA2D21F93} = {E88D3DAC-13D1-4711-9ADD-BE97A3A57212} + {0DB9F20A-FD40-4110-807E-AAEFEFCCD574} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {87A8C3EB-C675-4EA8-97F9-98BDF13E23D6} = {0DB9F20A-FD40-4110-807E-AAEFEFCCD574} + {31515AC2-E286-49D7-A35C-5F34BB297EB7} = {0DB9F20A-FD40-4110-807E-AAEFEFCCD574} + {1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95} = {0DB9F20A-FD40-4110-807E-AAEFEFCCD574} + {20D19B8A-3C6E-49B4-BBC9-51EA63B86147} = {0DB9F20A-FD40-4110-807E-AAEFEFCCD574} + {ECC10F39-5198-481C-91D9-40C09A0E323F} = {E88D3DAC-13D1-4711-9ADD-BE97A3A57212} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5C9AF9F4-BF0A-486D-9F2E-17FE2F53F7E9} + EndGlobalSection EndGlobal diff --git a/src/Services/auth/O2NextGen.Auth.Web/Dockerfile b/src/Services/auth/O2NextGen.Auth.Web/Dockerfile new file mode 100644 index 00000000..dc1bb794 --- /dev/null +++ b/src/Services/auth/O2NextGen.Auth.Web/Dockerfile @@ -0,0 +1,22 @@ +#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. + +FROM mcr.microsoft.com/dotnet/aspnet:2.2 AS base +WORKDIR /app +EXPOSE 80 +EXPOSE 443 + +FROM mcr.microsoft.com/dotnet/sdk:2.2 AS build +WORKDIR /src +COPY ["Services/auth/O2NextGen.Auth.Web/O2NextGen.Auth.Web.csproj", "Services/auth/O2NextGen.Auth.Web/"] +RUN dotnet restore "Services/auth/O2NextGen.Auth.Web/O2NextGen.Auth.Web.csproj" +COPY . . +WORKDIR "/src/Services/auth/O2NextGen.Auth.Web" +RUN dotnet build "O2NextGen.Auth.Web.csproj" -c Release -o /app/build + +FROM build AS publish +RUN dotnet publish "O2NextGen.Auth.Web.csproj" -c Release -o /app/publish + +FROM base AS final +WORKDIR /app +COPY --from=publish /app/publish . +ENTRYPOINT ["dotnet", "O2NextGen.Auth.Web.dll"] \ No newline at end of file diff --git a/src/Services/auth/O2NextGen.Auth.Web/Logging/ElasticJsonFormatter.cs b/src/Services/auth/O2NextGen.Auth.Web/Logging/ElasticJsonFormatter.cs index bb66de74..1229cc64 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/Logging/ElasticJsonFormatter.cs +++ b/src/Services/auth/O2NextGen.Auth.Web/Logging/ElasticJsonFormatter.cs @@ -36,10 +36,8 @@ public void Format(LogEvent logEvent, TextWriter output) private void FormatBody(LogEvent logEvent, TextWriter output) { - using (var writer = new JsonTextWriter(output)) - { - - + var writer = new JsonTextWriter(output); + // add json body writer.WriteStartObject(); @@ -83,7 +81,7 @@ private void FormatBody(LogEvent logEvent, TextWriter output) writer.WriteEndObject(); writer.Flush(); - } } + } private static string FormatLogLevel(LogEventLevel level) { diff --git a/src/Services/auth/O2NextGen.Auth.Web/O2NextGen.Auth.Web.csproj b/src/Services/auth/O2NextGen.Auth.Web/O2NextGen.Auth.Web.csproj index 9c19954c..bf8be0b5 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/O2NextGen.Auth.Web.csproj +++ b/src/Services/auth/O2NextGen.Auth.Web/O2NextGen.Auth.Web.csproj @@ -3,11 +3,16 @@ netcoreapp2.2 InProcess + ..\..\..\docker-compose.dcproj + adca6dac-ab6b-4a1a-b8c4-03f600c16f45 + Linux + ..\..\.. + diff --git a/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json b/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json index 500408da..c1a63ed6 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json +++ b/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json @@ -3,10 +3,17 @@ "O2NextGen.Auth": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "https://localhost:10001;http://localhost:10000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "applicationUrl": "https://localhost:10001;http://localhost:5001" + }, + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", + "publishAllPorts": true, + "useSSL": true } } } \ No newline at end of file diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Dockerfile b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Dockerfile index b2fc8d4b..a797a893 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Dockerfile +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Dockerfile @@ -1,18 +1,19 @@ #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-stretch-slim AS base +FROM mcr.microsoft.com/dotnet/aspnet:2.2 AS base WORKDIR /app EXPOSE 80 +EXPOSE 443 -FROM mcr.microsoft.com/dotnet/core/sdk:2.2-stretch AS build +FROM mcr.microsoft.com/dotnet/sdk:2.2 AS build WORKDIR /src -COPY ["O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj", "O2NextGen.CertificateManagement.Api/"] -COPY ["O2NextGen.CertificateManagement.Business/O2NextGen.CertificateManagement.Business.csproj", "O2NextGen.CertificateManagement.Business/"] -COPY ["O2NextGen.CertificateManagement.Data/O2NextGen.CertificateManagement.Data.csproj", "O2NextGen.CertificateManagement.Data/"] -COPY ["O2NextGen.CertificateManagement.Impl/O2NextGen.CertificateManagement.Impl.csproj", "O2NextGen.CertificateManagement.Impl/"] -RUN dotnet restore "O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj" +COPY ["Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj", "Services/c-gen/O2NextGen.CertificateManagement.Api/"] +COPY ["Services/c-gen/O2NextGen.CertificateManagement.Data/O2NextGen.CertificateManagement.Data.csproj", "Services/c-gen/O2NextGen.CertificateManagement.Data/"] +COPY ["Services/c-gen/O2NextGen.CertificateManagement.Impl/O2NextGen.CertificateManagement.Impl.csproj", "Services/c-gen/O2NextGen.CertificateManagement.Impl/"] +COPY ["Services/c-gen/O2NextGen.CertificateManagement.Business/O2NextGen.CertificateManagement.Business.csproj", "Services/c-gen/O2NextGen.CertificateManagement.Business/"] +RUN dotnet restore "Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj" COPY . . -WORKDIR "/src/O2NextGen.CertificateManagement.Api" +WORKDIR "/src/Services/c-gen/O2NextGen.CertificateManagement.Api" RUN dotnet build "O2NextGen.CertificateManagement.Api.csproj" -c Release -o /app/build FROM build AS publish @@ -21,4 +22,4 @@ RUN dotnet publish "O2NextGen.CertificateManagement.Api.csproj" -c Release -o /a FROM base AS final WORKDIR /app COPY --from=publish /app/publish . -ENTRYPOINT ["dotnet", "O2NextGen.CertificateManagement.Api.dll"] +ENTRYPOINT ["dotnet", "O2NextGen.CertificateManagement.Api.dll"] \ No newline at end of file diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Dockerfile.original b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Dockerfile.original new file mode 100644 index 00000000..36eee5dd --- /dev/null +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Dockerfile.original @@ -0,0 +1,24 @@ +#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. + +FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-stretch-slim AS base +WORKDIR /app +EXPOSE 80 + +FROM mcr.microsoft.com/dotnet/core/sdk:2.2-stretch AS build +WORKDIR /src +COPY ["O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj", "O2NextGen.CertificateManagement.Api/"] +COPY ["O2NextGen.CertificateManagement.Business/O2NextGen.CertificateManagement.Business.csproj", "O2NextGen.CertificateManagement.Business/"] +COPY ["O2NextGen.CertificateManagement.Data/O2NextGen.CertificateManagement.Data.csproj", "O2NextGen.CertificateManagement.Data/"] +COPY ["O2NextGen.CertificateManagement.Impl/O2NextGen.CertificateManagement.Impl.csproj", "O2NextGen.CertificateManagement.Impl/"] +RUN dotnet restore "O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj" +COPY . . +WORKDIR "/src/O2NextGen.CertificateManagement.Api" +RUN dotnet build "O2NextGen.CertificateManagement.Api.csproj" -c Release -o /app/build + +FROM build AS publish +RUN dotnet publish "O2NextGen.CertificateManagement.Api.csproj" -c Release -o /app/publish + +FROM base AS final +WORKDIR /app +COPY --from=publish /app/publish . +ENTRYPOINT ["dotnet", "O2NextGen.CertificateManagement.Api.dll"] diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj index e25e25a6..654aaffd 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj @@ -1,7 +1,11 @@ - + netcoreapp2.2 + e238f36a-3514-4436-b624-9b4f799bb82d + Linux + ..\..\.. + ..\..\..\docker-compose.dcproj @@ -12,6 +16,7 @@ + diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json index f9858d76..32ab7244 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json @@ -1,12 +1,19 @@ -{ +{ "profiles": { "O2NextGen.CertificateManagement.Web": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "https://localhost:5001;http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "applicationUrl": "https://localhost:10002;http://localhost:5002" + }, + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", + "publishAllPorts": true, + "useSSL": true } } -} +} \ No newline at end of file diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Dockerfile b/src/Services/e-sender/O2NextGen.ESender.Api/Dockerfile new file mode 100644 index 00000000..e13b327d --- /dev/null +++ b/src/Services/e-sender/O2NextGen.ESender.Api/Dockerfile @@ -0,0 +1,25 @@ +#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. + +FROM mcr.microsoft.com/dotnet/aspnet:2.2 AS base +WORKDIR /app +EXPOSE 80 +EXPOSE 443 + +FROM mcr.microsoft.com/dotnet/sdk:2.2 AS build +WORKDIR /src +COPY ["Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj", "Services/e-sender/O2NextGen.ESender.Api/"] +COPY ["Services/e-sender/O2NextGen.ESender.Impl/O2NextGen.ESender.Impl.csproj", "Services/e-sender/O2NextGen.ESender.Impl/"] +COPY ["Services/e-sender/O2NextGen.ESender.Data/O2NextGen.ESender.Data.csproj", "Services/e-sender/O2NextGen.ESender.Data/"] +COPY ["Services/e-sender/O2NextGen.ESender.Business/O2NextGen.ESender.Business.csproj", "Services/e-sender/O2NextGen.ESender.Business/"] +RUN dotnet restore "Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj" +COPY . . +WORKDIR "/src/Services/e-sender/O2NextGen.ESender.Api" +RUN dotnet build "O2NextGen.ESender.Api.csproj" -c Release -o /app/build + +FROM build AS publish +RUN dotnet publish "O2NextGen.ESender.Api.csproj" -c Release -o /app/publish + +FROM base AS final +WORKDIR /app +COPY --from=publish /app/publish . +ENTRYPOINT ["dotnet", "O2NextGen.ESender.Api.dll"] \ No newline at end of file diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj b/src/Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj index ed6214b2..b1d65de4 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj +++ b/src/Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj @@ -1,8 +1,12 @@ - + netcoreapp2.2 InProcess + e7c66e1c-578d-4339-9f29-38bda0a56f64 + Linux + ..\..\.. + ..\..\..\docker-compose.dcproj @@ -15,6 +19,7 @@ + diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json b/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json index 8db78e4b..b872fc26 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json +++ b/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json @@ -1,8 +1,8 @@ -{ +{ "$schema": "http://json.schemastore.org/launchsettings.json", "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, + "windowsAuthentication": false, + "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:26083", "sslPort": 44314 @@ -21,11 +21,17 @@ "commandName": "Project", "launchBrowser": true, "launchUrl": "api/values", - "applicationUrl": "https://localhost:5001;http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "applicationUrl": "https://localhost:10004;http://localhost:5004" + }, + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", + "publishAllPorts": true, + "useSSL": true } } -} - +} \ No newline at end of file diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Dockerfile b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Dockerfile new file mode 100644 index 00000000..25cab7ee --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Dockerfile @@ -0,0 +1,25 @@ +#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. + +FROM mcr.microsoft.com/dotnet/aspnet:2.2 AS base +WORKDIR /app +EXPOSE 80 +EXPOSE 443 + +FROM mcr.microsoft.com/dotnet/sdk:2.2 AS build +WORKDIR /src +COPY ["Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj", "Services/smalltalk/O2NextGen.SmallTalk.Api/"] +COPY ["Services/smalltalk/O2NextGen.SmallTalk.Data/O2NextGen.SmallTalk.Data.csproj", "Services/smalltalk/O2NextGen.SmallTalk.Data/"] +COPY ["Services/smalltalk/O2NextGen.SmallTalk.Business/O2NextGen.SmallTalk.Business.csproj", "Services/smalltalk/O2NextGen.SmallTalk.Business/"] +COPY ["Services/smalltalk/O2NextGen.SmallTalk.Impl/O2NextGen.SmallTalk.Impl.csproj", "Services/smalltalk/O2NextGen.SmallTalk.Impl/"] +RUN dotnet restore "Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj" +COPY . . +WORKDIR "/src/Services/smalltalk/O2NextGen.SmallTalk.Api" +RUN dotnet build "O2NextGen.SmallTalk.Api.csproj" -c Release -o /app/build + +FROM build AS publish +RUN dotnet publish "O2NextGen.SmallTalk.Api.csproj" -c Release -o /app/publish + +FROM base AS final +WORKDIR /app +COPY --from=publish /app/publish . +ENTRYPOINT ["dotnet", "O2NextGen.SmallTalk.Api.dll"] \ No newline at end of file diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj index 99408c8c..926e1e12 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj @@ -1,7 +1,11 @@ - + netcoreapp2.2 + 3e239bd5-b8d6-455f-8e46-ea4782668914 + Linux + ..\..\.. + ..\..\..\docker-compose.dcproj @@ -10,6 +14,7 @@ + diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json index 4367cb15..8e982cfc 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json @@ -1,8 +1,8 @@ -{ +{ "$schema": "http://json.schemastore.org/launchsettings.json", "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, + "windowsAuthentication": false, + "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:21322", "sslPort": 44362 @@ -21,11 +21,17 @@ "commandName": "Project", "launchBrowser": true, "launchUrl": "api/values", - "applicationUrl": "https://localhost:5001;http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "applicationUrl": "https://localhost:10003;http://localhost:5003" + }, + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", + "publishAllPorts": true, + "useSSL": true } } -} - +} \ No newline at end of file diff --git a/src/docker-compose.dcproj b/src/docker-compose.dcproj new file mode 100644 index 00000000..82c4b7ac --- /dev/null +++ b/src/docker-compose.dcproj @@ -0,0 +1,18 @@ + + + + 2.1 + Linux + 5815fa40-82b7-400d-8fb0-667eed9dc622 + LaunchBrowser + {Scheme}://localhost:{ServicePort}/{Scheme}://{ServiceHost}:{ServicePort} + o2nextgen.auth.web + + + + docker-compose.yml + + + + + \ No newline at end of file diff --git a/src/docker-compose.override.yml b/src/docker-compose.override.yml index 87fc3ec7..e64936a5 100644 --- a/src/docker-compose.override.yml +++ b/src/docker-compose.override.yml @@ -1,8 +1,46 @@ version: '3.4' + services: - certificate.api: + + o2nextgen.auth.web: environment: - - ASPNETCORE_ENVIRONMENT=Development - - ConnectionString=${O2_AZURE_IDENTITY_DB:-Server=sql.data;Database=O2Bionics.o2nextgen.CertificateDb;User Id=sa;Password=Pass@word;} + - ASPNETCORE_ENVIRONMENT=Development + #- ASPNETCORE_URLS=https://+:443;http://+:80 ports: - - "10102:80" \ No newline at end of file + - "80:5001" + - "443:10001" + volumes: + - ${APPDATA}/ASP.NET/Https:/root/.aspnet/https:ro + + o2nextgen.certificatemanagement.api: + environment: + - ASPNETCORE_ENVIRONMENT=Development + #- ASPNETCORE_URLS=https://+:443;http://+:80 + ports: + - "80:5002" + - "443:10002" + volumes: + - ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro + - ${APPDATA}/ASP.NET/Https:/root/.aspnet/https:ro + + o2nextgen.smalltalk.api: + environment: + - ASPNETCORE_ENVIRONMENT=Development + #- ASPNETCORE_URLS=https://+:443;http://+:80 + ports: + - "80:5003" + - "443:10003" + volumes: + - ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro + - ${APPDATA}/ASP.NET/Https:/root/.aspnet/https:ro + + o2nextgen.esender.api: + environment: + - ASPNETCORE_ENVIRONMENT=Development + #- ASPNETCORE_URLS=https://+:443;http://+:80 + ports: + - "80:5004" + - "443:10004" + volumes: + - ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro + - ${APPDATA}/ASP.NET/Https:/root/.aspnet/https:ro diff --git a/src/docker-compose.yaml b/src/docker-compose.yaml deleted file mode 100644 index 354e9402..00000000 --- a/src/docker-compose.yaml +++ /dev/null @@ -1,33 +0,0 @@ -version: '3.4' -networks: - frontend: - backend: - -services: - sql.data: - image: mcr.microsoft.com/mssql/server:2017-latest - container_name: sqldatacontainer - environment: - - SA_PASSWORD=Pass@word - - ACCEPT_EULA=Y - # - MSSQL_PID=Developer - ports: - - "1433:1433" - networks: - - backend - - certificate.api: - image: ${DOCKER_REGISTRY:-o2nextgen}/cgen.api:${PLATFORM:-linux}-${TAG:-latest} - build: - context: Services/c-gen/O2NextGen.CertificateManagement.Api/ - dockerfile: Dockerfile - environment: - - ASPNETCORE_ENVIRONMENT=Development - - ConnectionString=${O2_AZURE_IDENTITY_DB:-Server=sql.data;Database=O2Bionics.o2nextgen.CertificateDb;User Id=sa;Password=Pass@word;} - depends_on: - - sql.data - ports: - - "10102:80" - networks: - - backend - - frontend diff --git a/src/docker-compose.yml b/src/docker-compose.yml new file mode 100644 index 00000000..bc124c22 --- /dev/null +++ b/src/docker-compose.yml @@ -0,0 +1,30 @@ +version: '3.4' + +services: + + o2nextgen.auth.web: + image: ${DOCKER_REGISTRY-}o2ng-auth-web + build: + context: . + dockerfile: Services/auth/O2NextGen.Auth.Web/Dockerfile + + o2nextgen.certificatemanagement.api: + image: ${DOCKER_REGISTRY-}o2ng-cgen-api + build: + context: . + dockerfile: Services/c-gen/O2NextGen.CertificateManagement.Api/Dockerfile + + + o2nextgen.smalltalk.api: + image: ${DOCKER_REGISTRY-}o2ng-smalltalk-api + build: + context: . + dockerfile: Services/smalltalk/O2NextGen.SmallTalk.Api/Dockerfile + + + o2nextgen.esender.api: + image: ${DOCKER_REGISTRY-}o2ng-esender-api + build: + context: . + dockerfile: Services/e-sender/O2NextGen.ESender.Api/Dockerfile + From fbebd0bbf880482a9936b1cb13d39ce38fa6d0a6 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik <70954129+live-dev999@users.noreply.github.com> Date: Wed, 17 Nov 2021 13:52:30 +0300 Subject: [PATCH 08/77] analysis: add codeql-analysis --- .github/workflows/codeql-analysis.yml | 70 +++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 00000000..28d3f20d --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,70 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL" + +on: + push: + branches: [ master ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ master ] + schedule: + - cron: '41 1 * * 4' + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write + + strategy: + fail-fast: false + matrix: + language: [ 'csharp', 'javascript' ] + # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] + # Learn more about CodeQL language support at https://git.io/codeql-language-support + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + # queries: ./path/to/local/query, your-org/your-repo/queries@main + + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v1 + + # ℹ️ Command-line programs to run using the OS shell. + # 📚 https://git.io/JvXDl + + # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines + # and modify them (or add more) to build your code if your project + # uses a compiled language + + #- run: | + # make bootstrap + # make release + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v1 From 0215cbaad2aeb977cdcf031899be8340483aae71 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Mon, 14 Mar 2022 22:44:36 +0300 Subject: [PATCH 09/77] feat(issue-223): add version controller --- .../Controllers/ValuesController.cs | 5 +-- .../Controllers/VersionController.cs | 45 +++++++++++++++++++ .../O2NextGen.SmallTalk.Api/Program.cs | 9 +--- 3 files changed, 47 insertions(+), 12 deletions(-) create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/VersionController.cs diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ValuesController.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ValuesController.cs index af8c8ff6..face7652 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ValuesController.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ValuesController.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; +using System.Collections.Generic; using Microsoft.AspNetCore.Mvc; namespace O2NextGen.SmallTalk.Api.Controllers diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/VersionController.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/VersionController.cs new file mode 100644 index 00000000..a90d91d3 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/VersionController.cs @@ -0,0 +1,45 @@ +using System; +using System.Reflection; +using Microsoft.AspNetCore.Authorization; +using Microsoft.AspNetCore.Hosting; +using Microsoft.AspNetCore.Mvc; +using Microsoft.Extensions.Logging; + +namespace O2NextGen.SmallTalk.Api.Controllers +{ + [AllowAnonymous] + public class VersionController : ControllerBase + { + #region Fields + + private readonly IHostingEnvironment _environment; + private readonly ILogger _logger; + + #endregion + + + #region Ctors + + public VersionController(IHostingEnvironment environment, ILogger logger) + { + _environment = environment; + _logger = logger; + } + + #endregion + + [HttpGet("[controller]")] + public object Index() + { + var exVersion = Assembly.GetExecutingAssembly().GetName().Version; + _logger.LogInformation($"get version - {exVersion}"); + return new + { + Environment = _environment.EnvironmentName, + Version = exVersion.ToString() + }; + } + } +} + + diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Program.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Program.cs index 098963fb..fe76832e 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Program.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Program.cs @@ -1,12 +1,5 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Threading.Tasks; -using Microsoft.AspNetCore; +using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; -using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.Logging; namespace O2NextGen.SmallTalk.Api { From 518c158c8599032df65df62465c5df4b9b3dfdc2 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Wed, 16 Mar 2022 00:42:34 +0300 Subject: [PATCH 10/77] fix(issue-225): update docker-compose file --- .../auth/O2NextGen.Auth.Web/Dockerfile | 4 +- .../Dockerfile | 4 +- .../appsettings.json | 14 ++-- .../e-sender/O2NextGen.ESender.Api/Dockerfile | 4 +- .../e-sender/O2NextGen.ESender.Api/Startup.cs | 2 - .../Controllers/ChatController.cs | 34 +++++++++ .../Controllers/VersionController.cs | 1 + .../O2NextGen.SmallTalk.Api/Dockerfile | 4 +- .../Helpers/ServiceCollectionExtensions.cs | 53 +++++++++++++ .../Services/ChatSession.cs | 8 ++ .../Services/IChatService.cs | 15 ++++ .../Services/InMemoryChatService.cs | 74 +++++++++++++++++++ .../O2NextGen.SmallTalk.Api/Startup.cs | 16 +--- src/docker-compose.override.yml | 70 +++++++++++++----- src/launchSettings.json | 15 ++++ 15 files changed, 270 insertions(+), 48 deletions(-) create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Api/Helpers/ServiceCollectionExtensions.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/ChatSession.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/IChatService.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/InMemoryChatService.cs create mode 100644 src/launchSettings.json diff --git a/src/Services/auth/O2NextGen.Auth.Web/Dockerfile b/src/Services/auth/O2NextGen.Auth.Web/Dockerfile index dc1bb794..414170f2 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/Dockerfile +++ b/src/Services/auth/O2NextGen.Auth.Web/Dockerfile @@ -1,11 +1,11 @@ #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/aspnet:2.2 AS base +FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base WORKDIR /app EXPOSE 80 EXPOSE 443 -FROM mcr.microsoft.com/dotnet/sdk:2.2 AS build +FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build WORKDIR /src COPY ["Services/auth/O2NextGen.Auth.Web/O2NextGen.Auth.Web.csproj", "Services/auth/O2NextGen.Auth.Web/"] RUN dotnet restore "Services/auth/O2NextGen.Auth.Web/O2NextGen.Auth.Web.csproj" diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Dockerfile b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Dockerfile index a797a893..ff952f71 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Dockerfile +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Dockerfile @@ -1,11 +1,11 @@ #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/aspnet:2.2 AS base +FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base WORKDIR /app EXPOSE 80 EXPOSE 443 -FROM mcr.microsoft.com/dotnet/sdk:2.2 AS build +FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build WORKDIR /src COPY ["Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj", "Services/c-gen/O2NextGen.CertificateManagement.Api/"] COPY ["Services/c-gen/O2NextGen.CertificateManagement.Data/O2NextGen.CertificateManagement.Data.csproj", "Services/c-gen/O2NextGen.CertificateManagement.Data/"] diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/appsettings.json b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/appsettings.json index f98779d4..3134b830 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/appsettings.json +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/appsettings.json @@ -9,13 +9,13 @@ "FromLogContext" ], "WriteTo": [ - { - "Name": "File", - "Args": { - "path": "Logs/log.txt", - "formatter": "O2NextGen.ESender.Api.Logging.ElasticJsonFormatter, O2NextGen.ESender.Api" - } - }, + //{ + // "Name": "File", + // "Args": { + // "path": "Logs/log.txt", + // "formatter": "O2NextGen.ESender.Api.Logging.ElasticJsonFormatter, O2NextGen.ESender.Api" + // } + //}, { "Name": "Console" } diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Dockerfile b/src/Services/e-sender/O2NextGen.ESender.Api/Dockerfile index e13b327d..4e582791 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/Dockerfile +++ b/src/Services/e-sender/O2NextGen.ESender.Api/Dockerfile @@ -1,11 +1,11 @@ #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/aspnet:2.2 AS base +FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base WORKDIR /app EXPOSE 80 EXPOSE 443 -FROM mcr.microsoft.com/dotnet/sdk:2.2 AS build +FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build WORKDIR /src COPY ["Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj", "Services/e-sender/O2NextGen.ESender.Api/"] COPY ["Services/e-sender/O2NextGen.ESender.Impl/O2NextGen.ESender.Impl.csproj", "Services/e-sender/O2NextGen.ESender.Impl/"] diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Startup.cs b/src/Services/e-sender/O2NextGen.ESender.Api/Startup.cs index 54d65a6f..53363198 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/Startup.cs +++ b/src/Services/e-sender/O2NextGen.ESender.Api/Startup.cs @@ -1,10 +1,8 @@ using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; -using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; -using O2NextGen.ESender.Api.Helpers; using O2NextGen.ESender.Api.IoC; using O2NextGen.ESender.Api.Setup; diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs new file mode 100644 index 00000000..9af8bd78 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs @@ -0,0 +1,34 @@ +using Microsoft.AspNetCore.Hosting; +using Microsoft.AspNetCore.Mvc; +using Microsoft.Extensions.Logging; + +namespace O2NextGen.SmallTalk.Api.Controllers +{ + public class ChatController : ControllerBase + { + #region Fields + + private readonly IHostingEnvironment _environment; + private readonly ILogger _logger; + + #endregion + + + #region Ctors + + public ChatController(IHostingEnvironment environment, ILogger logger) + { + _environment = environment; + _logger = logger; + } + + #endregion + + + #region Methods + + + + #endregion + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/VersionController.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/VersionController.cs index a90d91d3..ad483f54 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/VersionController.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/VersionController.cs @@ -28,6 +28,7 @@ public VersionController(IHostingEnvironment environment, ILogger(this IServiceCollection services, IConfiguration configuration) + where TConfig : class, new() + { + if (services == null) + throw new ArgumentNullException(nameof(services)); + + if (configuration == null) + throw new ArgumentNullException(nameof(configuration)); + + var config = new TConfig(); + configuration.Bind(config); + services.AddSingleton(config); + return config; + } + + + public static IServiceCollection AddBusiness(this IServiceCollection services) + { + // services.AddSingleton(); + // Include DataLayer + //services.AddScoped(); + //more business services... + + services.AddSingleton(); + return services; + } + + public static IServiceCollection AddRequiredMvcComponents(this IServiceCollection services) + { + //services.AddTransient(); + + var mvcBuilder = services.AddMvc(options => + { + // options.Filters.Add(); + }); + mvcBuilder.SetCompatibilityVersion(CompatibilityVersion.Version_2_2); + + return services; + } + } +} + diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/ChatSession.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/ChatSession.cs new file mode 100644 index 00000000..014cec81 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/ChatSession.cs @@ -0,0 +1,8 @@ +namespace O2NextGen.SmallTalk.Api.Services +{ + public class ChatSession + { + public long Id { get; set; } + public string Name { get; set; } + } +} \ No newline at end of file diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/IChatService.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/IChatService.cs new file mode 100644 index 00000000..f23036e4 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/IChatService.cs @@ -0,0 +1,15 @@ +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; + +namespace O2NextGen.SmallTalk.Api.Services +{ + public interface IChatService + { + Task> GetAllAsync(CancellationToken ct); + Task GetByIdAsync(long id, CancellationToken ct); + Task UpdateAsync(ChatSession certificate, CancellationToken ct); + Task AddAsync(ChatSession certificate, CancellationToken ct); + Task RemoveAsync(long id, CancellationToken ct); + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/InMemoryChatService.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/InMemoryChatService.cs new file mode 100644 index 00000000..45dede40 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/InMemoryChatService.cs @@ -0,0 +1,74 @@ +using System.Collections.Generic; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; + +namespace O2NextGen.SmallTalk.Api.Services +{ + public class InMemoryChatService : IChatService + { + #region Fields + + private static readonly List Sessions = new List() + { + new ChatSession() + { + Id = 1, Name = "First" + } + }; + private long _currentId; + + #endregion + + + #region Ctors + + public InMemoryChatService() + { + _currentId = Sessions.Count(); + } + + #endregion + + + #region Methods + public async Task> GetAllAsync(CancellationToken ct) + { + await Task.Delay(3000, ct); + return await Task.FromResult>(Sessions.AsReadOnly()); + } + + public async Task GetByIdAsync(long id, CancellationToken ct) + { + await Task.Delay(3000, ct); + return await Task.FromResult(Sessions.SingleOrDefault(g => g.Id == id)); + } + + public async Task UpdateAsync(ChatSession certificate, CancellationToken ct) + { + await Task.Delay(5000, ct); + var toUpdate = Sessions.SingleOrDefault(g => g.Id == certificate.Id); + if (toUpdate == null) + return null; + + toUpdate.Name = certificate.Name; + + return await Task.FromResult(toUpdate); + } + + public async Task AddAsync(ChatSession certificate, CancellationToken ct) + { + await Task.Delay(3000, ct); + certificate.Id = ++_currentId; + Sessions.Add(certificate); + return await Task.FromResult(certificate); + } + + public Task RemoveAsync(long id, CancellationToken ct) + { + throw new System.NotImplementedException(); + } + + #endregion + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Startup.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Startup.cs index a142a634..45808f1f 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Startup.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Startup.cs @@ -1,15 +1,8 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; -using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; -using Microsoft.AspNetCore.HttpsPolicy; -using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; -using Microsoft.Extensions.Logging; -using Microsoft.Extensions.Options; +using O2NextGen.SmallTalk.Api.Helpers; namespace O2NextGen.SmallTalk.Api { @@ -22,13 +15,12 @@ public Startup(IConfiguration configuration) public IConfiguration Configuration { get; } - // This method gets called by the runtime. Use this method to add services to the container. public void ConfigureServices(IServiceCollection services) { - services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_2_1); + services.AddRequiredMvcComponents(); + services.AddBusiness(); } - // This method gets called by the runtime. Use this method to configure the HTTP request pipeline. public void Configure(IApplicationBuilder app, IHostingEnvironment env) { if (env.IsDevelopment()) diff --git a/src/docker-compose.override.yml b/src/docker-compose.override.yml index e64936a5..998fa852 100644 --- a/src/docker-compose.override.yml +++ b/src/docker-compose.override.yml @@ -1,46 +1,78 @@ version: '3.4' +networks: + frontend: + backend: + services: + sql.data: + image: mcr.microsoft.com/mssql/server:2017-latest + container_name: sqldatacontainer + environment: + - SA_PASSWORD=your@Password + - ACCEPT_EULA=Y + # - MSSQL_PID=Developer + ports: + - "5433:1433" + networks: + - backend o2nextgen.auth.web: environment: - ASPNETCORE_ENVIRONMENT=Development + - ConnectionString="Server=sql.data;Initial Catalog=O2NextGen.AuthDb;Persist Security Info=False;User ID=sa;Password=your@Password;Connection Timeout=30;" #- ASPNETCORE_URLS=https://+:443;http://+:80 ports: - - "80:5001" - - "443:10001" - volumes: - - ${APPDATA}/ASP.NET/Https:/root/.aspnet/https:ro + - "5001:80" + # - "10001:443" + #volumes: + # - ${APPDATA}/ASP.NET/Https:/root/.aspnet/https:ro + depends_on: + - sql.data + networks: + - backend o2nextgen.certificatemanagement.api: environment: - ASPNETCORE_ENVIRONMENT=Development + - ConnectionString=Server=sql.data;Initial Catalog=O2NextGen.CGenDb;Persist Security Info=False;User ID=sa;Password=your@Password;Connection Timeout=30; + #- Serilog__Enrich=FromLogContext + #- Serilog__WriteTo__Name=Console #- ASPNETCORE_URLS=https://+:443;http://+:80 ports: - - "80:5002" - - "443:10002" - volumes: - - ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro - - ${APPDATA}/ASP.NET/Https:/root/.aspnet/https:ro + - "5002:80" + depends_on: + - sql.data + networks: + - backend + # - "10002:443" + #volumes: + #- ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro + #- ${APPDATA}/ASP.NET/Https:/root/.aspnet/https:ro o2nextgen.smalltalk.api: environment: - ASPNETCORE_ENVIRONMENT=Development #- ASPNETCORE_URLS=https://+:443;http://+:80 ports: - - "80:5003" - - "443:10003" - volumes: - - ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro - - ${APPDATA}/ASP.NET/Https:/root/.aspnet/https:ro + - "5003:80" + # - "10003:443" + #volumes: + # - ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro + # - ${APPDATA}/ASP.NET/Https:/root/.aspnet/https:ro o2nextgen.esender.api: environment: - ASPNETCORE_ENVIRONMENT=Development + - ConnectionString=Server=sql.data;Initial Catalog=O2NextGen.ESenderDb;Persist Security Info=False;User ID=sa;Password=your@Password;Connection Timeout=30; #- ASPNETCORE_URLS=https://+:443;http://+:80 ports: - - "80:5004" - - "443:10004" - volumes: - - ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro - - ${APPDATA}/ASP.NET/Https:/root/.aspnet/https:ro + - "5004:80" + depends_on: + - sql.data + networks: + - backend + # - "10004:443" + #volumes: + # - ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro + # - ${APPDATA}/ASP.NET/Https:/root/.aspnet/https:ro diff --git a/src/launchSettings.json b/src/launchSettings.json new file mode 100644 index 00000000..c64ede92 --- /dev/null +++ b/src/launchSettings.json @@ -0,0 +1,15 @@ +{ + "profiles": { + "Docker Compose": { + "commandName": "DockerCompose", + "commandVersion": "1.0", + "serviceActions": { + "o2nextgen.auth.web": "StartDebugging", + "o2nextgen.certificatemanagement.api": "StartDebugging", + "o2nextgen.esender.api": "StartDebugging", + "o2nextgen.smalltalk.api": "StartDebugging", + "sql.data": "StartWithoutDebugging" + } + } + } +} \ No newline at end of file From bb3b5885c687d61c29952276bf6d7a98ed73ac8f Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Wed, 16 Mar 2022 00:57:17 +0300 Subject: [PATCH 11/77] chore(issue-218): update readme.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ceae01ab..d294785a 100644 --- a/README.md +++ b/README.md @@ -220,3 +220,10 @@ build number - Build Number revision - git revision ``` ``` + +#### Versions published + +1.0.0.0 +1.0.0.1 +1.0.0.2 +1.0.0.3 \ No newline at end of file From ee6a634367dd769c85d359378581b8c615ca3f30 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Wed, 23 Mar 2022 23:42:01 +0300 Subject: [PATCH 12/77] fix(issue-229): fix the bug of docker-compose --- .../Controllers/VersionController.cs | 44 +++++++++++++++++++ .../Properties/launchSettings.json | 14 +++--- .../Properties/launchSettings.json | 14 +++--- .../Properties/launchSettings.json | 14 +++--- .../Properties/launchSettings.json | 14 +++--- 5 files changed, 72 insertions(+), 28 deletions(-) create mode 100644 src/Services/auth/O2NextGen.Auth.Web/Controllers/VersionController.cs diff --git a/src/Services/auth/O2NextGen.Auth.Web/Controllers/VersionController.cs b/src/Services/auth/O2NextGen.Auth.Web/Controllers/VersionController.cs new file mode 100644 index 00000000..c2c2f872 --- /dev/null +++ b/src/Services/auth/O2NextGen.Auth.Web/Controllers/VersionController.cs @@ -0,0 +1,44 @@ +using System; +using System.Reflection; +using Microsoft.AspNetCore.Authorization; +using Microsoft.AspNetCore.Hosting; +using Microsoft.AspNetCore.Mvc; +using Microsoft.Extensions.Logging; + +namespace O2NextGen.Auth.Web.Controllers +{ + + [AllowAnonymous] + public class VersionController : ControllerBase + { + #region Fields + + private readonly IHostingEnvironment _environment; + private readonly ILogger _logger; + + #endregion + + + #region Ctors + + public VersionController(IHostingEnvironment environment, ILogger logger) + { + _environment = environment; + _logger = logger; + } + + #endregion + + [HttpGet("[controller]")] + public object Index() + { + var exVersion = Assembly.GetExecutingAssembly().GetName().Version; + _logger.LogInformation($"get version - {exVersion}"); + return new + { + Environment = _environment.EnvironmentName, + Version = exVersion.ToString() + }; + } + } +} \ No newline at end of file diff --git a/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json b/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json index c1a63ed6..fabb4bd4 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json +++ b/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json @@ -8,12 +8,12 @@ }, "applicationUrl": "https://localhost:10001;http://localhost:5001" }, - "Docker": { - "commandName": "Docker", - "launchBrowser": true, - "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", - "publishAllPorts": true, - "useSSL": true - } + //"Docker": { + // "commandName": "Docker", + // "launchBrowser": true, + // "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", + // "publishAllPorts": true, + // "useSSL": true + //} } } \ No newline at end of file diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json index 32ab7244..9fced7d4 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json @@ -8,12 +8,12 @@ }, "applicationUrl": "https://localhost:10002;http://localhost:5002" }, - "Docker": { - "commandName": "Docker", - "launchBrowser": true, - "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", - "publishAllPorts": true, - "useSSL": true - } + //"Docker": { + // "commandName": "Docker", + // "launchBrowser": true, + // "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", + // "publishAllPorts": true, + // "useSSL": true + //} } } \ No newline at end of file diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json b/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json index b872fc26..883992a7 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json +++ b/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json @@ -26,12 +26,12 @@ }, "applicationUrl": "https://localhost:10004;http://localhost:5004" }, - "Docker": { - "commandName": "Docker", - "launchBrowser": true, - "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", - "publishAllPorts": true, - "useSSL": true - } + //"Docker": { + // "commandName": "Docker", + // "launchBrowser": true, + // "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", + // "publishAllPorts": true, + // "useSSL": true + //} } } \ No newline at end of file diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json index 8e982cfc..f095286f 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json @@ -26,12 +26,12 @@ }, "applicationUrl": "https://localhost:10003;http://localhost:5003" }, - "Docker": { - "commandName": "Docker", - "launchBrowser": true, - "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", - "publishAllPorts": true, - "useSSL": true - } + //"Docker": { + // "commandName": "Docker", + // "launchBrowser": true, + // "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", + // "publishAllPorts": true, + // "useSSL": true + //} } } \ No newline at end of file From ecfab0e6bf0f0411bc489d26860f787536bc5033 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Fri, 25 Mar 2022 00:29:03 +0300 Subject: [PATCH 13/77] chore(issue-197): code cleanup --- .../O2NextGen.Auth.Web/Controllers/VersionController.cs | 1 - src/Services/auth/O2NextGen.Auth.Web/Startup.cs | 3 +-- .../Controllers/CertificatesController.cs | 1 - .../Controllers/VersionController.cs | 3 +-- .../Services/CertificatesService.cs | 1 - .../Controllers/VersionController.cs | 3 +-- .../IoC/ServiceCollectionExtensions.cs | 5 ----- .../Models/EmailRequestViewModel.cs | 3 +-- .../O2.OnTracker.Api/Controllers/ValuesController.cs | 5 +---- src/Services/on-tracker/O2.OnTracker.Api/Program.cs | 9 +-------- .../Controllers/VersionController.cs | 3 +-- 11 files changed, 7 insertions(+), 30 deletions(-) diff --git a/src/Services/auth/O2NextGen.Auth.Web/Controllers/VersionController.cs b/src/Services/auth/O2NextGen.Auth.Web/Controllers/VersionController.cs index c2c2f872..b2ae4ed1 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/Controllers/VersionController.cs +++ b/src/Services/auth/O2NextGen.Auth.Web/Controllers/VersionController.cs @@ -1,4 +1,3 @@ -using System; using System.Reflection; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Hosting; diff --git a/src/Services/auth/O2NextGen.Auth.Web/Startup.cs b/src/Services/auth/O2NextGen.Auth.Web/Startup.cs index 21c3c6df..d37a7998 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/Startup.cs +++ b/src/Services/auth/O2NextGen.Auth.Web/Startup.cs @@ -1,5 +1,4 @@ -using System.Text.Encodings.Web; -using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Identity.UI.Services; diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Controllers/CertificatesController.cs b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Controllers/CertificatesController.cs index 06b40c92..87c46611 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Controllers/CertificatesController.cs +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Controllers/CertificatesController.cs @@ -1,7 +1,6 @@ using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.Options; using O2NextGen.CertificateManagement.Api.Models; using O2NextGen.CertificateManagement.Api.Setup; using O2NextGen.CertificateManagement.Business.Services; diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Controllers/VersionController.cs b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Controllers/VersionController.cs index 74992e38..8034c294 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Controllers/VersionController.cs +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Controllers/VersionController.cs @@ -1,4 +1,3 @@ -using System; using System.Reflection; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Hosting; @@ -7,7 +6,7 @@ namespace O2NextGen.CertificateManagement.Api.Controllers { - + [AllowAnonymous] public class VersionController:ControllerBase { diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Impl/Services/CertificatesService.cs b/src/Services/c-gen/O2NextGen.CertificateManagement.Impl/Services/CertificatesService.cs index 401deafd..7b8ff99a 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Impl/Services/CertificatesService.cs +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Impl/Services/CertificatesService.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Controllers/VersionController.cs b/src/Services/e-sender/O2NextGen.ESender.Api/Controllers/VersionController.cs index 877533c8..12e13054 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/Controllers/VersionController.cs +++ b/src/Services/e-sender/O2NextGen.ESender.Api/Controllers/VersionController.cs @@ -1,5 +1,4 @@ -using System; -using System.Reflection; +using System.Reflection; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/IoC/ServiceCollectionExtensions.cs b/src/Services/e-sender/O2NextGen.ESender.Api/IoC/ServiceCollectionExtensions.cs index 4b39f4ec..7ee13c46 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/IoC/ServiceCollectionExtensions.cs +++ b/src/Services/e-sender/O2NextGen.ESender.Api/IoC/ServiceCollectionExtensions.cs @@ -1,13 +1,8 @@ using System; -using System.Linq; using Microsoft.AspNetCore.Mvc; -using Microsoft.AspNetCore.Mvc.Formatters; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; -using Newtonsoft.Json; -using Newtonsoft.Json.Converters; -using Newtonsoft.Json.Serialization; using O2NextGen.ESender.Api.Filters; using O2NextGen.ESender.Api.Helpers; using O2NextGen.ESender.Business.Services; diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Models/EmailRequestViewModel.cs b/src/Services/e-sender/O2NextGen.ESender.Api/Models/EmailRequestViewModel.cs index 79cb5e9e..886b096a 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/Models/EmailRequestViewModel.cs +++ b/src/Services/e-sender/O2NextGen.ESender.Api/Models/EmailRequestViewModel.cs @@ -1,5 +1,4 @@ -using System; -namespace O2NextGen.ESender.Api.Models +namespace O2NextGen.ESender.Api.Models { public interface IViewModel { diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs b/src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs index eac77e4e..c179edbe 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs +++ b/src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Linq; using System.Net; -using System.Threading.Tasks; using Microsoft.AspNetCore.Http.Features; using Microsoft.AspNetCore.Mvc; using O2.Tracker.DbUtility; diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Program.cs b/src/Services/on-tracker/O2.OnTracker.Api/Program.cs index a92deae8..60296917 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/Program.cs +++ b/src/Services/on-tracker/O2.OnTracker.Api/Program.cs @@ -1,12 +1,5 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Threading.Tasks; -using Microsoft.AspNetCore; +using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; -using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.Logging; namespace O2.OnTracker.Api { diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/VersionController.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/VersionController.cs index ad483f54..84594039 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/VersionController.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/VersionController.cs @@ -1,5 +1,4 @@ -using System; -using System.Reflection; +using System.Reflection; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; From 4fabb81d932e04b09405474ac6302ea86e882867 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Fri, 25 Mar 2022 00:40:13 +0300 Subject: [PATCH 14/77] feat(issue-197): add shared sdk lib with models --- .../O2NG.Sdk.NetCore.Models.csproj | 7 ++++++ .../O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.sln | 25 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NG.Sdk.NetCore.Models.csproj create mode 100644 src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.sln diff --git a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NG.Sdk.NetCore.Models.csproj b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NG.Sdk.NetCore.Models.csproj new file mode 100644 index 00000000..cb631906 --- /dev/null +++ b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NG.Sdk.NetCore.Models.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp3.1 + + + diff --git a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.sln b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.sln new file mode 100644 index 00000000..de53f332 --- /dev/null +++ b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32112.339 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NG.Sdk.NetCore.Models", "O2NG.Sdk.NetCore.Models\O2NG.Sdk.NetCore.Models.csproj", "{89B48F28-7C0F-4329-9314-89511DB28429}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {89B48F28-7C0F-4329-9314-89511DB28429}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {89B48F28-7C0F-4329-9314-89511DB28429}.Debug|Any CPU.Build.0 = Debug|Any CPU + {89B48F28-7C0F-4329-9314-89511DB28429}.Release|Any CPU.ActiveCfg = Release|Any CPU + {89B48F28-7C0F-4329-9314-89511DB28429}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A6924222-66FF-4D49-A1AB-943C94659F1D} + EndGlobalSection +EndGlobal From c0b276bdeb3f983d759d20efd83bc0aa7a549fe2 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Fri, 25 Mar 2022 00:42:28 +0300 Subject: [PATCH 15/77] feat(issue-197): add sdk model lib to base solution --- src/O2NextGen-Prototypes.sln | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/O2NextGen-Prototypes.sln b/src/O2NextGen-Prototypes.sln index 5118ffb9..821bbfa4 100644 --- a/src/O2NextGen-Prototypes.sln +++ b/src/O2NextGen-Prototypes.sln @@ -47,6 +47,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2.Tracker.DbUtility", "Ser EndProject Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{5815FA40-82B7-400D-8FB0-667EED9DC622}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sdk", "Sdk", "{033E8CA1-0464-45EB-B207-29EAB055FD9E}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU From dbccf5a285361f8766377b5702d6712cf2dd7ef7 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Fri, 25 Mar 2022 00:47:36 +0300 Subject: [PATCH 16/77] faet(issue-197): add unittest project to solution --- src/O2NextGen-Prototypes.sln | 17 +++++++++++++++- .../O2NG.Sdk.NetCore.Models.csproj | 4 ++++ .../O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.sln | 13 +++++++++++- .../Tests.O2NG.Sdk.NetCore.Models.csproj | 20 +++++++++++++++++++ 4 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/Tests.O2NG.Sdk.NetCore.Models.csproj diff --git a/src/O2NextGen-Prototypes.sln b/src/O2NextGen-Prototypes.sln index 821bbfa4..0f227af1 100644 --- a/src/O2NextGen-Prototypes.sln +++ b/src/O2NextGen-Prototypes.sln @@ -47,7 +47,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2.Tracker.DbUtility", "Ser EndProject Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{5815FA40-82B7-400D-8FB0-667EED9DC622}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sdk", "Sdk", "{033E8CA1-0464-45EB-B207-29EAB055FD9E}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sdks", "Sdks", "{033E8CA1-0464-45EB-B207-29EAB055FD9E}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NG.Sdk.NetCore.Models", "SDKs\O2NG.Sdk.NetCore\O2NG.Sdk.NetCore.Models\O2NG.Sdk.NetCore.Models.csproj", "{929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -251,6 +253,18 @@ Global {5815FA40-82B7-400D-8FB0-667EED9DC622}.Release|x64.Build.0 = Release|Any CPU {5815FA40-82B7-400D-8FB0-667EED9DC622}.Release|x86.ActiveCfg = Release|Any CPU {5815FA40-82B7-400D-8FB0-667EED9DC622}.Release|x86.Build.0 = Release|Any CPU + {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Debug|x64.ActiveCfg = Debug|Any CPU + {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Debug|x64.Build.0 = Debug|Any CPU + {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Debug|x86.ActiveCfg = Debug|Any CPU + {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Debug|x86.Build.0 = Debug|Any CPU + {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Release|Any CPU.Build.0 = Release|Any CPU + {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Release|x64.ActiveCfg = Release|Any CPU + {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Release|x64.Build.0 = Release|Any CPU + {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Release|x86.ActiveCfg = Release|Any CPU + {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -276,6 +290,7 @@ Global {1F48ABFB-4C4A-4E0C-A155-3DBAC0676C95} = {0DB9F20A-FD40-4110-807E-AAEFEFCCD574} {20D19B8A-3C6E-49B4-BBC9-51EA63B86147} = {0DB9F20A-FD40-4110-807E-AAEFEFCCD574} {ECC10F39-5198-481C-91D9-40C09A0E323F} = {E88D3DAC-13D1-4711-9ADD-BE97A3A57212} + {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE} = {033E8CA1-0464-45EB-B207-29EAB055FD9E} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {5C9AF9F4-BF0A-486D-9F2E-17FE2F53F7E9} diff --git a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NG.Sdk.NetCore.Models.csproj b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NG.Sdk.NetCore.Models.csproj index cb631906..a1a91b71 100644 --- a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NG.Sdk.NetCore.Models.csproj +++ b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NG.Sdk.NetCore.Models.csproj @@ -4,4 +4,8 @@ netcoreapp3.1 + + + + diff --git a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.sln b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.sln index de53f332..797381b5 100644 --- a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.sln +++ b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.sln @@ -3,7 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.32112.339 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NG.Sdk.NetCore.Models", "O2NG.Sdk.NetCore.Models\O2NG.Sdk.NetCore.Models.csproj", "{89B48F28-7C0F-4329-9314-89511DB28429}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NG.Sdk.NetCore.Models", "O2NG.Sdk.NetCore.Models\O2NG.Sdk.NetCore.Models.csproj", "{89B48F28-7C0F-4329-9314-89511DB28429}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BEBD1434-109A-46D3-8377-50409D9E15FC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NG.Sdk.NetCore.Models", "Tests\Tests.O2NG.Sdk.NetCore.Models\Tests.O2NG.Sdk.NetCore.Models.csproj", "{9FA54822-4861-41BB-868F-476C517EF5D9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,10 +19,17 @@ Global {89B48F28-7C0F-4329-9314-89511DB28429}.Debug|Any CPU.Build.0 = Debug|Any CPU {89B48F28-7C0F-4329-9314-89511DB28429}.Release|Any CPU.ActiveCfg = Release|Any CPU {89B48F28-7C0F-4329-9314-89511DB28429}.Release|Any CPU.Build.0 = Release|Any CPU + {9FA54822-4861-41BB-868F-476C517EF5D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9FA54822-4861-41BB-868F-476C517EF5D9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9FA54822-4861-41BB-868F-476C517EF5D9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9FA54822-4861-41BB-868F-476C517EF5D9}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {9FA54822-4861-41BB-868F-476C517EF5D9} = {BEBD1434-109A-46D3-8377-50409D9E15FC} + EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {A6924222-66FF-4D49-A1AB-943C94659F1D} EndGlobalSection diff --git a/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/Tests.O2NG.Sdk.NetCore.Models.csproj b/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/Tests.O2NG.Sdk.NetCore.Models.csproj new file mode 100644 index 00000000..a1c5113b --- /dev/null +++ b/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/Tests.O2NG.Sdk.NetCore.Models.csproj @@ -0,0 +1,20 @@ + + + + netcoreapp3.1 + + false + + + + + + + + + + + + + + From bf6c0457cd949a6b1158749b00958d5946730820 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Fri, 25 Mar 2022 01:08:11 +0300 Subject: [PATCH 17/77] feat(issue-197): move exist models to sdk with share models --- .../O2NG.Sdk.NetCore.Models.csproj | 8 ++---- .../c-gen}/CertificateViewModel.cs | 2 +- .../e-sender/EmailRequestViewModel.cs | 17 ++++++++++++ .../e-sender/IViewModel.cs | 13 ++++++++++ .../Controllers/CertificatesController.cs | 2 +- .../Mappings/CertificateMappings.cs | 2 +- ...O2NextGen.CertificateManagement.Api.csproj | 1 + .../Controllers/BoardController.cs | 2 +- .../Controllers/EmailSenderController.cs | 2 +- .../Mappings/BaseMappings.cs | 2 +- .../Mappings/EmailRequestMappings.cs | 2 +- .../Models/EmailRequestViewModel.cs | 26 ------------------- .../O2NextGen.ESender.Api.csproj | 2 +- .../Views/_ViewImports.cshtml | 2 +- 14 files changed, 42 insertions(+), 41 deletions(-) rename src/{Services/c-gen/O2NextGen.CertificateManagement.Api/Models => SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/c-gen}/CertificateViewModel.cs (69%) create mode 100644 src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/e-sender/EmailRequestViewModel.cs create mode 100644 src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/e-sender/IViewModel.cs delete mode 100644 src/Services/e-sender/O2NextGen.ESender.Api/Models/EmailRequestViewModel.cs diff --git a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NG.Sdk.NetCore.Models.csproj b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NG.Sdk.NetCore.Models.csproj index a1a91b71..2bd48b21 100644 --- a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NG.Sdk.NetCore.Models.csproj +++ b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NG.Sdk.NetCore.Models.csproj @@ -1,11 +1,7 @@ - + - netcoreapp3.1 + netcoreapp2.2 - - - - diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Models/CertificateViewModel.cs b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/c-gen/CertificateViewModel.cs similarity index 69% rename from src/Services/c-gen/O2NextGen.CertificateManagement.Api/Models/CertificateViewModel.cs rename to src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/c-gen/CertificateViewModel.cs index 08f78970..0bc1945b 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Models/CertificateViewModel.cs +++ b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/c-gen/CertificateViewModel.cs @@ -1,4 +1,4 @@ -namespace O2NextGen.CertificateManagement.Api.Models +namespace O2NextGen.CertificateManagement.Api.Models.CGen { public class CertificateViewModel { diff --git a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/e-sender/EmailRequestViewModel.cs b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/e-sender/EmailRequestViewModel.cs new file mode 100644 index 00000000..19ffd4d9 --- /dev/null +++ b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/e-sender/EmailRequestViewModel.cs @@ -0,0 +1,17 @@ +namespace O2NextGen.CertificateManagement.Api.Models.ESender +{ + public class EmailRequestViewModel : IViewModel + { + public long Id { get; set; } + public string ExternalId { get; set; } + public long? ModifiedDate { get; set; } + public long? AddedDate { get; set; } + public long? DeletedDate { get; set; } + public bool? IsDeleted { get; set; } + public string From { get; set; } + public string To { get; set; } + public string Body { get; set; } + public string Subject { get; set; } + } +} + diff --git a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/e-sender/IViewModel.cs b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/e-sender/IViewModel.cs new file mode 100644 index 00000000..82a7de5b --- /dev/null +++ b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/e-sender/IViewModel.cs @@ -0,0 +1,13 @@ +namespace O2NextGen.CertificateManagement.Api.Models.ESender +{ + public interface IViewModel + { + long Id { get; set; } + string ExternalId { get; set; } + long? ModifiedDate { get; set; } + long? AddedDate { get; set; } + long? DeletedDate { get; set; } + bool? IsDeleted { get; set; } + } +} + diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Controllers/CertificatesController.cs b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Controllers/CertificatesController.cs index 87c46611..4539b34e 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Controllers/CertificatesController.cs +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Controllers/CertificatesController.cs @@ -1,10 +1,10 @@ using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; -using O2NextGen.CertificateManagement.Api.Models; using O2NextGen.CertificateManagement.Api.Setup; using O2NextGen.CertificateManagement.Business.Services; using O2NextGen.CertificateManagement.Api.Mappings; +using O2NextGen.CertificateManagement.Api.Models.CGen; namespace O2NextGen.CertificateManagement.Api.Controllers { diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Mappings/CertificateMappings.cs b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Mappings/CertificateMappings.cs index 464d5d29..24de71b9 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Mappings/CertificateMappings.cs +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Mappings/CertificateMappings.cs @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; using System.Collections.ObjectModel; -using O2NextGen.CertificateManagement.Api.Models; +using O2NextGen.CertificateManagement.Api.Models.CGen; using O2NextGen.CertificateManagement.Business.Models; namespace O2NextGen.CertificateManagement.Api.Mappings diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj index 654aaffd..6a60e2b0 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj @@ -30,6 +30,7 @@ + diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Controllers/BoardController.cs b/src/Services/e-sender/O2NextGen.ESender.Api/Controllers/BoardController.cs index 07f2cb37..b55d01f6 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/Controllers/BoardController.cs +++ b/src/Services/e-sender/O2NextGen.ESender.Api/Controllers/BoardController.cs @@ -2,9 +2,9 @@ using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; +using O2NextGen.CertificateManagement.Api.Models.ESender; using O2NextGen.ESender.Api.Helpers; using O2NextGen.ESender.Api.Mappings; -using O2NextGen.ESender.Api.Models; using O2NextGen.ESender.Business.Services; namespace O2NextGen.ESender.Api.Controllers diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Controllers/EmailSenderController.cs b/src/Services/e-sender/O2NextGen.ESender.Api/Controllers/EmailSenderController.cs index af4be29f..64cc819a 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/Controllers/EmailSenderController.cs +++ b/src/Services/e-sender/O2NextGen.ESender.Api/Controllers/EmailSenderController.cs @@ -2,9 +2,9 @@ using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; +using O2NextGen.CertificateManagement.Api.Models.ESender; using O2NextGen.ESender.Api.Helpers; using O2NextGen.ESender.Api.Mappings; -using O2NextGen.ESender.Api.Models; using O2NextGen.ESender.Business.Services; namespace O2NextGen.ESender.Api.Controllers diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Mappings/BaseMappings.cs b/src/Services/e-sender/O2NextGen.ESender.Api/Mappings/BaseMappings.cs index 83a77898..c40bfd22 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/Mappings/BaseMappings.cs +++ b/src/Services/e-sender/O2NextGen.ESender.Api/Mappings/BaseMappings.cs @@ -1,8 +1,8 @@ using System; using System.Collections.Generic; using System.Collections.ObjectModel; +using O2NextGen.CertificateManagement.Api.Models.ESender; using O2NextGen.ESender.Api.Extensions; -using O2NextGen.ESender.Api.Models; using O2NextGen.ESender.Business.Models; namespace O2NextGen.ESender.Api.Mappings diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Mappings/EmailRequestMappings.cs b/src/Services/e-sender/O2NextGen.ESender.Api/Mappings/EmailRequestMappings.cs index c7871f8e..91445dd9 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/Mappings/EmailRequestMappings.cs +++ b/src/Services/e-sender/O2NextGen.ESender.Api/Mappings/EmailRequestMappings.cs @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; using System.Collections.ObjectModel; -using O2NextGen.ESender.Api.Models; +using O2NextGen.CertificateManagement.Api.Models.ESender; using O2NextGen.ESender.Business.Models; namespace O2NextGen.ESender.Api.Mappings diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Models/EmailRequestViewModel.cs b/src/Services/e-sender/O2NextGen.ESender.Api/Models/EmailRequestViewModel.cs deleted file mode 100644 index 886b096a..00000000 --- a/src/Services/e-sender/O2NextGen.ESender.Api/Models/EmailRequestViewModel.cs +++ /dev/null @@ -1,26 +0,0 @@ -namespace O2NextGen.ESender.Api.Models -{ - public interface IViewModel - { - long Id { get; set; } - string ExternalId { get; set; } - long? ModifiedDate { get; set; } - long? AddedDate { get; set; } - long? DeletedDate { get; set; } - bool? IsDeleted { get; set; } - } - public class EmailRequestViewModel: IViewModel - { - public long Id { get; set; } - public string ExternalId { get; set; } - public long? ModifiedDate { get; set; } - public long? AddedDate { get; set; } - public long? DeletedDate { get; set; } - public bool? IsDeleted { get; set; } - public string From { get; set; } - public string To { get; set; } - public string Body { get; set; } - public string Subject { get; set; } - } -} - diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj b/src/Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj index b1d65de4..30b6be88 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj +++ b/src/Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj @@ -11,7 +11,6 @@ - @@ -39,6 +38,7 @@ + diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Views/_ViewImports.cshtml b/src/Services/e-sender/O2NextGen.ESender.Api/Views/_ViewImports.cshtml index 6f948c43..467974f5 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/Views/_ViewImports.cshtml +++ b/src/Services/e-sender/O2NextGen.ESender.Api/Views/_ViewImports.cshtml @@ -1,2 +1,2 @@ -@using O2NextGen.ESender.Api.Models +@using O2NextGen.CertificateManagement.Api.Models.ESender @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers \ No newline at end of file From c75d8e22e6623ac171af717ecaa602f3ff8daa87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 01:38:41 +0000 Subject: [PATCH 18/77] build(deps): bump node-forge in /src/WebApps/pfr-app/pfr-app Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/pfr-app/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/pfr-app/yarn.lock b/src/WebApps/pfr-app/pfr-app/yarn.lock index d85b4f77..29818cdc 100644 --- a/src/WebApps/pfr-app/pfr-app/yarn.lock +++ b/src/WebApps/pfr-app/pfr-app/yarn.lock @@ -3110,9 +3110,9 @@ node-emoji@^1.11.0: lodash "^4.17.21" node-forge@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" - integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== + version "1.3.0" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.0.tgz#37a874ea723855f37db091e6c186e5b67a01d4b2" + integrity sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA== node-releases@^2.0.1: version "2.0.1" From f6da62c5aa793923544ef8e4545c718a0909d4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 01:38:59 +0000 Subject: [PATCH 19/77] build(deps): bump node-forge in /src/WebApps/pfr-app/c-gen Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/c-gen/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/c-gen/yarn.lock b/src/WebApps/pfr-app/c-gen/yarn.lock index d85b4f77..29818cdc 100644 --- a/src/WebApps/pfr-app/c-gen/yarn.lock +++ b/src/WebApps/pfr-app/c-gen/yarn.lock @@ -3110,9 +3110,9 @@ node-emoji@^1.11.0: lodash "^4.17.21" node-forge@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" - integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== + version "1.3.0" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.0.tgz#37a874ea723855f37db091e6c186e5b67a01d4b2" + integrity sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA== node-releases@^2.0.1: version "2.0.1" From 09b818a1d5de0f67ca56cf721f501f89e4292ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 01:39:02 +0000 Subject: [PATCH 20/77] build(deps): bump node-forge in /src/WebApps/pfr-app/pfr-app Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/pfr-app/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/pfr-app/yarn.lock b/src/WebApps/pfr-app/pfr-app/yarn.lock index d85b4f77..29818cdc 100644 --- a/src/WebApps/pfr-app/pfr-app/yarn.lock +++ b/src/WebApps/pfr-app/pfr-app/yarn.lock @@ -3110,9 +3110,9 @@ node-emoji@^1.11.0: lodash "^4.17.21" node-forge@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" - integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== + version "1.3.0" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.0.tgz#37a874ea723855f37db091e6c186e5b67a01d4b2" + integrity sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA== node-releases@^2.0.1: version "2.0.1" From 46e77312af0629d72c3bf084002c1709403bc5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 01:39:04 +0000 Subject: [PATCH 21/77] build(deps): bump node-forge in /src/WebApps/pfr-app/smalltalk Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/smalltalk/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/smalltalk/yarn.lock b/src/WebApps/pfr-app/smalltalk/yarn.lock index d85b4f77..29818cdc 100644 --- a/src/WebApps/pfr-app/smalltalk/yarn.lock +++ b/src/WebApps/pfr-app/smalltalk/yarn.lock @@ -3110,9 +3110,9 @@ node-emoji@^1.11.0: lodash "^4.17.21" node-forge@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" - integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== + version "1.3.0" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.0.tgz#37a874ea723855f37db091e6c186e5b67a01d4b2" + integrity sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA== node-releases@^2.0.1: version "2.0.1" From 9e4b088c3d28973a4a591ea1f9fd30bc47be46cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 01:39:05 +0000 Subject: [PATCH 22/77] build(deps): bump node-forge in /src/WebApps/pfr-app/c-gen Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/c-gen/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/c-gen/yarn.lock b/src/WebApps/pfr-app/c-gen/yarn.lock index d85b4f77..29818cdc 100644 --- a/src/WebApps/pfr-app/c-gen/yarn.lock +++ b/src/WebApps/pfr-app/c-gen/yarn.lock @@ -3110,9 +3110,9 @@ node-emoji@^1.11.0: lodash "^4.17.21" node-forge@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" - integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== + version "1.3.0" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.0.tgz#37a874ea723855f37db091e6c186e5b67a01d4b2" + integrity sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA== node-releases@^2.0.1: version "2.0.1" From e84d0c47526595405c72ada8f926fe992f99ce99 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 26 Mar 2022 21:35:24 +0300 Subject: [PATCH 23/77] feat(issue-171): add skeleton of feedback-x --- .../feedback-x/O2NextGen.FeedBackX.Api.sln | 82 +++++++++++++++++++ .../Controllers/ValuesController.cs | 45 ++++++++++ .../O2NextGen.FeedBackX.Api.csproj | 16 ++++ .../O2NextGen.FeedBackX.Api/Program.cs | 24 ++++++ .../Properties/launchSettings.json | 14 ++++ .../O2NextGen.FeedBackX.Api/Startup.cs | 47 +++++++++++ .../appsettings.Development.json | 9 ++ .../O2NextGen.FeedBackX.Api/appsettings.json | 8 ++ .../O2NextGen.FeedBackX.Business/Class1.cs | 8 ++ .../O2NextGen.FeedBackX.Business.csproj | 7 ++ .../O2NextGen.FeedBackX.Data/Class1.cs | 8 ++ .../O2NextGen.FeedBackX.Data.csproj | 7 ++ .../O2NextGen.FeedBackX.Impl/Class1.cs | 8 ++ .../O2NextGen.FeedBackX.Impl.csproj | 7 ++ ...rationTests.O2NextGen.FeedBackX.Api.csproj | 22 +++++ .../UnitTest1.cs | 14 ++++ .../Tests.O2NextGen.FeedBackX.Api.csproj | 16 ++++ .../UnitTest1.cs | 18 ++++ .../Tests.O2NextGen.FeedBackX.Business.csproj | 16 ++++ .../UnitTest1.cs | 18 ++++ .../Tests.O2NextGen.FeedBackX.Data.csproj | 16 ++++ .../UnitTest1.cs | 18 ++++ .../Tests.O2NextGen.FeedBackX.Impl.csproj | 16 ++++ .../UnitTest1.cs | 18 ++++ 24 files changed, 462 insertions(+) create mode 100644 src/Services/feedback-x/O2NextGen.FeedBackX.Api.sln create mode 100644 src/Services/feedback-x/O2NextGen.FeedBackX.Api/Controllers/ValuesController.cs create mode 100644 src/Services/feedback-x/O2NextGen.FeedBackX.Api/O2NextGen.FeedBackX.Api.csproj create mode 100644 src/Services/feedback-x/O2NextGen.FeedBackX.Api/Program.cs create mode 100644 src/Services/feedback-x/O2NextGen.FeedBackX.Api/Properties/launchSettings.json create mode 100644 src/Services/feedback-x/O2NextGen.FeedBackX.Api/Startup.cs create mode 100644 src/Services/feedback-x/O2NextGen.FeedBackX.Api/appsettings.Development.json create mode 100644 src/Services/feedback-x/O2NextGen.FeedBackX.Api/appsettings.json create mode 100644 src/Services/feedback-x/O2NextGen.FeedBackX.Business/Class1.cs create mode 100644 src/Services/feedback-x/O2NextGen.FeedBackX.Business/O2NextGen.FeedBackX.Business.csproj create mode 100644 src/Services/feedback-x/O2NextGen.FeedBackX.Data/Class1.cs create mode 100644 src/Services/feedback-x/O2NextGen.FeedBackX.Data/O2NextGen.FeedBackX.Data.csproj create mode 100644 src/Services/feedback-x/O2NextGen.FeedBackX.Impl/Class1.cs create mode 100644 src/Services/feedback-x/O2NextGen.FeedBackX.Impl/O2NextGen.FeedBackX.Impl.csproj create mode 100644 src/Services/feedback-x/Tests/IntegrationTests.O2NextGen.FeedBackX.Api/IntegrationTests.O2NextGen.FeedBackX.Api.csproj create mode 100644 src/Services/feedback-x/Tests/IntegrationTests.O2NextGen.FeedBackX.Api/UnitTest1.cs create mode 100644 src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Api/Tests.O2NextGen.FeedBackX.Api.csproj create mode 100644 src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Api/UnitTest1.cs create mode 100644 src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Business/Tests.O2NextGen.FeedBackX.Business.csproj create mode 100644 src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Business/UnitTest1.cs create mode 100644 src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Data/Tests.O2NextGen.FeedBackX.Data.csproj create mode 100644 src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Data/UnitTest1.cs create mode 100644 src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Impl/Tests.O2NextGen.FeedBackX.Impl.csproj create mode 100644 src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Impl/UnitTest1.cs diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Api.sln b/src/Services/feedback-x/O2NextGen.FeedBackX.Api.sln new file mode 100644 index 00000000..364d2776 --- /dev/null +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Api.sln @@ -0,0 +1,82 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32112.339 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.FeedBackX.Api", ".\O2NextGen.FeedBackX.Api\O2NextGen.FeedBackX.Api.csproj", "{CFECE6E9-68F3-4151-9AC5-02EA78F5DDE7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{FBF4A821-E179-491F-B1EF-F2A2C0CA4041}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.FeedBackX.Api", ".\Tests\Tests.O2NextGen.FeedBackX.Api\Tests.O2NextGen.FeedBackX.Api.csproj", "{C1793159-6373-4534-BA0E-87BA84F46674}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.FeedBackX.Business", ".\O2NextGen.FeedBackX.Business\O2NextGen.FeedBackX.Business.csproj", "{5C1ED6D9-3DD9-45A2-AB8F-6A466A7E52E7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests.O2NextGen.FeedBackX.Api", ".\Tests\IntegrationTests.O2NextGen.FeedBackX.Api\IntegrationTests.O2NextGen.FeedBackX.Api.csproj", "{5E2C7CDA-D655-4495-92A9-20ADAD455F5F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.FeedBackX.Data", ".\O2NextGen.FeedBackX.Data\O2NextGen.FeedBackX.Data.csproj", "{00CF5E41-5B8E-4AE4-84E8-C081CA312396}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.FeedBackX.Impl", ".\O2NextGen.FeedBackX.Impl\O2NextGen.FeedBackX.Impl.csproj", "{01C937DF-D65F-4FD2-B5C7-D4B20C7A148F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.FeedBackX.Business", ".\Tests\Tests.O2NextGen.FeedBackX.Business\Tests.O2NextGen.FeedBackX.Business.csproj", "{1857BDA4-5DD7-4980-B652-94EC47BD205F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.FeedBackX.Data", ".\Tests\Tests.O2NextGen.FeedBackX.Data\Tests.O2NextGen.FeedBackX.Data.csproj", "{E5FE3437-62BD-4E98-A539-B47E99BF5329}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.FeedBackX.Impl", ".\Tests\Tests.O2NextGen.FeedBackX.Impl\Tests.O2NextGen.FeedBackX.Impl.csproj", "{340B279B-C527-41D6-A5DE-359F8B51F9A8}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CFECE6E9-68F3-4151-9AC5-02EA78F5DDE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CFECE6E9-68F3-4151-9AC5-02EA78F5DDE7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CFECE6E9-68F3-4151-9AC5-02EA78F5DDE7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CFECE6E9-68F3-4151-9AC5-02EA78F5DDE7}.Release|Any CPU.Build.0 = Release|Any CPU + {C1793159-6373-4534-BA0E-87BA84F46674}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C1793159-6373-4534-BA0E-87BA84F46674}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C1793159-6373-4534-BA0E-87BA84F46674}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C1793159-6373-4534-BA0E-87BA84F46674}.Release|Any CPU.Build.0 = Release|Any CPU + {5C1ED6D9-3DD9-45A2-AB8F-6A466A7E52E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5C1ED6D9-3DD9-45A2-AB8F-6A466A7E52E7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5C1ED6D9-3DD9-45A2-AB8F-6A466A7E52E7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5C1ED6D9-3DD9-45A2-AB8F-6A466A7E52E7}.Release|Any CPU.Build.0 = Release|Any CPU + {5E2C7CDA-D655-4495-92A9-20ADAD455F5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5E2C7CDA-D655-4495-92A9-20ADAD455F5F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5E2C7CDA-D655-4495-92A9-20ADAD455F5F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5E2C7CDA-D655-4495-92A9-20ADAD455F5F}.Release|Any CPU.Build.0 = Release|Any CPU + {00CF5E41-5B8E-4AE4-84E8-C081CA312396}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {00CF5E41-5B8E-4AE4-84E8-C081CA312396}.Debug|Any CPU.Build.0 = Debug|Any CPU + {00CF5E41-5B8E-4AE4-84E8-C081CA312396}.Release|Any CPU.ActiveCfg = Release|Any CPU + {00CF5E41-5B8E-4AE4-84E8-C081CA312396}.Release|Any CPU.Build.0 = Release|Any CPU + {01C937DF-D65F-4FD2-B5C7-D4B20C7A148F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {01C937DF-D65F-4FD2-B5C7-D4B20C7A148F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {01C937DF-D65F-4FD2-B5C7-D4B20C7A148F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {01C937DF-D65F-4FD2-B5C7-D4B20C7A148F}.Release|Any CPU.Build.0 = Release|Any CPU + {1857BDA4-5DD7-4980-B652-94EC47BD205F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1857BDA4-5DD7-4980-B652-94EC47BD205F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1857BDA4-5DD7-4980-B652-94EC47BD205F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1857BDA4-5DD7-4980-B652-94EC47BD205F}.Release|Any CPU.Build.0 = Release|Any CPU + {E5FE3437-62BD-4E98-A539-B47E99BF5329}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E5FE3437-62BD-4E98-A539-B47E99BF5329}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E5FE3437-62BD-4E98-A539-B47E99BF5329}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E5FE3437-62BD-4E98-A539-B47E99BF5329}.Release|Any CPU.Build.0 = Release|Any CPU + {340B279B-C527-41D6-A5DE-359F8B51F9A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {340B279B-C527-41D6-A5DE-359F8B51F9A8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {340B279B-C527-41D6-A5DE-359F8B51F9A8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {340B279B-C527-41D6-A5DE-359F8B51F9A8}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {C1793159-6373-4534-BA0E-87BA84F46674} = {FBF4A821-E179-491F-B1EF-F2A2C0CA4041} + {5E2C7CDA-D655-4495-92A9-20ADAD455F5F} = {FBF4A821-E179-491F-B1EF-F2A2C0CA4041} + {1857BDA4-5DD7-4980-B652-94EC47BD205F} = {FBF4A821-E179-491F-B1EF-F2A2C0CA4041} + {E5FE3437-62BD-4E98-A539-B47E99BF5329} = {FBF4A821-E179-491F-B1EF-F2A2C0CA4041} + {340B279B-C527-41D6-A5DE-359F8B51F9A8} = {FBF4A821-E179-491F-B1EF-F2A2C0CA4041} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {CD873B2D-C019-4595-98F4-60CD9772C12E} + EndGlobalSection +EndGlobal diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Controllers/ValuesController.cs b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Controllers/ValuesController.cs new file mode 100644 index 00000000..bc5819b4 --- /dev/null +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Controllers/ValuesController.cs @@ -0,0 +1,45 @@ +using Microsoft.AspNetCore.Mvc; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace O2NextGen.FeedBackX.Api.Controllers +{ + [Route("api/[controller]")] + [ApiController] + public class ValuesController : ControllerBase + { + // GET api/values + [HttpGet] + public ActionResult> Get() + { + return new string[] { "value1", "value2" }; + } + + // GET api/values/5 + [HttpGet("{id}")] + public ActionResult Get(int id) + { + return "value"; + } + + // POST api/values + [HttpPost] + public void Post([FromBody] string value) + { + } + + // PUT api/values/5 + [HttpPut("{id}")] + public void Put(int id, [FromBody] string value) + { + } + + // DELETE api/values/5 + [HttpDelete("{id}")] + public void Delete(int id) + { + } + } +} diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Api/O2NextGen.FeedBackX.Api.csproj b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/O2NextGen.FeedBackX.Api.csproj new file mode 100644 index 00000000..ffe2b91d --- /dev/null +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/O2NextGen.FeedBackX.Api.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + + + + + + + + + + + diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Program.cs b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Program.cs new file mode 100644 index 00000000..6b0adf9f --- /dev/null +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Program.cs @@ -0,0 +1,24 @@ +using Microsoft.AspNetCore; +using Microsoft.AspNetCore.Hosting; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.Logging; +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Threading.Tasks; + +namespace O2NextGen.FeedBackX.Api +{ + public class Program + { + public static void Main(string[] args) + { + CreateWebHostBuilder(args).Build().Run(); + } + + public static IWebHostBuilder CreateWebHostBuilder(string[] args) => + WebHost.CreateDefaultBuilder(args) + .UseStartup(); + } +} diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Properties/launchSettings.json b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Properties/launchSettings.json new file mode 100644 index 00000000..8834c3c3 --- /dev/null +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Properties/launchSettings.json @@ -0,0 +1,14 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "profiles": { + "O2NextGen.FeedBackX.Api": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "api/values", + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} \ No newline at end of file diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Startup.cs b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Startup.cs new file mode 100644 index 00000000..50d4ba08 --- /dev/null +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Startup.cs @@ -0,0 +1,47 @@ +using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Hosting; +using Microsoft.AspNetCore.HttpsPolicy; +using Microsoft.AspNetCore.Mvc; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Logging; +using Microsoft.Extensions.Options; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace O2NextGen.FeedBackX.Api +{ + public class Startup + { + public Startup(IConfiguration configuration) + { + Configuration = configuration; + } + + public IConfiguration Configuration { get; } + + // This method gets called by the runtime. Use this method to add services to the container. + public void ConfigureServices(IServiceCollection services) + { + services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_2_1); + } + + // This method gets called by the runtime. Use this method to configure the HTTP request pipeline. + public void Configure(IApplicationBuilder app, IHostingEnvironment env) + { + if (env.IsDevelopment()) + { + app.UseDeveloperExceptionPage(); + } + else + { + app.UseHsts(); + } + + app.UseHttpsRedirection(); + app.UseMvc(); + } + } +} diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Api/appsettings.Development.json b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/appsettings.Development.json new file mode 100644 index 00000000..e203e940 --- /dev/null +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + } +} diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Api/appsettings.json b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/appsettings.json new file mode 100644 index 00000000..def9159a --- /dev/null +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/appsettings.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Warning" + } + }, + "AllowedHosts": "*" +} diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Business/Class1.cs b/src/Services/feedback-x/O2NextGen.FeedBackX.Business/Class1.cs new file mode 100644 index 00000000..a2528374 --- /dev/null +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Business/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace O2NextGen.FeedBackX.Business +{ + public class Class1 + { + } +} diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Business/O2NextGen.FeedBackX.Business.csproj b/src/Services/feedback-x/O2NextGen.FeedBackX.Business/O2NextGen.FeedBackX.Business.csproj new file mode 100644 index 00000000..86ea3bbe --- /dev/null +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Business/O2NextGen.FeedBackX.Business.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.1 + + + diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Data/Class1.cs b/src/Services/feedback-x/O2NextGen.FeedBackX.Data/Class1.cs new file mode 100644 index 00000000..d28878a6 --- /dev/null +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Data/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace O2NextGen.FeedBackX.Data +{ + public class Class1 + { + } +} diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Data/O2NextGen.FeedBackX.Data.csproj b/src/Services/feedback-x/O2NextGen.FeedBackX.Data/O2NextGen.FeedBackX.Data.csproj new file mode 100644 index 00000000..86ea3bbe --- /dev/null +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Data/O2NextGen.FeedBackX.Data.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.1 + + + diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Impl/Class1.cs b/src/Services/feedback-x/O2NextGen.FeedBackX.Impl/Class1.cs new file mode 100644 index 00000000..f3d0c5c4 --- /dev/null +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Impl/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace O2NextGen.FeedBackX.Impl +{ + public class Class1 + { + } +} diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Impl/O2NextGen.FeedBackX.Impl.csproj b/src/Services/feedback-x/O2NextGen.FeedBackX.Impl/O2NextGen.FeedBackX.Impl.csproj new file mode 100644 index 00000000..86ea3bbe --- /dev/null +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Impl/O2NextGen.FeedBackX.Impl.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.1 + + + diff --git a/src/Services/feedback-x/Tests/IntegrationTests.O2NextGen.FeedBackX.Api/IntegrationTests.O2NextGen.FeedBackX.Api.csproj b/src/Services/feedback-x/Tests/IntegrationTests.O2NextGen.FeedBackX.Api/IntegrationTests.O2NextGen.FeedBackX.Api.csproj new file mode 100644 index 00000000..08ce6023 --- /dev/null +++ b/src/Services/feedback-x/Tests/IntegrationTests.O2NextGen.FeedBackX.Api/IntegrationTests.O2NextGen.FeedBackX.Api.csproj @@ -0,0 +1,22 @@ + + + + netcoreapp2.2 + + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + diff --git a/src/Services/feedback-x/Tests/IntegrationTests.O2NextGen.FeedBackX.Api/UnitTest1.cs b/src/Services/feedback-x/Tests/IntegrationTests.O2NextGen.FeedBackX.Api/UnitTest1.cs new file mode 100644 index 00000000..46b59a30 --- /dev/null +++ b/src/Services/feedback-x/Tests/IntegrationTests.O2NextGen.FeedBackX.Api/UnitTest1.cs @@ -0,0 +1,14 @@ +using System; +using Xunit; + +namespace IntegrationTests.O2NextGen.FeedBackX.Api +{ + public class UnitTest1 + { + [Fact] + public void Test1() + { + + } + } +} diff --git a/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Api/Tests.O2NextGen.FeedBackX.Api.csproj b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Api/Tests.O2NextGen.FeedBackX.Api.csproj new file mode 100644 index 00000000..15e18f8c --- /dev/null +++ b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Api/Tests.O2NextGen.FeedBackX.Api.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.2 + + false + + + + + + + + + + diff --git a/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Api/UnitTest1.cs b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Api/UnitTest1.cs new file mode 100644 index 00000000..8f6f2c4d --- /dev/null +++ b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Api/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.FeedBackX.Api +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Business/Tests.O2NextGen.FeedBackX.Business.csproj b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Business/Tests.O2NextGen.FeedBackX.Business.csproj new file mode 100644 index 00000000..15e18f8c --- /dev/null +++ b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Business/Tests.O2NextGen.FeedBackX.Business.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.2 + + false + + + + + + + + + + diff --git a/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Business/UnitTest1.cs b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Business/UnitTest1.cs new file mode 100644 index 00000000..2f7d3c44 --- /dev/null +++ b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Business/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.FeedBackX.Business +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Data/Tests.O2NextGen.FeedBackX.Data.csproj b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Data/Tests.O2NextGen.FeedBackX.Data.csproj new file mode 100644 index 00000000..f1f19a17 --- /dev/null +++ b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Data/Tests.O2NextGen.FeedBackX.Data.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.2 + + false + + + + + + + + + + diff --git a/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Data/UnitTest1.cs b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Data/UnitTest1.cs new file mode 100644 index 00000000..c2c32eb6 --- /dev/null +++ b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Data/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.FeedBackX.Data +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Impl/Tests.O2NextGen.FeedBackX.Impl.csproj b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Impl/Tests.O2NextGen.FeedBackX.Impl.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Impl/Tests.O2NextGen.FeedBackX.Impl.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Impl/UnitTest1.cs b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Impl/UnitTest1.cs new file mode 100644 index 00000000..356bd020 --- /dev/null +++ b/src/Services/feedback-x/Tests/Tests.O2NextGen.FeedBackX.Impl/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.FeedBackX.Impl +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file From 1cf87ac3b1e0839e23b3ee64684c8eca38ee91e1 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 26 Mar 2022 21:37:07 +0300 Subject: [PATCH 24/77] chore(issue-171): code cleanup --- .../Controllers/ValuesController.cs | 3 --- src/Services/feedback-x/O2NextGen.FeedBackX.Api/Program.cs | 7 ------- src/Services/feedback-x/O2NextGen.FeedBackX.Api/Startup.cs | 7 ------- .../feedback-x/O2NextGen.FeedBackX.Business/Class1.cs | 4 +--- src/Services/feedback-x/O2NextGen.FeedBackX.Data/Class1.cs | 4 +--- src/Services/feedback-x/O2NextGen.FeedBackX.Impl/Class1.cs | 4 +--- .../IntegrationTests.O2NextGen.FeedBackX.Api/UnitTest1.cs | 1 - 7 files changed, 3 insertions(+), 27 deletions(-) diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Controllers/ValuesController.cs b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Controllers/ValuesController.cs index bc5819b4..4dec7123 100644 --- a/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Controllers/ValuesController.cs +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Controllers/ValuesController.cs @@ -1,8 +1,5 @@ using Microsoft.AspNetCore.Mvc; -using System; using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; namespace O2NextGen.FeedBackX.Api.Controllers { diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Program.cs b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Program.cs index 6b0adf9f..ad57c5eb 100644 --- a/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Program.cs +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Program.cs @@ -1,12 +1,5 @@ using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; -using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.Logging; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Threading.Tasks; namespace O2NextGen.FeedBackX.Api { diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Startup.cs b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Startup.cs index 50d4ba08..598e3a12 100644 --- a/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Startup.cs +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Api/Startup.cs @@ -1,15 +1,8 @@ using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; -using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; -using Microsoft.Extensions.Logging; -using Microsoft.Extensions.Options; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; namespace O2NextGen.FeedBackX.Api { diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Business/Class1.cs b/src/Services/feedback-x/O2NextGen.FeedBackX.Business/Class1.cs index a2528374..f5eebcb2 100644 --- a/src/Services/feedback-x/O2NextGen.FeedBackX.Business/Class1.cs +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Business/Class1.cs @@ -1,6 +1,4 @@ -using System; - -namespace O2NextGen.FeedBackX.Business +namespace O2NextGen.FeedBackX.Business { public class Class1 { diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Data/Class1.cs b/src/Services/feedback-x/O2NextGen.FeedBackX.Data/Class1.cs index d28878a6..8eb3d377 100644 --- a/src/Services/feedback-x/O2NextGen.FeedBackX.Data/Class1.cs +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Data/Class1.cs @@ -1,6 +1,4 @@ -using System; - -namespace O2NextGen.FeedBackX.Data +namespace O2NextGen.FeedBackX.Data { public class Class1 { diff --git a/src/Services/feedback-x/O2NextGen.FeedBackX.Impl/Class1.cs b/src/Services/feedback-x/O2NextGen.FeedBackX.Impl/Class1.cs index f3d0c5c4..8a021e75 100644 --- a/src/Services/feedback-x/O2NextGen.FeedBackX.Impl/Class1.cs +++ b/src/Services/feedback-x/O2NextGen.FeedBackX.Impl/Class1.cs @@ -1,6 +1,4 @@ -using System; - -namespace O2NextGen.FeedBackX.Impl +namespace O2NextGen.FeedBackX.Impl { public class Class1 { diff --git a/src/Services/feedback-x/Tests/IntegrationTests.O2NextGen.FeedBackX.Api/UnitTest1.cs b/src/Services/feedback-x/Tests/IntegrationTests.O2NextGen.FeedBackX.Api/UnitTest1.cs index 46b59a30..4780e797 100644 --- a/src/Services/feedback-x/Tests/IntegrationTests.O2NextGen.FeedBackX.Api/UnitTest1.cs +++ b/src/Services/feedback-x/Tests/IntegrationTests.O2NextGen.FeedBackX.Api/UnitTest1.cs @@ -1,4 +1,3 @@ -using System; using Xunit; namespace IntegrationTests.O2NextGen.FeedBackX.Api From 3e29bca4c384677cadb2885071d2332e3c58b3e8 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 26 Mar 2022 22:44:46 +0300 Subject: [PATCH 25/77] feat(issue-198): add service s-link --- src/Services/s-link/O2NextGen.SLink.Api.sln | 82 +++++++++++++++++++ .../Controllers/ValuesController.cs | 45 ++++++++++ .../O2NextGen.SLink.Api.csproj | 22 +++++ .../s-link/O2NextGen.SLink.Api/Program.cs | 24 ++++++ .../Properties/launchSettings.json | 30 +++++++ .../s-link/O2NextGen.SLink.Api/Startup.cs | 47 +++++++++++ .../appsettings.Development.json | 9 ++ .../O2NextGen.SLink.Api/appsettings.json | 8 ++ .../s-link/O2NextGen.SLink.Business/Class1.cs | 9 ++ .../O2NextGen.SLink.Business.csproj | 7 ++ .../s-link/O2NextGen.SLink.Data/Class1.cs | 8 ++ .../O2NextGen.SLink.Data.csproj | 7 ++ .../s-link/O2NextGen.SLink.Impl/Class1.cs | 8 ++ .../O2NextGen.SLink.Impl.csproj | 7 ++ ...ntegrationTests.O2NextGen.SLink.Api.csproj | 22 +++++ .../UnitTest1.cs | 14 ++++ .../Tests.O2NextGen.SLink.Api.csproj | 16 ++++ .../Tests.O2NextGen.SLink.Api/UnitTest1.cs | 18 ++++ .../Tests.O2NextGen.SLink.Business.csproj | 16 ++++ .../UnitTest1.cs | 18 ++++ .../Tests.O2NextGen.SLink.Data.csproj | 16 ++++ .../Tests.O2NextGen.SLink.Data/UnitTest1.cs | 18 ++++ .../Tests.O2NextGen.SLink.Impl.csproj | 16 ++++ .../Tests.O2NextGen.SLink.Impl/UnitTest1.cs | 18 ++++ 24 files changed, 485 insertions(+) create mode 100644 src/Services/s-link/O2NextGen.SLink.Api.sln create mode 100644 src/Services/s-link/O2NextGen.SLink.Api/Controllers/ValuesController.cs create mode 100644 src/Services/s-link/O2NextGen.SLink.Api/O2NextGen.SLink.Api.csproj create mode 100644 src/Services/s-link/O2NextGen.SLink.Api/Program.cs create mode 100644 src/Services/s-link/O2NextGen.SLink.Api/Properties/launchSettings.json create mode 100644 src/Services/s-link/O2NextGen.SLink.Api/Startup.cs create mode 100644 src/Services/s-link/O2NextGen.SLink.Api/appsettings.Development.json create mode 100644 src/Services/s-link/O2NextGen.SLink.Api/appsettings.json create mode 100644 src/Services/s-link/O2NextGen.SLink.Business/Class1.cs create mode 100644 src/Services/s-link/O2NextGen.SLink.Business/O2NextGen.SLink.Business.csproj create mode 100644 src/Services/s-link/O2NextGen.SLink.Data/Class1.cs create mode 100644 src/Services/s-link/O2NextGen.SLink.Data/O2NextGen.SLink.Data.csproj create mode 100644 src/Services/s-link/O2NextGen.SLink.Impl/Class1.cs create mode 100644 src/Services/s-link/O2NextGen.SLink.Impl/O2NextGen.SLink.Impl.csproj create mode 100644 src/Services/s-link/Tests/IntegrationTests.O2NextGen.SLink.Api/IntegrationTests.O2NextGen.SLink.Api.csproj create mode 100644 src/Services/s-link/Tests/IntegrationTests.O2NextGen.SLink.Api/UnitTest1.cs create mode 100644 src/Services/s-link/Tests/Tests.O2NextGen.SLink.Api/Tests.O2NextGen.SLink.Api.csproj create mode 100644 src/Services/s-link/Tests/Tests.O2NextGen.SLink.Api/UnitTest1.cs create mode 100644 src/Services/s-link/Tests/Tests.O2NextGen.SLink.Business/Tests.O2NextGen.SLink.Business.csproj create mode 100644 src/Services/s-link/Tests/Tests.O2NextGen.SLink.Business/UnitTest1.cs create mode 100644 src/Services/s-link/Tests/Tests.O2NextGen.SLink.Data/Tests.O2NextGen.SLink.Data.csproj create mode 100644 src/Services/s-link/Tests/Tests.O2NextGen.SLink.Data/UnitTest1.cs create mode 100644 src/Services/s-link/Tests/Tests.O2NextGen.SLink.Impl/Tests.O2NextGen.SLink.Impl.csproj create mode 100644 src/Services/s-link/Tests/Tests.O2NextGen.SLink.Impl/UnitTest1.cs diff --git a/src/Services/s-link/O2NextGen.SLink.Api.sln b/src/Services/s-link/O2NextGen.SLink.Api.sln new file mode 100644 index 00000000..6478069b --- /dev/null +++ b/src/Services/s-link/O2NextGen.SLink.Api.sln @@ -0,0 +1,82 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32112.339 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SLink.Api", "O2NextGen.SLink.Api\O2NextGen.SLink.Api.csproj", "{94D995B2-470A-4342-AD02-CCC13AED2A2F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SLink.Data", "O2NextGen.SLink.Data\O2NextGen.SLink.Data.csproj", "{D11C89E1-A0B4-4FA6-99B0-235C5DE7A5C0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SLink.Business", "O2NextGen.SLink.Business\O2NextGen.SLink.Business.csproj", "{6C96CF31-EA2A-4A0A-8786-FEA05BE663B5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SLink.Impl", "O2NextGen.SLink.Impl\O2NextGen.SLink.Impl.csproj", "{AC58FEDD-9702-4999-853C-4BD79D535A4E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{9521461A-EFA7-40FB-B2D6-348F8447E4A4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.SLink.Api", "Tests\Tests.O2NextGen.SLink.Api\Tests.O2NextGen.SLink.Api.csproj", "{7067B97B-DB70-4013-9A91-F666D6072B7D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.SLink.Data", "Tests\Tests.O2NextGen.SLink.Data\Tests.O2NextGen.SLink.Data.csproj", "{C9608EC7-1B44-4F0A-9A6C-3AB72EE98051}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.SLink.Business", "Tests\Tests.O2NextGen.SLink.Business\Tests.O2NextGen.SLink.Business.csproj", "{1C105476-A7E6-44C5-8D4A-55AC975370E8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.SLink.Impl", "Tests\Tests.O2NextGen.SLink.Impl\Tests.O2NextGen.SLink.Impl.csproj", "{8B99E807-47C6-4626-A163-280AB0852721}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests.O2NextGen.SLink.Api", "Tests\IntegrationTests.O2NextGen.SLink.Api\IntegrationTests.O2NextGen.SLink.Api.csproj", "{011C0E21-4055-4636-8D5B-5187BE2FFE34}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {94D995B2-470A-4342-AD02-CCC13AED2A2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {94D995B2-470A-4342-AD02-CCC13AED2A2F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {94D995B2-470A-4342-AD02-CCC13AED2A2F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {94D995B2-470A-4342-AD02-CCC13AED2A2F}.Release|Any CPU.Build.0 = Release|Any CPU + {D11C89E1-A0B4-4FA6-99B0-235C5DE7A5C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D11C89E1-A0B4-4FA6-99B0-235C5DE7A5C0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D11C89E1-A0B4-4FA6-99B0-235C5DE7A5C0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D11C89E1-A0B4-4FA6-99B0-235C5DE7A5C0}.Release|Any CPU.Build.0 = Release|Any CPU + {6C96CF31-EA2A-4A0A-8786-FEA05BE663B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6C96CF31-EA2A-4A0A-8786-FEA05BE663B5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6C96CF31-EA2A-4A0A-8786-FEA05BE663B5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6C96CF31-EA2A-4A0A-8786-FEA05BE663B5}.Release|Any CPU.Build.0 = Release|Any CPU + {AC58FEDD-9702-4999-853C-4BD79D535A4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AC58FEDD-9702-4999-853C-4BD79D535A4E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AC58FEDD-9702-4999-853C-4BD79D535A4E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AC58FEDD-9702-4999-853C-4BD79D535A4E}.Release|Any CPU.Build.0 = Release|Any CPU + {7067B97B-DB70-4013-9A91-F666D6072B7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7067B97B-DB70-4013-9A91-F666D6072B7D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7067B97B-DB70-4013-9A91-F666D6072B7D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7067B97B-DB70-4013-9A91-F666D6072B7D}.Release|Any CPU.Build.0 = Release|Any CPU + {C9608EC7-1B44-4F0A-9A6C-3AB72EE98051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C9608EC7-1B44-4F0A-9A6C-3AB72EE98051}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C9608EC7-1B44-4F0A-9A6C-3AB72EE98051}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C9608EC7-1B44-4F0A-9A6C-3AB72EE98051}.Release|Any CPU.Build.0 = Release|Any CPU + {1C105476-A7E6-44C5-8D4A-55AC975370E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1C105476-A7E6-44C5-8D4A-55AC975370E8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1C105476-A7E6-44C5-8D4A-55AC975370E8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1C105476-A7E6-44C5-8D4A-55AC975370E8}.Release|Any CPU.Build.0 = Release|Any CPU + {8B99E807-47C6-4626-A163-280AB0852721}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8B99E807-47C6-4626-A163-280AB0852721}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8B99E807-47C6-4626-A163-280AB0852721}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8B99E807-47C6-4626-A163-280AB0852721}.Release|Any CPU.Build.0 = Release|Any CPU + {011C0E21-4055-4636-8D5B-5187BE2FFE34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {011C0E21-4055-4636-8D5B-5187BE2FFE34}.Debug|Any CPU.Build.0 = Debug|Any CPU + {011C0E21-4055-4636-8D5B-5187BE2FFE34}.Release|Any CPU.ActiveCfg = Release|Any CPU + {011C0E21-4055-4636-8D5B-5187BE2FFE34}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {7067B97B-DB70-4013-9A91-F666D6072B7D} = {9521461A-EFA7-40FB-B2D6-348F8447E4A4} + {C9608EC7-1B44-4F0A-9A6C-3AB72EE98051} = {9521461A-EFA7-40FB-B2D6-348F8447E4A4} + {1C105476-A7E6-44C5-8D4A-55AC975370E8} = {9521461A-EFA7-40FB-B2D6-348F8447E4A4} + {8B99E807-47C6-4626-A163-280AB0852721} = {9521461A-EFA7-40FB-B2D6-348F8447E4A4} + {011C0E21-4055-4636-8D5B-5187BE2FFE34} = {9521461A-EFA7-40FB-B2D6-348F8447E4A4} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {77126761-1223-4C12-BF17-1BBC37E5E2AA} + EndGlobalSection +EndGlobal diff --git a/src/Services/s-link/O2NextGen.SLink.Api/Controllers/ValuesController.cs b/src/Services/s-link/O2NextGen.SLink.Api/Controllers/ValuesController.cs new file mode 100644 index 00000000..ff5c1c6a --- /dev/null +++ b/src/Services/s-link/O2NextGen.SLink.Api/Controllers/ValuesController.cs @@ -0,0 +1,45 @@ +using Microsoft.AspNetCore.Mvc; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace O2NextGen.SLink.Api.Controllers +{ + [Route("api/[controller]")] + [ApiController] + public class ValuesController : ControllerBase + { + // GET api/values + [HttpGet] + public ActionResult> Get() + { + return new string[] { "value1", "value2" }; + } + + // GET api/values/5 + [HttpGet("{id}")] + public ActionResult Get(int id) + { + return "value"; + } + + // POST api/values + [HttpPost] + public void Post([FromBody] string value) + { + } + + // PUT api/values/5 + [HttpPut("{id}")] + public void Put(int id, [FromBody] string value) + { + } + + // DELETE api/values/5 + [HttpDelete("{id}")] + public void Delete(int id) + { + } + } +} diff --git a/src/Services/s-link/O2NextGen.SLink.Api/O2NextGen.SLink.Api.csproj b/src/Services/s-link/O2NextGen.SLink.Api/O2NextGen.SLink.Api.csproj new file mode 100644 index 00000000..1d09e569 --- /dev/null +++ b/src/Services/s-link/O2NextGen.SLink.Api/O2NextGen.SLink.Api.csproj @@ -0,0 +1,22 @@ + + + + netcoreapp2.1 + + + + + + + + + + + + + + + + + + diff --git a/src/Services/s-link/O2NextGen.SLink.Api/Program.cs b/src/Services/s-link/O2NextGen.SLink.Api/Program.cs new file mode 100644 index 00000000..feb9a4bc --- /dev/null +++ b/src/Services/s-link/O2NextGen.SLink.Api/Program.cs @@ -0,0 +1,24 @@ +using Microsoft.AspNetCore; +using Microsoft.AspNetCore.Hosting; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.Logging; +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Threading.Tasks; + +namespace O2NextGen.SLink.Api +{ + public class Program + { + public static void Main(string[] args) + { + CreateWebHostBuilder(args).Build().Run(); + } + + public static IWebHostBuilder CreateWebHostBuilder(string[] args) => + WebHost.CreateDefaultBuilder(args) + .UseStartup(); + } +} diff --git a/src/Services/s-link/O2NextGen.SLink.Api/Properties/launchSettings.json b/src/Services/s-link/O2NextGen.SLink.Api/Properties/launchSettings.json new file mode 100644 index 00000000..7b69391f --- /dev/null +++ b/src/Services/s-link/O2NextGen.SLink.Api/Properties/launchSettings.json @@ -0,0 +1,30 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:15456", + "sslPort": 44322 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "api/values", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "O2NextGen.SLink.Api": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "api/values", + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} \ No newline at end of file diff --git a/src/Services/s-link/O2NextGen.SLink.Api/Startup.cs b/src/Services/s-link/O2NextGen.SLink.Api/Startup.cs new file mode 100644 index 00000000..e71ce6b3 --- /dev/null +++ b/src/Services/s-link/O2NextGen.SLink.Api/Startup.cs @@ -0,0 +1,47 @@ +using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Hosting; +using Microsoft.AspNetCore.HttpsPolicy; +using Microsoft.AspNetCore.Mvc; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Logging; +using Microsoft.Extensions.Options; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace O2NextGen.SLink.Api +{ + public class Startup + { + public Startup(IConfiguration configuration) + { + Configuration = configuration; + } + + public IConfiguration Configuration { get; } + + // This method gets called by the runtime. Use this method to add services to the container. + public void ConfigureServices(IServiceCollection services) + { + services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_2_1); + } + + // This method gets called by the runtime. Use this method to configure the HTTP request pipeline. + public void Configure(IApplicationBuilder app, IHostingEnvironment env) + { + if (env.IsDevelopment()) + { + app.UseDeveloperExceptionPage(); + } + else + { + app.UseHsts(); + } + + app.UseHttpsRedirection(); + app.UseMvc(); + } + } +} diff --git a/src/Services/s-link/O2NextGen.SLink.Api/appsettings.Development.json b/src/Services/s-link/O2NextGen.SLink.Api/appsettings.Development.json new file mode 100644 index 00000000..e203e940 --- /dev/null +++ b/src/Services/s-link/O2NextGen.SLink.Api/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + } +} diff --git a/src/Services/s-link/O2NextGen.SLink.Api/appsettings.json b/src/Services/s-link/O2NextGen.SLink.Api/appsettings.json new file mode 100644 index 00000000..def9159a --- /dev/null +++ b/src/Services/s-link/O2NextGen.SLink.Api/appsettings.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Warning" + } + }, + "AllowedHosts": "*" +} diff --git a/src/Services/s-link/O2NextGen.SLink.Business/Class1.cs b/src/Services/s-link/O2NextGen.SLink.Business/Class1.cs new file mode 100644 index 00000000..426e70ca --- /dev/null +++ b/src/Services/s-link/O2NextGen.SLink.Business/Class1.cs @@ -0,0 +1,9 @@ + +using System; + +namespace O2NextGen.SLink.Business +{ + public class Class1 + { + } +} diff --git a/src/Services/s-link/O2NextGen.SLink.Business/O2NextGen.SLink.Business.csproj b/src/Services/s-link/O2NextGen.SLink.Business/O2NextGen.SLink.Business.csproj new file mode 100644 index 00000000..86ea3bbe --- /dev/null +++ b/src/Services/s-link/O2NextGen.SLink.Business/O2NextGen.SLink.Business.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.1 + + + diff --git a/src/Services/s-link/O2NextGen.SLink.Data/Class1.cs b/src/Services/s-link/O2NextGen.SLink.Data/Class1.cs new file mode 100644 index 00000000..d3ae4cac --- /dev/null +++ b/src/Services/s-link/O2NextGen.SLink.Data/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace O2NextGen.SLink.Data +{ + public class Class1 + { + } +} diff --git a/src/Services/s-link/O2NextGen.SLink.Data/O2NextGen.SLink.Data.csproj b/src/Services/s-link/O2NextGen.SLink.Data/O2NextGen.SLink.Data.csproj new file mode 100644 index 00000000..86ea3bbe --- /dev/null +++ b/src/Services/s-link/O2NextGen.SLink.Data/O2NextGen.SLink.Data.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.1 + + + diff --git a/src/Services/s-link/O2NextGen.SLink.Impl/Class1.cs b/src/Services/s-link/O2NextGen.SLink.Impl/Class1.cs new file mode 100644 index 00000000..8f22a3a4 --- /dev/null +++ b/src/Services/s-link/O2NextGen.SLink.Impl/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace O2NextGen.SLink.Impl +{ + public class Class1 + { + } +} diff --git a/src/Services/s-link/O2NextGen.SLink.Impl/O2NextGen.SLink.Impl.csproj b/src/Services/s-link/O2NextGen.SLink.Impl/O2NextGen.SLink.Impl.csproj new file mode 100644 index 00000000..86ea3bbe --- /dev/null +++ b/src/Services/s-link/O2NextGen.SLink.Impl/O2NextGen.SLink.Impl.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.1 + + + diff --git a/src/Services/s-link/Tests/IntegrationTests.O2NextGen.SLink.Api/IntegrationTests.O2NextGen.SLink.Api.csproj b/src/Services/s-link/Tests/IntegrationTests.O2NextGen.SLink.Api/IntegrationTests.O2NextGen.SLink.Api.csproj new file mode 100644 index 00000000..9c2aad77 --- /dev/null +++ b/src/Services/s-link/Tests/IntegrationTests.O2NextGen.SLink.Api/IntegrationTests.O2NextGen.SLink.Api.csproj @@ -0,0 +1,22 @@ + + + + netcoreapp2.1 + + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + diff --git a/src/Services/s-link/Tests/IntegrationTests.O2NextGen.SLink.Api/UnitTest1.cs b/src/Services/s-link/Tests/IntegrationTests.O2NextGen.SLink.Api/UnitTest1.cs new file mode 100644 index 00000000..79ff728c --- /dev/null +++ b/src/Services/s-link/Tests/IntegrationTests.O2NextGen.SLink.Api/UnitTest1.cs @@ -0,0 +1,14 @@ +using System; +using Xunit; + +namespace IntegrationTests.O2NextGen.SLink.Api +{ + public class UnitTest1 + { + [Fact] + public void Test1() + { + + } + } +} diff --git a/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Api/Tests.O2NextGen.SLink.Api.csproj b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Api/Tests.O2NextGen.SLink.Api.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Api/Tests.O2NextGen.SLink.Api.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Api/UnitTest1.cs b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Api/UnitTest1.cs new file mode 100644 index 00000000..82cbb28f --- /dev/null +++ b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Api/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.SLink.Api +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Business/Tests.O2NextGen.SLink.Business.csproj b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Business/Tests.O2NextGen.SLink.Business.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Business/Tests.O2NextGen.SLink.Business.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Business/UnitTest1.cs b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Business/UnitTest1.cs new file mode 100644 index 00000000..92d91070 --- /dev/null +++ b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Business/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.SLink.Business +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Data/Tests.O2NextGen.SLink.Data.csproj b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Data/Tests.O2NextGen.SLink.Data.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Data/Tests.O2NextGen.SLink.Data.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Data/UnitTest1.cs b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Data/UnitTest1.cs new file mode 100644 index 00000000..7697c4f7 --- /dev/null +++ b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Data/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.SLink.Data +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Impl/Tests.O2NextGen.SLink.Impl.csproj b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Impl/Tests.O2NextGen.SLink.Impl.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Impl/Tests.O2NextGen.SLink.Impl.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Impl/UnitTest1.cs b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Impl/UnitTest1.cs new file mode 100644 index 00000000..d7a5f5d5 --- /dev/null +++ b/src/Services/s-link/Tests/Tests.O2NextGen.SLink.Impl/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.SLink.Impl +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file From f2cd1a7eaa75aed596e97c8d7dff85bf1abf39d6 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 26 Mar 2022 22:48:08 +0300 Subject: [PATCH 26/77] chore(issue-198): code cleanup --- .../O2NextGen.SLink.Api/Controllers/ValuesController.cs | 3 --- src/Services/s-link/O2NextGen.SLink.Api/Program.cs | 7 ------- src/Services/s-link/O2NextGen.SLink.Api/Startup.cs | 7 ------- src/Services/s-link/O2NextGen.SLink.Business/Class1.cs | 5 +---- src/Services/s-link/O2NextGen.SLink.Data/Class1.cs | 4 +--- src/Services/s-link/O2NextGen.SLink.Impl/Class1.cs | 4 +--- .../IntegrationTests.O2NextGen.SLink.Api/UnitTest1.cs | 1 - 7 files changed, 3 insertions(+), 28 deletions(-) diff --git a/src/Services/s-link/O2NextGen.SLink.Api/Controllers/ValuesController.cs b/src/Services/s-link/O2NextGen.SLink.Api/Controllers/ValuesController.cs index ff5c1c6a..1a3c83dc 100644 --- a/src/Services/s-link/O2NextGen.SLink.Api/Controllers/ValuesController.cs +++ b/src/Services/s-link/O2NextGen.SLink.Api/Controllers/ValuesController.cs @@ -1,8 +1,5 @@ using Microsoft.AspNetCore.Mvc; -using System; using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; namespace O2NextGen.SLink.Api.Controllers { diff --git a/src/Services/s-link/O2NextGen.SLink.Api/Program.cs b/src/Services/s-link/O2NextGen.SLink.Api/Program.cs index feb9a4bc..35e9c27f 100644 --- a/src/Services/s-link/O2NextGen.SLink.Api/Program.cs +++ b/src/Services/s-link/O2NextGen.SLink.Api/Program.cs @@ -1,12 +1,5 @@ using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; -using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.Logging; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Threading.Tasks; namespace O2NextGen.SLink.Api { diff --git a/src/Services/s-link/O2NextGen.SLink.Api/Startup.cs b/src/Services/s-link/O2NextGen.SLink.Api/Startup.cs index e71ce6b3..61ca2155 100644 --- a/src/Services/s-link/O2NextGen.SLink.Api/Startup.cs +++ b/src/Services/s-link/O2NextGen.SLink.Api/Startup.cs @@ -1,15 +1,8 @@ using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; -using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; -using Microsoft.Extensions.Logging; -using Microsoft.Extensions.Options; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; namespace O2NextGen.SLink.Api { diff --git a/src/Services/s-link/O2NextGen.SLink.Business/Class1.cs b/src/Services/s-link/O2NextGen.SLink.Business/Class1.cs index 426e70ca..868c9a1f 100644 --- a/src/Services/s-link/O2NextGen.SLink.Business/Class1.cs +++ b/src/Services/s-link/O2NextGen.SLink.Business/Class1.cs @@ -1,7 +1,4 @@ - -using System; - -namespace O2NextGen.SLink.Business +namespace O2NextGen.SLink.Business { public class Class1 { diff --git a/src/Services/s-link/O2NextGen.SLink.Data/Class1.cs b/src/Services/s-link/O2NextGen.SLink.Data/Class1.cs index d3ae4cac..6733be33 100644 --- a/src/Services/s-link/O2NextGen.SLink.Data/Class1.cs +++ b/src/Services/s-link/O2NextGen.SLink.Data/Class1.cs @@ -1,6 +1,4 @@ -using System; - -namespace O2NextGen.SLink.Data +namespace O2NextGen.SLink.Data { public class Class1 { diff --git a/src/Services/s-link/O2NextGen.SLink.Impl/Class1.cs b/src/Services/s-link/O2NextGen.SLink.Impl/Class1.cs index 8f22a3a4..2f0b577d 100644 --- a/src/Services/s-link/O2NextGen.SLink.Impl/Class1.cs +++ b/src/Services/s-link/O2NextGen.SLink.Impl/Class1.cs @@ -1,6 +1,4 @@ -using System; - -namespace O2NextGen.SLink.Impl +namespace O2NextGen.SLink.Impl { public class Class1 { diff --git a/src/Services/s-link/Tests/IntegrationTests.O2NextGen.SLink.Api/UnitTest1.cs b/src/Services/s-link/Tests/IntegrationTests.O2NextGen.SLink.Api/UnitTest1.cs index 79ff728c..b670dcf8 100644 --- a/src/Services/s-link/Tests/IntegrationTests.O2NextGen.SLink.Api/UnitTest1.cs +++ b/src/Services/s-link/Tests/IntegrationTests.O2NextGen.SLink.Api/UnitTest1.cs @@ -1,4 +1,3 @@ -using System; using Xunit; namespace IntegrationTests.O2NextGen.SLink.Api From 9044faeef65c3fe28218a0b1b82203fec1bf9948 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 26 Mar 2022 22:49:22 +0300 Subject: [PATCH 27/77] feat(issue-198): update launchsettings.json of slink-api project --- .../Properties/launchSettings.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/Services/s-link/O2NextGen.SLink.Api/Properties/launchSettings.json b/src/Services/s-link/O2NextGen.SLink.Api/Properties/launchSettings.json index 7b69391f..492692dd 100644 --- a/src/Services/s-link/O2NextGen.SLink.Api/Properties/launchSettings.json +++ b/src/Services/s-link/O2NextGen.SLink.Api/Properties/launchSettings.json @@ -1,22 +1,6 @@ { "$schema": "http://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:15456", - "sslPort": 44322 - } - }, "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "launchUrl": "api/values", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, "O2NextGen.SLink.Api": { "commandName": "Project", "launchBrowser": true, From f6d854d4fbb96fc6524db5cd655f807b477c6165 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 26 Mar 2022 23:26:16 +0300 Subject: [PATCH 28/77] feat(issue-176): add go-event service --- .../go-event/O2NextGen.GoEvent.Api.sln | 82 +++++++++++++++++++ .../Controllers/ValuesController.cs | 45 ++++++++++ .../O2NextGen.GoEvent.Api.csproj | 16 ++++ .../go-event/O2NextGen.GoEvent.Api/Program.cs | 24 ++++++ .../Properties/launchSettings.json | 30 +++++++ .../go-event/O2NextGen.GoEvent.Api/Startup.cs | 47 +++++++++++ .../appsettings.Development.json | 9 ++ .../O2NextGen.GoEvent.Api/appsettings.json | 8 ++ .../O2NextGen.GoEvent.Business/Class1.cs | 8 ++ .../O2NextGen.GoEvent.Business.csproj | 7 ++ .../go-event/O2NextGen.GoEvent.Data/Class1.cs | 8 ++ .../O2NextGen.GoEvent.Data.csproj | 7 ++ .../go-event/O2NextGen.GoEvent.Impl/Class1.cs | 8 ++ .../O2NextGen.GoEvent.Impl.csproj | 7 ++ ...egrationTests.O2NextGen.GoEvent.Api.csproj | 22 +++++ .../UnitTest1.cs | 14 ++++ .../Tests.O2NextGen.GoEvent.Api.csproj | 16 ++++ .../Tests.O2NextGen.GoEvent.Api/UnitTest1.cs | 18 ++++ .../Tests.O2NextGen.GoEvent.Business.csproj | 16 ++++ .../UnitTest1.cs | 18 ++++ .../Tests.O2NextGen.GoEvent.Data.csproj | 16 ++++ .../Tests.O2NextGen.GoEvent.Data/UnitTest1.cs | 18 ++++ .../Tests.O2NextGen.GoEvent.Impl.csproj | 16 ++++ .../Tests.O2NextGen.GoEvent.Impl/UnitTest1.cs | 18 ++++ 24 files changed, 478 insertions(+) create mode 100644 src/Services/go-event/O2NextGen.GoEvent.Api.sln create mode 100644 src/Services/go-event/O2NextGen.GoEvent.Api/Controllers/ValuesController.cs create mode 100644 src/Services/go-event/O2NextGen.GoEvent.Api/O2NextGen.GoEvent.Api.csproj create mode 100644 src/Services/go-event/O2NextGen.GoEvent.Api/Program.cs create mode 100644 src/Services/go-event/O2NextGen.GoEvent.Api/Properties/launchSettings.json create mode 100644 src/Services/go-event/O2NextGen.GoEvent.Api/Startup.cs create mode 100644 src/Services/go-event/O2NextGen.GoEvent.Api/appsettings.Development.json create mode 100644 src/Services/go-event/O2NextGen.GoEvent.Api/appsettings.json create mode 100644 src/Services/go-event/O2NextGen.GoEvent.Business/Class1.cs create mode 100644 src/Services/go-event/O2NextGen.GoEvent.Business/O2NextGen.GoEvent.Business.csproj create mode 100644 src/Services/go-event/O2NextGen.GoEvent.Data/Class1.cs create mode 100644 src/Services/go-event/O2NextGen.GoEvent.Data/O2NextGen.GoEvent.Data.csproj create mode 100644 src/Services/go-event/O2NextGen.GoEvent.Impl/Class1.cs create mode 100644 src/Services/go-event/O2NextGen.GoEvent.Impl/O2NextGen.GoEvent.Impl.csproj create mode 100644 src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/IntegrationTests.O2NextGen.GoEvent.Api.csproj create mode 100644 src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/UnitTest1.cs create mode 100644 src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Api/Tests.O2NextGen.GoEvent.Api.csproj create mode 100644 src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Api/UnitTest1.cs create mode 100644 src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Business/Tests.O2NextGen.GoEvent.Business.csproj create mode 100644 src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Business/UnitTest1.cs create mode 100644 src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Data/Tests.O2NextGen.GoEvent.Data.csproj create mode 100644 src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Data/UnitTest1.cs create mode 100644 src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Impl/Tests.O2NextGen.GoEvent.Impl.csproj create mode 100644 src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Impl/UnitTest1.cs diff --git a/src/Services/go-event/O2NextGen.GoEvent.Api.sln b/src/Services/go-event/O2NextGen.GoEvent.Api.sln new file mode 100644 index 00000000..9cfd5475 --- /dev/null +++ b/src/Services/go-event/O2NextGen.GoEvent.Api.sln @@ -0,0 +1,82 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32112.339 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.GoEvent.Api", "O2NextGen.GoEvent.Api\O2NextGen.GoEvent.Api.csproj", "{FFBCB4B3-9F13-4429-8B2B-CFA203EDCC0B}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.GoEvent.Data", "O2NextGen.GoEvent.Data\O2NextGen.GoEvent.Data.csproj", "{128BEE44-DF42-4C1E-A713-C53F714E3467}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.GoEvent.Business", "O2NextGen.GoEvent.Business\O2NextGen.GoEvent.Business.csproj", "{977A9773-AA5C-4680-B31A-A9802234771F}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.GoEvent.Impl", "O2NextGen.GoEvent.Impl\O2NextGen.GoEvent.Impl.csproj", "{A5DCC75E-2546-454F-84CC-0ABFA5912E29}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8A20718D-D1D1-4374-BBAC-B19363EBF2C1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.GoEvent.Api", "Tests\Tests.O2NextGen.GoEvent.Api\Tests.O2NextGen.GoEvent.Api.csproj", "{EDC7EE36-BFDC-4D7C-A0C9-D4DB6B0944F5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.GoEvent.Data", "Tests\Tests.O2NextGen.GoEvent.Data\Tests.O2NextGen.GoEvent.Data.csproj", "{4E543CCC-7717-4B3A-81D0-12E605E6A6BC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.GoEvent.Business", "Tests\Tests.O2NextGen.GoEvent.Business\Tests.O2NextGen.GoEvent.Business.csproj", "{6D5B87CC-F843-4808-9DFA-C947970C9F4F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.GoEvent.Impl", "Tests\Tests.O2NextGen.GoEvent.Impl\Tests.O2NextGen.GoEvent.Impl.csproj", "{21335271-D439-4EE8-B321-7140CDDC3CB9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests.O2NextGen.GoEvent.Api", "Tests\IntegrationTests.O2NextGen.GoEvent.Api\IntegrationTests.O2NextGen.GoEvent.Api.csproj", "{C2F2DE5D-D2B9-4BD3-97D7-E9E6E721F06B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FFBCB4B3-9F13-4429-8B2B-CFA203EDCC0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FFBCB4B3-9F13-4429-8B2B-CFA203EDCC0B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FFBCB4B3-9F13-4429-8B2B-CFA203EDCC0B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FFBCB4B3-9F13-4429-8B2B-CFA203EDCC0B}.Release|Any CPU.Build.0 = Release|Any CPU + {128BEE44-DF42-4C1E-A713-C53F714E3467}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {128BEE44-DF42-4C1E-A713-C53F714E3467}.Debug|Any CPU.Build.0 = Debug|Any CPU + {128BEE44-DF42-4C1E-A713-C53F714E3467}.Release|Any CPU.ActiveCfg = Release|Any CPU + {128BEE44-DF42-4C1E-A713-C53F714E3467}.Release|Any CPU.Build.0 = Release|Any CPU + {977A9773-AA5C-4680-B31A-A9802234771F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {977A9773-AA5C-4680-B31A-A9802234771F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {977A9773-AA5C-4680-B31A-A9802234771F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {977A9773-AA5C-4680-B31A-A9802234771F}.Release|Any CPU.Build.0 = Release|Any CPU + {A5DCC75E-2546-454F-84CC-0ABFA5912E29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A5DCC75E-2546-454F-84CC-0ABFA5912E29}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A5DCC75E-2546-454F-84CC-0ABFA5912E29}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A5DCC75E-2546-454F-84CC-0ABFA5912E29}.Release|Any CPU.Build.0 = Release|Any CPU + {EDC7EE36-BFDC-4D7C-A0C9-D4DB6B0944F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EDC7EE36-BFDC-4D7C-A0C9-D4DB6B0944F5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EDC7EE36-BFDC-4D7C-A0C9-D4DB6B0944F5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EDC7EE36-BFDC-4D7C-A0C9-D4DB6B0944F5}.Release|Any CPU.Build.0 = Release|Any CPU + {4E543CCC-7717-4B3A-81D0-12E605E6A6BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4E543CCC-7717-4B3A-81D0-12E605E6A6BC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4E543CCC-7717-4B3A-81D0-12E605E6A6BC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4E543CCC-7717-4B3A-81D0-12E605E6A6BC}.Release|Any CPU.Build.0 = Release|Any CPU + {6D5B87CC-F843-4808-9DFA-C947970C9F4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6D5B87CC-F843-4808-9DFA-C947970C9F4F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6D5B87CC-F843-4808-9DFA-C947970C9F4F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6D5B87CC-F843-4808-9DFA-C947970C9F4F}.Release|Any CPU.Build.0 = Release|Any CPU + {21335271-D439-4EE8-B321-7140CDDC3CB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {21335271-D439-4EE8-B321-7140CDDC3CB9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {21335271-D439-4EE8-B321-7140CDDC3CB9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {21335271-D439-4EE8-B321-7140CDDC3CB9}.Release|Any CPU.Build.0 = Release|Any CPU + {C2F2DE5D-D2B9-4BD3-97D7-E9E6E721F06B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C2F2DE5D-D2B9-4BD3-97D7-E9E6E721F06B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C2F2DE5D-D2B9-4BD3-97D7-E9E6E721F06B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C2F2DE5D-D2B9-4BD3-97D7-E9E6E721F06B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {EDC7EE36-BFDC-4D7C-A0C9-D4DB6B0944F5} = {8A20718D-D1D1-4374-BBAC-B19363EBF2C1} + {4E543CCC-7717-4B3A-81D0-12E605E6A6BC} = {8A20718D-D1D1-4374-BBAC-B19363EBF2C1} + {6D5B87CC-F843-4808-9DFA-C947970C9F4F} = {8A20718D-D1D1-4374-BBAC-B19363EBF2C1} + {21335271-D439-4EE8-B321-7140CDDC3CB9} = {8A20718D-D1D1-4374-BBAC-B19363EBF2C1} + {C2F2DE5D-D2B9-4BD3-97D7-E9E6E721F06B} = {8A20718D-D1D1-4374-BBAC-B19363EBF2C1} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {CE580401-4E4D-4937-BEBC-2503D25E0EEC} + EndGlobalSection +EndGlobal diff --git a/src/Services/go-event/O2NextGen.GoEvent.Api/Controllers/ValuesController.cs b/src/Services/go-event/O2NextGen.GoEvent.Api/Controllers/ValuesController.cs new file mode 100644 index 00000000..3c35cdd5 --- /dev/null +++ b/src/Services/go-event/O2NextGen.GoEvent.Api/Controllers/ValuesController.cs @@ -0,0 +1,45 @@ +using Microsoft.AspNetCore.Mvc; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace O2NextGen.GoEvent.Api.Controllers +{ + [Route("api/[controller]")] + [ApiController] + public class ValuesController : ControllerBase + { + // GET api/values + [HttpGet] + public ActionResult> Get() + { + return new string[] { "value1", "value2" }; + } + + // GET api/values/5 + [HttpGet("{id}")] + public ActionResult Get(int id) + { + return "value"; + } + + // POST api/values + [HttpPost] + public void Post([FromBody] string value) + { + } + + // PUT api/values/5 + [HttpPut("{id}")] + public void Put(int id, [FromBody] string value) + { + } + + // DELETE api/values/5 + [HttpDelete("{id}")] + public void Delete(int id) + { + } + } +} diff --git a/src/Services/go-event/O2NextGen.GoEvent.Api/O2NextGen.GoEvent.Api.csproj b/src/Services/go-event/O2NextGen.GoEvent.Api/O2NextGen.GoEvent.Api.csproj new file mode 100644 index 00000000..ffe2b91d --- /dev/null +++ b/src/Services/go-event/O2NextGen.GoEvent.Api/O2NextGen.GoEvent.Api.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + + + + + + + + + + + diff --git a/src/Services/go-event/O2NextGen.GoEvent.Api/Program.cs b/src/Services/go-event/O2NextGen.GoEvent.Api/Program.cs new file mode 100644 index 00000000..a8a13527 --- /dev/null +++ b/src/Services/go-event/O2NextGen.GoEvent.Api/Program.cs @@ -0,0 +1,24 @@ +using Microsoft.AspNetCore; +using Microsoft.AspNetCore.Hosting; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.Logging; +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Threading.Tasks; + +namespace O2NextGen.GoEvent.Api +{ + public class Program + { + public static void Main(string[] args) + { + CreateWebHostBuilder(args).Build().Run(); + } + + public static IWebHostBuilder CreateWebHostBuilder(string[] args) => + WebHost.CreateDefaultBuilder(args) + .UseStartup(); + } +} diff --git a/src/Services/go-event/O2NextGen.GoEvent.Api/Properties/launchSettings.json b/src/Services/go-event/O2NextGen.GoEvent.Api/Properties/launchSettings.json new file mode 100644 index 00000000..7c253baf --- /dev/null +++ b/src/Services/go-event/O2NextGen.GoEvent.Api/Properties/launchSettings.json @@ -0,0 +1,30 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:24236", + "sslPort": 44335 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "api/values", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "O2NextGen.GoEvent.Api": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "api/values", + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} \ No newline at end of file diff --git a/src/Services/go-event/O2NextGen.GoEvent.Api/Startup.cs b/src/Services/go-event/O2NextGen.GoEvent.Api/Startup.cs new file mode 100644 index 00000000..9c6f6ad2 --- /dev/null +++ b/src/Services/go-event/O2NextGen.GoEvent.Api/Startup.cs @@ -0,0 +1,47 @@ +using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Hosting; +using Microsoft.AspNetCore.HttpsPolicy; +using Microsoft.AspNetCore.Mvc; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Logging; +using Microsoft.Extensions.Options; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace O2NextGen.GoEvent.Api +{ + public class Startup + { + public Startup(IConfiguration configuration) + { + Configuration = configuration; + } + + public IConfiguration Configuration { get; } + + // This method gets called by the runtime. Use this method to add services to the container. + public void ConfigureServices(IServiceCollection services) + { + services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_2_1); + } + + // This method gets called by the runtime. Use this method to configure the HTTP request pipeline. + public void Configure(IApplicationBuilder app, IHostingEnvironment env) + { + if (env.IsDevelopment()) + { + app.UseDeveloperExceptionPage(); + } + else + { + app.UseHsts(); + } + + app.UseHttpsRedirection(); + app.UseMvc(); + } + } +} diff --git a/src/Services/go-event/O2NextGen.GoEvent.Api/appsettings.Development.json b/src/Services/go-event/O2NextGen.GoEvent.Api/appsettings.Development.json new file mode 100644 index 00000000..e203e940 --- /dev/null +++ b/src/Services/go-event/O2NextGen.GoEvent.Api/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + } +} diff --git a/src/Services/go-event/O2NextGen.GoEvent.Api/appsettings.json b/src/Services/go-event/O2NextGen.GoEvent.Api/appsettings.json new file mode 100644 index 00000000..def9159a --- /dev/null +++ b/src/Services/go-event/O2NextGen.GoEvent.Api/appsettings.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Warning" + } + }, + "AllowedHosts": "*" +} diff --git a/src/Services/go-event/O2NextGen.GoEvent.Business/Class1.cs b/src/Services/go-event/O2NextGen.GoEvent.Business/Class1.cs new file mode 100644 index 00000000..b0d4d2d9 --- /dev/null +++ b/src/Services/go-event/O2NextGen.GoEvent.Business/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace O2NextGen.GoEvent.Business +{ + public class Class1 + { + } +} diff --git a/src/Services/go-event/O2NextGen.GoEvent.Business/O2NextGen.GoEvent.Business.csproj b/src/Services/go-event/O2NextGen.GoEvent.Business/O2NextGen.GoEvent.Business.csproj new file mode 100644 index 00000000..86ea3bbe --- /dev/null +++ b/src/Services/go-event/O2NextGen.GoEvent.Business/O2NextGen.GoEvent.Business.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.1 + + + diff --git a/src/Services/go-event/O2NextGen.GoEvent.Data/Class1.cs b/src/Services/go-event/O2NextGen.GoEvent.Data/Class1.cs new file mode 100644 index 00000000..c7714e0a --- /dev/null +++ b/src/Services/go-event/O2NextGen.GoEvent.Data/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace O2NextGen.GoEvent.Data +{ + public class Class1 + { + } +} diff --git a/src/Services/go-event/O2NextGen.GoEvent.Data/O2NextGen.GoEvent.Data.csproj b/src/Services/go-event/O2NextGen.GoEvent.Data/O2NextGen.GoEvent.Data.csproj new file mode 100644 index 00000000..86ea3bbe --- /dev/null +++ b/src/Services/go-event/O2NextGen.GoEvent.Data/O2NextGen.GoEvent.Data.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.1 + + + diff --git a/src/Services/go-event/O2NextGen.GoEvent.Impl/Class1.cs b/src/Services/go-event/O2NextGen.GoEvent.Impl/Class1.cs new file mode 100644 index 00000000..27c1cfbd --- /dev/null +++ b/src/Services/go-event/O2NextGen.GoEvent.Impl/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace O2NextGen.GoEvent.Impl +{ + public class Class1 + { + } +} diff --git a/src/Services/go-event/O2NextGen.GoEvent.Impl/O2NextGen.GoEvent.Impl.csproj b/src/Services/go-event/O2NextGen.GoEvent.Impl/O2NextGen.GoEvent.Impl.csproj new file mode 100644 index 00000000..86ea3bbe --- /dev/null +++ b/src/Services/go-event/O2NextGen.GoEvent.Impl/O2NextGen.GoEvent.Impl.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.1 + + + diff --git a/src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/IntegrationTests.O2NextGen.GoEvent.Api.csproj b/src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/IntegrationTests.O2NextGen.GoEvent.Api.csproj new file mode 100644 index 00000000..9c2aad77 --- /dev/null +++ b/src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/IntegrationTests.O2NextGen.GoEvent.Api.csproj @@ -0,0 +1,22 @@ + + + + netcoreapp2.1 + + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + diff --git a/src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/UnitTest1.cs b/src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/UnitTest1.cs new file mode 100644 index 00000000..05f87756 --- /dev/null +++ b/src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/UnitTest1.cs @@ -0,0 +1,14 @@ +using System; +using Xunit; + +namespace IntegrationTests.O2NextGen.GoEvent.Api +{ + public class UnitTest1 + { + [Fact] + public void Test1() + { + + } + } +} diff --git a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Api/Tests.O2NextGen.GoEvent.Api.csproj b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Api/Tests.O2NextGen.GoEvent.Api.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Api/Tests.O2NextGen.GoEvent.Api.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Api/UnitTest1.cs b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Api/UnitTest1.cs new file mode 100644 index 00000000..225588a2 --- /dev/null +++ b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Api/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.GoEvent.Api +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Business/Tests.O2NextGen.GoEvent.Business.csproj b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Business/Tests.O2NextGen.GoEvent.Business.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Business/Tests.O2NextGen.GoEvent.Business.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Business/UnitTest1.cs b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Business/UnitTest1.cs new file mode 100644 index 00000000..1f2f8fc9 --- /dev/null +++ b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Business/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.GoEvent.Business +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Data/Tests.O2NextGen.GoEvent.Data.csproj b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Data/Tests.O2NextGen.GoEvent.Data.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Data/Tests.O2NextGen.GoEvent.Data.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Data/UnitTest1.cs b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Data/UnitTest1.cs new file mode 100644 index 00000000..dee6e905 --- /dev/null +++ b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Data/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.GoEvent.Data +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Impl/Tests.O2NextGen.GoEvent.Impl.csproj b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Impl/Tests.O2NextGen.GoEvent.Impl.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Impl/Tests.O2NextGen.GoEvent.Impl.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Impl/UnitTest1.cs b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Impl/UnitTest1.cs new file mode 100644 index 00000000..a557420d --- /dev/null +++ b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Impl/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.GoEvent.Impl +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file From 63732167a2bb4ba01a1ab18e8887e8f46c5a38d4 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 26 Mar 2022 23:26:55 +0300 Subject: [PATCH 29/77] chore(issue-176): code cleanup --- .../O2NextGen.GoEvent.Api/Controllers/ValuesController.cs | 3 --- src/Services/go-event/O2NextGen.GoEvent.Api/Program.cs | 7 ------- src/Services/go-event/O2NextGen.GoEvent.Api/Startup.cs | 7 ------- src/Services/go-event/O2NextGen.GoEvent.Business/Class1.cs | 4 +--- src/Services/go-event/O2NextGen.GoEvent.Data/Class1.cs | 4 +--- src/Services/go-event/O2NextGen.GoEvent.Impl/Class1.cs | 4 +--- .../IntegrationTests.O2NextGen.GoEvent.Api/UnitTest1.cs | 1 - 7 files changed, 3 insertions(+), 27 deletions(-) diff --git a/src/Services/go-event/O2NextGen.GoEvent.Api/Controllers/ValuesController.cs b/src/Services/go-event/O2NextGen.GoEvent.Api/Controllers/ValuesController.cs index 3c35cdd5..e6c61217 100644 --- a/src/Services/go-event/O2NextGen.GoEvent.Api/Controllers/ValuesController.cs +++ b/src/Services/go-event/O2NextGen.GoEvent.Api/Controllers/ValuesController.cs @@ -1,8 +1,5 @@ using Microsoft.AspNetCore.Mvc; -using System; using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; namespace O2NextGen.GoEvent.Api.Controllers { diff --git a/src/Services/go-event/O2NextGen.GoEvent.Api/Program.cs b/src/Services/go-event/O2NextGen.GoEvent.Api/Program.cs index a8a13527..c90a75de 100644 --- a/src/Services/go-event/O2NextGen.GoEvent.Api/Program.cs +++ b/src/Services/go-event/O2NextGen.GoEvent.Api/Program.cs @@ -1,12 +1,5 @@ using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; -using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.Logging; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Threading.Tasks; namespace O2NextGen.GoEvent.Api { diff --git a/src/Services/go-event/O2NextGen.GoEvent.Api/Startup.cs b/src/Services/go-event/O2NextGen.GoEvent.Api/Startup.cs index 9c6f6ad2..0a9aeedc 100644 --- a/src/Services/go-event/O2NextGen.GoEvent.Api/Startup.cs +++ b/src/Services/go-event/O2NextGen.GoEvent.Api/Startup.cs @@ -1,15 +1,8 @@ using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; -using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; -using Microsoft.Extensions.Logging; -using Microsoft.Extensions.Options; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; namespace O2NextGen.GoEvent.Api { diff --git a/src/Services/go-event/O2NextGen.GoEvent.Business/Class1.cs b/src/Services/go-event/O2NextGen.GoEvent.Business/Class1.cs index b0d4d2d9..03e878f7 100644 --- a/src/Services/go-event/O2NextGen.GoEvent.Business/Class1.cs +++ b/src/Services/go-event/O2NextGen.GoEvent.Business/Class1.cs @@ -1,6 +1,4 @@ -using System; - -namespace O2NextGen.GoEvent.Business +namespace O2NextGen.GoEvent.Business { public class Class1 { diff --git a/src/Services/go-event/O2NextGen.GoEvent.Data/Class1.cs b/src/Services/go-event/O2NextGen.GoEvent.Data/Class1.cs index c7714e0a..5a1803aa 100644 --- a/src/Services/go-event/O2NextGen.GoEvent.Data/Class1.cs +++ b/src/Services/go-event/O2NextGen.GoEvent.Data/Class1.cs @@ -1,6 +1,4 @@ -using System; - -namespace O2NextGen.GoEvent.Data +namespace O2NextGen.GoEvent.Data { public class Class1 { diff --git a/src/Services/go-event/O2NextGen.GoEvent.Impl/Class1.cs b/src/Services/go-event/O2NextGen.GoEvent.Impl/Class1.cs index 27c1cfbd..bb8fb8d7 100644 --- a/src/Services/go-event/O2NextGen.GoEvent.Impl/Class1.cs +++ b/src/Services/go-event/O2NextGen.GoEvent.Impl/Class1.cs @@ -1,6 +1,4 @@ -using System; - -namespace O2NextGen.GoEvent.Impl +namespace O2NextGen.GoEvent.Impl { public class Class1 { diff --git a/src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/UnitTest1.cs b/src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/UnitTest1.cs index 05f87756..7a2b4cba 100644 --- a/src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/UnitTest1.cs +++ b/src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/UnitTest1.cs @@ -1,4 +1,3 @@ -using System; using Xunit; namespace IntegrationTests.O2NextGen.GoEvent.Api From c47e5a037865dbd33f9952771bf122b45cc3a2ba Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 26 Mar 2022 23:29:27 +0300 Subject: [PATCH 30/77] feat(issue-176): update .net core 2.1 to 2.2 for projects of go-event service --- .../O2NextGen.GoEvent.Api/O2NextGen.GoEvent.Api.csproj | 4 ++-- .../O2NextGen.GoEvent.Business.csproj | 2 +- .../O2NextGen.GoEvent.Data/O2NextGen.GoEvent.Data.csproj | 2 +- .../O2NextGen.GoEvent.Impl/O2NextGen.GoEvent.Impl.csproj | 4 ++-- .../IntegrationTests.O2NextGen.GoEvent.Api.csproj | 2 +- .../Tests.O2NextGen.GoEvent.Api.csproj | 4 ++-- .../Tests.O2NextGen.GoEvent.Business.csproj | 4 ++-- .../Tests.O2NextGen.GoEvent.Data.csproj | 6 +++--- .../Tests.O2NextGen.GoEvent.Impl.csproj | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/Services/go-event/O2NextGen.GoEvent.Api/O2NextGen.GoEvent.Api.csproj b/src/Services/go-event/O2NextGen.GoEvent.Api/O2NextGen.GoEvent.Api.csproj index ffe2b91d..79f1734c 100644 --- a/src/Services/go-event/O2NextGen.GoEvent.Api/O2NextGen.GoEvent.Api.csproj +++ b/src/Services/go-event/O2NextGen.GoEvent.Api/O2NextGen.GoEvent.Api.csproj @@ -1,7 +1,7 @@ - + - netcoreapp2.1 + netcoreapp2.2 diff --git a/src/Services/go-event/O2NextGen.GoEvent.Business/O2NextGen.GoEvent.Business.csproj b/src/Services/go-event/O2NextGen.GoEvent.Business/O2NextGen.GoEvent.Business.csproj index 86ea3bbe..c16c6d5b 100644 --- a/src/Services/go-event/O2NextGen.GoEvent.Business/O2NextGen.GoEvent.Business.csproj +++ b/src/Services/go-event/O2NextGen.GoEvent.Business/O2NextGen.GoEvent.Business.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp2.2 diff --git a/src/Services/go-event/O2NextGen.GoEvent.Data/O2NextGen.GoEvent.Data.csproj b/src/Services/go-event/O2NextGen.GoEvent.Data/O2NextGen.GoEvent.Data.csproj index 86ea3bbe..c16c6d5b 100644 --- a/src/Services/go-event/O2NextGen.GoEvent.Data/O2NextGen.GoEvent.Data.csproj +++ b/src/Services/go-event/O2NextGen.GoEvent.Data/O2NextGen.GoEvent.Data.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp2.2 diff --git a/src/Services/go-event/O2NextGen.GoEvent.Impl/O2NextGen.GoEvent.Impl.csproj b/src/Services/go-event/O2NextGen.GoEvent.Impl/O2NextGen.GoEvent.Impl.csproj index 86ea3bbe..2bd48b21 100644 --- a/src/Services/go-event/O2NextGen.GoEvent.Impl/O2NextGen.GoEvent.Impl.csproj +++ b/src/Services/go-event/O2NextGen.GoEvent.Impl/O2NextGen.GoEvent.Impl.csproj @@ -1,7 +1,7 @@ - + - netcoreapp2.1 + netcoreapp2.2 diff --git a/src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/IntegrationTests.O2NextGen.GoEvent.Api.csproj b/src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/IntegrationTests.O2NextGen.GoEvent.Api.csproj index 9c2aad77..08ce6023 100644 --- a/src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/IntegrationTests.O2NextGen.GoEvent.Api.csproj +++ b/src/Services/go-event/Tests/IntegrationTests.O2NextGen.GoEvent.Api/IntegrationTests.O2NextGen.GoEvent.Api.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp2.2 false diff --git a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Api/Tests.O2NextGen.GoEvent.Api.csproj b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Api/Tests.O2NextGen.GoEvent.Api.csproj index d7b45d57..f1f19a17 100644 --- a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Api/Tests.O2NextGen.GoEvent.Api.csproj +++ b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Api/Tests.O2NextGen.GoEvent.Api.csproj @@ -1,13 +1,13 @@ - netcoreapp2.1 + netcoreapp2.2 false - + diff --git a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Business/Tests.O2NextGen.GoEvent.Business.csproj b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Business/Tests.O2NextGen.GoEvent.Business.csproj index d7b45d57..f1f19a17 100644 --- a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Business/Tests.O2NextGen.GoEvent.Business.csproj +++ b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Business/Tests.O2NextGen.GoEvent.Business.csproj @@ -1,13 +1,13 @@ - netcoreapp2.1 + netcoreapp2.2 false - + diff --git a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Data/Tests.O2NextGen.GoEvent.Data.csproj b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Data/Tests.O2NextGen.GoEvent.Data.csproj index d7b45d57..15e18f8c 100644 --- a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Data/Tests.O2NextGen.GoEvent.Data.csproj +++ b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Data/Tests.O2NextGen.GoEvent.Data.csproj @@ -1,13 +1,13 @@ - + - netcoreapp2.1 + netcoreapp2.2 false - + diff --git a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Impl/Tests.O2NextGen.GoEvent.Impl.csproj b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Impl/Tests.O2NextGen.GoEvent.Impl.csproj index d7b45d57..f1f19a17 100644 --- a/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Impl/Tests.O2NextGen.GoEvent.Impl.csproj +++ b/src/Services/go-event/Tests/Tests.O2NextGen.GoEvent.Impl/Tests.O2NextGen.GoEvent.Impl.csproj @@ -1,13 +1,13 @@ - netcoreapp2.1 + netcoreapp2.2 false - + From 09a928196ff880f2af40edb0d51d0747add296a3 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 26 Mar 2022 23:48:24 +0300 Subject: [PATCH 31/77] faet(issue-91): add smart-subscriber service --- .../O2NextGen.SmartSubscriber.Api.sln | 82 +++++++++++++++++++ .../Controllers/ValuesController.cs | 45 ++++++++++ .../O2NextGen.SmartSubscriber.Api.csproj | 16 ++++ .../O2NextGen.SmartSubscriber.Api/Program.cs | 24 ++++++ .../Properties/launchSettings.json | 30 +++++++ .../O2NextGen.SmartSubscriber.Api/Startup.cs | 47 +++++++++++ .../appsettings.Development.json | 9 ++ .../appsettings.json | 8 ++ .../Class1.cs | 8 ++ .../O2NextGen.SmartSubscriber.Business.csproj | 7 ++ .../O2NextGen.SmartSubscriber.Data/Class1.cs | 8 ++ .../O2NextGen.SmartSubscriber.Data.csproj | 7 ++ .../O2NextGen.SmartSubscriber.Impl/Class1.cs | 8 ++ .../O2NextGen.SmartSubscriber.Impl.csproj | 7 ++ ...Tests.O2NextGen.SmartSubscriber.Api.csproj | 22 +++++ .../UnitTest1.cs | 14 ++++ ...Tests.O2NextGen.SmartSubscriber.Api.csproj | 16 ++++ .../UnitTest1.cs | 18 ++++ ....O2NextGen.SmartSubscriber.Business.csproj | 16 ++++ .../UnitTest1.cs | 18 ++++ ...ests.O2NextGen.SmartSubscriber.Data.csproj | 16 ++++ .../UnitTest1.cs | 18 ++++ ...ests.O2NextGen.SmartSubscriber.Impl.csproj | 16 ++++ .../UnitTest1.cs | 18 ++++ 24 files changed, 478 insertions(+) create mode 100644 src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api.sln create mode 100644 src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Controllers/ValuesController.cs create mode 100644 src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/O2NextGen.SmartSubscriber.Api.csproj create mode 100644 src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Program.cs create mode 100644 src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Properties/launchSettings.json create mode 100644 src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Startup.cs create mode 100644 src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/appsettings.Development.json create mode 100644 src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/appsettings.json create mode 100644 src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/Class1.cs create mode 100644 src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/O2NextGen.SmartSubscriber.Business.csproj create mode 100644 src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/Class1.cs create mode 100644 src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/O2NextGen.SmartSubscriber.Data.csproj create mode 100644 src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/Class1.cs create mode 100644 src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/O2NextGen.SmartSubscriber.Impl.csproj create mode 100644 src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/IntegrationTests.O2NextGen.SmartSubscriber.Api.csproj create mode 100644 src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/UnitTest1.cs create mode 100644 src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Api/Tests.O2NextGen.SmartSubscriber.Api.csproj create mode 100644 src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Api/UnitTest1.cs create mode 100644 src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Business/Tests.O2NextGen.SmartSubscriber.Business.csproj create mode 100644 src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Business/UnitTest1.cs create mode 100644 src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Data/Tests.O2NextGen.SmartSubscriber.Data.csproj create mode 100644 src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Data/UnitTest1.cs create mode 100644 src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Impl/Tests.O2NextGen.SmartSubscriber.Impl.csproj create mode 100644 src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Impl/UnitTest1.cs diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api.sln b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api.sln new file mode 100644 index 00000000..290a7510 --- /dev/null +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api.sln @@ -0,0 +1,82 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32112.339 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmartSubscriber.Api", "O2NextGen.SmartSubscriber.Api\O2NextGen.SmartSubscriber.Api.csproj", "{DE15D281-4ACD-482F-9323-BA06E53E86E0}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmartSubscriber.Data", "O2NextGen.SmartSubscriber.Data\O2NextGen.SmartSubscriber.Data.csproj", "{860DF0EC-01B1-4022-BDAD-3ADADD7CAD8E}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmartSubscriber.Business", "O2NextGen.SmartSubscriber.Business\O2NextGen.SmartSubscriber.Business.csproj", "{246C4D42-4008-402A-8BD2-90250840B906}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmartSubscriber.Impl", "O2NextGen.SmartSubscriber.Impl\O2NextGen.SmartSubscriber.Impl.csproj", "{6B83709F-FAF9-4144-8311-58B989FC4767}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BD99560F-E175-44CE-B384-BDF4515C7DB6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.SmartSubscriber.Api", "Tests\Tests.O2NextGen.SmartSubscriber.Api\Tests.O2NextGen.SmartSubscriber.Api.csproj", "{20D4431B-5013-45F1-9AF0-47C2CE084D87}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.SmartSubscriber.Business", "Tests\Tests.O2NextGen.SmartSubscriber.Business\Tests.O2NextGen.SmartSubscriber.Business.csproj", "{C74D52BB-491F-475B-AE72-E8CC296C6527}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.SmartSubscriber.Data", "Tests\Tests.O2NextGen.SmartSubscriber.Data\Tests.O2NextGen.SmartSubscriber.Data.csproj", "{448398BA-496F-4CCD-93C9-B2271C8C6DB1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.SmartSubscriber.Impl", "Tests\Tests.O2NextGen.SmartSubscriber.Impl\Tests.O2NextGen.SmartSubscriber.Impl.csproj", "{2CB74D97-F7F9-4920-85FA-38F539BF3949}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests.O2NextGen.SmartSubscriber.Api", "Tests\IntegrationTests.O2NextGen.SmartSubscriber.Api\IntegrationTests.O2NextGen.SmartSubscriber.Api.csproj", "{225EFEC4-B5D6-4886-864A-C0CD23DA709A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {DE15D281-4ACD-482F-9323-BA06E53E86E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DE15D281-4ACD-482F-9323-BA06E53E86E0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DE15D281-4ACD-482F-9323-BA06E53E86E0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DE15D281-4ACD-482F-9323-BA06E53E86E0}.Release|Any CPU.Build.0 = Release|Any CPU + {860DF0EC-01B1-4022-BDAD-3ADADD7CAD8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {860DF0EC-01B1-4022-BDAD-3ADADD7CAD8E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {860DF0EC-01B1-4022-BDAD-3ADADD7CAD8E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {860DF0EC-01B1-4022-BDAD-3ADADD7CAD8E}.Release|Any CPU.Build.0 = Release|Any CPU + {246C4D42-4008-402A-8BD2-90250840B906}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {246C4D42-4008-402A-8BD2-90250840B906}.Debug|Any CPU.Build.0 = Debug|Any CPU + {246C4D42-4008-402A-8BD2-90250840B906}.Release|Any CPU.ActiveCfg = Release|Any CPU + {246C4D42-4008-402A-8BD2-90250840B906}.Release|Any CPU.Build.0 = Release|Any CPU + {6B83709F-FAF9-4144-8311-58B989FC4767}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6B83709F-FAF9-4144-8311-58B989FC4767}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6B83709F-FAF9-4144-8311-58B989FC4767}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6B83709F-FAF9-4144-8311-58B989FC4767}.Release|Any CPU.Build.0 = Release|Any CPU + {20D4431B-5013-45F1-9AF0-47C2CE084D87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {20D4431B-5013-45F1-9AF0-47C2CE084D87}.Debug|Any CPU.Build.0 = Debug|Any CPU + {20D4431B-5013-45F1-9AF0-47C2CE084D87}.Release|Any CPU.ActiveCfg = Release|Any CPU + {20D4431B-5013-45F1-9AF0-47C2CE084D87}.Release|Any CPU.Build.0 = Release|Any CPU + {C74D52BB-491F-475B-AE72-E8CC296C6527}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C74D52BB-491F-475B-AE72-E8CC296C6527}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C74D52BB-491F-475B-AE72-E8CC296C6527}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C74D52BB-491F-475B-AE72-E8CC296C6527}.Release|Any CPU.Build.0 = Release|Any CPU + {448398BA-496F-4CCD-93C9-B2271C8C6DB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {448398BA-496F-4CCD-93C9-B2271C8C6DB1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {448398BA-496F-4CCD-93C9-B2271C8C6DB1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {448398BA-496F-4CCD-93C9-B2271C8C6DB1}.Release|Any CPU.Build.0 = Release|Any CPU + {2CB74D97-F7F9-4920-85FA-38F539BF3949}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2CB74D97-F7F9-4920-85FA-38F539BF3949}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2CB74D97-F7F9-4920-85FA-38F539BF3949}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2CB74D97-F7F9-4920-85FA-38F539BF3949}.Release|Any CPU.Build.0 = Release|Any CPU + {225EFEC4-B5D6-4886-864A-C0CD23DA709A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {225EFEC4-B5D6-4886-864A-C0CD23DA709A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {225EFEC4-B5D6-4886-864A-C0CD23DA709A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {225EFEC4-B5D6-4886-864A-C0CD23DA709A}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {20D4431B-5013-45F1-9AF0-47C2CE084D87} = {BD99560F-E175-44CE-B384-BDF4515C7DB6} + {C74D52BB-491F-475B-AE72-E8CC296C6527} = {BD99560F-E175-44CE-B384-BDF4515C7DB6} + {448398BA-496F-4CCD-93C9-B2271C8C6DB1} = {BD99560F-E175-44CE-B384-BDF4515C7DB6} + {2CB74D97-F7F9-4920-85FA-38F539BF3949} = {BD99560F-E175-44CE-B384-BDF4515C7DB6} + {225EFEC4-B5D6-4886-864A-C0CD23DA709A} = {BD99560F-E175-44CE-B384-BDF4515C7DB6} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {926D1FBB-9A45-4C4B-9FDD-9CC960F32CA7} + EndGlobalSection +EndGlobal diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Controllers/ValuesController.cs b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Controllers/ValuesController.cs new file mode 100644 index 00000000..a2714982 --- /dev/null +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Controllers/ValuesController.cs @@ -0,0 +1,45 @@ +using Microsoft.AspNetCore.Mvc; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace O2NextGen.SmartSubscriber.Api.Controllers +{ + [Route("api/[controller]")] + [ApiController] + public class ValuesController : ControllerBase + { + // GET api/values + [HttpGet] + public ActionResult> Get() + { + return new string[] { "value1", "value2" }; + } + + // GET api/values/5 + [HttpGet("{id}")] + public ActionResult Get(int id) + { + return "value"; + } + + // POST api/values + [HttpPost] + public void Post([FromBody] string value) + { + } + + // PUT api/values/5 + [HttpPut("{id}")] + public void Put(int id, [FromBody] string value) + { + } + + // DELETE api/values/5 + [HttpDelete("{id}")] + public void Delete(int id) + { + } + } +} diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/O2NextGen.SmartSubscriber.Api.csproj b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/O2NextGen.SmartSubscriber.Api.csproj new file mode 100644 index 00000000..ffe2b91d --- /dev/null +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/O2NextGen.SmartSubscriber.Api.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + + + + + + + + + + + diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Program.cs b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Program.cs new file mode 100644 index 00000000..6b98ae99 --- /dev/null +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Program.cs @@ -0,0 +1,24 @@ +using Microsoft.AspNetCore; +using Microsoft.AspNetCore.Hosting; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.Logging; +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Threading.Tasks; + +namespace O2NextGen.SmartSubscriber.Api +{ + public class Program + { + public static void Main(string[] args) + { + CreateWebHostBuilder(args).Build().Run(); + } + + public static IWebHostBuilder CreateWebHostBuilder(string[] args) => + WebHost.CreateDefaultBuilder(args) + .UseStartup(); + } +} diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Properties/launchSettings.json b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Properties/launchSettings.json new file mode 100644 index 00000000..7841e3c7 --- /dev/null +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Properties/launchSettings.json @@ -0,0 +1,30 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:63990", + "sslPort": 44396 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "api/values", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "O2NextGen.SmartSubscriber.Api": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "api/values", + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} \ No newline at end of file diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Startup.cs b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Startup.cs new file mode 100644 index 00000000..f86d1c50 --- /dev/null +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Startup.cs @@ -0,0 +1,47 @@ +using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Hosting; +using Microsoft.AspNetCore.HttpsPolicy; +using Microsoft.AspNetCore.Mvc; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Logging; +using Microsoft.Extensions.Options; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace O2NextGen.SmartSubscriber.Api +{ + public class Startup + { + public Startup(IConfiguration configuration) + { + Configuration = configuration; + } + + public IConfiguration Configuration { get; } + + // This method gets called by the runtime. Use this method to add services to the container. + public void ConfigureServices(IServiceCollection services) + { + services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_2_1); + } + + // This method gets called by the runtime. Use this method to configure the HTTP request pipeline. + public void Configure(IApplicationBuilder app, IHostingEnvironment env) + { + if (env.IsDevelopment()) + { + app.UseDeveloperExceptionPage(); + } + else + { + app.UseHsts(); + } + + app.UseHttpsRedirection(); + app.UseMvc(); + } + } +} diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/appsettings.Development.json b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/appsettings.Development.json new file mode 100644 index 00000000..e203e940 --- /dev/null +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + } +} diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/appsettings.json b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/appsettings.json new file mode 100644 index 00000000..def9159a --- /dev/null +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/appsettings.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Warning" + } + }, + "AllowedHosts": "*" +} diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/Class1.cs b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/Class1.cs new file mode 100644 index 00000000..377d9ba6 --- /dev/null +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace O2NextGen.SmartSubscriber.Business +{ + public class Class1 + { + } +} diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/O2NextGen.SmartSubscriber.Business.csproj b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/O2NextGen.SmartSubscriber.Business.csproj new file mode 100644 index 00000000..cb631906 --- /dev/null +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/O2NextGen.SmartSubscriber.Business.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp3.1 + + + diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/Class1.cs b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/Class1.cs new file mode 100644 index 00000000..80df6caf --- /dev/null +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace O2NextGen.SmartSubscriber.Data +{ + public class Class1 + { + } +} diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/O2NextGen.SmartSubscriber.Data.csproj b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/O2NextGen.SmartSubscriber.Data.csproj new file mode 100644 index 00000000..cb631906 --- /dev/null +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/O2NextGen.SmartSubscriber.Data.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp3.1 + + + diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/Class1.cs b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/Class1.cs new file mode 100644 index 00000000..49420c38 --- /dev/null +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace O2NextGen.SmartSubscriber.Impl +{ + public class Class1 + { + } +} diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/O2NextGen.SmartSubscriber.Impl.csproj b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/O2NextGen.SmartSubscriber.Impl.csproj new file mode 100644 index 00000000..86ea3bbe --- /dev/null +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/O2NextGen.SmartSubscriber.Impl.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.1 + + + diff --git a/src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/IntegrationTests.O2NextGen.SmartSubscriber.Api.csproj b/src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/IntegrationTests.O2NextGen.SmartSubscriber.Api.csproj new file mode 100644 index 00000000..9c2aad77 --- /dev/null +++ b/src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/IntegrationTests.O2NextGen.SmartSubscriber.Api.csproj @@ -0,0 +1,22 @@ + + + + netcoreapp2.1 + + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + diff --git a/src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/UnitTest1.cs b/src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/UnitTest1.cs new file mode 100644 index 00000000..97027df2 --- /dev/null +++ b/src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/UnitTest1.cs @@ -0,0 +1,14 @@ +using System; +using Xunit; + +namespace IntegrationTests.O2NextGen.SmartSubscriber.Api +{ + public class UnitTest1 + { + [Fact] + public void Test1() + { + + } + } +} diff --git a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Api/Tests.O2NextGen.SmartSubscriber.Api.csproj b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Api/Tests.O2NextGen.SmartSubscriber.Api.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Api/Tests.O2NextGen.SmartSubscriber.Api.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Api/UnitTest1.cs b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Api/UnitTest1.cs new file mode 100644 index 00000000..de715567 --- /dev/null +++ b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Api/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.SmartSubscriber.Api +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Business/Tests.O2NextGen.SmartSubscriber.Business.csproj b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Business/Tests.O2NextGen.SmartSubscriber.Business.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Business/Tests.O2NextGen.SmartSubscriber.Business.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Business/UnitTest1.cs b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Business/UnitTest1.cs new file mode 100644 index 00000000..6818e9d3 --- /dev/null +++ b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Business/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.SmartSubscriber.Business +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Data/Tests.O2NextGen.SmartSubscriber.Data.csproj b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Data/Tests.O2NextGen.SmartSubscriber.Data.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Data/Tests.O2NextGen.SmartSubscriber.Data.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Data/UnitTest1.cs b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Data/UnitTest1.cs new file mode 100644 index 00000000..dbe5604a --- /dev/null +++ b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Data/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.SmartSubscriber.Data +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Impl/Tests.O2NextGen.SmartSubscriber.Impl.csproj b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Impl/Tests.O2NextGen.SmartSubscriber.Impl.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Impl/Tests.O2NextGen.SmartSubscriber.Impl.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Impl/UnitTest1.cs b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Impl/UnitTest1.cs new file mode 100644 index 00000000..9f3623e2 --- /dev/null +++ b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Impl/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.SmartSubscriber.Impl +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file From 226048344a0f1c2aea86c11bf149831440a846db Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 26 Mar 2022 23:48:58 +0300 Subject: [PATCH 32/77] chore(issue-91): code cleanup --- .../Controllers/ValuesController.cs | 3 --- .../O2NextGen.SmartSubscriber.Api/Program.cs | 7 ------- .../O2NextGen.SmartSubscriber.Api/Startup.cs | 7 ------- .../O2NextGen.SmartSubscriber.Business/Class1.cs | 4 +--- .../O2NextGen.SmartSubscriber.Data/Class1.cs | 4 +--- .../O2NextGen.SmartSubscriber.Impl/Class1.cs | 4 +--- .../UnitTest1.cs | 1 - 7 files changed, 3 insertions(+), 27 deletions(-) diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Controllers/ValuesController.cs b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Controllers/ValuesController.cs index a2714982..fdf58816 100644 --- a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Controllers/ValuesController.cs +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Controllers/ValuesController.cs @@ -1,8 +1,5 @@ using Microsoft.AspNetCore.Mvc; -using System; using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; namespace O2NextGen.SmartSubscriber.Api.Controllers { diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Program.cs b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Program.cs index 6b98ae99..a2452206 100644 --- a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Program.cs +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Program.cs @@ -1,12 +1,5 @@ using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; -using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.Logging; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Threading.Tasks; namespace O2NextGen.SmartSubscriber.Api { diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Startup.cs b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Startup.cs index f86d1c50..248e3987 100644 --- a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Startup.cs +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/Startup.cs @@ -1,15 +1,8 @@ using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; -using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; -using Microsoft.Extensions.Logging; -using Microsoft.Extensions.Options; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; namespace O2NextGen.SmartSubscriber.Api { diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/Class1.cs b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/Class1.cs index 377d9ba6..79d72ac5 100644 --- a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/Class1.cs +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/Class1.cs @@ -1,6 +1,4 @@ -using System; - -namespace O2NextGen.SmartSubscriber.Business +namespace O2NextGen.SmartSubscriber.Business { public class Class1 { diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/Class1.cs b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/Class1.cs index 80df6caf..01283afb 100644 --- a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/Class1.cs +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/Class1.cs @@ -1,6 +1,4 @@ -using System; - -namespace O2NextGen.SmartSubscriber.Data +namespace O2NextGen.SmartSubscriber.Data { public class Class1 { diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/Class1.cs b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/Class1.cs index 49420c38..d32335c1 100644 --- a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/Class1.cs +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/Class1.cs @@ -1,6 +1,4 @@ -using System; - -namespace O2NextGen.SmartSubscriber.Impl +namespace O2NextGen.SmartSubscriber.Impl { public class Class1 { diff --git a/src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/UnitTest1.cs b/src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/UnitTest1.cs index 97027df2..5e841805 100644 --- a/src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/UnitTest1.cs +++ b/src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/UnitTest1.cs @@ -1,4 +1,3 @@ -using System; using Xunit; namespace IntegrationTests.O2NextGen.SmartSubscriber.Api From 62828346bf5dfc68c1003053223a241b5663caa6 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 26 Mar 2022 23:51:25 +0300 Subject: [PATCH 33/77] feat(issue-91): update .net core 2.1 to 2.2 for projects of smart-subscriber --- .../O2NextGen.SmartSubscriber.Api.csproj | 2 +- .../O2NextGen.SmartSubscriber.Business.csproj | 4 ++-- .../O2NextGen.SmartSubscriber.Data.csproj | 2 +- .../O2NextGen.SmartSubscriber.Impl.csproj | 2 +- .../IntegrationTests.O2NextGen.SmartSubscriber.Api.csproj | 2 +- .../Tests.O2NextGen.SmartSubscriber.Api.csproj | 6 +++--- .../Tests.O2NextGen.SmartSubscriber.Business.csproj | 4 ++-- .../Tests.O2NextGen.SmartSubscriber.Data.csproj | 6 +++--- .../Tests.O2NextGen.SmartSubscriber.Impl.csproj | 6 +++--- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/O2NextGen.SmartSubscriber.Api.csproj b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/O2NextGen.SmartSubscriber.Api.csproj index ffe2b91d..79d79f63 100644 --- a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/O2NextGen.SmartSubscriber.Api.csproj +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/O2NextGen.SmartSubscriber.Api.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp2.2 diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/O2NextGen.SmartSubscriber.Business.csproj b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/O2NextGen.SmartSubscriber.Business.csproj index cb631906..2bd48b21 100644 --- a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/O2NextGen.SmartSubscriber.Business.csproj +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Business/O2NextGen.SmartSubscriber.Business.csproj @@ -1,7 +1,7 @@ - + - netcoreapp3.1 + netcoreapp2.2 diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/O2NextGen.SmartSubscriber.Data.csproj b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/O2NextGen.SmartSubscriber.Data.csproj index cb631906..c16c6d5b 100644 --- a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/O2NextGen.SmartSubscriber.Data.csproj +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Data/O2NextGen.SmartSubscriber.Data.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + netcoreapp2.2 diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/O2NextGen.SmartSubscriber.Impl.csproj b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/O2NextGen.SmartSubscriber.Impl.csproj index 86ea3bbe..c16c6d5b 100644 --- a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/O2NextGen.SmartSubscriber.Impl.csproj +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Impl/O2NextGen.SmartSubscriber.Impl.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp2.2 diff --git a/src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/IntegrationTests.O2NextGen.SmartSubscriber.Api.csproj b/src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/IntegrationTests.O2NextGen.SmartSubscriber.Api.csproj index 9c2aad77..08ce6023 100644 --- a/src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/IntegrationTests.O2NextGen.SmartSubscriber.Api.csproj +++ b/src/Services/smart-subscriber/Tests/IntegrationTests.O2NextGen.SmartSubscriber.Api/IntegrationTests.O2NextGen.SmartSubscriber.Api.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp2.2 false diff --git a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Api/Tests.O2NextGen.SmartSubscriber.Api.csproj b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Api/Tests.O2NextGen.SmartSubscriber.Api.csproj index d7b45d57..15e18f8c 100644 --- a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Api/Tests.O2NextGen.SmartSubscriber.Api.csproj +++ b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Api/Tests.O2NextGen.SmartSubscriber.Api.csproj @@ -1,13 +1,13 @@ - + - netcoreapp2.1 + netcoreapp2.2 false - + diff --git a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Business/Tests.O2NextGen.SmartSubscriber.Business.csproj b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Business/Tests.O2NextGen.SmartSubscriber.Business.csproj index d7b45d57..f1f19a17 100644 --- a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Business/Tests.O2NextGen.SmartSubscriber.Business.csproj +++ b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Business/Tests.O2NextGen.SmartSubscriber.Business.csproj @@ -1,13 +1,13 @@ - netcoreapp2.1 + netcoreapp2.2 false - + diff --git a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Data/Tests.O2NextGen.SmartSubscriber.Data.csproj b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Data/Tests.O2NextGen.SmartSubscriber.Data.csproj index d7b45d57..15e18f8c 100644 --- a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Data/Tests.O2NextGen.SmartSubscriber.Data.csproj +++ b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Data/Tests.O2NextGen.SmartSubscriber.Data.csproj @@ -1,13 +1,13 @@ - + - netcoreapp2.1 + netcoreapp2.2 false - + diff --git a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Impl/Tests.O2NextGen.SmartSubscriber.Impl.csproj b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Impl/Tests.O2NextGen.SmartSubscriber.Impl.csproj index d7b45d57..15e18f8c 100644 --- a/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Impl/Tests.O2NextGen.SmartSubscriber.Impl.csproj +++ b/src/Services/smart-subscriber/Tests/Tests.O2NextGen.SmartSubscriber.Impl/Tests.O2NextGen.SmartSubscriber.Impl.csproj @@ -1,13 +1,13 @@ - + - netcoreapp2.1 + netcoreapp2.2 false - + From b5ad1c2779f6737b9ebd11719fd8828c247d35d7 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 26 Mar 2022 23:52:30 +0300 Subject: [PATCH 34/77] feat(issue-91): update main project of smart-subscriber --- .../O2NextGen.SmartSubscriber.Api.csproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/O2NextGen.SmartSubscriber.Api.csproj b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/O2NextGen.SmartSubscriber.Api.csproj index 79d79f63..0c05084e 100644 --- a/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/O2NextGen.SmartSubscriber.Api.csproj +++ b/src/Services/smart-subscriber/O2NextGen.SmartSubscriber.Api/O2NextGen.SmartSubscriber.Api.csproj @@ -13,4 +13,10 @@ + + + + + + From 9bab2e97f31bf9d73d90ddc165d59fdfcaefeec2 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sun, 27 Mar 2022 00:08:41 +0300 Subject: [PATCH 35/77] feat(issue-113): rename projects of on-tracker service --- .../Controllers/ValuesController.cs | 4 +- .../IoC/ServiceCollectionExtensions.cs | 2 +- .../MaxMindLocalGeoIpAddressResolver.cs | 6 +- ...i.csproj => O2NetGen.OnTracker.Api.csproj} | 78 +++++++++---------- .../on-tracker/O2.OnTracker.Api/Program.cs | 2 +- .../O2.OnTracker.Api/Setup/GeoDatabase.cs | 2 +- .../on-tracker/O2.OnTracker.Api/Startup.cs | 8 +- .../O2.Tracker.DbUtility/GeoLocation.cs | 2 +- .../IGeoIpAddressResolver.cs | 2 +- ...roj => O2NextGen.Tracker.DbUtility.csproj} | 34 ++++---- .../on-tracker/O2.Tracker.DbUtility/Point.cs | 2 +- ....OnTracker.sln => O2NextGen.OnTracker.sln} | 72 ++++++++--------- 12 files changed, 107 insertions(+), 107 deletions(-) rename src/Services/on-tracker/O2.OnTracker.Api/{O2.OnTracker.Api.csproj => O2NetGen.OnTracker.Api.csproj} (95%) rename src/Services/on-tracker/O2.Tracker.DbUtility/{O2.Tracker.DbUtility.csproj => O2NextGen.Tracker.DbUtility.csproj} (95%) rename src/Services/on-tracker/{O2.OnTracker.sln => O2NextGen.OnTracker.sln} (98%) diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs b/src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs index c179edbe..42b1beaa 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs +++ b/src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs @@ -2,9 +2,9 @@ using System.Net; using Microsoft.AspNetCore.Http.Features; using Microsoft.AspNetCore.Mvc; -using O2.Tracker.DbUtility; +using O2NextGen.Tracker.DbUtility; -namespace O2.OnTracker.Api.Controllers +namespace O2NextGen.OnTracker.Api.Controllers { [Route("api/[controller]")] [ApiController] diff --git a/src/Services/on-tracker/O2.OnTracker.Api/IoC/ServiceCollectionExtensions.cs b/src/Services/on-tracker/O2.OnTracker.Api/IoC/ServiceCollectionExtensions.cs index fde48931..d084ed9f 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/IoC/ServiceCollectionExtensions.cs +++ b/src/Services/on-tracker/O2.OnTracker.Api/IoC/ServiceCollectionExtensions.cs @@ -3,7 +3,7 @@ using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; -namespace O2.OnTracker.Api.IoC +namespace O2NextGen.OnTracker.Api.IoC { public static class ServiceCollectionExtensions { diff --git a/src/Services/on-tracker/O2.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs b/src/Services/on-tracker/O2.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs index db7012e3..884b2ef7 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs +++ b/src/Services/on-tracker/O2.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs @@ -4,10 +4,10 @@ using System.Net; using System.Reflection; using MaxMind.Db; -using O2.OnTracker.Api.Setup; -using O2.Tracker.DbUtility; +using O2NextGen.OnTracker.Api.Setup; +using O2NextGen.Tracker.DbUtility; -namespace O2.OnTracker.Api +namespace O2NextGen.OnTracker.Api { public sealed class MaxMindLocalGeoIpAddressResolver : IGeoIpAddressResolver { diff --git a/src/Services/on-tracker/O2.OnTracker.Api/O2.OnTracker.Api.csproj b/src/Services/on-tracker/O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj similarity index 95% rename from src/Services/on-tracker/O2.OnTracker.Api/O2.OnTracker.Api.csproj rename to src/Services/on-tracker/O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj index 52974e3b..a4469d52 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/O2.OnTracker.Api.csproj +++ b/src/Services/on-tracker/O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj @@ -1,39 +1,39 @@ - - - - netcoreapp2.2 - - - - - - - - - - - - - - - - - - Always - - - - - - - - - - - - - - - - - + + + + netcoreapp2.2 + + + + + + + + + + + + + + + + + + Always + + + + + + + + + + + + + + + + + diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Program.cs b/src/Services/on-tracker/O2.OnTracker.Api/Program.cs index 60296917..a284c6d2 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/Program.cs +++ b/src/Services/on-tracker/O2.OnTracker.Api/Program.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; -namespace O2.OnTracker.Api +namespace O2NextGen.OnTracker.Api { public class Program { diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Setup/GeoDatabase.cs b/src/Services/on-tracker/O2.OnTracker.Api/Setup/GeoDatabase.cs index d25135c0..cbb3d8e1 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/Setup/GeoDatabase.cs +++ b/src/Services/on-tracker/O2.OnTracker.Api/Setup/GeoDatabase.cs @@ -1,4 +1,4 @@ -namespace O2.OnTracker.Api.Setup +namespace O2NextGen.OnTracker.Api.Setup { public class GeoDatabase { diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Startup.cs b/src/Services/on-tracker/O2.OnTracker.Api/Startup.cs index 0b4719be..4bd38e3b 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/Startup.cs +++ b/src/Services/on-tracker/O2.OnTracker.Api/Startup.cs @@ -2,11 +2,11 @@ using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; -using O2.OnTracker.Api.IoC; -using O2.OnTracker.Api.Setup; -using O2.Tracker.DbUtility; +using O2NextGen.OnTracker.Api.IoC; +using O2NextGen.OnTracker.Api.Setup; +using O2NextGen.Tracker.DbUtility; -namespace O2.OnTracker.Api +namespace O2NextGen.OnTracker.Api { public class Startup { diff --git a/src/Services/on-tracker/O2.Tracker.DbUtility/GeoLocation.cs b/src/Services/on-tracker/O2.Tracker.DbUtility/GeoLocation.cs index 4d5e6c72..0f247709 100644 --- a/src/Services/on-tracker/O2.Tracker.DbUtility/GeoLocation.cs +++ b/src/Services/on-tracker/O2.Tracker.DbUtility/GeoLocation.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace O2.Tracker.DbUtility +namespace O2NextGen.Tracker.DbUtility { [DataContract] public sealed class GeoLocation diff --git a/src/Services/on-tracker/O2.Tracker.DbUtility/IGeoIpAddressResolver.cs b/src/Services/on-tracker/O2.Tracker.DbUtility/IGeoIpAddressResolver.cs index dd95c22f..cb5b72e6 100644 --- a/src/Services/on-tracker/O2.Tracker.DbUtility/IGeoIpAddressResolver.cs +++ b/src/Services/on-tracker/O2.Tracker.DbUtility/IGeoIpAddressResolver.cs @@ -1,6 +1,6 @@ using System.Net; -namespace O2.Tracker.DbUtility +namespace O2NextGen.Tracker.DbUtility { public interface IGeoIpAddressResolver { diff --git a/src/Services/on-tracker/O2.Tracker.DbUtility/O2.Tracker.DbUtility.csproj b/src/Services/on-tracker/O2.Tracker.DbUtility/O2NextGen.Tracker.DbUtility.csproj similarity index 95% rename from src/Services/on-tracker/O2.Tracker.DbUtility/O2.Tracker.DbUtility.csproj rename to src/Services/on-tracker/O2.Tracker.DbUtility/O2NextGen.Tracker.DbUtility.csproj index af96d7e6..63c2af17 100644 --- a/src/Services/on-tracker/O2.Tracker.DbUtility/O2.Tracker.DbUtility.csproj +++ b/src/Services/on-tracker/O2.Tracker.DbUtility/O2NextGen.Tracker.DbUtility.csproj @@ -1,17 +1,17 @@ - - - - netcoreapp2.1 - - - - - - - - - Always - - - - + + + + netcoreapp2.1 + + + + + + + + + Always + + + + diff --git a/src/Services/on-tracker/O2.Tracker.DbUtility/Point.cs b/src/Services/on-tracker/O2.Tracker.DbUtility/Point.cs index cb96e6d1..770e4b2c 100644 --- a/src/Services/on-tracker/O2.Tracker.DbUtility/Point.cs +++ b/src/Services/on-tracker/O2.Tracker.DbUtility/Point.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace O2.Tracker.DbUtility +namespace O2NextGen.Tracker.DbUtility { [DataContract] public sealed class Point diff --git a/src/Services/on-tracker/O2.OnTracker.sln b/src/Services/on-tracker/O2NextGen.OnTracker.sln similarity index 98% rename from src/Services/on-tracker/O2.OnTracker.sln rename to src/Services/on-tracker/O2NextGen.OnTracker.sln index 400ecd9b..cf1637e3 100644 --- a/src/Services/on-tracker/O2.OnTracker.sln +++ b/src/Services/on-tracker/O2NextGen.OnTracker.sln @@ -1,36 +1,36 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 25.0.1700.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{897A7BA2-3AAB-4D74-BA13-E6AEF977AE98}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2.Tracker.DbUtility", "O2.Tracker.DbUtility\O2.Tracker.DbUtility.csproj", "{77D9E353-F5AE-440B-8EE8-70EBB92099AD}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2.OnTracker.Api", "O2.OnTracker.Api\O2.OnTracker.Api.csproj", "{2288664B-04A5-4C80-8685-2AF877F5D335}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {77D9E353-F5AE-440B-8EE8-70EBB92099AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {77D9E353-F5AE-440B-8EE8-70EBB92099AD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {77D9E353-F5AE-440B-8EE8-70EBB92099AD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {77D9E353-F5AE-440B-8EE8-70EBB92099AD}.Release|Any CPU.Build.0 = Release|Any CPU - {2288664B-04A5-4C80-8685-2AF877F5D335}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2288664B-04A5-4C80-8685-2AF877F5D335}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2288664B-04A5-4C80-8685-2AF877F5D335}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2288664B-04A5-4C80-8685-2AF877F5D335}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {D93882A4-4B7E-4814-8462-14D882FB336B} - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {77D9E353-F5AE-440B-8EE8-70EBB92099AD} = {897A7BA2-3AAB-4D74-BA13-E6AEF977AE98} - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 25.0.1700.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{897A7BA2-3AAB-4D74-BA13-E6AEF977AE98}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2.Tracker.DbUtility", "O2.Tracker.DbUtility\O2.Tracker.DbUtility.csproj", "{77D9E353-F5AE-440B-8EE8-70EBB92099AD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2.OnTracker.Api", "O2.OnTracker.Api\O2.OnTracker.Api.csproj", "{2288664B-04A5-4C80-8685-2AF877F5D335}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {77D9E353-F5AE-440B-8EE8-70EBB92099AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {77D9E353-F5AE-440B-8EE8-70EBB92099AD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {77D9E353-F5AE-440B-8EE8-70EBB92099AD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {77D9E353-F5AE-440B-8EE8-70EBB92099AD}.Release|Any CPU.Build.0 = Release|Any CPU + {2288664B-04A5-4C80-8685-2AF877F5D335}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2288664B-04A5-4C80-8685-2AF877F5D335}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2288664B-04A5-4C80-8685-2AF877F5D335}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2288664B-04A5-4C80-8685-2AF877F5D335}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {D93882A4-4B7E-4814-8462-14D882FB336B} + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {77D9E353-F5AE-440B-8EE8-70EBB92099AD} = {897A7BA2-3AAB-4D74-BA13-E6AEF977AE98} + EndGlobalSection +EndGlobal From 6e96ccc67443e590572ce90a7aa0a4ebf6f91ef3 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sun, 27 Mar 2022 00:13:59 +0300 Subject: [PATCH 36/77] feat(issue-113): add skeleton for on-tracker service --- .../Controllers/ValuesController.cs | 4 +- .../IoC/ServiceCollectionExtensions.cs | 4 +- .../MaxMindLocalGeoIpAddressResolver.cs | 26 +++---- .../O2NetGen.OnTracker.Api.csproj | 5 +- .../on-tracker/O2.OnTracker.Api/Program.cs | 2 +- .../O2.OnTracker.Api/Setup/GeoDatabase.cs | 4 +- .../on-tracker/O2.OnTracker.Api/Startup.cs | 6 +- .../O2NextGen.OnTracker.Business/Class1.cs | 8 ++ .../O2NextGen.OnTracker.Business.csproj | 7 ++ .../O2NextGen.OnTracker.Data/Class1.cs | 8 ++ .../O2NextGen.OnTracker.Data.csproj | 7 ++ .../O2NextGen.OnTracker.Impl/Class1.cs | 8 ++ .../O2NextGen.OnTracker.Impl.csproj | 7 ++ .../on-tracker/O2NextGen.OnTracker.sln | 76 +++++++++++++++++-- ...rationTests.O2NextGen.OnTracker.Api.csproj | 22 ++++++ .../UnitTest1.cs | 14 ++++ .../Tests.O2NextGen.OnTracker.Api.csproj | 16 ++++ .../UnitTest1.cs | 18 +++++ .../Tests.O2NextGen.OnTracker.Business.csproj | 16 ++++ .../UnitTest1.cs | 18 +++++ .../Tests.O2NextGen.OnTracker.Data.csproj | 16 ++++ .../UnitTest1.cs | 18 +++++ .../Tests.O2NextGen.OnTracker.Impl.csproj | 16 ++++ .../UnitTest1.cs | 18 +++++ .../Tests.O2NextGen.Tracker.DbUtility.csproj | 16 ++++ .../UnitTest1.cs | 18 +++++ 26 files changed, 347 insertions(+), 31 deletions(-) create mode 100644 src/Services/on-tracker/O2NextGen.OnTracker.Business/Class1.cs create mode 100644 src/Services/on-tracker/O2NextGen.OnTracker.Business/O2NextGen.OnTracker.Business.csproj create mode 100644 src/Services/on-tracker/O2NextGen.OnTracker.Data/Class1.cs create mode 100644 src/Services/on-tracker/O2NextGen.OnTracker.Data/O2NextGen.OnTracker.Data.csproj create mode 100644 src/Services/on-tracker/O2NextGen.OnTracker.Impl/Class1.cs create mode 100644 src/Services/on-tracker/O2NextGen.OnTracker.Impl/O2NextGen.OnTracker.Impl.csproj create mode 100644 src/Services/on-tracker/Tests/IntegrationTests.O2NextGen.OnTracker.Api/IntegrationTests.O2NextGen.OnTracker.Api.csproj create mode 100644 src/Services/on-tracker/Tests/IntegrationTests.O2NextGen.OnTracker.Api/UnitTest1.cs create mode 100644 src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Api/Tests.O2NextGen.OnTracker.Api.csproj create mode 100644 src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Api/UnitTest1.cs create mode 100644 src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Business/Tests.O2NextGen.OnTracker.Business.csproj create mode 100644 src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Business/UnitTest1.cs create mode 100644 src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Data/Tests.O2NextGen.OnTracker.Data.csproj create mode 100644 src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Data/UnitTest1.cs create mode 100644 src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Impl/Tests.O2NextGen.OnTracker.Impl.csproj create mode 100644 src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Impl/UnitTest1.cs create mode 100644 src/Services/on-tracker/Tests/Tests.O2NextGen.Tracker.DbUtility/Tests.O2NextGen.Tracker.DbUtility.csproj create mode 100644 src/Services/on-tracker/Tests/Tests.O2NextGen.Tracker.DbUtility/UnitTest1.cs diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs b/src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs index 42b1beaa..28bb7c28 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs +++ b/src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs @@ -4,7 +4,7 @@ using Microsoft.AspNetCore.Mvc; using O2NextGen.Tracker.DbUtility; -namespace O2NextGen.OnTracker.Api.Controllers +namespace O2NetGen.OnTracker.Api.Controllers { [Route("api/[controller]")] [ApiController] @@ -29,7 +29,7 @@ public ActionResult Get() // This usually only happens when the browser is on the same machine as the server. if (remoteIpAddress.AddressFamily == System.Net.Sockets.AddressFamily.InterNetworkV6) { - remoteIpAddress = System.Net.Dns.GetHostEntry(remoteIpAddress).AddressList + remoteIpAddress = Dns.GetHostEntry(remoteIpAddress).AddressList .First(x => x.AddressFamily == System.Net.Sockets.AddressFamily.InterNetwork); } result = remoteIpAddress.ToString(); diff --git a/src/Services/on-tracker/O2.OnTracker.Api/IoC/ServiceCollectionExtensions.cs b/src/Services/on-tracker/O2.OnTracker.Api/IoC/ServiceCollectionExtensions.cs index d084ed9f..3db79168 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/IoC/ServiceCollectionExtensions.cs +++ b/src/Services/on-tracker/O2.OnTracker.Api/IoC/ServiceCollectionExtensions.cs @@ -3,7 +3,7 @@ using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; -namespace O2NextGen.OnTracker.Api.IoC +namespace O2NetGen.OnTracker.Api.IoC { public static class ServiceCollectionExtensions { @@ -32,7 +32,7 @@ public static IServiceCollection AddBusiness(this IServiceCollection services) // services.AddSingleton(); return services; } - + public static IServiceCollection AddRequiredMvcComponents(this IServiceCollection services) { // services.AddTransient(); diff --git a/src/Services/on-tracker/O2.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs b/src/Services/on-tracker/O2.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs index 884b2ef7..c518c8d2 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs +++ b/src/Services/on-tracker/O2.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs @@ -4,10 +4,10 @@ using System.Net; using System.Reflection; using MaxMind.Db; -using O2NextGen.OnTracker.Api.Setup; +using O2NetGen.OnTracker.Api.Setup; using O2NextGen.Tracker.DbUtility; -namespace O2NextGen.OnTracker.Api +namespace O2NetGen.OnTracker.Api { public sealed class MaxMindLocalGeoIpAddressResolver : IGeoIpAddressResolver { @@ -40,17 +40,17 @@ public GeoLocation ResolveAddress(IPAddress ip) return null; var result = new GeoLocation - { - Country = response.Country?.Names[DefaultLang], - City = response.City?.Names[DefaultLang] - }; + { + Country = response.Country?.Names[DefaultLang], + City = response.City?.Names[DefaultLang] + }; var location = response.Location; if (location?.HasCoordinates == true) result.Point = new Point - { - lat = location.Latitude.Value, - lon = location.Longitude.Value - }; + { + lat = location.Latitude.Value, + lon = location.Longitude.Value + }; return result; } @@ -66,7 +66,7 @@ protected NamedEntity( public IReadOnlyDictionary Names { get; } } - + private sealed class Country : NamedEntity { [Constructor] @@ -76,7 +76,7 @@ public Country( { } } - + private sealed class Location { [Constructor] @@ -94,7 +94,7 @@ public Location( public double? Longitude { get; } } - + private sealed class GeoLocationData { [Constructor] diff --git a/src/Services/on-tracker/O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj b/src/Services/on-tracker/O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj index a4469d52..d6c4af2b 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj +++ b/src/Services/on-tracker/O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj @@ -14,7 +14,10 @@ - + + + + diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Program.cs b/src/Services/on-tracker/O2.OnTracker.Api/Program.cs index a284c6d2..e25d3990 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/Program.cs +++ b/src/Services/on-tracker/O2.OnTracker.Api/Program.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; -namespace O2NextGen.OnTracker.Api +namespace O2NetGen.OnTracker.Api { public class Program { diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Setup/GeoDatabase.cs b/src/Services/on-tracker/O2.OnTracker.Api/Setup/GeoDatabase.cs index cbb3d8e1..f3fc032a 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/Setup/GeoDatabase.cs +++ b/src/Services/on-tracker/O2.OnTracker.Api/Setup/GeoDatabase.cs @@ -1,7 +1,7 @@ -namespace O2NextGen.OnTracker.Api.Setup +namespace O2NetGen.OnTracker.Api.Setup { public class GeoDatabase { - public string ConnectionDb { get; set; } + public string ConnectionDb { get; set; } } } \ No newline at end of file diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Startup.cs b/src/Services/on-tracker/O2.OnTracker.Api/Startup.cs index 4bd38e3b..8fc6c532 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/Startup.cs +++ b/src/Services/on-tracker/O2.OnTracker.Api/Startup.cs @@ -2,11 +2,11 @@ using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; -using O2NextGen.OnTracker.Api.IoC; -using O2NextGen.OnTracker.Api.Setup; +using O2NetGen.OnTracker.Api.IoC; +using O2NetGen.OnTracker.Api.Setup; using O2NextGen.Tracker.DbUtility; -namespace O2NextGen.OnTracker.Api +namespace O2NetGen.OnTracker.Api { public class Startup { diff --git a/src/Services/on-tracker/O2NextGen.OnTracker.Business/Class1.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Business/Class1.cs new file mode 100644 index 00000000..60586362 --- /dev/null +++ b/src/Services/on-tracker/O2NextGen.OnTracker.Business/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace O2NextGen.OnTracker.Business +{ + public class Class1 + { + } +} diff --git a/src/Services/on-tracker/O2NextGen.OnTracker.Business/O2NextGen.OnTracker.Business.csproj b/src/Services/on-tracker/O2NextGen.OnTracker.Business/O2NextGen.OnTracker.Business.csproj new file mode 100644 index 00000000..86ea3bbe --- /dev/null +++ b/src/Services/on-tracker/O2NextGen.OnTracker.Business/O2NextGen.OnTracker.Business.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.1 + + + diff --git a/src/Services/on-tracker/O2NextGen.OnTracker.Data/Class1.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Data/Class1.cs new file mode 100644 index 00000000..ecdfb084 --- /dev/null +++ b/src/Services/on-tracker/O2NextGen.OnTracker.Data/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace O2NextGen.OnTracker.Data +{ + public class Class1 + { + } +} diff --git a/src/Services/on-tracker/O2NextGen.OnTracker.Data/O2NextGen.OnTracker.Data.csproj b/src/Services/on-tracker/O2NextGen.OnTracker.Data/O2NextGen.OnTracker.Data.csproj new file mode 100644 index 00000000..86ea3bbe --- /dev/null +++ b/src/Services/on-tracker/O2NextGen.OnTracker.Data/O2NextGen.OnTracker.Data.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.1 + + + diff --git a/src/Services/on-tracker/O2NextGen.OnTracker.Impl/Class1.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Impl/Class1.cs new file mode 100644 index 00000000..d706fe0e --- /dev/null +++ b/src/Services/on-tracker/O2NextGen.OnTracker.Impl/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace O2NextGen.OnTracker.Impl +{ + public class Class1 + { + } +} diff --git a/src/Services/on-tracker/O2NextGen.OnTracker.Impl/O2NextGen.OnTracker.Impl.csproj b/src/Services/on-tracker/O2NextGen.OnTracker.Impl/O2NextGen.OnTracker.Impl.csproj new file mode 100644 index 00000000..86ea3bbe --- /dev/null +++ b/src/Services/on-tracker/O2NextGen.OnTracker.Impl/O2NextGen.OnTracker.Impl.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.1 + + + diff --git a/src/Services/on-tracker/O2NextGen.OnTracker.sln b/src/Services/on-tracker/O2NextGen.OnTracker.sln index cf1637e3..a4920687 100644 --- a/src/Services/on-tracker/O2NextGen.OnTracker.sln +++ b/src/Services/on-tracker/O2NextGen.OnTracker.sln @@ -1,13 +1,33 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 25.0.1700.0 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32112.339 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{897A7BA2-3AAB-4D74-BA13-E6AEF977AE98}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2.Tracker.DbUtility", "O2.Tracker.DbUtility\O2.Tracker.DbUtility.csproj", "{77D9E353-F5AE-440B-8EE8-70EBB92099AD}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.Tracker.DbUtility", "O2.Tracker.DbUtility\O2NextGen.Tracker.DbUtility.csproj", "{77D9E353-F5AE-440B-8EE8-70EBB92099AD}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2.OnTracker.Api", "O2.OnTracker.Api\O2.OnTracker.Api.csproj", "{2288664B-04A5-4C80-8685-2AF877F5D335}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NetGen.OnTracker.Api", "O2.OnTracker.Api\O2NetGen.OnTracker.Api.csproj", "{2288664B-04A5-4C80-8685-2AF877F5D335}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.OnTracker.Data", "O2NextGen.OnTracker.Data\O2NextGen.OnTracker.Data.csproj", "{23CB3AC5-E48E-4A46-B5F7-8FB1F0F00A71}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.OnTracker.Business", "O2NextGen.OnTracker.Business\O2NextGen.OnTracker.Business.csproj", "{0ABEF2F5-30E5-4AA8-A42A-C7382BE7F011}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.OnTracker.Impl", "O2NextGen.OnTracker.Impl\O2NextGen.OnTracker.Impl.csproj", "{0D765011-A2C2-4EF9-BA28-961EF8267D40}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{7BD2C74D-C741-4D66-BAAD-DDF5BEA8CC8B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests.O2NextGen.OnTracker.Api", "Tests\IntegrationTests.O2NextGen.OnTracker.Api\IntegrationTests.O2NextGen.OnTracker.Api.csproj", "{C0076E03-0BFE-4977-ACA0-FF7EC9EAD3C1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.OnTracker.Api", "Tests\Tests.O2NextGen.OnTracker.Api\Tests.O2NextGen.OnTracker.Api.csproj", "{7DFD020A-9FD4-4E1E-8836-FFEF1A5F66F1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.OnTracker.Business", "Tests\Tests.O2NextGen.OnTracker.Business\Tests.O2NextGen.OnTracker.Business.csproj", "{4FE95E79-25D1-47D5-AB58-505713FE9835}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.OnTracker.Data", "Tests\Tests.O2NextGen.OnTracker.Data\Tests.O2NextGen.OnTracker.Data.csproj", "{B2B3EDDA-CCCE-4900-80BC-14CF0A2A7EB7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.OnTracker.Impl", "Tests\Tests.O2NextGen.OnTracker.Impl\Tests.O2NextGen.OnTracker.Impl.csproj", "{18B3EF0B-1FB1-434B-8291-BF45094C97F7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.Tracker.DbUtility", "Tests\Tests.O2NextGen.Tracker.DbUtility\Tests.O2NextGen.Tracker.DbUtility.csproj", "{2B77211A-B680-4241-A73C-4C7F88CF35A8}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -23,14 +43,56 @@ Global {2288664B-04A5-4C80-8685-2AF877F5D335}.Debug|Any CPU.Build.0 = Debug|Any CPU {2288664B-04A5-4C80-8685-2AF877F5D335}.Release|Any CPU.ActiveCfg = Release|Any CPU {2288664B-04A5-4C80-8685-2AF877F5D335}.Release|Any CPU.Build.0 = Release|Any CPU + {23CB3AC5-E48E-4A46-B5F7-8FB1F0F00A71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {23CB3AC5-E48E-4A46-B5F7-8FB1F0F00A71}.Debug|Any CPU.Build.0 = Debug|Any CPU + {23CB3AC5-E48E-4A46-B5F7-8FB1F0F00A71}.Release|Any CPU.ActiveCfg = Release|Any CPU + {23CB3AC5-E48E-4A46-B5F7-8FB1F0F00A71}.Release|Any CPU.Build.0 = Release|Any CPU + {0ABEF2F5-30E5-4AA8-A42A-C7382BE7F011}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0ABEF2F5-30E5-4AA8-A42A-C7382BE7F011}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0ABEF2F5-30E5-4AA8-A42A-C7382BE7F011}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0ABEF2F5-30E5-4AA8-A42A-C7382BE7F011}.Release|Any CPU.Build.0 = Release|Any CPU + {0D765011-A2C2-4EF9-BA28-961EF8267D40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0D765011-A2C2-4EF9-BA28-961EF8267D40}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0D765011-A2C2-4EF9-BA28-961EF8267D40}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0D765011-A2C2-4EF9-BA28-961EF8267D40}.Release|Any CPU.Build.0 = Release|Any CPU + {C0076E03-0BFE-4977-ACA0-FF7EC9EAD3C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C0076E03-0BFE-4977-ACA0-FF7EC9EAD3C1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C0076E03-0BFE-4977-ACA0-FF7EC9EAD3C1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C0076E03-0BFE-4977-ACA0-FF7EC9EAD3C1}.Release|Any CPU.Build.0 = Release|Any CPU + {7DFD020A-9FD4-4E1E-8836-FFEF1A5F66F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7DFD020A-9FD4-4E1E-8836-FFEF1A5F66F1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7DFD020A-9FD4-4E1E-8836-FFEF1A5F66F1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7DFD020A-9FD4-4E1E-8836-FFEF1A5F66F1}.Release|Any CPU.Build.0 = Release|Any CPU + {4FE95E79-25D1-47D5-AB58-505713FE9835}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4FE95E79-25D1-47D5-AB58-505713FE9835}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4FE95E79-25D1-47D5-AB58-505713FE9835}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4FE95E79-25D1-47D5-AB58-505713FE9835}.Release|Any CPU.Build.0 = Release|Any CPU + {B2B3EDDA-CCCE-4900-80BC-14CF0A2A7EB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B2B3EDDA-CCCE-4900-80BC-14CF0A2A7EB7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B2B3EDDA-CCCE-4900-80BC-14CF0A2A7EB7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B2B3EDDA-CCCE-4900-80BC-14CF0A2A7EB7}.Release|Any CPU.Build.0 = Release|Any CPU + {18B3EF0B-1FB1-434B-8291-BF45094C97F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {18B3EF0B-1FB1-434B-8291-BF45094C97F7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {18B3EF0B-1FB1-434B-8291-BF45094C97F7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {18B3EF0B-1FB1-434B-8291-BF45094C97F7}.Release|Any CPU.Build.0 = Release|Any CPU + {2B77211A-B680-4241-A73C-4C7F88CF35A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2B77211A-B680-4241-A73C-4C7F88CF35A8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2B77211A-B680-4241-A73C-4C7F88CF35A8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2B77211A-B680-4241-A73C-4C7F88CF35A8}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {D93882A4-4B7E-4814-8462-14D882FB336B} - EndGlobalSection GlobalSection(NestedProjects) = preSolution {77D9E353-F5AE-440B-8EE8-70EBB92099AD} = {897A7BA2-3AAB-4D74-BA13-E6AEF977AE98} + {C0076E03-0BFE-4977-ACA0-FF7EC9EAD3C1} = {7BD2C74D-C741-4D66-BAAD-DDF5BEA8CC8B} + {7DFD020A-9FD4-4E1E-8836-FFEF1A5F66F1} = {7BD2C74D-C741-4D66-BAAD-DDF5BEA8CC8B} + {4FE95E79-25D1-47D5-AB58-505713FE9835} = {7BD2C74D-C741-4D66-BAAD-DDF5BEA8CC8B} + {B2B3EDDA-CCCE-4900-80BC-14CF0A2A7EB7} = {7BD2C74D-C741-4D66-BAAD-DDF5BEA8CC8B} + {18B3EF0B-1FB1-434B-8291-BF45094C97F7} = {7BD2C74D-C741-4D66-BAAD-DDF5BEA8CC8B} + {2B77211A-B680-4241-A73C-4C7F88CF35A8} = {897A7BA2-3AAB-4D74-BA13-E6AEF977AE98} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {D93882A4-4B7E-4814-8462-14D882FB336B} EndGlobalSection EndGlobal diff --git a/src/Services/on-tracker/Tests/IntegrationTests.O2NextGen.OnTracker.Api/IntegrationTests.O2NextGen.OnTracker.Api.csproj b/src/Services/on-tracker/Tests/IntegrationTests.O2NextGen.OnTracker.Api/IntegrationTests.O2NextGen.OnTracker.Api.csproj new file mode 100644 index 00000000..9c2aad77 --- /dev/null +++ b/src/Services/on-tracker/Tests/IntegrationTests.O2NextGen.OnTracker.Api/IntegrationTests.O2NextGen.OnTracker.Api.csproj @@ -0,0 +1,22 @@ + + + + netcoreapp2.1 + + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + diff --git a/src/Services/on-tracker/Tests/IntegrationTests.O2NextGen.OnTracker.Api/UnitTest1.cs b/src/Services/on-tracker/Tests/IntegrationTests.O2NextGen.OnTracker.Api/UnitTest1.cs new file mode 100644 index 00000000..d5553c4e --- /dev/null +++ b/src/Services/on-tracker/Tests/IntegrationTests.O2NextGen.OnTracker.Api/UnitTest1.cs @@ -0,0 +1,14 @@ +using System; +using Xunit; + +namespace IntegrationTests.O2NextGen.OnTracker.Api +{ + public class UnitTest1 + { + [Fact] + public void Test1() + { + + } + } +} diff --git a/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Api/Tests.O2NextGen.OnTracker.Api.csproj b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Api/Tests.O2NextGen.OnTracker.Api.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Api/Tests.O2NextGen.OnTracker.Api.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Api/UnitTest1.cs b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Api/UnitTest1.cs new file mode 100644 index 00000000..61709816 --- /dev/null +++ b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Api/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.OnTracker.Api +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Business/Tests.O2NextGen.OnTracker.Business.csproj b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Business/Tests.O2NextGen.OnTracker.Business.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Business/Tests.O2NextGen.OnTracker.Business.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Business/UnitTest1.cs b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Business/UnitTest1.cs new file mode 100644 index 00000000..cfcad557 --- /dev/null +++ b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Business/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.OnTracker.Business +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Data/Tests.O2NextGen.OnTracker.Data.csproj b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Data/Tests.O2NextGen.OnTracker.Data.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Data/Tests.O2NextGen.OnTracker.Data.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Data/UnitTest1.cs b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Data/UnitTest1.cs new file mode 100644 index 00000000..0f05a09b --- /dev/null +++ b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Data/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.OnTracker.Data +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Impl/Tests.O2NextGen.OnTracker.Impl.csproj b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Impl/Tests.O2NextGen.OnTracker.Impl.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Impl/Tests.O2NextGen.OnTracker.Impl.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Impl/UnitTest1.cs b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Impl/UnitTest1.cs new file mode 100644 index 00000000..cc913e47 --- /dev/null +++ b/src/Services/on-tracker/Tests/Tests.O2NextGen.OnTracker.Impl/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.OnTracker.Impl +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/Services/on-tracker/Tests/Tests.O2NextGen.Tracker.DbUtility/Tests.O2NextGen.Tracker.DbUtility.csproj b/src/Services/on-tracker/Tests/Tests.O2NextGen.Tracker.DbUtility/Tests.O2NextGen.Tracker.DbUtility.csproj new file mode 100644 index 00000000..d7b45d57 --- /dev/null +++ b/src/Services/on-tracker/Tests/Tests.O2NextGen.Tracker.DbUtility/Tests.O2NextGen.Tracker.DbUtility.csproj @@ -0,0 +1,16 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + diff --git a/src/Services/on-tracker/Tests/Tests.O2NextGen.Tracker.DbUtility/UnitTest1.cs b/src/Services/on-tracker/Tests/Tests.O2NextGen.Tracker.DbUtility/UnitTest1.cs new file mode 100644 index 00000000..24269ec0 --- /dev/null +++ b/src/Services/on-tracker/Tests/Tests.O2NextGen.Tracker.DbUtility/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace Tests.O2NextGen.Tracker.DbUtility +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file From e5b28ca612d1d747c625437743c7ef2bf4e8ad43 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sun, 27 Mar 2022 00:14:58 +0300 Subject: [PATCH 37/77] chore(issue-113): code cleanup --- .../on-tracker/O2NextGen.OnTracker.Business/Class1.cs | 4 +--- src/Services/on-tracker/O2NextGen.OnTracker.Data/Class1.cs | 4 +--- src/Services/on-tracker/O2NextGen.OnTracker.Impl/Class1.cs | 4 +--- .../IntegrationTests.O2NextGen.OnTracker.Api/UnitTest1.cs | 1 - 4 files changed, 3 insertions(+), 10 deletions(-) diff --git a/src/Services/on-tracker/O2NextGen.OnTracker.Business/Class1.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Business/Class1.cs index 60586362..8b001b8c 100644 --- a/src/Services/on-tracker/O2NextGen.OnTracker.Business/Class1.cs +++ b/src/Services/on-tracker/O2NextGen.OnTracker.Business/Class1.cs @@ -1,6 +1,4 @@ -using System; - -namespace O2NextGen.OnTracker.Business +namespace O2NextGen.OnTracker.Business { public class Class1 { diff --git a/src/Services/on-tracker/O2NextGen.OnTracker.Data/Class1.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Data/Class1.cs index ecdfb084..2bf86ecc 100644 --- a/src/Services/on-tracker/O2NextGen.OnTracker.Data/Class1.cs +++ b/src/Services/on-tracker/O2NextGen.OnTracker.Data/Class1.cs @@ -1,6 +1,4 @@ -using System; - -namespace O2NextGen.OnTracker.Data +namespace O2NextGen.OnTracker.Data { public class Class1 { diff --git a/src/Services/on-tracker/O2NextGen.OnTracker.Impl/Class1.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Impl/Class1.cs index d706fe0e..1608097e 100644 --- a/src/Services/on-tracker/O2NextGen.OnTracker.Impl/Class1.cs +++ b/src/Services/on-tracker/O2NextGen.OnTracker.Impl/Class1.cs @@ -1,6 +1,4 @@ -using System; - -namespace O2NextGen.OnTracker.Impl +namespace O2NextGen.OnTracker.Impl { public class Class1 { diff --git a/src/Services/on-tracker/Tests/IntegrationTests.O2NextGen.OnTracker.Api/UnitTest1.cs b/src/Services/on-tracker/Tests/IntegrationTests.O2NextGen.OnTracker.Api/UnitTest1.cs index d5553c4e..015c3764 100644 --- a/src/Services/on-tracker/Tests/IntegrationTests.O2NextGen.OnTracker.Api/UnitTest1.cs +++ b/src/Services/on-tracker/Tests/IntegrationTests.O2NextGen.OnTracker.Api/UnitTest1.cs @@ -1,4 +1,3 @@ -using System; using Xunit; namespace IntegrationTests.O2NextGen.OnTracker.Api From 0f68230cfb0b8e992bad5358817dec29e8b50e83 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sun, 27 Mar 2022 14:02:10 +0300 Subject: [PATCH 38/77] chore(issue-113): fix main solution for services --- src/O2NextGen-Prototypes.sln | 256 +++++++++++++++++- .../Properties/launchSettings.json | 14 +- .../Properties/launchSettings.json | 14 +- .../Properties/launchSettings.json | 14 +- .../Controllers/ValuesController.cs | 0 .../IoC/ServiceCollectionExtensions.cs | 0 .../MaxMindLocalGeoIpAddressResolver.cs | 0 .../O2NextGen.OnTracker.Api.csproj} | 2 +- .../Program.cs | 0 .../Properties/launchSettings.json | 0 .../Setup/GeoDatabase.cs | 0 .../Startup.cs | 0 .../appsettings.Development.json | 0 .../appsettings.json | 0 .../GeoLocation.cs | 0 .../IGeoIpAddressResolver.cs | 0 .../O2NextGen.Tracker.DbUtility.csproj | 0 .../Point.cs | 0 .../Properties/launchSettings.json | 14 +- 19 files changed, 283 insertions(+), 31 deletions(-) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/Controllers/ValuesController.cs (100%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/IoC/ServiceCollectionExtensions.cs (100%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/MaxMindLocalGeoIpAddressResolver.cs (100%) rename src/Services/on-tracker/{O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj => O2NextGen.OnTracker.Api/O2NextGen.OnTracker.Api.csproj} (91%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/Program.cs (100%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/Properties/launchSettings.json (100%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/Setup/GeoDatabase.cs (100%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/Startup.cs (100%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/appsettings.Development.json (100%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/appsettings.json (100%) rename src/Services/on-tracker/{O2.Tracker.DbUtility => O2NextGen.Tracker.DbUtility}/GeoLocation.cs (100%) rename src/Services/on-tracker/{O2.Tracker.DbUtility => O2NextGen.Tracker.DbUtility}/IGeoIpAddressResolver.cs (100%) rename src/Services/on-tracker/{O2.Tracker.DbUtility => O2NextGen.Tracker.DbUtility}/O2NextGen.Tracker.DbUtility.csproj (100%) rename src/Services/on-tracker/{O2.Tracker.DbUtility => O2NextGen.Tracker.DbUtility}/Point.cs (100%) diff --git a/src/O2NextGen-Prototypes.sln b/src/O2NextGen-Prototypes.sln index 0f227af1..cd5683e0 100644 --- a/src/O2NextGen-Prototypes.sln +++ b/src/O2NextGen-Prototypes.sln @@ -31,7 +31,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.ESender.Impl", "S EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "on-tracker", "on-tracker", "{E88D3DAC-13D1-4711-9ADD-BE97A3A57212}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2.OnTracker.Api", "Services\on-tracker\O2.OnTracker.Api\O2.OnTracker.Api.csproj", "{230C6816-A862-450D-8B9C-736CA2D21F93}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.OnTracker.Api", "Services\on-tracker\O2NextGen.OnTracker.Api\O2NextGen.OnTracker.Api.csproj", "{230C6816-A862-450D-8B9C-736CA2D21F93}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "smalltalk", "smalltalk", "{0DB9F20A-FD40-4110-807E-AAEFEFCCD574}" EndProject @@ -43,7 +43,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmallTalk.Data", EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmallTalk.Impl", "Services\smalltalk\O2NextGen.SmallTalk.Impl\O2NextGen.SmallTalk.Impl.csproj", "{20D19B8A-3C6E-49B4-BBC9-51EA63B86147}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2.Tracker.DbUtility", "Services\on-tracker\O2.Tracker.DbUtility\O2.Tracker.DbUtility.csproj", "{ECC10F39-5198-481C-91D9-40C09A0E323F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.Tracker.DbUtility", "Services\on-tracker\O2NextGen.Tracker.DbUtility\O2NextGen.Tracker.DbUtility.csproj", "{ECC10F39-5198-481C-91D9-40C09A0E323F}" EndProject Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{5815FA40-82B7-400D-8FB0-667EED9DC622}" EndProject @@ -51,6 +51,54 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sdks", "Sdks", "{033E8CA1-0 EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NG.Sdk.NetCore.Models", "SDKs\O2NG.Sdk.NetCore\O2NG.Sdk.NetCore.Models\O2NG.Sdk.NetCore.Models.csproj", "{929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.OnTracker.Business", "Services\on-tracker\O2NextGen.OnTracker.Business\O2NextGen.OnTracker.Business.csproj", "{D8F151B3-569D-4257-9DD2-2270FB1D347A}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.OnTracker.Data", "Services\on-tracker\O2NextGen.OnTracker.Data\O2NextGen.OnTracker.Data.csproj", "{5618F488-A7E7-49EB-9545-F482780ED926}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.OnTracker.Impl", "Services\on-tracker\O2NextGen.OnTracker.Impl\O2NextGen.OnTracker.Impl.csproj", "{F41251EB-5CDE-4D3E-BF44-BA39D610D430}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "feedback-x", "feedback-x", "{029123A2-4A26-41A4-A321-3AE9BF05D8B0}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.FeedBackX.Api", "Services\feedback-x\O2NextGen.FeedBackX.Api\O2NextGen.FeedBackX.Api.csproj", "{9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.FeedBackX.Business", "Services\feedback-x\O2NextGen.FeedBackX.Business\O2NextGen.FeedBackX.Business.csproj", "{B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.FeedBackX.Data", "Services\feedback-x\O2NextGen.FeedBackX.Data\O2NextGen.FeedBackX.Data.csproj", "{EC364D08-6503-4A34-9738-025FF805F745}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.FeedBackX.Impl", "Services\feedback-x\O2NextGen.FeedBackX.Impl\O2NextGen.FeedBackX.Impl.csproj", "{B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "s-link", "s-link", "{502469BA-2C56-4FC7-B5C9-935689808ACC}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SLink.Api", "Services\s-link\O2NextGen.SLink.Api\O2NextGen.SLink.Api.csproj", "{C9B75489-EBBE-4261-92CE-6938956738E2}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SLink.Business", "Services\s-link\O2NextGen.SLink.Business\O2NextGen.SLink.Business.csproj", "{CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SLink.Data", "Services\s-link\O2NextGen.SLink.Data\O2NextGen.SLink.Data.csproj", "{964513B7-1FB7-4580-91E8-8BD61A6BB5DA}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SLink.Impl", "Services\s-link\O2NextGen.SLink.Impl\O2NextGen.SLink.Impl.csproj", "{068C1A88-DDFF-4575-8362-CB5A77AC936F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "smart-subscriber", "smart-subscriber", "{104ADC0B-D20E-44DF-821A-967059DAFC4C}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmartSubscriber.Api", "Services\smart-subscriber\O2NextGen.SmartSubscriber.Api\O2NextGen.SmartSubscriber.Api.csproj", "{6A61235C-A6DB-4C82-A265-E03CDC71134E}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmartSubscriber.Business", "Services\smart-subscriber\O2NextGen.SmartSubscriber.Business\O2NextGen.SmartSubscriber.Business.csproj", "{73FE9865-0E31-4B8C-8AF6-45236496A806}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmartSubscriber.Data", "Services\smart-subscriber\O2NextGen.SmartSubscriber.Data\O2NextGen.SmartSubscriber.Data.csproj", "{67CA84A7-D3E3-4EF5-9512-699F7321B899}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmartSubscriber.Impl", "Services\smart-subscriber\O2NextGen.SmartSubscriber.Impl\O2NextGen.SmartSubscriber.Impl.csproj", "{9D65077A-687A-433A-A280-45A70620ADC0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "deep-pay", "deep-pay", "{C3724366-BFB1-4DEB-86A4-736EA546D264}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "genidoc", "genidoc", "{B7DD045B-D524-475B-A111-DD6E55431D3B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "jetstream", "jetstream", "{EDC7432B-5D48-44C4-BF52-F3625E7A43DD}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dailybook", "dailybook", "{A50DA91B-BD5D-4640-80D8-46B1E55E76FD}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "teambrain", "teambrain", "{4BAA467F-6F58-4C99-ACCF-88F2ADD398B8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "a-discount", "a-discount", "{41ECEE68-B668-45CB-A3F0-DAC0BCF20D89}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -265,6 +313,186 @@ Global {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Release|x64.Build.0 = Release|Any CPU {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Release|x86.ActiveCfg = Release|Any CPU {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Release|x86.Build.0 = Release|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Debug|x64.ActiveCfg = Debug|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Debug|x64.Build.0 = Debug|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Debug|x86.ActiveCfg = Debug|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Debug|x86.Build.0 = Debug|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Release|Any CPU.Build.0 = Release|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Release|x64.ActiveCfg = Release|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Release|x64.Build.0 = Release|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Release|x86.ActiveCfg = Release|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Release|x86.Build.0 = Release|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Debug|x64.ActiveCfg = Debug|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Debug|x64.Build.0 = Debug|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Debug|x86.ActiveCfg = Debug|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Debug|x86.Build.0 = Debug|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Release|Any CPU.Build.0 = Release|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Release|x64.ActiveCfg = Release|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Release|x64.Build.0 = Release|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Release|x86.ActiveCfg = Release|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Release|x86.Build.0 = Release|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Debug|x64.ActiveCfg = Debug|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Debug|x64.Build.0 = Debug|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Debug|x86.ActiveCfg = Debug|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Debug|x86.Build.0 = Debug|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Release|Any CPU.Build.0 = Release|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Release|x64.ActiveCfg = Release|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Release|x64.Build.0 = Release|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Release|x86.ActiveCfg = Release|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Release|x86.Build.0 = Release|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Debug|x64.ActiveCfg = Debug|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Debug|x64.Build.0 = Debug|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Debug|x86.ActiveCfg = Debug|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Debug|x86.Build.0 = Debug|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Release|Any CPU.Build.0 = Release|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Release|x64.ActiveCfg = Release|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Release|x64.Build.0 = Release|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Release|x86.ActiveCfg = Release|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Release|x86.Build.0 = Release|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Debug|x64.ActiveCfg = Debug|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Debug|x64.Build.0 = Debug|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Debug|x86.ActiveCfg = Debug|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Debug|x86.Build.0 = Debug|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Release|Any CPU.Build.0 = Release|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Release|x64.ActiveCfg = Release|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Release|x64.Build.0 = Release|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Release|x86.ActiveCfg = Release|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Release|x86.Build.0 = Release|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Debug|x64.ActiveCfg = Debug|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Debug|x64.Build.0 = Debug|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Debug|x86.ActiveCfg = Debug|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Debug|x86.Build.0 = Debug|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Release|Any CPU.Build.0 = Release|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Release|x64.ActiveCfg = Release|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Release|x64.Build.0 = Release|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Release|x86.ActiveCfg = Release|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Release|x86.Build.0 = Release|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Debug|x64.ActiveCfg = Debug|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Debug|x64.Build.0 = Debug|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Debug|x86.ActiveCfg = Debug|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Debug|x86.Build.0 = Debug|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Release|Any CPU.Build.0 = Release|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Release|x64.ActiveCfg = Release|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Release|x64.Build.0 = Release|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Release|x86.ActiveCfg = Release|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Release|x86.Build.0 = Release|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Debug|x64.ActiveCfg = Debug|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Debug|x64.Build.0 = Debug|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Debug|x86.ActiveCfg = Debug|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Debug|x86.Build.0 = Debug|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Release|Any CPU.Build.0 = Release|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Release|x64.ActiveCfg = Release|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Release|x64.Build.0 = Release|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Release|x86.ActiveCfg = Release|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Release|x86.Build.0 = Release|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Debug|x64.ActiveCfg = Debug|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Debug|x64.Build.0 = Debug|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Debug|x86.ActiveCfg = Debug|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Debug|x86.Build.0 = Debug|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Release|Any CPU.Build.0 = Release|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Release|x64.ActiveCfg = Release|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Release|x64.Build.0 = Release|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Release|x86.ActiveCfg = Release|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Release|x86.Build.0 = Release|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Debug|x64.ActiveCfg = Debug|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Debug|x64.Build.0 = Debug|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Debug|x86.ActiveCfg = Debug|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Debug|x86.Build.0 = Debug|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Release|Any CPU.Build.0 = Release|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Release|x64.ActiveCfg = Release|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Release|x64.Build.0 = Release|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Release|x86.ActiveCfg = Release|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Release|x86.Build.0 = Release|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Debug|x64.ActiveCfg = Debug|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Debug|x64.Build.0 = Debug|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Debug|x86.ActiveCfg = Debug|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Debug|x86.Build.0 = Debug|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Release|Any CPU.Build.0 = Release|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Release|x64.ActiveCfg = Release|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Release|x64.Build.0 = Release|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Release|x86.ActiveCfg = Release|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Release|x86.Build.0 = Release|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Debug|x64.ActiveCfg = Debug|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Debug|x64.Build.0 = Debug|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Debug|x86.ActiveCfg = Debug|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Debug|x86.Build.0 = Debug|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Release|Any CPU.Build.0 = Release|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Release|x64.ActiveCfg = Release|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Release|x64.Build.0 = Release|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Release|x86.ActiveCfg = Release|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Release|x86.Build.0 = Release|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Debug|Any CPU.Build.0 = Debug|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Debug|x64.ActiveCfg = Debug|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Debug|x64.Build.0 = Debug|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Debug|x86.ActiveCfg = Debug|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Debug|x86.Build.0 = Debug|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Release|Any CPU.ActiveCfg = Release|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Release|Any CPU.Build.0 = Release|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Release|x64.ActiveCfg = Release|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Release|x64.Build.0 = Release|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Release|x86.ActiveCfg = Release|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Release|x86.Build.0 = Release|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Debug|Any CPU.Build.0 = Debug|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Debug|x64.ActiveCfg = Debug|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Debug|x64.Build.0 = Debug|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Debug|x86.ActiveCfg = Debug|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Debug|x86.Build.0 = Debug|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Release|Any CPU.ActiveCfg = Release|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Release|Any CPU.Build.0 = Release|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Release|x64.ActiveCfg = Release|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Release|x64.Build.0 = Release|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Release|x86.ActiveCfg = Release|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Release|x86.Build.0 = Release|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Debug|x64.ActiveCfg = Debug|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Debug|x64.Build.0 = Debug|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Debug|x86.ActiveCfg = Debug|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Debug|x86.Build.0 = Debug|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Release|Any CPU.Build.0 = Release|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Release|x64.ActiveCfg = Release|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Release|x64.Build.0 = Release|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Release|x86.ActiveCfg = Release|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -291,6 +519,30 @@ Global {20D19B8A-3C6E-49B4-BBC9-51EA63B86147} = {0DB9F20A-FD40-4110-807E-AAEFEFCCD574} {ECC10F39-5198-481C-91D9-40C09A0E323F} = {E88D3DAC-13D1-4711-9ADD-BE97A3A57212} {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE} = {033E8CA1-0464-45EB-B207-29EAB055FD9E} + {D8F151B3-569D-4257-9DD2-2270FB1D347A} = {E88D3DAC-13D1-4711-9ADD-BE97A3A57212} + {5618F488-A7E7-49EB-9545-F482780ED926} = {E88D3DAC-13D1-4711-9ADD-BE97A3A57212} + {F41251EB-5CDE-4D3E-BF44-BA39D610D430} = {E88D3DAC-13D1-4711-9ADD-BE97A3A57212} + {029123A2-4A26-41A4-A321-3AE9BF05D8B0} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F} = {029123A2-4A26-41A4-A321-3AE9BF05D8B0} + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23} = {029123A2-4A26-41A4-A321-3AE9BF05D8B0} + {EC364D08-6503-4A34-9738-025FF805F745} = {029123A2-4A26-41A4-A321-3AE9BF05D8B0} + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A} = {029123A2-4A26-41A4-A321-3AE9BF05D8B0} + {502469BA-2C56-4FC7-B5C9-935689808ACC} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {C9B75489-EBBE-4261-92CE-6938956738E2} = {502469BA-2C56-4FC7-B5C9-935689808ACC} + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18} = {502469BA-2C56-4FC7-B5C9-935689808ACC} + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA} = {502469BA-2C56-4FC7-B5C9-935689808ACC} + {068C1A88-DDFF-4575-8362-CB5A77AC936F} = {502469BA-2C56-4FC7-B5C9-935689808ACC} + {104ADC0B-D20E-44DF-821A-967059DAFC4C} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {6A61235C-A6DB-4C82-A265-E03CDC71134E} = {104ADC0B-D20E-44DF-821A-967059DAFC4C} + {73FE9865-0E31-4B8C-8AF6-45236496A806} = {104ADC0B-D20E-44DF-821A-967059DAFC4C} + {67CA84A7-D3E3-4EF5-9512-699F7321B899} = {104ADC0B-D20E-44DF-821A-967059DAFC4C} + {9D65077A-687A-433A-A280-45A70620ADC0} = {104ADC0B-D20E-44DF-821A-967059DAFC4C} + {C3724366-BFB1-4DEB-86A4-736EA546D264} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {B7DD045B-D524-475B-A111-DD6E55431D3B} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {EDC7432B-5D48-44C4-BF52-F3625E7A43DD} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {A50DA91B-BD5D-4640-80D8-46B1E55E76FD} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {4BAA467F-6F58-4C99-ACCF-88F2ADD398B8} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {41ECEE68-B668-45CB-A3F0-DAC0BCF20D89} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {5C9AF9F4-BF0A-486D-9F2E-17FE2F53F7E9} diff --git a/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json b/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json index fabb4bd4..c1a63ed6 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json +++ b/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json @@ -8,12 +8,12 @@ }, "applicationUrl": "https://localhost:10001;http://localhost:5001" }, - //"Docker": { - // "commandName": "Docker", - // "launchBrowser": true, - // "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", - // "publishAllPorts": true, - // "useSSL": true - //} + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", + "publishAllPorts": true, + "useSSL": true + } } } \ No newline at end of file diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json index 9fced7d4..32ab7244 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json @@ -8,12 +8,12 @@ }, "applicationUrl": "https://localhost:10002;http://localhost:5002" }, - //"Docker": { - // "commandName": "Docker", - // "launchBrowser": true, - // "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", - // "publishAllPorts": true, - // "useSSL": true - //} + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", + "publishAllPorts": true, + "useSSL": true + } } } \ No newline at end of file diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json b/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json index 883992a7..b872fc26 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json +++ b/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json @@ -26,12 +26,12 @@ }, "applicationUrl": "https://localhost:10004;http://localhost:5004" }, - //"Docker": { - // "commandName": "Docker", - // "launchBrowser": true, - // "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", - // "publishAllPorts": true, - // "useSSL": true - //} + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", + "publishAllPorts": true, + "useSSL": true + } } } \ No newline at end of file diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Api/Controllers/ValuesController.cs similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/Controllers/ValuesController.cs diff --git a/src/Services/on-tracker/O2.OnTracker.Api/IoC/ServiceCollectionExtensions.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Api/IoC/ServiceCollectionExtensions.cs similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/IoC/ServiceCollectionExtensions.cs rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/IoC/ServiceCollectionExtensions.cs diff --git a/src/Services/on-tracker/O2.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs diff --git a/src/Services/on-tracker/O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj b/src/Services/on-tracker/O2NextGen.OnTracker.Api/O2NextGen.OnTracker.Api.csproj similarity index 91% rename from src/Services/on-tracker/O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/O2NextGen.OnTracker.Api.csproj index d6c4af2b..cc4e0b7a 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj +++ b/src/Services/on-tracker/O2NextGen.OnTracker.Api/O2NextGen.OnTracker.Api.csproj @@ -14,10 +14,10 @@ - + diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Program.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Api/Program.cs similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/Program.cs rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/Program.cs diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Properties/launchSettings.json b/src/Services/on-tracker/O2NextGen.OnTracker.Api/Properties/launchSettings.json similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/Properties/launchSettings.json rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/Properties/launchSettings.json diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Setup/GeoDatabase.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Api/Setup/GeoDatabase.cs similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/Setup/GeoDatabase.cs rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/Setup/GeoDatabase.cs diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Startup.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Api/Startup.cs similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/Startup.cs rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/Startup.cs diff --git a/src/Services/on-tracker/O2.OnTracker.Api/appsettings.Development.json b/src/Services/on-tracker/O2NextGen.OnTracker.Api/appsettings.Development.json similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/appsettings.Development.json rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/appsettings.Development.json diff --git a/src/Services/on-tracker/O2.OnTracker.Api/appsettings.json b/src/Services/on-tracker/O2NextGen.OnTracker.Api/appsettings.json similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/appsettings.json rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/appsettings.json diff --git a/src/Services/on-tracker/O2.Tracker.DbUtility/GeoLocation.cs b/src/Services/on-tracker/O2NextGen.Tracker.DbUtility/GeoLocation.cs similarity index 100% rename from src/Services/on-tracker/O2.Tracker.DbUtility/GeoLocation.cs rename to src/Services/on-tracker/O2NextGen.Tracker.DbUtility/GeoLocation.cs diff --git a/src/Services/on-tracker/O2.Tracker.DbUtility/IGeoIpAddressResolver.cs b/src/Services/on-tracker/O2NextGen.Tracker.DbUtility/IGeoIpAddressResolver.cs similarity index 100% rename from src/Services/on-tracker/O2.Tracker.DbUtility/IGeoIpAddressResolver.cs rename to src/Services/on-tracker/O2NextGen.Tracker.DbUtility/IGeoIpAddressResolver.cs diff --git a/src/Services/on-tracker/O2.Tracker.DbUtility/O2NextGen.Tracker.DbUtility.csproj b/src/Services/on-tracker/O2NextGen.Tracker.DbUtility/O2NextGen.Tracker.DbUtility.csproj similarity index 100% rename from src/Services/on-tracker/O2.Tracker.DbUtility/O2NextGen.Tracker.DbUtility.csproj rename to src/Services/on-tracker/O2NextGen.Tracker.DbUtility/O2NextGen.Tracker.DbUtility.csproj diff --git a/src/Services/on-tracker/O2.Tracker.DbUtility/Point.cs b/src/Services/on-tracker/O2NextGen.Tracker.DbUtility/Point.cs similarity index 100% rename from src/Services/on-tracker/O2.Tracker.DbUtility/Point.cs rename to src/Services/on-tracker/O2NextGen.Tracker.DbUtility/Point.cs diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json index f095286f..8e982cfc 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json @@ -26,12 +26,12 @@ }, "applicationUrl": "https://localhost:10003;http://localhost:5003" }, - //"Docker": { - // "commandName": "Docker", - // "launchBrowser": true, - // "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", - // "publishAllPorts": true, - // "useSSL": true - //} + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", + "publishAllPorts": true, + "useSSL": true + } } } \ No newline at end of file From 224e1ec6eecceff9a52ee0d09b755f191e684a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 03:37:08 +0000 Subject: [PATCH 39/77] build(deps): bump minimist in /src/Services/auth/O2NextGen.Auth.Web Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/Services/auth/O2NextGen.Auth.Web/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Services/auth/O2NextGen.Auth.Web/package-lock.json b/src/Services/auth/O2NextGen.Auth.Web/package-lock.json index edea65b5..262e3002 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/package-lock.json +++ b/src/Services/auth/O2NextGen.Auth.Web/package-lock.json @@ -902,9 +902,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, "modern-normalize": { From 76d9186f12ba1f31a698cf81ee4ecca18f84b78e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 16:51:49 +0000 Subject: [PATCH 40/77] build(deps): bump minimist in /src/WebApps/pfr-app/smalltalk Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/smalltalk/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/smalltalk/yarn.lock b/src/WebApps/pfr-app/smalltalk/yarn.lock index d85b4f77..b9a43585 100644 --- a/src/WebApps/pfr-app/smalltalk/yarn.lock +++ b/src/WebApps/pfr-app/smalltalk/yarn.lock @@ -3035,9 +3035,9 @@ minimatch@^3.0.4: brace-expansion "^1.1.7" minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== mkdirp@^0.5.5: version "0.5.5" From 2f6c062b28f78d1282cf51b87facccd4d3400d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 16:51:52 +0000 Subject: [PATCH 41/77] build(deps): bump minimist in /src/WebApps/pfr-app/pfr-app Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/pfr-app/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/pfr-app/yarn.lock b/src/WebApps/pfr-app/pfr-app/yarn.lock index d85b4f77..b9a43585 100644 --- a/src/WebApps/pfr-app/pfr-app/yarn.lock +++ b/src/WebApps/pfr-app/pfr-app/yarn.lock @@ -3035,9 +3035,9 @@ minimatch@^3.0.4: brace-expansion "^1.1.7" minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== mkdirp@^0.5.5: version "0.5.5" From ca0a3eedbf6c1f1afe351ac2dab21d9340451b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 16:53:43 +0000 Subject: [PATCH 42/77] build(deps): bump minimist in /src/WebApps/pfr-app/smalltalk Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/smalltalk/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/smalltalk/yarn.lock b/src/WebApps/pfr-app/smalltalk/yarn.lock index d85b4f77..b9a43585 100644 --- a/src/WebApps/pfr-app/smalltalk/yarn.lock +++ b/src/WebApps/pfr-app/smalltalk/yarn.lock @@ -3035,9 +3035,9 @@ minimatch@^3.0.4: brace-expansion "^1.1.7" minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== mkdirp@^0.5.5: version "0.5.5" From b4e5b0cc780559ef215a34449b1e77a7a92444e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:19:41 +0000 Subject: [PATCH 43/77] build(deps): bump nanoid in /src/Services/auth/O2NextGen.Auth.Web Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.2. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.3.2) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/Services/auth/O2NextGen.Auth.Web/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Services/auth/O2NextGen.Auth.Web/package-lock.json b/src/Services/auth/O2NextGen.Auth.Web/package-lock.json index edea65b5..d485b8f0 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/package-lock.json +++ b/src/Services/auth/O2NextGen.Auth.Web/package-lock.json @@ -914,9 +914,9 @@ "dev": true }, "nanoid": { - "version": "3.1.30", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", - "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.2.tgz", + "integrity": "sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==", "dev": true }, "node-emoji": { From ea3d4550b880ae015a13e84d5908fff276858f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:19:57 +0000 Subject: [PATCH 44/77] build(deps): bump minimist in /src/WebApps/pfr-app/pfr-app Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/pfr-app/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/pfr-app/yarn.lock b/src/WebApps/pfr-app/pfr-app/yarn.lock index d85b4f77..b9a43585 100644 --- a/src/WebApps/pfr-app/pfr-app/yarn.lock +++ b/src/WebApps/pfr-app/pfr-app/yarn.lock @@ -3035,9 +3035,9 @@ minimatch@^3.0.4: brace-expansion "^1.1.7" minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== mkdirp@^0.5.5: version "0.5.5" From e879293dca14be3b1eef9f06bc357aba4d138662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:20:45 +0000 Subject: [PATCH 45/77] build(deps): bump minimist in /src/WebApps/pfr-app/c-gen Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/c-gen/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/c-gen/yarn.lock b/src/WebApps/pfr-app/c-gen/yarn.lock index d85b4f77..b9a43585 100644 --- a/src/WebApps/pfr-app/c-gen/yarn.lock +++ b/src/WebApps/pfr-app/c-gen/yarn.lock @@ -3035,9 +3035,9 @@ minimatch@^3.0.4: brace-expansion "^1.1.7" minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== mkdirp@^0.5.5: version "0.5.5" From 2c9528faa31ac842b259717b323c66c44081d107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:21:02 +0000 Subject: [PATCH 46/77] build(deps): bump minimist in /src/Services/auth/O2NextGen.Auth.Web Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/Services/auth/O2NextGen.Auth.Web/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Services/auth/O2NextGen.Auth.Web/package-lock.json b/src/Services/auth/O2NextGen.Auth.Web/package-lock.json index edea65b5..262e3002 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/package-lock.json +++ b/src/Services/auth/O2NextGen.Auth.Web/package-lock.json @@ -902,9 +902,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, "modern-normalize": { From 6f0c5a6daabefa6aa5cf4fe035e242f170a222e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:23:07 +0000 Subject: [PATCH 47/77] build(deps): bump follow-redirects in /src/WebApps/pfr-app/server Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.9. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.9) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/server/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/server/yarn.lock b/src/WebApps/pfr-app/server/yarn.lock index 6d2c322b..cf41856d 100644 --- a/src/WebApps/pfr-app/server/yarn.lock +++ b/src/WebApps/pfr-app/server/yarn.lock @@ -2506,9 +2506,9 @@ flatted@^3.1.0: integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg== follow-redirects@^1.14.4: - version "1.14.7" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" - integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== + version "1.14.9" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7" + integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w== fork-ts-checker-webpack-plugin@6.5.0: version "6.5.0" From 2bf2b2e084b4fd3f898c478f29d5e7ba191113e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:23:31 +0000 Subject: [PATCH 48/77] build(deps): bump node-forge in /src/WebApps/pfr-app/smalltalk Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.1) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/smalltalk/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/smalltalk/yarn.lock b/src/WebApps/pfr-app/smalltalk/yarn.lock index 6529ba13..309f73d8 100644 --- a/src/WebApps/pfr-app/smalltalk/yarn.lock +++ b/src/WebApps/pfr-app/smalltalk/yarn.lock @@ -3110,9 +3110,9 @@ node-emoji@^1.11.0: lodash "^4.17.21" node-forge@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" - integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== + version "1.3.1" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" + integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== node-releases@^2.0.1: version "2.0.1" From 430c7074a709a18fb1366b1a743497cd4dbb18b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:30:46 +0000 Subject: [PATCH 49/77] build(deps): bump nanoid in /src/Services/auth/O2NextGen.Auth.Web Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.2. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.3.2) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/Services/auth/O2NextGen.Auth.Web/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Services/auth/O2NextGen.Auth.Web/package-lock.json b/src/Services/auth/O2NextGen.Auth.Web/package-lock.json index edea65b5..d485b8f0 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/package-lock.json +++ b/src/Services/auth/O2NextGen.Auth.Web/package-lock.json @@ -914,9 +914,9 @@ "dev": true }, "nanoid": { - "version": "3.1.30", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", - "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.2.tgz", + "integrity": "sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==", "dev": true }, "node-emoji": { From 8a1fba65a0ed1db40b3eb057e1c1063c30f493cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:30:51 +0000 Subject: [PATCH 50/77] build(deps): bump node-forge in /src/WebApps/pfr-app/pfr-app Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.1) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/pfr-app/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/pfr-app/yarn.lock b/src/WebApps/pfr-app/pfr-app/yarn.lock index d85b4f77..c1b4cf7a 100644 --- a/src/WebApps/pfr-app/pfr-app/yarn.lock +++ b/src/WebApps/pfr-app/pfr-app/yarn.lock @@ -3110,9 +3110,9 @@ node-emoji@^1.11.0: lodash "^4.17.21" node-forge@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" - integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== + version "1.3.1" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" + integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== node-releases@^2.0.1: version "2.0.1" From 57f1538c3a92f1b0174249c2d519b998a2e17808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:31:09 +0000 Subject: [PATCH 51/77] build(deps): bump follow-redirects in /src/WebApps/pfr-app/pfr-app Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.9. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.9) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/pfr-app/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/pfr-app/yarn.lock b/src/WebApps/pfr-app/pfr-app/yarn.lock index d85b4f77..82371efb 100644 --- a/src/WebApps/pfr-app/pfr-app/yarn.lock +++ b/src/WebApps/pfr-app/pfr-app/yarn.lock @@ -2310,9 +2310,9 @@ find-up@^4.0.0: path-exists "^4.0.0" follow-redirects@^1.0.0: - version "1.14.7" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" - integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== + version "1.14.9" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7" + integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w== forwarded@0.2.0: version "0.2.0" From 2c51f0b9fafeeddd2e6da8f2cf3c872895a3a3b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:31:12 +0000 Subject: [PATCH 52/77] build(deps): bump follow-redirects in /src/WebApps/pfr-app/server Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.9. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.9) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/server/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/server/yarn.lock b/src/WebApps/pfr-app/server/yarn.lock index 6d2c322b..cf41856d 100644 --- a/src/WebApps/pfr-app/server/yarn.lock +++ b/src/WebApps/pfr-app/server/yarn.lock @@ -2506,9 +2506,9 @@ flatted@^3.1.0: integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg== follow-redirects@^1.14.4: - version "1.14.7" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" - integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== + version "1.14.9" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7" + integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w== fork-ts-checker-webpack-plugin@6.5.0: version "6.5.0" From d3de1d29b62d72d18da2f35b23a713c4ab2721cc Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Mon, 28 Mar 2022 05:12:23 +0300 Subject: [PATCH 53/77] feat(issue-175): add skeleton of small-talk --- ...oj => O2NextGen.Sdk.NetCore.Models.csproj} | 0 .../smalltalk/ChatEvent.cs | 7 ++ .../smalltalk/ChatMessage.cs | 10 +++ .../smalltalk/ChatMessageViewModel.cs | 9 ++ .../smalltalk/ChatSession.cs | 15 ++++ .../smalltalk/ChatSessionInvite.cs | 7 ++ ....NetCore.sln => O2NextGen.Sdk.NetCore.sln} | 4 +- ...Tests.O2NextGen.Sdk.NetCore.Models.csproj} | 0 .../smalltalk/ChatEventTests.cs | 6 ++ .../smalltalk/ChatMessageTests.cs | 7 ++ .../smalltalk/ChatSessionInviteTests.cs | 6 ++ .../smalltalk/ChatSessionTests.cs | 6 ++ .../Controllers/ChatController.cs | 56 +++++++++++- .../Controllers/UserController.cs | 34 ++++++++ .../Helpers/ServiceCollectionExtensions.cs | 13 +-- .../Mappings/ChatMessageMappings.cs | 62 +++++++++++++ .../O2NextGen.SmallTalk.Api.csproj | 2 + .../Services/IChatService.cs | 15 ---- .../Models/ChatEventModel.cs | 6 ++ .../Models/ChatMessageModel.cs | 10 +++ .../Models/ChatSessionInviteModel.cs | 6 ++ .../Models/ChatSessionModel.cs | 12 +++ .../Models/SessionModel.cs | 25 ++++++ .../O2NextGen.SmallTalk.Business.csproj | 2 +- .../Services/IAccessManager.cs | 7 ++ .../Services/IChatManager.cs | 12 +++ .../Services/IChatService.cs | 16 ++++ .../Services/ICustomerManager.cs | 7 ++ .../Services/ISessionManager.cs | 16 ++++ .../Services/IUserManager.cs | 10 +++ .../O2NextGen.SmallTalk.Impl.csproj | 4 + .../Services/ChatManager.cs | 51 +++++++++++ .../Services/Creator.cs | 50 +++++++++++ .../Services/InMemoryChatService.cs | 32 ++++--- .../Services/InMemorySessionManager.cs | 87 +++++++++++++++++++ .../smalltalk/O2NextGen.SmallTalk.sln | 44 +++++++--- 36 files changed, 605 insertions(+), 51 deletions(-) rename src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/{O2NG.Sdk.NetCore.Models.csproj => O2NextGen.Sdk.NetCore.Models.csproj} (100%) create mode 100644 src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatEvent.cs create mode 100644 src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatMessage.cs create mode 100644 src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatMessageViewModel.cs create mode 100644 src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatSession.cs create mode 100644 src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatSessionInvite.cs rename src/SDKs/O2NG.Sdk.NetCore/{O2NG.Sdk.NetCore.sln => O2NextGen.Sdk.NetCore.sln} (79%) rename src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/{Tests.O2NG.Sdk.NetCore.Models.csproj => Tests.O2NextGen.Sdk.NetCore.Models.csproj} (100%) create mode 100644 src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatEventTests.cs create mode 100644 src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatMessageTests.cs create mode 100644 src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatSessionInviteTests.cs create mode 100644 src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatSessionTests.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/UserController.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Api/Mappings/ChatMessageMappings.cs delete mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/IChatService.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatEventModel.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatMessageModel.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatSessionInviteModel.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatSessionModel.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/SessionModel.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IAccessManager.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatService.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ICustomerManager.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ISessionManager.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IUserManager.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/Creator.cs rename src/Services/smalltalk/{O2NextGen.SmallTalk.Api => O2NextGen.SmallTalk.Impl}/Services/InMemoryChatService.cs (56%) create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemorySessionManager.cs diff --git a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NG.Sdk.NetCore.Models.csproj b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NextGen.Sdk.NetCore.Models.csproj similarity index 100% rename from src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NG.Sdk.NetCore.Models.csproj rename to src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/O2NextGen.Sdk.NetCore.Models.csproj diff --git a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatEvent.cs b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatEvent.cs new file mode 100644 index 00000000..893fec09 --- /dev/null +++ b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatEvent.cs @@ -0,0 +1,7 @@ +namespace O2NextGen.Sdk.NetCore.Models.smalltalk +{ + public class ChatEvent + { + public long Id { get; set; } + } +} \ No newline at end of file diff --git a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatMessage.cs b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatMessage.cs new file mode 100644 index 00000000..5152b63e --- /dev/null +++ b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatMessage.cs @@ -0,0 +1,10 @@ +namespace O2NextGen.Sdk.NetCore.Models.smalltalk +{ + public class ChatMessage + { + public long Id { get; set; } + public long SenderId { get; set; } + public long RecipientId { get; set; } + public string Message { get; set; } + } +} \ No newline at end of file diff --git a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatMessageViewModel.cs b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatMessageViewModel.cs new file mode 100644 index 00000000..99e020e8 --- /dev/null +++ b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatMessageViewModel.cs @@ -0,0 +1,9 @@ +namespace O2NextGen.Sdk.NetCore.Models.smalltalk +{ + + public class ChatMessageViewModel + { + + } + +} \ No newline at end of file diff --git a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatSession.cs b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatSession.cs new file mode 100644 index 00000000..330d14bd --- /dev/null +++ b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatSession.cs @@ -0,0 +1,15 @@ +using System.Collections.Generic; + +namespace O2NextGen.Sdk.NetCore.Models.smalltalk +{ + + public class ChatSession + { + public long Id { get; set; } + public int Agents { get; set; } + public List Messages { get; set; } + public List Events { get; set; } + public List Invites { get; set; } + public string Name { get; set; } + } +} \ No newline at end of file diff --git a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatSessionInvite.cs b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatSessionInvite.cs new file mode 100644 index 00000000..26aabc5f --- /dev/null +++ b/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.Models/smalltalk/ChatSessionInvite.cs @@ -0,0 +1,7 @@ +namespace O2NextGen.Sdk.NetCore.Models.smalltalk +{ + public abstract class ChatSessionInvite + { + public long Id { get; set; } + } +} \ No newline at end of file diff --git a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.sln b/src/SDKs/O2NG.Sdk.NetCore/O2NextGen.Sdk.NetCore.sln similarity index 79% rename from src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.sln rename to src/SDKs/O2NG.Sdk.NetCore/O2NextGen.Sdk.NetCore.sln index 797381b5..86f0038e 100644 --- a/src/SDKs/O2NG.Sdk.NetCore/O2NG.Sdk.NetCore.sln +++ b/src/SDKs/O2NG.Sdk.NetCore/O2NextGen.Sdk.NetCore.sln @@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.32112.339 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NG.Sdk.NetCore.Models", "O2NG.Sdk.NetCore.Models\O2NG.Sdk.NetCore.Models.csproj", "{89B48F28-7C0F-4329-9314-89511DB28429}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.Sdk.NetCore.Models", "O2NG.Sdk.NetCore.Models\O2NextGen.Sdk.NetCore.Models.csproj", "{89B48F28-7C0F-4329-9314-89511DB28429}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BEBD1434-109A-46D3-8377-50409D9E15FC}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NG.Sdk.NetCore.Models", "Tests\Tests.O2NG.Sdk.NetCore.Models\Tests.O2NG.Sdk.NetCore.Models.csproj", "{9FA54822-4861-41BB-868F-476C517EF5D9}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.O2NextGen.Sdk.NetCore.Models", "Tests\Tests.O2NG.Sdk.NetCore.Models\Tests.O2NextGen.Sdk.NetCore.Models.csproj", "{9FA54822-4861-41BB-868F-476C517EF5D9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/Tests.O2NG.Sdk.NetCore.Models.csproj b/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/Tests.O2NextGen.Sdk.NetCore.Models.csproj similarity index 100% rename from src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/Tests.O2NG.Sdk.NetCore.Models.csproj rename to src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/Tests.O2NextGen.Sdk.NetCore.Models.csproj diff --git a/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatEventTests.cs b/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatEventTests.cs new file mode 100644 index 00000000..4bb1ae30 --- /dev/null +++ b/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatEventTests.cs @@ -0,0 +1,6 @@ +namespace Tests.O2NextGen.Sdk.NetCore.Models.smalltalk +{ + public class ChatEventTests + { + } +} diff --git a/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatMessageTests.cs b/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatMessageTests.cs new file mode 100644 index 00000000..8f2db778 --- /dev/null +++ b/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatMessageTests.cs @@ -0,0 +1,7 @@ +namespace Tests.O2NextGen.Sdk.NetCore.Models.smalltalk +{ + public class ChatMessageTests + { + + } +} diff --git a/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatSessionInviteTests.cs b/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatSessionInviteTests.cs new file mode 100644 index 00000000..5883f5ee --- /dev/null +++ b/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatSessionInviteTests.cs @@ -0,0 +1,6 @@ +namespace Tests.O2NextGen.Sdk.NetCore.Models.smalltalk +{ + public class ChatSessionInviteTests + { + } +} diff --git a/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatSessionTests.cs b/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatSessionTests.cs new file mode 100644 index 00000000..7dc0c09b --- /dev/null +++ b/src/SDKs/O2NG.Sdk.NetCore/Tests/Tests.O2NG.Sdk.NetCore.Models/smalltalk/ChatSessionTests.cs @@ -0,0 +1,6 @@ +namespace Tests.O2NextGen.Sdk.NetCore.Models.smalltalk +{ + public class ChatSessionTests + { + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs index 9af8bd78..e377ab7e 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs @@ -1,25 +1,35 @@ using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; +using O2NextGen.SmallTalk.Api.Mappings; +using O2NextGen.SmallTalk.Business.Models; +using O2NextGen.SmallTalk.Business.Services; +using O2NG.Sdk.NetCore.Models.smalltalk; +using System.Threading.Tasks; namespace O2NextGen.SmallTalk.Api.Controllers { + [Route("api/chat")] + [ApiController] public class ChatController : ControllerBase { #region Fields private readonly IHostingEnvironment _environment; private readonly ILogger _logger; + private readonly IChatManager _sessionManager; #endregion #region Ctors - public ChatController(IHostingEnvironment environment, ILogger logger) + public ChatController(IHostingEnvironment environment, ILogger logger, + IChatManager chatManager) { _environment = environment; _logger = logger; + _sessionManager = chatManager; } #endregion @@ -27,8 +37,48 @@ public ChatController(IHostingEnvironment environment, ILogger GetMessagesAsync() + { + var resultSession = await _sessionManager.GetMessages(); + + return Ok(resultSession.ToViewModel()); + } + + [HttpPost] + [HttpPut] + [Route("")] + public async Task SendMessage(ChatMessage chatMessage) + { + if (chatMessage == null) + throw new System.ArgumentNullException(nameof(chatMessage)); + + ChatMessageModel resultSession = await _sessionManager.AddMessage(chatMessage.ToModel()); + + return Ok(resultSession.ToViewModel()); + } + + public void UpdateMessage() + { + throw new System.NotImplementedException(); + } + + public void RemoveMessage() + { + throw new System.NotImplementedException(); + } #endregion } -} +} \ No newline at end of file diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/UserController.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/UserController.cs new file mode 100644 index 00000000..0aa5bc70 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/UserController.cs @@ -0,0 +1,34 @@ +using Microsoft.AspNetCore.Hosting; +using Microsoft.AspNetCore.Mvc; +using Microsoft.Extensions.Logging; + +namespace O2NextGen.SmallTalk.Api.Controllers +{ + public class UserController: ControllerBase + { + #region Fields + + private readonly IHostingEnvironment _environment; + private readonly ILogger _logger; + + #endregion + + + #region Ctors + + public UserController(IHostingEnvironment environment, ILogger logger) + { + _environment = environment; + _logger = logger; + } + + #endregion + + + #region Methods + + + + #endregion + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Helpers/ServiceCollectionExtensions.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Helpers/ServiceCollectionExtensions.cs index 4e2013ac..d0105f3b 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Helpers/ServiceCollectionExtensions.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Helpers/ServiceCollectionExtensions.cs @@ -2,6 +2,8 @@ using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using O2NextGen.SmallTalk.Api.Services; +using O2NextGen.SmallTalk.Business.Services; +using O2NextGen.SmallTalk.Impl.Services; using System; namespace O2NextGen.SmallTalk.Api.Helpers @@ -33,19 +35,18 @@ public static IServiceCollection AddBusiness(this IServiceCollection services) //more business services... services.AddSingleton(); + services.AddSingleton(); + services.AddSingleton(); return services; } public static IServiceCollection AddRequiredMvcComponents(this IServiceCollection services) { - //services.AddTransient(); - - var mvcBuilder = services.AddMvc(options => - { - // options.Filters.Add(); + var mvcBuilder = services.AddMvcCore(options => { + //options.Filters.Add(); }); mvcBuilder.SetCompatibilityVersion(CompatibilityVersion.Version_2_2); - + mvcBuilder.AddJsonFormatters(); return services; } } diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Mappings/ChatMessageMappings.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Mappings/ChatMessageMappings.cs new file mode 100644 index 00000000..745dcd29 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Mappings/ChatMessageMappings.cs @@ -0,0 +1,62 @@ +using O2NextGen.SmallTalk.Business.Models; +using O2NG.Sdk.NetCore.Models.smalltalk; +using System; +using System.Collections.Generic; +using System.Collections.ObjectModel; + +namespace O2NextGen.SmallTalk.Api.Mappings +{ + public static class ChatMessageMappings + { + public static ChatMessage ToViewModel(this ChatMessageModel model) + { + if (model == null) + return null; + + var viewModel = new ChatMessage(); + + //Bindings + viewModel.Id = model.Id; + viewModel.Message = model.Message; + viewModel.SenderId = model.SenderId; + viewModel.RecipientId = model.RecipientId; + + return viewModel; + } + + public static ChatMessageModel ToModel(this ChatMessage viewModel) + { + if (viewModel == null) + return null; + + var model = new ChatMessageModel(); + + //Bindings + model.Id = viewModel.Id; + model.Message = viewModel.Message; + model.SenderId = viewModel.SenderId; + model.RecipientId = viewModel.RecipientId; + + return model; + } + + public static IReadOnlyCollection ToViewModel( + this IReadOnlyCollection models) + { + if (models.Count == 0) + { + return Array.Empty(); + } + + var subscription = new ChatMessage[models.Count]; + var i = 0; + foreach (var model in models) + { + subscription[i] = ToViewModel(model); + ++i; + } + + return new ReadOnlyCollection(subscription); + } + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj index 926e1e12..07394ef8 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj @@ -15,9 +15,11 @@ + + diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/IChatService.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/IChatService.cs deleted file mode 100644 index f23036e4..00000000 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/IChatService.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.Collections.Generic; -using System.Threading; -using System.Threading.Tasks; - -namespace O2NextGen.SmallTalk.Api.Services -{ - public interface IChatService - { - Task> GetAllAsync(CancellationToken ct); - Task GetByIdAsync(long id, CancellationToken ct); - Task UpdateAsync(ChatSession certificate, CancellationToken ct); - Task AddAsync(ChatSession certificate, CancellationToken ct); - Task RemoveAsync(long id, CancellationToken ct); - } -} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatEventModel.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatEventModel.cs new file mode 100644 index 00000000..8ac14d22 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatEventModel.cs @@ -0,0 +1,6 @@ +namespace O2NextGen.SmallTalk.Business.Models +{ + public class ChatEventModel + { + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatMessageModel.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatMessageModel.cs new file mode 100644 index 00000000..d18feece --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatMessageModel.cs @@ -0,0 +1,10 @@ +namespace O2NextGen.SmallTalk.Business.Models +{ + public class ChatMessageModel + { + public long Id { get; set; } + public string Message { get; set; } + public long SenderId { get; set; } + public long RecipientId { get; set; } + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatSessionInviteModel.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatSessionInviteModel.cs new file mode 100644 index 00000000..140968d1 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatSessionInviteModel.cs @@ -0,0 +1,6 @@ +namespace O2NextGen.SmallTalk.Business.Models +{ + public class ChatSessionInviteModel + { + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatSessionModel.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatSessionModel.cs new file mode 100644 index 00000000..89db1317 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/ChatSessionModel.cs @@ -0,0 +1,12 @@ +using System.Collections.Generic; + +namespace O2NextGen.SmallTalk.Business.Models +{ + public class ChatSessionModel + { + public long Id { get; set; } + public List Events { get; set; } + public List Messages { get; set; } + public List Invites { get; set; } + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/SessionModel.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/SessionModel.cs new file mode 100644 index 00000000..29c87bd3 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Models/SessionModel.cs @@ -0,0 +1,25 @@ +namespace O2NextGen.SmallTalk.Api.Models +{ + public class SessionModel + { + public long Id { get; set; } + public long CustomerId { get; set; } + + } + + public class UserModel + { + + } + + public class DepartmentModel + { + public string Name { get; set; } + } + + public class SessionMessageModel + { + public long Id { get; set; } + public string Message { get; set; } + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/O2NextGen.SmallTalk.Business.csproj b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/O2NextGen.SmallTalk.Business.csproj index 17ca88b0..ec0b0b9c 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/O2NextGen.SmallTalk.Business.csproj +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/O2NextGen.SmallTalk.Business.csproj @@ -1,4 +1,4 @@ - + netcoreapp2.2 diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IAccessManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IAccessManager.cs new file mode 100644 index 00000000..321263d0 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IAccessManager.cs @@ -0,0 +1,7 @@ +namespace O2NextGen.SmallTalk.Api.Services +{ + public interface IAccessManager + { + + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs new file mode 100644 index 00000000..bb1b170f --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs @@ -0,0 +1,12 @@ +using O2NextGen.SmallTalk.Business.Models; +using System.Collections.Generic; +using System.Threading.Tasks; + +namespace O2NextGen.SmallTalk.Business.Services +{ + public interface IChatManager + { + Task AddMessage(ChatMessageModel chatMessageModel); + Task> GetMessages(); + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatService.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatService.cs new file mode 100644 index 00000000..1b9de146 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatService.cs @@ -0,0 +1,16 @@ +using O2NextGen.SmallTalk.Business.Models; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; + +namespace O2NextGen.SmallTalk.Api.Services +{ + public interface IChatService + { + Task> GetAllAsync(CancellationToken ct); + Task GetByIdAsync(long id, CancellationToken ct); + Task UpdateAsync(ChatSessionModel certificate, CancellationToken ct); + Task AddAsync(ChatSessionModel certificate, CancellationToken ct); + Task RemoveAsync(long id, CancellationToken ct); + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ICustomerManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ICustomerManager.cs new file mode 100644 index 00000000..b5d8b5ff --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ICustomerManager.cs @@ -0,0 +1,7 @@ +namespace O2NextGen.SmallTalk.Api.Services +{ + public interface ICustomerManager + { + + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ISessionManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ISessionManager.cs new file mode 100644 index 00000000..c8267b77 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ISessionManager.cs @@ -0,0 +1,16 @@ +using O2NextGen.SmallTalk.Business.Models; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; + +namespace O2NextGen.SmallTalk.Api.Services +{ + public interface ISessionManager + { + Task> GetAllAsync(CancellationToken ct); + Task AddSessionAsync(ChatSessionModel chatSession, CancellationToken ct); + Task ExistSessionAsync(); + Task GetSessionAsync(); + Task> GetMessages(CancellationToken ct); + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IUserManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IUserManager.cs new file mode 100644 index 00000000..073d0261 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IUserManager.cs @@ -0,0 +1,10 @@ +namespace O2NextGen.SmallTalk.Api.Services +{ + public interface IUserManager + { + void GetUser(); + void GetUsers(); + void GetAgents(); + void GetAgent(); + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/O2NextGen.SmallTalk.Impl.csproj b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/O2NextGen.SmallTalk.Impl.csproj index 17ca88b0..d913f80d 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/O2NextGen.SmallTalk.Impl.csproj +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/O2NextGen.SmallTalk.Impl.csproj @@ -4,4 +4,8 @@ netcoreapp2.2 + + + + diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs new file mode 100644 index 00000000..194fb03b --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs @@ -0,0 +1,51 @@ +using O2NextGen.SmallTalk.Api.Services; +using O2NextGen.SmallTalk.Business.Models; +using O2NextGen.SmallTalk.Business.Services; +using System.Collections.Generic; +using System.Threading.Tasks; + +namespace O2NextGen.SmallTalk.Impl.Services +{ + public class ChatManager : IChatManager + { + private readonly ISessionManager _sessionManager; + + public ChatManager(ISessionManager sessionManager) + { + this._sessionManager = sessionManager ?? + throw new System.ArgumentNullException(nameof(sessionManager)); + } + + + public async Task AddMessage(ChatMessageModel chatMessageModel) + { + var chatMessage = Creator.CreateObject(); + chatMessage.Message = chatMessageModel.Message; + + + ChatSessionModel chatSession = null; + //Checking if a session exists or not + if (await _sessionManager.ExistSessionAsync()) + { + chatSession = await _sessionManager.GetSessionAsync(); + chatSession.Messages.Add(chatMessage); + } + else + { + // new session + var newChatSession = Creator.CreateObject(); + newChatSession.Messages.Add(chatMessage); + chatSession = await _sessionManager.AddSessionAsync(newChatSession, System.Threading.CancellationToken.None); + } + + + return chatMessage; + } + + public async Task> GetMessages() + { + var result = await _sessionManager.GetMessages(System.Threading.CancellationToken.None); + return result; + } + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/Creator.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/Creator.cs new file mode 100644 index 00000000..147997b2 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/Creator.cs @@ -0,0 +1,50 @@ +using O2NextGen.SmallTalk.Business.Models; +using System; + +namespace O2NextGen.SmallTalk.Impl.Services +{ + public class ChatSessionCreator + { + internal static object Create() + { + var model = new ChatSessionModel(); + SetDefaultValues(model); + //SetSystemEvents(chatSession); + return model; + } + + private static void SetSystemEvents(ChatSessionModel chatSessionModel) + { + throw new NotImplementedException(); + } + + private static void SetDefaultValues(ChatSessionModel chatSessionModel) + { + chatSessionModel.Events = new System.Collections.Generic.List(); + chatSessionModel.Messages = new System.Collections.Generic.List(); + chatSessionModel.Invites = new System.Collections.Generic.List(); + } + } + + + internal class Creator where T : class + { + internal static T CreateObject() + { + if(typeof(T) == typeof(ChatSessionModel)) + return (T)ChatSessionCreator.Create(); + if(typeof(T) == typeof(ChatMessageModel)) + return (T)ChatMessageCreator.Create(); + return null; + } + } + + internal class ChatMessageCreator + { + internal static object Create() + { + var chatMessage = new ChatMessageModel(); + return chatMessage; + } + } +} \ No newline at end of file diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/InMemoryChatService.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemoryChatService.cs similarity index 56% rename from src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/InMemoryChatService.cs rename to src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemoryChatService.cs index 45dede40..6c60c218 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/InMemoryChatService.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemoryChatService.cs @@ -1,19 +1,31 @@ -using System.Collections.Generic; +using O2NextGen.SmallTalk.Business.Models; +using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace O2NextGen.SmallTalk.Api.Services { + public class InMemoryChatService : IChatService { #region Fields - private static readonly List Sessions = new List() + private static readonly List Sessions = new List() { - new ChatSession() + new ChatSessionModel() { - Id = 1, Name = "First" + Id = 1, + Messages = new List() + { + new ChatMessageModel() + { + Id=1, + Message = "First massage", + SenderId = 1, + RecipientId = 2, + } + } } }; private long _currentId; @@ -32,31 +44,31 @@ public InMemoryChatService() #region Methods - public async Task> GetAllAsync(CancellationToken ct) + public async Task> GetAllAsync(CancellationToken ct) { await Task.Delay(3000, ct); - return await Task.FromResult>(Sessions.AsReadOnly()); + return await Task.FromResult>(Sessions.AsReadOnly()); } - public async Task GetByIdAsync(long id, CancellationToken ct) + public async Task GetByIdAsync(long id, CancellationToken ct) { await Task.Delay(3000, ct); return await Task.FromResult(Sessions.SingleOrDefault(g => g.Id == id)); } - public async Task UpdateAsync(ChatSession certificate, CancellationToken ct) + public async Task UpdateAsync(ChatSessionModel certificate, CancellationToken ct) { await Task.Delay(5000, ct); var toUpdate = Sessions.SingleOrDefault(g => g.Id == certificate.Id); if (toUpdate == null) return null; - toUpdate.Name = certificate.Name; + toUpdate.Messages = certificate.Messages; return await Task.FromResult(toUpdate); } - public async Task AddAsync(ChatSession certificate, CancellationToken ct) + public async Task AddAsync(ChatSessionModel certificate, CancellationToken ct) { await Task.Delay(3000, ct); certificate.Id = ++_currentId; diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemorySessionManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemorySessionManager.cs new file mode 100644 index 00000000..e81874e6 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemorySessionManager.cs @@ -0,0 +1,87 @@ +using O2NextGen.SmallTalk.Business.Models; +using System.Collections.Generic; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; + +namespace O2NextGen.SmallTalk.Api.Services +{ + public class InMemorySessionManager : ISessionManager + { + #region Fields + + private static readonly List Sessions = new List() + { + new ChatSessionModel() + { + Id = 1, + Messages = new List() + { + new ChatMessageModel() + { + Id=1, + SenderId=1, + RecipientId=2, + Message = "Test message" + }, + new ChatMessageModel() + { + Id=2, + SenderId=1, + RecipientId=2, + Message = "Test message 2" + }, + new ChatMessageModel() + { + Id=2, + SenderId=2, + RecipientId=1, + Message = "Back Test message 1" + }, + } + } + }; + private long _currentId; + + #endregion + + #region Ctors + + public InMemorySessionManager() + { + _currentId = Sessions.Count(); + } + + #endregion + public async Task> GetAllAsync(CancellationToken ct) + { + await Task.Delay(3000, ct); + return await Task.FromResult>(Sessions.AsReadOnly()); + } + + public async Task AddSessionAsync(ChatSessionModel chatSession, CancellationToken ct) + { + await Task.Delay(3000, ct); + chatSession.Id = ++_currentId; + Sessions.Add(chatSession); + return await Task.FromResult(chatSession); + } + + public async Task ExistSessionAsync() + { + return await Task.FromResult(false); + } + + public Task GetSessionAsync() + { + throw new System.NotImplementedException(); + } + + public async Task> GetMessages(CancellationToken ct) + { + await Task.Delay(3000, ct); + var messages = Sessions.First().Messages; + return await Task.FromResult>(messages.AsReadOnly()); + } + } +} diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.sln b/src/Services/smalltalk/O2NextGen.SmallTalk.sln index 4fd06561..7819de1c 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.sln +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.sln @@ -1,27 +1,33 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 25.0.1700.0 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32112.339 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{64D081A5-7679-4BA4-B1D9-9577379FF16F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SmallTalk.Api", "O2NextGen.SmallTalk.Api\O2NextGen.SmallTalk.Api.csproj", "{4D3AF6CE-4262-4F0E-9DAC-86A4781C7D96}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmallTalk.Api", "O2NextGen.SmallTalk.Api\O2NextGen.SmallTalk.Api.csproj", "{4D3AF6CE-4262-4F0E-9DAC-86A4781C7D96}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests.O2NextGen.SmallTalk.Api", "Tests\IntegrationTests.O2NextGen.SmallTalk.Api\IntegrationTests.O2NextGen.SmallTalk.Api.csproj", "{9BBF5376-E08B-4181-9187-2BE4A8787CF4}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests.O2NextGen.SmallTalk.Api", "Tests\IntegrationTests.O2NextGen.SmallTalk.Api\IntegrationTests.O2NextGen.SmallTalk.Api.csproj", "{9BBF5376-E08B-4181-9187-2BE4A8787CF4}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.SmallTalk.Api", "Tests\IntegrationTests.O2NextGen.SmallTalk.Api\Tests.O2NextGen.SmallTalk.Api\Tests.O2NextGen.SmallTalk.Api.csproj", "{39D1C8DC-64B2-4496-8B10-D04B0EB82BEA}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.O2NextGen.SmallTalk.Api", "Tests\IntegrationTests.O2NextGen.SmallTalk.Api\Tests.O2NextGen.SmallTalk.Api\Tests.O2NextGen.SmallTalk.Api.csproj", "{39D1C8DC-64B2-4496-8B10-D04B0EB82BEA}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SmallTalk.Data", "O2NextGen.SmallTalk.Data\O2NextGen.SmallTalk.Data.csproj", "{08CE530B-8272-4A10-A65F-318BBD863B47}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmallTalk.Data", "O2NextGen.SmallTalk.Data\O2NextGen.SmallTalk.Data.csproj", "{08CE530B-8272-4A10-A65F-318BBD863B47}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SmallTalk.Impl", "O2NextGen.SmallTalk.Impl\O2NextGen.SmallTalk.Impl.csproj", "{D02DEA98-B9B8-419D-A770-435C6EC5A2E6}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmallTalk.Impl", "O2NextGen.SmallTalk.Impl\O2NextGen.SmallTalk.Impl.csproj", "{D02DEA98-B9B8-419D-A770-435C6EC5A2E6}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SmallTalk.Business", "O2NextGen.SmallTalk.Business\O2NextGen.SmallTalk.Business.csproj", "{03EA2F69-4F9E-418E-9401-D95AAC4D92C8}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmallTalk.Business", "O2NextGen.SmallTalk.Business\O2NextGen.SmallTalk.Business.csproj", "{03EA2F69-4F9E-418E-9401-D95AAC4D92C8}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.SmallTalk.Business", "Tests\Tests.O2NextGen.SmallTalk.Business\Tests.O2NextGen.SmallTalk.Business.csproj", "{B025EE5D-EA23-4FEF-8503-B4D819344EFF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.O2NextGen.SmallTalk.Business", "Tests\Tests.O2NextGen.SmallTalk.Business\Tests.O2NextGen.SmallTalk.Business.csproj", "{B025EE5D-EA23-4FEF-8503-B4D819344EFF}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.SmallTalk.Data", "Tests\Tests.O2NextGen.SmallTalk.Data\Tests.O2NextGen.SmallTalk.Data.csproj", "{750729AB-58E4-470C-AB8E-4AC0ED1740BF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.O2NextGen.SmallTalk.Data", "Tests\Tests.O2NextGen.SmallTalk.Data\Tests.O2NextGen.SmallTalk.Data.csproj", "{750729AB-58E4-470C-AB8E-4AC0ED1740BF}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.SmallTalk.Impl", "Tests\Tests.O2NextGen.SmallTalk.Impl\Tests.O2NextGen.SmallTalk.Impl.csproj", "{D1347913-7AF3-44FF-8E98-908914004ACD}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.O2NextGen.SmallTalk.Impl", "Tests\Tests.O2NextGen.SmallTalk.Impl\Tests.O2NextGen.SmallTalk.Impl.csproj", "{D1347913-7AF3-44FF-8E98-908914004ACD}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SDKs", "SDKs", "{B03A4DA5-C40A-4C53-924E-59E50D1AD1D8}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NG.Sdk.NetCore.Models", "..\..\SDKs\O2NG.Sdk.NetCore\O2NG.Sdk.NetCore.Models\O2NG.Sdk.NetCore.Models.csproj", "{B7EC2551-A8FD-4A71-8517-1D8D0B9145DD}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NG.Sdk.UnitTester.NetCore", "..\..\SDKs\O2NG.Tester.Sdk\O2NG.Sdk.UnitTester.NetCore\O2NG.Sdk.UnitTester.NetCore.csproj", "{EE6C307D-D904-4AB7-9EC5-CA999ECBBC9D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -65,18 +71,28 @@ Global {D1347913-7AF3-44FF-8E98-908914004ACD}.Debug|Any CPU.Build.0 = Debug|Any CPU {D1347913-7AF3-44FF-8E98-908914004ACD}.Release|Any CPU.ActiveCfg = Release|Any CPU {D1347913-7AF3-44FF-8E98-908914004ACD}.Release|Any CPU.Build.0 = Release|Any CPU + {B7EC2551-A8FD-4A71-8517-1D8D0B9145DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B7EC2551-A8FD-4A71-8517-1D8D0B9145DD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B7EC2551-A8FD-4A71-8517-1D8D0B9145DD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B7EC2551-A8FD-4A71-8517-1D8D0B9145DD}.Release|Any CPU.Build.0 = Release|Any CPU + {EE6C307D-D904-4AB7-9EC5-CA999ECBBC9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EE6C307D-D904-4AB7-9EC5-CA999ECBBC9D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EE6C307D-D904-4AB7-9EC5-CA999ECBBC9D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EE6C307D-D904-4AB7-9EC5-CA999ECBBC9D}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {22C24FCD-AA42-4E4F-B590-2632C8AAFE58} - EndGlobalSection GlobalSection(NestedProjects) = preSolution {9BBF5376-E08B-4181-9187-2BE4A8787CF4} = {64D081A5-7679-4BA4-B1D9-9577379FF16F} {39D1C8DC-64B2-4496-8B10-D04B0EB82BEA} = {64D081A5-7679-4BA4-B1D9-9577379FF16F} {B025EE5D-EA23-4FEF-8503-B4D819344EFF} = {64D081A5-7679-4BA4-B1D9-9577379FF16F} {750729AB-58E4-470C-AB8E-4AC0ED1740BF} = {64D081A5-7679-4BA4-B1D9-9577379FF16F} {D1347913-7AF3-44FF-8E98-908914004ACD} = {64D081A5-7679-4BA4-B1D9-9577379FF16F} + {B7EC2551-A8FD-4A71-8517-1D8D0B9145DD} = {B03A4DA5-C40A-4C53-924E-59E50D1AD1D8} + {EE6C307D-D904-4AB7-9EC5-CA999ECBBC9D} = {B03A4DA5-C40A-4C53-924E-59E50D1AD1D8} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {22C24FCD-AA42-4E4F-B590-2632C8AAFE58} EndGlobalSection EndGlobal From daaad8fbf52e94bcbed933e1d9c2120234222618 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Mon, 28 Mar 2022 05:28:10 +0300 Subject: [PATCH 54/77] feat(issue-175): update the controller logic of small-talk --- .../Controllers/ChatController.cs | 84 ------------------ .../Controllers/MessageController.cs | 88 +++++++++++++++++++ .../Mappings/ChatMessageMappings.cs | 4 +- .../O2NextGen.SmallTalk.Api.csproj | 1 + .../Services/ChatSession.cs | 8 -- .../Services/IChatManager.cs | 8 +- .../Services/ChatManager.cs | 27 ++++-- .../smalltalk/O2NextGen.SmallTalk.sln | 19 ++-- .../Mappings/ChatMessageMappingsTests.cs | 6 ++ 9 files changed, 131 insertions(+), 114 deletions(-) delete mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs create mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/MessageController.cs delete mode 100644 src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/ChatSession.cs create mode 100644 src/Services/smalltalk/Tests/IntegrationTests.O2NextGen.SmallTalk.Api/Tests.O2NextGen.SmallTalk.Api/Mappings/ChatMessageMappingsTests.cs diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs deleted file mode 100644 index e377ab7e..00000000 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs +++ /dev/null @@ -1,84 +0,0 @@ -using Microsoft.AspNetCore.Hosting; -using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.Logging; -using O2NextGen.SmallTalk.Api.Mappings; -using O2NextGen.SmallTalk.Business.Models; -using O2NextGen.SmallTalk.Business.Services; -using O2NG.Sdk.NetCore.Models.smalltalk; -using System.Threading.Tasks; - -namespace O2NextGen.SmallTalk.Api.Controllers -{ - [Route("api/chat")] - [ApiController] - public class ChatController : ControllerBase - { - #region Fields - - private readonly IHostingEnvironment _environment; - private readonly ILogger _logger; - private readonly IChatManager _sessionManager; - - #endregion - - - #region Ctors - - public ChatController(IHostingEnvironment environment, ILogger logger, - IChatManager chatManager) - { - _environment = environment; - _logger = logger; - _sessionManager = chatManager; - } - - #endregion - - - #region Methods - - public void GetMessageDetail() - { - throw new System.NotImplementedException(); - } - - public void GetMessage() - { - throw new System.NotImplementedException(); - } - - [HttpGet] - [Route("")] - public async Task GetMessagesAsync() - { - var resultSession = await _sessionManager.GetMessages(); - - return Ok(resultSession.ToViewModel()); - } - - [HttpPost] - [HttpPut] - [Route("")] - public async Task SendMessage(ChatMessage chatMessage) - { - if (chatMessage == null) - throw new System.ArgumentNullException(nameof(chatMessage)); - - ChatMessageModel resultSession = await _sessionManager.AddMessage(chatMessage.ToModel()); - - return Ok(resultSession.ToViewModel()); - } - - public void UpdateMessage() - { - throw new System.NotImplementedException(); - } - - public void RemoveMessage() - { - throw new System.NotImplementedException(); - } - - #endregion - } -} \ No newline at end of file diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/MessageController.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/MessageController.cs new file mode 100644 index 00000000..32e6ca16 --- /dev/null +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/MessageController.cs @@ -0,0 +1,88 @@ +using Microsoft.AspNetCore.Hosting; +using Microsoft.AspNetCore.Mvc; +using Microsoft.Extensions.Logging; +using O2NextGen.Sdk.NetCore.Models.smalltalk; +using O2NextGen.SmallTalk.Api.Mappings; +using O2NextGen.SmallTalk.Business.Models; +using O2NextGen.SmallTalk.Business.Services; +using System.Threading; +using System.Threading.Tasks; + +namespace O2NextGen.SmallTalk.Api.Controllers +{ + [Route("api/message")] + [ApiController] + public class MessageController : ControllerBase + { + #region Fields + + private readonly IHostingEnvironment _environment; + private readonly ILogger _logger; + private readonly IChatManager _chatManager; + + #endregion + + + #region Ctors + + public MessageController(IHostingEnvironment environment, ILogger logger, + IChatManager chatManager) + { + _environment = environment; + _logger = logger; + _chatManager = chatManager; + } + + #endregion + + + #region Methods + + [HttpGet] + [Route("{id}")] + public async Task GetByIdAsync(long id, CancellationToken ct) + { + var resultSession = await _chatManager.GetMessageByIdAsync(id, ct); + return Ok(resultSession.ToViewModel()); + } + + [HttpGet] + [Route("")] + public async Task GetMessagesAsync(CancellationToken ct) + { + var resultSession = await _chatManager.GetMessages(ct); + return Ok(resultSession.ToViewModel()); + } + + [HttpPost] + [HttpPut] + [Route("")] + public async Task AddAsync(ChatMessage chatMessage, CancellationToken ct) + { + if (chatMessage == null) + throw new System.ArgumentNullException(nameof(chatMessage)); + + ChatMessageModel resultSession = await _chatManager.AddMessage(chatMessage.ToModel(), ct); + + return Ok(resultSession.ToViewModel()); + } + + [HttpPut] + [Route("id")] + public async Task UpdateAsync(long id, ChatMessage model, CancellationToken ct) + { + var certificate = await _chatManager.UpdateMessageAsync(model.ToModel(), ct); + return Ok(certificate.ToViewModel()); + } + + [HttpDelete] + [Route("id")] + public async Task RemoveAsync(long id, CancellationToken ct) + { + await _chatManager.RemoveMessageAsync(id, ct); + return NoContent(); + } + + #endregion + } +} \ No newline at end of file diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Mappings/ChatMessageMappings.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Mappings/ChatMessageMappings.cs index 745dcd29..8fce8f1b 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Mappings/ChatMessageMappings.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Mappings/ChatMessageMappings.cs @@ -1,5 +1,5 @@ -using O2NextGen.SmallTalk.Business.Models; -using O2NG.Sdk.NetCore.Models.smalltalk; +using O2NextGen.Sdk.NetCore.Models.smalltalk; +using O2NextGen.SmallTalk.Business.Models; using System; using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj index 07394ef8..b8c9ae74 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj @@ -19,6 +19,7 @@ + diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/ChatSession.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/ChatSession.cs deleted file mode 100644 index 014cec81..00000000 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Services/ChatSession.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace O2NextGen.SmallTalk.Api.Services -{ - public class ChatSession - { - public long Id { get; set; } - public string Name { get; set; } - } -} \ No newline at end of file diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs index bb1b170f..a9809ab6 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs @@ -1,12 +1,16 @@ using O2NextGen.SmallTalk.Business.Models; using System.Collections.Generic; +using System.Threading; using System.Threading.Tasks; namespace O2NextGen.SmallTalk.Business.Services { public interface IChatManager { - Task AddMessage(ChatMessageModel chatMessageModel); - Task> GetMessages(); + Task AddMessage(ChatMessageModel chatMessageModel, CancellationToken ct); + Task> GetMessages(CancellationToken ct); + Task RemoveMessageAsync(long id, CancellationToken ct); + Task UpdateMessageAsync(ChatMessageModel chatMessageModel, CancellationToken ct); + Task GetMessageByIdAsync(long id, CancellationToken ct); } } diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs index 194fb03b..f0c537ea 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs @@ -2,6 +2,7 @@ using O2NextGen.SmallTalk.Business.Models; using O2NextGen.SmallTalk.Business.Services; using System.Collections.Generic; +using System.Threading; using System.Threading.Tasks; namespace O2NextGen.SmallTalk.Impl.Services @@ -16,8 +17,8 @@ public ChatManager(ISessionManager sessionManager) throw new System.ArgumentNullException(nameof(sessionManager)); } - - public async Task AddMessage(ChatMessageModel chatMessageModel) + #region Messages + public async Task AddMessage(ChatMessageModel chatMessageModel, CancellationToken ct) { var chatMessage = Creator.CreateObject(); chatMessage.Message = chatMessageModel.Message; @@ -35,17 +36,33 @@ public async Task AddMessage(ChatMessageModel chatMessageModel // new session var newChatSession = Creator.CreateObject(); newChatSession.Messages.Add(chatMessage); - chatSession = await _sessionManager.AddSessionAsync(newChatSession, System.Threading.CancellationToken.None); + chatSession = await _sessionManager.AddSessionAsync(newChatSession, ct); } return chatMessage; } - public async Task> GetMessages() + public Task GetMessageByIdAsync(long id, CancellationToken ct) { - var result = await _sessionManager.GetMessages(System.Threading.CancellationToken.None); + throw new System.NotImplementedException(); + } + + public async Task> GetMessages(CancellationToken ct) + { + var result = await _sessionManager.GetMessages(ct); return result; } + + public Task RemoveMessageAsync(long id, CancellationToken ct) + { + throw new System.NotImplementedException(); + } + + public Task UpdateMessageAsync(ChatMessageModel chatMessageModel, CancellationToken ct) + { + throw new System.NotImplementedException(); + } + #endregion } } diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.sln b/src/Services/smalltalk/O2NextGen.SmallTalk.sln index 7819de1c..4589eddc 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.sln +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.sln @@ -25,9 +25,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.O2NextGen.SmallTalk.I EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SDKs", "SDKs", "{B03A4DA5-C40A-4C53-924E-59E50D1AD1D8}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NG.Sdk.NetCore.Models", "..\..\SDKs\O2NG.Sdk.NetCore\O2NG.Sdk.NetCore.Models\O2NG.Sdk.NetCore.Models.csproj", "{B7EC2551-A8FD-4A71-8517-1D8D0B9145DD}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NG.Sdk.UnitTester.NetCore", "..\..\SDKs\O2NG.Tester.Sdk\O2NG.Sdk.UnitTester.NetCore\O2NG.Sdk.UnitTester.NetCore.csproj", "{EE6C307D-D904-4AB7-9EC5-CA999ECBBC9D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.Sdk.NetCore.Models", "..\..\SDKs\O2NG.Sdk.NetCore\O2NG.Sdk.NetCore.Models\O2NextGen.Sdk.NetCore.Models.csproj", "{011B24B8-B1CA-4585-9862-916BE9A090AF}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -71,14 +69,10 @@ Global {D1347913-7AF3-44FF-8E98-908914004ACD}.Debug|Any CPU.Build.0 = Debug|Any CPU {D1347913-7AF3-44FF-8E98-908914004ACD}.Release|Any CPU.ActiveCfg = Release|Any CPU {D1347913-7AF3-44FF-8E98-908914004ACD}.Release|Any CPU.Build.0 = Release|Any CPU - {B7EC2551-A8FD-4A71-8517-1D8D0B9145DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B7EC2551-A8FD-4A71-8517-1D8D0B9145DD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B7EC2551-A8FD-4A71-8517-1D8D0B9145DD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B7EC2551-A8FD-4A71-8517-1D8D0B9145DD}.Release|Any CPU.Build.0 = Release|Any CPU - {EE6C307D-D904-4AB7-9EC5-CA999ECBBC9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EE6C307D-D904-4AB7-9EC5-CA999ECBBC9D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EE6C307D-D904-4AB7-9EC5-CA999ECBBC9D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EE6C307D-D904-4AB7-9EC5-CA999ECBBC9D}.Release|Any CPU.Build.0 = Release|Any CPU + {011B24B8-B1CA-4585-9862-916BE9A090AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {011B24B8-B1CA-4585-9862-916BE9A090AF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {011B24B8-B1CA-4585-9862-916BE9A090AF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {011B24B8-B1CA-4585-9862-916BE9A090AF}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -89,8 +83,7 @@ Global {B025EE5D-EA23-4FEF-8503-B4D819344EFF} = {64D081A5-7679-4BA4-B1D9-9577379FF16F} {750729AB-58E4-470C-AB8E-4AC0ED1740BF} = {64D081A5-7679-4BA4-B1D9-9577379FF16F} {D1347913-7AF3-44FF-8E98-908914004ACD} = {64D081A5-7679-4BA4-B1D9-9577379FF16F} - {B7EC2551-A8FD-4A71-8517-1D8D0B9145DD} = {B03A4DA5-C40A-4C53-924E-59E50D1AD1D8} - {EE6C307D-D904-4AB7-9EC5-CA999ECBBC9D} = {B03A4DA5-C40A-4C53-924E-59E50D1AD1D8} + {011B24B8-B1CA-4585-9862-916BE9A090AF} = {B03A4DA5-C40A-4C53-924E-59E50D1AD1D8} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {22C24FCD-AA42-4E4F-B590-2632C8AAFE58} diff --git a/src/Services/smalltalk/Tests/IntegrationTests.O2NextGen.SmallTalk.Api/Tests.O2NextGen.SmallTalk.Api/Mappings/ChatMessageMappingsTests.cs b/src/Services/smalltalk/Tests/IntegrationTests.O2NextGen.SmallTalk.Api/Tests.O2NextGen.SmallTalk.Api/Mappings/ChatMessageMappingsTests.cs new file mode 100644 index 00000000..7c56d2f0 --- /dev/null +++ b/src/Services/smalltalk/Tests/IntegrationTests.O2NextGen.SmallTalk.Api/Tests.O2NextGen.SmallTalk.Api/Mappings/ChatMessageMappingsTests.cs @@ -0,0 +1,6 @@ +namespace Tests.O2NextGen.SmallTalk.Api.Mappings +{ + public class ChatMessageMappingsTests + { + } +} From 8922a3dfcfab39df2c15971f2a47ba2014b9e498 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 2 Apr 2022 22:25:20 +0300 Subject: [PATCH 55/77] feat(issue-175): update session code --- ...MessageController.cs => ChatController.cs} | 20 +++++----- .../O2NextGen.SmallTalk.Api.csproj | 1 - .../Services/IChatManager.cs | 4 +- .../Services/ISessionManager.cs | 3 +- .../Services/ChatManager.cs | 14 ++++--- .../Services/Creator.cs | 4 +- .../Services/InMemorySessionManager.cs | 40 +++++++++++++++++-- 7 files changed, 63 insertions(+), 23 deletions(-) rename src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/{MessageController.cs => ChatController.cs} (76%) diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/MessageController.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs similarity index 76% rename from src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/MessageController.cs rename to src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs index 32e6ca16..c49334b3 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/MessageController.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs @@ -10,9 +10,9 @@ namespace O2NextGen.SmallTalk.Api.Controllers { - [Route("api/message")] + [Route("api/chat")] [ApiController] - public class MessageController : ControllerBase + public class ChatController : ControllerBase { #region Fields @@ -25,7 +25,7 @@ public class MessageController : ControllerBase #region Ctors - public MessageController(IHostingEnvironment environment, ILogger logger, + public ChatController(IHostingEnvironment environment, ILogger logger, IChatManager chatManager) { _environment = environment; @@ -39,19 +39,19 @@ public MessageController(IHostingEnvironment environment, ILogger GetByIdAsync(long id, CancellationToken ct) + [Route("session/{sessionId}/messages/{id}")] + public async Task GetByIdAsync(long sessionId, long id, CancellationToken ct) { - var resultSession = await _chatManager.GetMessageByIdAsync(id, ct); + var resultSession = await _chatManager.GetMessageByIdAsync(sessionId, id, ct); return Ok(resultSession.ToViewModel()); } [HttpGet] - [Route("")] - public async Task GetMessagesAsync(CancellationToken ct) + [Route("session/{sessionId}/messages")] + public async Task GetMessagesAsync(long sessionId, CancellationToken ct) { - var resultSession = await _chatManager.GetMessages(ct); - return Ok(resultSession.ToViewModel()); + var resultWithMessages = await _chatManager.GetMessages(sessionId, ct); + return Ok(resultWithMessages.ToViewModel()); } [HttpPost] diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj index b8c9ae74..b0498b02 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/O2NextGen.SmallTalk.Api.csproj @@ -20,7 +20,6 @@ - diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs index a9809ab6..03e0f9ef 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs @@ -8,9 +8,9 @@ namespace O2NextGen.SmallTalk.Business.Services public interface IChatManager { Task AddMessage(ChatMessageModel chatMessageModel, CancellationToken ct); - Task> GetMessages(CancellationToken ct); + Task> GetMessages(long idSession, CancellationToken ct); Task RemoveMessageAsync(long id, CancellationToken ct); Task UpdateMessageAsync(ChatMessageModel chatMessageModel, CancellationToken ct); - Task GetMessageByIdAsync(long id, CancellationToken ct); + Task GetMessageByIdAsync(long id, long id1, CancellationToken ct); } } diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ISessionManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ISessionManager.cs index c8267b77..77caa6d0 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ISessionManager.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ISessionManager.cs @@ -11,6 +11,7 @@ public interface ISessionManager Task AddSessionAsync(ChatSessionModel chatSession, CancellationToken ct); Task ExistSessionAsync(); Task GetSessionAsync(); - Task> GetMessages(CancellationToken ct); + Task> GetMessages(long idSession, CancellationToken ct); + Task GetMessageByIdAsync(long idSession, long id, CancellationToken ct); } } diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs index f0c537ea..601f74d0 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs @@ -35,22 +35,26 @@ public async Task AddMessage(ChatMessageModel chatMessageModel { // new session var newChatSession = Creator.CreateObject(); + + var count = newChatSession.Messages.Count; + chatMessage.Id = ++count; + newChatSession.Messages.Add(chatMessage); chatSession = await _sessionManager.AddSessionAsync(newChatSession, ct); } - return chatMessage; } - public Task GetMessageByIdAsync(long id, CancellationToken ct) + public async Task GetMessageByIdAsync(long sessionId, long id, CancellationToken ct) { - throw new System.NotImplementedException(); + var result = await _sessionManager.GetMessageByIdAsync(sessionId, id, ct); + return result; } - public async Task> GetMessages(CancellationToken ct) + public async Task> GetMessages(long idSession,CancellationToken ct) { - var result = await _sessionManager.GetMessages(ct); + var result = await _sessionManager.GetMessages(idSession,ct); return result; } diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/Creator.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/Creator.cs index 147997b2..85b63911 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/Creator.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/Creator.cs @@ -43,7 +43,9 @@ internal class ChatMessageCreator { internal static object Create() { - var chatMessage = new ChatMessageModel(); + var chatMessage = new ChatMessageModel() + { + }; return chatMessage; } } diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemorySessionManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemorySessionManager.cs index e81874e6..54eb7e8b 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemorySessionManager.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemorySessionManager.cs @@ -33,11 +33,38 @@ public class InMemorySessionManager : ISessionManager }, new ChatMessageModel() { - Id=2, + Id=3, SenderId=2, RecipientId=1, Message = "Back Test message 1" }, + }, + }, + new ChatSessionModel() + { Id = 2, + Messages = new List() + { + new ChatMessageModel() + { + Id=1, + SenderId=1, + RecipientId=2, + Message = "s2 Test message" + }, + new ChatMessageModel() + { + Id=2, + SenderId=1, + RecipientId=2, + Message = "s2 Test message 2" + }, + new ChatMessageModel() + { + Id=3, + SenderId=2, + RecipientId=1, + Message = "s2 Back Test message 1" + }, } } }; @@ -77,11 +104,18 @@ public Task GetSessionAsync() throw new System.NotImplementedException(); } - public async Task> GetMessages(CancellationToken ct) + public async Task> GetMessages(long idSession, CancellationToken ct) { await Task.Delay(3000, ct); - var messages = Sessions.First().Messages; + var messages = Sessions.Single(_ => _.Id == idSession).Messages; return await Task.FromResult>(messages.AsReadOnly()); } + + public async Task GetMessageByIdAsync(long idSession, long id, CancellationToken ct) + { + await Task.Delay(3000, ct); + var message = Sessions.Single(_ => _.Id == idSession).Messages.Single(_ => _.Id == id); + return await Task.FromResult(message); + } } } From 0e47467e7daf468a4880abc69ce162596006ec72 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 2 Apr 2022 23:01:29 +0300 Subject: [PATCH 56/77] feat(issue-281): add basic func of smalltalk-api --- .../Controllers/ChatController.cs | 18 +++++++++--------- .../Services/IChatManager.cs | 8 ++++---- .../Services/ISessionManager.cs | 4 ++-- .../Services/ChatManager.cs | 12 +++++++----- .../Services/InMemorySessionManager.cs | 10 ++++++---- 5 files changed, 28 insertions(+), 24 deletions(-) diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs index c49334b3..c73f0b18 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Controllers/ChatController.cs @@ -56,30 +56,30 @@ public async Task GetMessagesAsync(long sessionId, CancellationTo [HttpPost] [HttpPut] - [Route("")] - public async Task AddAsync(ChatMessage chatMessage, CancellationToken ct) + [Route("session/{sessionId}/messages")] + public async Task AddAsync(long sessionId, ChatMessage chatMessage, CancellationToken ct) { if (chatMessage == null) throw new System.ArgumentNullException(nameof(chatMessage)); - ChatMessageModel resultSession = await _chatManager.AddMessage(chatMessage.ToModel(), ct); + ChatMessageModel resultSession = await _chatManager.AddMessage(sessionId, chatMessage.ToModel(), ct); return Ok(resultSession.ToViewModel()); } [HttpPut] - [Route("id")] - public async Task UpdateAsync(long id, ChatMessage model, CancellationToken ct) + [Route("session/{sessionId}/messages/{id}")] + public async Task UpdateAsync(long sessionId, long id, ChatMessage model, CancellationToken ct) { - var certificate = await _chatManager.UpdateMessageAsync(model.ToModel(), ct); + var certificate = await _chatManager.UpdateMessageAsync(sessionId, model.ToModel(), ct); return Ok(certificate.ToViewModel()); } [HttpDelete] - [Route("id")] - public async Task RemoveAsync(long id, CancellationToken ct) + [Route("session/{sessionId}/messages/{id}")] + public async Task RemoveAsync(long sessionId, long id, CancellationToken ct) { - await _chatManager.RemoveMessageAsync(id, ct); + await _chatManager.RemoveMessageAsync(sessionId,id, ct); return NoContent(); } diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs index 03e0f9ef..e5e5731c 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/IChatManager.cs @@ -7,10 +7,10 @@ namespace O2NextGen.SmallTalk.Business.Services { public interface IChatManager { - Task AddMessage(ChatMessageModel chatMessageModel, CancellationToken ct); + Task AddMessage(long sessionId, ChatMessageModel chatMessageModel, CancellationToken ct); Task> GetMessages(long idSession, CancellationToken ct); - Task RemoveMessageAsync(long id, CancellationToken ct); - Task UpdateMessageAsync(ChatMessageModel chatMessageModel, CancellationToken ct); - Task GetMessageByIdAsync(long id, long id1, CancellationToken ct); + Task RemoveMessageAsync(long sessionId, long id, CancellationToken ct); + Task UpdateMessageAsync(long sessionId, ChatMessageModel chatMessageModel, CancellationToken ct); + Task GetMessageByIdAsync(long sessionId, long id, CancellationToken ct); } } diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ISessionManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ISessionManager.cs index 77caa6d0..5a1f299e 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ISessionManager.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Business/Services/ISessionManager.cs @@ -9,8 +9,8 @@ public interface ISessionManager { Task> GetAllAsync(CancellationToken ct); Task AddSessionAsync(ChatSessionModel chatSession, CancellationToken ct); - Task ExistSessionAsync(); - Task GetSessionAsync(); + Task ExistSessionAsync(long sessionId, CancellationToken ct); + Task GetSessionAsync(long sessionId, CancellationToken ct); Task> GetMessages(long idSession, CancellationToken ct); Task GetMessageByIdAsync(long idSession, long id, CancellationToken ct); } diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs index 601f74d0..a19d61bd 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/ChatManager.cs @@ -18,7 +18,7 @@ public ChatManager(ISessionManager sessionManager) } #region Messages - public async Task AddMessage(ChatMessageModel chatMessageModel, CancellationToken ct) + public async Task AddMessage(long sessionId,ChatMessageModel chatMessageModel, CancellationToken ct) { var chatMessage = Creator.CreateObject(); chatMessage.Message = chatMessageModel.Message; @@ -26,9 +26,11 @@ public async Task AddMessage(ChatMessageModel chatMessageModel ChatSessionModel chatSession = null; //Checking if a session exists or not - if (await _sessionManager.ExistSessionAsync()) + if (await _sessionManager.ExistSessionAsync(sessionId,ct)) { - chatSession = await _sessionManager.GetSessionAsync(); + chatSession = await _sessionManager.GetSessionAsync(sessionId,ct); + var count = chatSession.Messages.Count; + chatMessage.Id = ++count; chatSession.Messages.Add(chatMessage); } else @@ -58,12 +60,12 @@ public async Task> GetMessages(long idSess return result; } - public Task RemoveMessageAsync(long id, CancellationToken ct) + public Task RemoveMessageAsync(long sessionId, long id, CancellationToken ct) { throw new System.NotImplementedException(); } - public Task UpdateMessageAsync(ChatMessageModel chatMessageModel, CancellationToken ct) + public Task UpdateMessageAsync(long sessionId, ChatMessageModel chatMessageModel, CancellationToken ct) { throw new System.NotImplementedException(); } diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemorySessionManager.cs b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemorySessionManager.cs index 54eb7e8b..f259ac39 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemorySessionManager.cs +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Impl/Services/InMemorySessionManager.cs @@ -94,14 +94,16 @@ public async Task AddSessionAsync(ChatSessionModel chatSession return await Task.FromResult(chatSession); } - public async Task ExistSessionAsync() + public async Task ExistSessionAsync(long sessionId,CancellationToken ct) { - return await Task.FromResult(false); + var result = Sessions.Any(_ => _.Id == sessionId); + return await Task.FromResult(result); } - public Task GetSessionAsync() + public async Task GetSessionAsync(long sessionId,CancellationToken ct) { - throw new System.NotImplementedException(); + var result = Sessions.Single(_ => _.Id == sessionId); + return await Task.FromResult(result); } public async Task> GetMessages(long idSession, CancellationToken ct) From dad6b3a5ea65b9461adb9efa79cdab06064b31a0 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 2 Apr 2022 23:32:28 +0300 Subject: [PATCH 57/77] fix(issue-283): fix the projects and solution for e-sender-api --- .../e-sender/O2NextGen.ESender.Api.sln | 43 +++++++++++-------- .../O2NextGen.ESender.Api.csproj | 3 +- .../UnitTest1.cs | 3 +- .../UnitTest1.cs | 3 +- .../UnitTest1.cs | 3 +- .../UnitTest1.cs | 3 +- .../BaseMappings.cs | 2 +- .../EmailRequestMappingsTests.cs | 2 +- .../FakeViewModel.cs | 2 +- .../EmailRequestMappingsTests.cs | 2 +- 10 files changed, 36 insertions(+), 30 deletions(-) diff --git a/src/Services/e-sender/O2NextGen.ESender.Api.sln b/src/Services/e-sender/O2NextGen.ESender.Api.sln index 538d0175..b6205f07 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api.sln +++ b/src/Services/e-sender/O2NextGen.ESender.Api.sln @@ -1,33 +1,37 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 25.0.1700.0 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32112.339 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.ESender.Api", "O2NextGen.ESender.Api\O2NextGen.ESender.Api.csproj", "{89FADD48-B8C5-4923-AA5C-D9FFF0B21E87}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.ESender.Api", "O2NextGen.ESender.Api\O2NextGen.ESender.Api.csproj", "{89FADD48-B8C5-4923-AA5C-D9FFF0B21E87}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.ESender.Business", "O2NextGen.ESender.Business\O2NextGen.ESender.Business.csproj", "{AEB3AF96-A144-41F3-9F9D-715476640C42}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.ESender.Business", "O2NextGen.ESender.Business\O2NextGen.ESender.Business.csproj", "{AEB3AF96-A144-41F3-9F9D-715476640C42}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.ESender.Impl", "O2NextGen.ESender.Impl\O2NextGen.ESender.Impl.csproj", "{912084D1-1E1A-4170-A345-375621788E06}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.ESender.Impl", "O2NextGen.ESender.Impl\O2NextGen.ESender.Impl.csproj", "{912084D1-1E1A-4170-A345-375621788E06}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.ESender.Data", "O2NextGen.ESender.Data\O2NextGen.ESender.Data.csproj", "{307B36BA-BFB2-4294-93DB-6C2F3455C06A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.ESender.Data", "O2NextGen.ESender.Data\O2NextGen.ESender.Data.csproj", "{307B36BA-BFB2-4294-93DB-6C2F3455C06A}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{4D4C70FE-9CB3-4D78-837F-120EBAAD651B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests.O2NextGen.ESender.Api", "Tests\IntegrationTests.O2NextGen.ESender.Api\IntegrationTests.O2NextGen.ESender.Api.csproj", "{0CA484B4-E79A-43E1-ABAC-30C661DD637D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests.O2NextGen.ESender.Api", "Tests\IntegrationTests.O2NextGen.ESender.Api\IntegrationTests.O2NextGen.ESender.Api.csproj", "{0CA484B4-E79A-43E1-ABAC-30C661DD637D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.ESender.Api", "Tests\Tests.O2NextGen.ESender.Api\Tests.O2NextGen.ESender.Api.csproj", "{0AD9CB1F-539F-4D06-9E19-C724C0350488}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.O2NextGen.ESender.Api", "Tests\Tests.O2NextGen.ESender.Api\Tests.O2NextGen.ESender.Api.csproj", "{0AD9CB1F-539F-4D06-9E19-C724C0350488}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.ESender.Business", "Tests\Tests.O2NextGen.ESender.Business\Tests.O2NextGen.ESender.Business.csproj", "{313FF018-98BB-4229-A2E6-525F1ACA13D9}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.O2NextGen.ESender.Business", "Tests\Tests.O2NextGen.ESender.Business\Tests.O2NextGen.ESender.Business.csproj", "{313FF018-98BB-4229-A2E6-525F1ACA13D9}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests.O2NextGen.ESender.Business", "Tests\IntegrationTests.O2NextGen.ESender.Business\IntegrationTests.O2NextGen.ESender.Business.csproj", "{C6455931-5324-40B0-B101-0B68A119C1C3}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests.O2NextGen.ESender.Business", "Tests\IntegrationTests.O2NextGen.ESender.Business\IntegrationTests.O2NextGen.ESender.Business.csproj", "{C6455931-5324-40B0-B101-0B68A119C1C3}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests.O2NextGen.ESender.Data", "Tests\IntegrationTests.O2NextGen.ESender.Data\IntegrationTests.O2NextGen.ESender.Data.csproj", "{FC4C87E2-DD4B-46E0-92EB-62482631A16C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests.O2NextGen.ESender.Data", "Tests\IntegrationTests.O2NextGen.ESender.Data\IntegrationTests.O2NextGen.ESender.Data.csproj", "{FC4C87E2-DD4B-46E0-92EB-62482631A16C}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.ESender.Data", "Tests\Tests.O2NextGen.ESender.Data\Tests.O2NextGen.ESender.Data.csproj", "{EA85C970-EF8B-4860-B6F2-0C6FDCAD5BCD}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.O2NextGen.ESender.Data", "Tests\Tests.O2NextGen.ESender.Data\Tests.O2NextGen.ESender.Data.csproj", "{EA85C970-EF8B-4860-B6F2-0C6FDCAD5BCD}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.ESender.Impl", "Tests\Tests.O2NextGen.ESender.Impl\Tests.O2NextGen.ESender.Impl.csproj", "{0A589BE0-F0F3-4E52-BAC3-87F12D31E8CA}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.O2NextGen.ESender.Impl", "Tests\Tests.O2NextGen.ESender.Impl\Tests.O2NextGen.ESender.Impl.csproj", "{0A589BE0-F0F3-4E52-BAC3-87F12D31E8CA}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests.O2NextGen.ESender.Impl", "Tests\IntegrationTests.O2NextGen.ESender.Impl\IntegrationTests.O2NextGen.ESender.Impl.csproj", "{534D8645-6FA7-4F66-A90F-4C99FD5DED4D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests.O2NextGen.ESender.Impl", "Tests\IntegrationTests.O2NextGen.ESender.Impl\IntegrationTests.O2NextGen.ESender.Impl.csproj", "{534D8645-6FA7-4F66-A90F-4C99FD5DED4D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SDKs", "SDKs", "{3D7F731F-E1D7-43CA-B379-F435AA2D728B}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.Sdk.NetCore.Models", "..\..\SDKs\O2NG.Sdk.NetCore\O2NG.Sdk.NetCore.Models\O2NextGen.Sdk.NetCore.Models.csproj", "{76217422-22FA-4223-BA10-05C36117715F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -83,13 +87,14 @@ Global {534D8645-6FA7-4F66-A90F-4C99FD5DED4D}.Debug|Any CPU.Build.0 = Debug|Any CPU {534D8645-6FA7-4F66-A90F-4C99FD5DED4D}.Release|Any CPU.ActiveCfg = Release|Any CPU {534D8645-6FA7-4F66-A90F-4C99FD5DED4D}.Release|Any CPU.Build.0 = Release|Any CPU + {76217422-22FA-4223-BA10-05C36117715F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {76217422-22FA-4223-BA10-05C36117715F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {76217422-22FA-4223-BA10-05C36117715F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {76217422-22FA-4223-BA10-05C36117715F}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {B0B1A6AC-DCC6-4AAB-B22C-8767ECCB3CF2} - EndGlobalSection GlobalSection(NestedProjects) = preSolution {0CA484B4-E79A-43E1-ABAC-30C661DD637D} = {4D4C70FE-9CB3-4D78-837F-120EBAAD651B} {0AD9CB1F-539F-4D06-9E19-C724C0350488} = {4D4C70FE-9CB3-4D78-837F-120EBAAD651B} @@ -99,5 +104,9 @@ Global {EA85C970-EF8B-4860-B6F2-0C6FDCAD5BCD} = {4D4C70FE-9CB3-4D78-837F-120EBAAD651B} {0A589BE0-F0F3-4E52-BAC3-87F12D31E8CA} = {4D4C70FE-9CB3-4D78-837F-120EBAAD651B} {534D8645-6FA7-4F66-A90F-4C99FD5DED4D} = {4D4C70FE-9CB3-4D78-837F-120EBAAD651B} + {76217422-22FA-4223-BA10-05C36117715F} = {3D7F731F-E1D7-43CA-B379-F435AA2D728B} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B0B1A6AC-DCC6-4AAB-B22C-8767ECCB3CF2} EndGlobalSection EndGlobal diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj b/src/Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj index 30b6be88..fdcae82b 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj +++ b/src/Services/e-sender/O2NextGen.ESender.Api/O2NextGen.ESender.Api.csproj @@ -38,8 +38,9 @@ - + + diff --git a/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Api/UnitTest1.cs b/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Api/UnitTest1.cs index 927c3fe2..73ba7aad 100644 --- a/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Api/UnitTest1.cs +++ b/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Api/UnitTest1.cs @@ -1,5 +1,4 @@ -using System; -using Xunit; +using Xunit; namespace IntegrationTests.O2NextGen.ESender.Api { diff --git a/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Business/UnitTest1.cs b/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Business/UnitTest1.cs index 172d3300..68f620dd 100644 --- a/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Business/UnitTest1.cs +++ b/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Business/UnitTest1.cs @@ -1,5 +1,4 @@ -using System; -using Xunit; +using Xunit; namespace IntegrationTests.O2NextGen.ESender.Business { diff --git a/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Data/UnitTest1.cs b/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Data/UnitTest1.cs index 1e4b0fd0..4f15821f 100644 --- a/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Data/UnitTest1.cs +++ b/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Data/UnitTest1.cs @@ -1,5 +1,4 @@ -using System; -using Xunit; +using Xunit; namespace IntegrationTests.O2NextGen.ESender.Data { diff --git a/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Impl/UnitTest1.cs b/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Impl/UnitTest1.cs index 385094c3..787316ed 100644 --- a/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Impl/UnitTest1.cs +++ b/src/Services/e-sender/Tests/IntegrationTests.O2NextGen.ESender.Impl/UnitTest1.cs @@ -1,5 +1,4 @@ -using System; -using Xunit; +using Xunit; namespace IntegrationTests.O2NextGen.ESender.Impl { diff --git a/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Api/BaseMappings.cs b/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Api/BaseMappings.cs index d9645efb..b56e7231 100644 --- a/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Api/BaseMappings.cs +++ b/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Api/BaseMappings.cs @@ -1,8 +1,8 @@ using System; using System.Collections.Generic; using System.Collections.ObjectModel; +using O2NextGen.CertificateManagement.Api.Models.ESender; using O2NextGen.ESender.Api.Extensions; -using O2NextGen.ESender.Api.Models; using O2NextGen.ESender.Business.Models; namespace UnitTests.O2NextGen.ESender.Api diff --git a/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Api/EmailRequestMappingsTests.cs b/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Api/EmailRequestMappingsTests.cs index 5fc2145c..b0cdc0be 100644 --- a/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Api/EmailRequestMappingsTests.cs +++ b/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Api/EmailRequestMappingsTests.cs @@ -1,6 +1,6 @@ using NUnit.Framework; +using O2NextGen.CertificateManagement.Api.Models.ESender; using O2NextGen.ESender.Api.Mappings; -using O2NextGen.ESender.Api.Models; using O2NextGen.ESender.Business.Models; namespace UnitTests.O2NextGen.ESender.Api diff --git a/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Api/FakeViewModel.cs b/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Api/FakeViewModel.cs index 550e4729..eab35c08 100644 --- a/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Api/FakeViewModel.cs +++ b/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Api/FakeViewModel.cs @@ -1,4 +1,4 @@ -using O2NextGen.ESender.Api.Models; +using O2NextGen.CertificateManagement.Api.Models.ESender; namespace UnitTests.O2NextGen.ESender.Api { diff --git a/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Impl/EmailRequestMappingsTests.cs b/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Impl/EmailRequestMappingsTests.cs index 38e7ca87..582ffead 100644 --- a/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Impl/EmailRequestMappingsTests.cs +++ b/src/Services/e-sender/Tests/Tests.O2NextGen.ESender.Impl/EmailRequestMappingsTests.cs @@ -2,8 +2,8 @@ using System.Collections.Generic; using System.Collections.ObjectModel; using NUnit.Framework; +using O2NextGen.CertificateManagement.Api.Models.ESender; using O2NextGen.ESender.Api.Extensions; -using O2NextGen.ESender.Api.Models; using O2NextGen.ESender.Business.Models; using O2NextGen.ESender.Data.Entities; using O2NextGen.ESender.Impl.Mappings; From eac0919fd53a2a38b8e7630366731e6524b70777 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 2 Apr 2022 23:37:29 +0300 Subject: [PATCH 58/77] fix(issue-283): fix projects and solution of c-gen api --- src/Services/c-gen/O2NextGen.CGen.sln | 33 ++++++++++++------- ...O2NextGen.CertificateManagement.Api.csproj | 2 +- 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/src/Services/c-gen/O2NextGen.CGen.sln b/src/Services/c-gen/O2NextGen.CGen.sln index afa172ff..04fc0c40 100644 --- a/src/Services/c-gen/O2NextGen.CGen.sln +++ b/src/Services/c-gen/O2NextGen.CGen.sln @@ -1,23 +1,27 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.810.10 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32112.339 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.CertificateManagement.Api", "O2NextGen.CertificateManagement.Api\O2NextGen.CertificateManagement.Api.csproj", "{EA540B06-8A73-49C7-A799-49423B316458}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.CertificateManagement.Api", "O2NextGen.CertificateManagement.Api\O2NextGen.CertificateManagement.Api.csproj", "{EA540B06-8A73-49C7-A799-49423B316458}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.CertificateManagement.Business", "O2NextGen.CertificateManagement.Business\O2NextGen.CertificateManagement.Business.csproj", "{C6E0B2A5-6349-4C1D-8E14-82249AF8F58A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.CertificateManagement.Business", "O2NextGen.CertificateManagement.Business\O2NextGen.CertificateManagement.Business.csproj", "{C6E0B2A5-6349-4C1D-8E14-82249AF8F58A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.CertificateManagement.Impl", "O2NextGen.CertificateManagement.Impl\O2NextGen.CertificateManagement.Impl.csproj", "{01805439-2954-49CE-93D2-5EB06B82146C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.CertificateManagement.Impl", "O2NextGen.CertificateManagement.Impl\O2NextGen.CertificateManagement.Impl.csproj", "{01805439-2954-49CE-93D2-5EB06B82146C}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{12E83C2A-23C7-4E71-B137-AC56CE28F9E4}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.CertificateManagement.Data", "O2NextGen.CertificateManagement.Data\O2NextGen.CertificateManagement.Data.csproj", "{B8C8A05D-0D30-40FF-8BDD-B2FBA2ED7AB0}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.CertificateManagement.Data", "O2NextGen.CertificateManagement.Data\O2NextGen.CertificateManagement.Data.csproj", "{B8C8A05D-0D30-40FF-8BDD-B2FBA2ED7AB0}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests.O2NextGen.CertificateManagement.Api", "Tests\IntegrationTests.O2NextGen.CertificateManagement.Api\IntegrationTests.O2NextGen.CertificateManagement.Api.csproj", "{454CB1E8-8060-49CB-9752-140F93E7829C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests.O2NextGen.CertificateManagement.Api", "Tests\IntegrationTests.O2NextGen.CertificateManagement.Api\IntegrationTests.O2NextGen.CertificateManagement.Api.csproj", "{454CB1E8-8060-49CB-9752-140F93E7829C}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.CertificateManagement.Api", "Tests\Tests.O2NextGen.CertificateManagement.Api\Tests.O2NextGen.CertificateManagement.Api.csproj", "{CEA7184F-87D5-4141-A4BC-A983BF257AC6}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.O2NextGen.CertificateManagement.Api", "Tests\Tests.O2NextGen.CertificateManagement.Api\Tests.O2NextGen.CertificateManagement.Api.csproj", "{CEA7184F-87D5-4141-A4BC-A983BF257AC6}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.O2NextGen.CertificateManagement.Impl", "Tests\Tests.O2NextGen.CertificateManagement.Impl\Tests.O2NextGen.CertificateManagement.Impl.csproj", "{6FB50F98-47E7-4960-80F0-58562914ADDE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.O2NextGen.CertificateManagement.Impl", "Tests\Tests.O2NextGen.CertificateManagement.Impl\Tests.O2NextGen.CertificateManagement.Impl.csproj", "{6FB50F98-47E7-4960-80F0-58562914ADDE}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SDKs", "SDKs", "{629874CA-6688-43CA-9716-48FB42D41150}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.Sdk.NetCore.Models", "..\..\SDKs\O2NG.Sdk.NetCore\O2NG.Sdk.NetCore.Models\O2NextGen.Sdk.NetCore.Models.csproj", "{8C88AA87-9C8E-42D7-BAF1-28401C563FDF}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -53,16 +57,21 @@ Global {6FB50F98-47E7-4960-80F0-58562914ADDE}.Debug|Any CPU.Build.0 = Debug|Any CPU {6FB50F98-47E7-4960-80F0-58562914ADDE}.Release|Any CPU.ActiveCfg = Release|Any CPU {6FB50F98-47E7-4960-80F0-58562914ADDE}.Release|Any CPU.Build.0 = Release|Any CPU + {8C88AA87-9C8E-42D7-BAF1-28401C563FDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8C88AA87-9C8E-42D7-BAF1-28401C563FDF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8C88AA87-9C8E-42D7-BAF1-28401C563FDF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8C88AA87-9C8E-42D7-BAF1-28401C563FDF}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {A6DFC9F0-3FA7-492B-ACE9-3EFBF3477712} - EndGlobalSection GlobalSection(NestedProjects) = preSolution {454CB1E8-8060-49CB-9752-140F93E7829C} = {12E83C2A-23C7-4E71-B137-AC56CE28F9E4} {CEA7184F-87D5-4141-A4BC-A983BF257AC6} = {12E83C2A-23C7-4E71-B137-AC56CE28F9E4} {6FB50F98-47E7-4960-80F0-58562914ADDE} = {12E83C2A-23C7-4E71-B137-AC56CE28F9E4} + {8C88AA87-9C8E-42D7-BAF1-28401C563FDF} = {629874CA-6688-43CA-9716-48FB42D41150} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A6DFC9F0-3FA7-492B-ACE9-3EFBF3477712} EndGlobalSection EndGlobal diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj index 6a60e2b0..03a32ddb 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/O2NextGen.CertificateManagement.Api.csproj @@ -30,7 +30,7 @@ - + From f37bad43259a83c6acb768bf1ab931ffc69bae9e Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sat, 2 Apr 2022 23:59:05 +0300 Subject: [PATCH 59/77] feat(issue-286): add small-talk mobile apps --- .../Assets/AboutAssets.txt | 19 + .../MainActivity.cs | 28 + .../O2NextGen.SmallTalk.Android.csproj | 96 + .../Properties/AndroidManifest.xml | 6 + .../Properties/AssemblyInfo.cs | 30 + .../Resources/AboutResources.txt | 50 + .../Resources/Resource.designer.cs | 6985 +++++++++++++++++ .../Resources/mipmap-anydpi-v26/icon.xml | 5 + .../mipmap-anydpi-v26/icon_round.xml | 5 + .../Resources/mipmap-hdpi/icon.png | Bin 0 -> 4754 bytes .../mipmap-hdpi/launcher_foreground.png | Bin 0 -> 11695 bytes .../Resources/mipmap-mdpi/icon.png | Bin 0 -> 2807 bytes .../mipmap-mdpi/launcher_foreground.png | Bin 0 -> 6439 bytes .../Resources/mipmap-xhdpi/icon.png | Bin 0 -> 7028 bytes .../mipmap-xhdpi/launcher_foreground.png | Bin 0 -> 17898 bytes .../Resources/mipmap-xxhdpi/icon.png | Bin 0 -> 12827 bytes .../mipmap-xxhdpi/launcher_foreground.png | Bin 0 -> 33484 bytes .../Resources/mipmap-xxxhdpi/icon.png | Bin 0 -> 19380 bytes .../mipmap-xxxhdpi/launcher_foreground.png | Bin 0 -> 52285 bytes .../Resources/values/colors.xml | 7 + .../Resources/values/styles.xml | 18 + .../O2NextGen.SmallTalk.UWP/App.xaml | 7 + .../O2NextGen.SmallTalk.UWP/App.xaml.cs | 105 + .../Assets/LargeTile.scale-100.png | Bin 0 -> 6143 bytes .../Assets/LargeTile.scale-200.png | Bin 0 -> 13916 bytes .../Assets/LargeTile.scale-400.png | Bin 0 -> 31561 bytes .../Assets/SmallTile.scale-100.png | Bin 0 -> 1218 bytes .../Assets/SmallTile.scale-200.png | Bin 0 -> 2536 bytes .../Assets/SmallTile.scale-400.png | Bin 0 -> 5566 bytes .../Assets/SplashScreen.scale-100.png | Bin 0 -> 6555 bytes .../Assets/SplashScreen.scale-200.png | Bin 0 -> 15240 bytes .../Assets/SplashScreen.scale-400.png | Bin 0 -> 39781 bytes .../Assets/Square150x150Logo.scale-100.png | Bin 0 -> 2772 bytes .../Assets/Square150x150Logo.scale-200.png | Bin 0 -> 5904 bytes .../Assets/Square150x150Logo.scale-400.png | Bin 0 -> 13344 bytes ...x44Logo.altform-unplated_targetsize-16.png | Bin 0 -> 394 bytes ...44Logo.altform-unplated_targetsize-256.png | Bin 0 -> 9693 bytes ...x44Logo.altform-unplated_targetsize-48.png | Bin 0 -> 1245 bytes .../Assets/Square44x44Logo.scale-100.png | Bin 0 -> 1141 bytes .../Assets/Square44x44Logo.scale-200.png | Bin 0 -> 2468 bytes .../Assets/Square44x44Logo.scale-400.png | Bin 0 -> 4740 bytes .../Assets/Square44x44Logo.targetsize-16.png | Bin 0 -> 394 bytes .../Assets/Square44x44Logo.targetsize-256.png | Bin 0 -> 9693 bytes .../Assets/Square44x44Logo.targetsize-48.png | Bin 0 -> 1245 bytes .../Assets/StoreLogo.backup.png | Bin 0 -> 392 bytes .../Assets/StoreLogo.scale-100.png | Bin 0 -> 836 bytes .../Assets/StoreLogo.scale-200.png | Bin 0 -> 1742 bytes .../Assets/StoreLogo.scale-400.png | Bin 0 -> 3654 bytes .../Assets/Wide310x150Logo.scale-100.png | Bin 0 -> 2988 bytes .../Assets/Wide310x150Logo.scale-200.png | Bin 0 -> 6555 bytes .../Assets/Wide310x150Logo.scale-400.png | Bin 0 -> 15240 bytes .../O2NextGen.SmallTalk.UWP/MainPage.xaml | 12 + .../O2NextGen.SmallTalk.UWP/MainPage.xaml.cs | 27 + .../O2NextGen.SmallTalk.UWP.csproj | 161 + .../Package.appxmanifest | 55 + .../Properties/AssemblyInfo.cs | 29 + .../Properties/Default.rd.xml | 31 + .../O2NextGen.SmallTalk.iOS/AppDelegate.cs | 31 + .../AppIcon.appiconset/Contents.json | 117 + .../AppIcon.appiconset/Icon1024.png | Bin 0 -> 70429 bytes .../AppIcon.appiconset/Icon120.png | Bin 0 -> 3773 bytes .../AppIcon.appiconset/Icon152.png | Bin 0 -> 4750 bytes .../AppIcon.appiconset/Icon167.png | Bin 0 -> 4692 bytes .../AppIcon.appiconset/Icon180.png | Bin 0 -> 5192 bytes .../AppIcon.appiconset/Icon20.png | Bin 0 -> 1313 bytes .../AppIcon.appiconset/Icon29.png | Bin 0 -> 845 bytes .../AppIcon.appiconset/Icon40.png | Bin 0 -> 1101 bytes .../AppIcon.appiconset/Icon58.png | Bin 0 -> 1761 bytes .../AppIcon.appiconset/Icon60.png | Bin 0 -> 2537 bytes .../AppIcon.appiconset/Icon76.png | Bin 0 -> 2332 bytes .../AppIcon.appiconset/Icon80.png | Bin 0 -> 2454 bytes .../AppIcon.appiconset/Icon87.png | Bin 0 -> 2758 bytes .../Entitlements.plist | 7 + .../O2NextGen.SmallTalk.iOS/Info.plist | 38 + .../O2NextGen.SmallTalk.iOS/Main.cs | 20 + .../O2NextGen.SmallTalk.iOS.csproj | 136 + .../Properties/AssemblyInfo.cs | 36 + .../Resources/Default-568h@2x.png | Bin 0 -> 8884 bytes .../Resources/Default-Portrait.png | Bin 0 -> 10710 bytes .../Resources/Default-Portrait@2x.png | Bin 0 -> 34540 bytes .../Resources/Default.png | Bin 0 -> 7243 bytes .../Resources/Default@2x.png | Bin 0 -> 8368 bytes .../Resources/LaunchScreen.storyboard | 39 + .../O2NextGen.SmallTalk/App.xaml | 8 + .../O2NextGen.SmallTalk/App.xaml.cs | 28 + .../O2NextGen.SmallTalk/AssemblyInfo.cs | 3 + .../O2NextGen.SmallTalk/MainPage.xaml | 24 + .../O2NextGen.SmallTalk/MainPage.xaml.cs | 18 + .../O2NextGen.SmallTalk.csproj | 17 + src/MobileApps/Small-Talk/Small-Talk.sln | 157 + 90 files changed, 8355 insertions(+) create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Assets/AboutAssets.txt create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/MainActivity.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/O2NextGen.SmallTalk.Android.csproj create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Properties/AndroidManifest.xml create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Properties/AssemblyInfo.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/AboutResources.txt create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/Resource.designer.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-anydpi-v26/icon.xml create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-anydpi-v26/icon_round.xml create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-hdpi/icon.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-hdpi/launcher_foreground.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-mdpi/icon.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-mdpi/launcher_foreground.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-xhdpi/icon.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-xhdpi/launcher_foreground.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-xxhdpi/icon.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-xxhdpi/launcher_foreground.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-xxxhdpi/icon.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-xxxhdpi/launcher_foreground.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/values/colors.xml create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/values/styles.xml create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/App.xaml create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/App.xaml.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/LargeTile.scale-100.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/LargeTile.scale-200.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/LargeTile.scale-400.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SmallTile.scale-100.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SmallTile.scale-200.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SmallTile.scale-400.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SplashScreen.scale-100.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SplashScreen.scale-200.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SplashScreen.scale-400.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square150x150Logo.scale-100.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square150x150Logo.scale-200.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square150x150Logo.scale-400.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.altform-unplated_targetsize-16.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.altform-unplated_targetsize-256.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.altform-unplated_targetsize-48.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.scale-100.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.scale-200.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.scale-400.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.targetsize-16.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.targetsize-256.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.targetsize-48.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/StoreLogo.backup.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/StoreLogo.scale-100.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/StoreLogo.scale-200.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/StoreLogo.scale-400.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Wide310x150Logo.scale-100.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Wide310x150Logo.scale-200.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Wide310x150Logo.scale-400.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/MainPage.xaml create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/MainPage.xaml.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/O2NextGen.SmallTalk.UWP.csproj create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Package.appxmanifest create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Properties/AssemblyInfo.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Properties/Default.rd.xml create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/AppDelegate.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon1024.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon120.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon152.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon167.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon180.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon20.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon29.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon40.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon58.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon60.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon76.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon80.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon87.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Entitlements.plist create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Info.plist create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Main.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/O2NextGen.SmallTalk.iOS.csproj create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Properties/AssemblyInfo.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Resources/Default-568h@2x.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Resources/Default-Portrait.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Resources/Default-Portrait@2x.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Resources/Default.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Resources/Default@2x.png create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Resources/LaunchScreen.storyboard create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/AssemblyInfo.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/MainPage.xaml create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/MainPage.xaml.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.csproj create mode 100644 src/MobileApps/Small-Talk/Small-Talk.sln diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Assets/AboutAssets.txt b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Assets/AboutAssets.txt new file mode 100644 index 00000000..072563f8 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Assets/AboutAssets.txt @@ -0,0 +1,19 @@ +Any raw assets you want to be deployed with your application can be placed in +this directory (and child directories) and given a Build Action of "AndroidAsset". + +These files will be deployed with 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/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/MainActivity.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/MainActivity.cs new file mode 100644 index 00000000..58e94388 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/MainActivity.cs @@ -0,0 +1,28 @@ +using System; + +using Android.App; +using Android.Content.PM; +using Android.Runtime; +using Android.OS; + +namespace O2NextGen.SmallTalk.Droid +{ + [Activity(Label = "O2NextGen.SmallTalk", Icon = "@mipmap/icon", 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 + { + protected override void OnCreate(Bundle savedInstanceState) + { + base.OnCreate(savedInstanceState); + + Xamarin.Essentials.Platform.Init(this, savedInstanceState); + global::Xamarin.Forms.Forms.Init(this, savedInstanceState); + LoadApplication(new App()); + } + public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Android.Content.PM.Permission[] grantResults) + { + Xamarin.Essentials.Platform.OnRequestPermissionsResult(requestCode, permissions, grantResults); + + base.OnRequestPermissionsResult(requestCode, permissions, grantResults); + } + } +} \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/O2NextGen.SmallTalk.Android.csproj b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/O2NextGen.SmallTalk.Android.csproj new file mode 100644 index 00000000..b7009bee --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/O2NextGen.SmallTalk.Android.csproj @@ -0,0 +1,96 @@ + + + + Debug + AnyCPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D} + {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + {c9e5eea5-ca05-42a1-839b-61506e0a37df} + Library + O2NextGen.SmallTalk.Droid + O2NextGen.SmallTalk.Android + True + True + Resources\Resource.designer.cs + Resource + Properties\AndroidManifest.xml + Resources + Assets + false + v12.0 + true + true + Xamarin.Android.Net.AndroidClientHandler + + + + + true + portable + false + bin\Debug + DEBUG; + prompt + 4 + None + + + true + portable + true + bin\Release + prompt + 4 + true + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {67BA1B80-01B3-4983-8722-BA8B62695A17} + O2NextGen.SmallTalk + + + + diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Properties/AndroidManifest.xml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Properties/AndroidManifest.xml new file mode 100644 index 00000000..5884537d --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Properties/AndroidManifest.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Properties/AssemblyInfo.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..be674359 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Properties/AssemblyInfo.cs @@ -0,0 +1,30 @@ +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("O2NextGen.SmallTalk.Android")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("O2NextGen.SmallTalk.Android")] +[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] +[assembly: ComVisible(false)] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +[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/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/AboutResources.txt b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/AboutResources.txt new file mode 100644 index 00000000..cb30f20b --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/AboutResources.txt @@ -0,0 +1,50 @@ +Images, layout descriptions, binary blobs and string dictionaries can be included +in your application as resource files. Various Android APIs are designed to +operate on the resource IDs instead of dealing with images, strings or binary blobs +directly. + +For example, a sample Android app that contains a user interface layout (main.xml), +an internationalization string table (strings.xml) and some icons (drawable-XXX/icon.png) +would keep its resources in the "Resources" directory of the application: + +Resources/ + drawable-hdpi/ + icon.png + + drawable-ldpi/ + icon.png + + drawable-mdpi/ + icon.png + + layout/ + main.xml + + values/ + strings.xml + +In order to get the build system to recognize Android resources, set the build action to +"AndroidResource". The native Android APIs do not operate directly with filenames, but +instead operate on resource IDs. When you compile an Android application that uses resources, +the build system will package the resources for distribution and generate a class called +"Resource" that contains the tokens for each one of the resources included. For example, +for the above Resources layout, this is what the Resource class would expose: + +public class Resource { + public class drawable { + public const int icon = 0x123; + } + + public class layout { + public const int main = 0x456; + } + + public class strings { + public const int first_string = 0xabc; + public const int second_string = 0xbcd; + } +} + +You would then use R.drawable.icon to reference the drawable/icon.png file, or Resource.layout.main +to reference the layout/main.xml file, or Resource.strings.first_string to reference the first +string in the dictionary file values/strings.xml. diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/Resource.designer.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/Resource.designer.cs new file mode 100644 index 00000000..5e28107d --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/Resource.designer.cs @@ -0,0 +1,6985 @@ +#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("O2NextGen.SmallTalk.Droid.Resource", IsApplication=true)] + +namespace O2NextGen.SmallTalk.Droid +{ + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")] + public partial class Resource + { + + static Resource() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + public static void UpdateIdValues() + { + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarSize; + } + + public partial class Animation + { + + // aapt resource value: 0x7f040000 + public const int abc_fade_in = 2130968576; + + // aapt resource value: 0x7f040001 + public const int abc_fade_out = 2130968577; + + // aapt resource value: 0x7f040002 + public const int abc_grow_fade_in_from_bottom = 2130968578; + + // aapt resource value: 0x7f040003 + public const int abc_popup_enter = 2130968579; + + // aapt resource value: 0x7f040004 + public const int abc_popup_exit = 2130968580; + + // aapt resource value: 0x7f040005 + public const int abc_shrink_fade_out_from_bottom = 2130968581; + + // aapt resource value: 0x7f040006 + public const int abc_slide_in_bottom = 2130968582; + + // aapt resource value: 0x7f040007 + public const int abc_slide_in_top = 2130968583; + + // aapt resource value: 0x7f040008 + public const int abc_slide_out_bottom = 2130968584; + + // aapt resource value: 0x7f040009 + public const int abc_slide_out_top = 2130968585; + + // aapt resource value: 0x7f04000a + public const int design_bottom_sheet_slide_in = 2130968586; + + // aapt resource value: 0x7f04000b + public const int design_bottom_sheet_slide_out = 2130968587; + + // aapt resource value: 0x7f04000c + public const int design_fab_in = 2130968588; + + // aapt resource value: 0x7f04000d + public const int design_fab_out = 2130968589; + + // aapt resource value: 0x7f04000e + public const int design_snackbar_in = 2130968590; + + // aapt resource value: 0x7f04000f + public const int design_snackbar_out = 2130968591; + + static Animation() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Animation() + { + } + } + + public partial class Animator + { + + // aapt resource value: 0x7f050000 + public const int design_appbar_state_list_animator = 2131034112; + + static Animator() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Animator() + { + } + } + + public partial class Attribute + { + + // aapt resource value: 0x7f01005f + public const int actionBarDivider = 2130772063; + + // aapt resource value: 0x7f010060 + public const int actionBarItemBackground = 2130772064; + + // aapt resource value: 0x7f010059 + public const int actionBarPopupTheme = 2130772057; + + // aapt resource value: 0x7f01005e + public const int actionBarSize = 2130772062; + + // aapt resource value: 0x7f01005b + public const int actionBarSplitStyle = 2130772059; + + // aapt resource value: 0x7f01005a + public const int actionBarStyle = 2130772058; + + // aapt resource value: 0x7f010055 + public const int actionBarTabBarStyle = 2130772053; + + // aapt resource value: 0x7f010054 + public const int actionBarTabStyle = 2130772052; + + // aapt resource value: 0x7f010056 + public const int actionBarTabTextStyle = 2130772054; + + // aapt resource value: 0x7f01005c + public const int actionBarTheme = 2130772060; + + // aapt resource value: 0x7f01005d + public const int actionBarWidgetTheme = 2130772061; + + // aapt resource value: 0x7f01007a + public const int actionButtonStyle = 2130772090; + + // aapt resource value: 0x7f010076 + public const int actionDropDownStyle = 2130772086; + + // aapt resource value: 0x7f0100cc + public const int actionLayout = 2130772172; + + // aapt resource value: 0x7f010061 + public const int actionMenuTextAppearance = 2130772065; + + // aapt resource value: 0x7f010062 + public const int actionMenuTextColor = 2130772066; + + // aapt resource value: 0x7f010065 + public const int actionModeBackground = 2130772069; + + // aapt resource value: 0x7f010064 + public const int actionModeCloseButtonStyle = 2130772068; + + // aapt resource value: 0x7f010067 + public const int actionModeCloseDrawable = 2130772071; + + // aapt resource value: 0x7f010069 + public const int actionModeCopyDrawable = 2130772073; + + // aapt resource value: 0x7f010068 + public const int actionModeCutDrawable = 2130772072; + + // aapt resource value: 0x7f01006d + public const int actionModeFindDrawable = 2130772077; + + // aapt resource value: 0x7f01006a + public const int actionModePasteDrawable = 2130772074; + + // aapt resource value: 0x7f01006f + public const int actionModePopupWindowStyle = 2130772079; + + // aapt resource value: 0x7f01006b + public const int actionModeSelectAllDrawable = 2130772075; + + // aapt resource value: 0x7f01006c + public const int actionModeShareDrawable = 2130772076; + + // aapt resource value: 0x7f010066 + public const int actionModeSplitBackground = 2130772070; + + // aapt resource value: 0x7f010063 + public const int actionModeStyle = 2130772067; + + // aapt resource value: 0x7f01006e + public const int actionModeWebSearchDrawable = 2130772078; + + // aapt resource value: 0x7f010057 + public const int actionOverflowButtonStyle = 2130772055; + + // aapt resource value: 0x7f010058 + public const int actionOverflowMenuStyle = 2130772056; + + // aapt resource value: 0x7f0100ce + public const int actionProviderClass = 2130772174; + + // aapt resource value: 0x7f0100cd + public const int actionViewClass = 2130772173; + + // aapt resource value: 0x7f010082 + public const int activityChooserViewStyle = 2130772098; + + // aapt resource value: 0x7f0100a7 + public const int alertDialogButtonGroupStyle = 2130772135; + + // aapt resource value: 0x7f0100a8 + public const int alertDialogCenterButtons = 2130772136; + + // aapt resource value: 0x7f0100a6 + public const int alertDialogStyle = 2130772134; + + // aapt resource value: 0x7f0100a9 + public const int alertDialogTheme = 2130772137; + + // aapt resource value: 0x7f0100bc + public const int allowStacking = 2130772156; + + // aapt resource value: 0x7f0100bd + public const int alpha = 2130772157; + + // aapt resource value: 0x7f0100c4 + public const int arrowHeadLength = 2130772164; + + // aapt resource value: 0x7f0100c5 + public const int arrowShaftLength = 2130772165; + + // aapt resource value: 0x7f0100ae + public const int autoCompleteTextViewStyle = 2130772142; + + // aapt resource value: 0x7f010028 + public const int background = 2130772008; + + // aapt resource value: 0x7f01002a + public const int backgroundSplit = 2130772010; + + // aapt resource value: 0x7f010029 + public const int backgroundStacked = 2130772009; + + // aapt resource value: 0x7f010101 + public const int backgroundTint = 2130772225; + + // aapt resource value: 0x7f010102 + public const int backgroundTintMode = 2130772226; + + // aapt resource value: 0x7f0100c6 + public const int barLength = 2130772166; + + // aapt resource value: 0x7f01012c + public const int behavior_autoHide = 2130772268; + + // aapt resource value: 0x7f010109 + public const int behavior_hideable = 2130772233; + + // aapt resource value: 0x7f010135 + public const int behavior_overlapTop = 2130772277; + + // aapt resource value: 0x7f010108 + public const int behavior_peekHeight = 2130772232; + + // aapt resource value: 0x7f01010a + public const int behavior_skipCollapsed = 2130772234; + + // aapt resource value: 0x7f01012a + public const int borderWidth = 2130772266; + + // aapt resource value: 0x7f01007f + public const int borderlessButtonStyle = 2130772095; + + // aapt resource value: 0x7f010124 + public const int bottomSheetDialogTheme = 2130772260; + + // aapt resource value: 0x7f010125 + public const int bottomSheetStyle = 2130772261; + + // aapt resource value: 0x7f01007c + public const int buttonBarButtonStyle = 2130772092; + + // aapt resource value: 0x7f0100ac + public const int buttonBarNegativeButtonStyle = 2130772140; + + // aapt resource value: 0x7f0100ad + public const int buttonBarNeutralButtonStyle = 2130772141; + + // aapt resource value: 0x7f0100ab + public const int buttonBarPositiveButtonStyle = 2130772139; + + // aapt resource value: 0x7f01007b + public const int buttonBarStyle = 2130772091; + + // aapt resource value: 0x7f0100f6 + public const int buttonGravity = 2130772214; + + // aapt resource value: 0x7f01003d + public const int buttonPanelSideLayout = 2130772029; + + // aapt resource value: 0x7f0100af + public const int buttonStyle = 2130772143; + + // aapt resource value: 0x7f0100b0 + public const int buttonStyleSmall = 2130772144; + + // aapt resource value: 0x7f0100be + public const int buttonTint = 2130772158; + + // aapt resource value: 0x7f0100bf + public const int buttonTintMode = 2130772159; + + // aapt resource value: 0x7f010011 + public const int cardBackgroundColor = 2130771985; + + // aapt resource value: 0x7f010012 + public const int cardCornerRadius = 2130771986; + + // aapt resource value: 0x7f010013 + public const int cardElevation = 2130771987; + + // aapt resource value: 0x7f010014 + public const int cardMaxElevation = 2130771988; + + // aapt resource value: 0x7f010016 + public const int cardPreventCornerOverlap = 2130771990; + + // aapt resource value: 0x7f010015 + public const int cardUseCompatPadding = 2130771989; + + // aapt resource value: 0x7f0100b1 + public const int checkboxStyle = 2130772145; + + // aapt resource value: 0x7f0100b2 + public const int checkedTextViewStyle = 2130772146; + + // aapt resource value: 0x7f0100d9 + public const int closeIcon = 2130772185; + + // aapt resource value: 0x7f01003a + public const int closeItemLayout = 2130772026; + + // aapt resource value: 0x7f0100f8 + public const int collapseContentDescription = 2130772216; + + // aapt resource value: 0x7f0100f7 + public const int collapseIcon = 2130772215; + + // aapt resource value: 0x7f010117 + public const int collapsedTitleGravity = 2130772247; + + // aapt resource value: 0x7f010111 + public const int collapsedTitleTextAppearance = 2130772241; + + // aapt resource value: 0x7f0100c0 + public const int color = 2130772160; + + // aapt resource value: 0x7f01009e + public const int colorAccent = 2130772126; + + // aapt resource value: 0x7f0100a5 + public const int colorBackgroundFloating = 2130772133; + + // aapt resource value: 0x7f0100a2 + public const int colorButtonNormal = 2130772130; + + // aapt resource value: 0x7f0100a0 + public const int colorControlActivated = 2130772128; + + // aapt resource value: 0x7f0100a1 + public const int colorControlHighlight = 2130772129; + + // aapt resource value: 0x7f01009f + public const int colorControlNormal = 2130772127; + + // aapt resource value: 0x7f01009c + public const int colorPrimary = 2130772124; + + // aapt resource value: 0x7f01009d + public const int colorPrimaryDark = 2130772125; + + // aapt resource value: 0x7f0100a3 + public const int colorSwitchThumbNormal = 2130772131; + + // aapt resource value: 0x7f0100de + public const int commitIcon = 2130772190; + + // aapt resource value: 0x7f010033 + public const int contentInsetEnd = 2130772019; + + // aapt resource value: 0x7f010037 + public const int contentInsetEndWithActions = 2130772023; + + // aapt resource value: 0x7f010034 + public const int contentInsetLeft = 2130772020; + + // aapt resource value: 0x7f010035 + public const int contentInsetRight = 2130772021; + + // aapt resource value: 0x7f010032 + public const int contentInsetStart = 2130772018; + + // aapt resource value: 0x7f010036 + public const int contentInsetStartWithNavigation = 2130772022; + + // aapt resource value: 0x7f010017 + public const int contentPadding = 2130771991; + + // aapt resource value: 0x7f01001b + public const int contentPaddingBottom = 2130771995; + + // aapt resource value: 0x7f010018 + public const int contentPaddingLeft = 2130771992; + + // aapt resource value: 0x7f010019 + public const int contentPaddingRight = 2130771993; + + // aapt resource value: 0x7f01001a + public const int contentPaddingTop = 2130771994; + + // aapt resource value: 0x7f010112 + public const int contentScrim = 2130772242; + + // aapt resource value: 0x7f0100a4 + public const int controlBackground = 2130772132; + + // aapt resource value: 0x7f01014b + public const int counterEnabled = 2130772299; + + // aapt resource value: 0x7f01014c + public const int counterMaxLength = 2130772300; + + // aapt resource value: 0x7f01014e + public const int counterOverflowTextAppearance = 2130772302; + + // aapt resource value: 0x7f01014d + public const int counterTextAppearance = 2130772301; + + // aapt resource value: 0x7f01002b + public const int customNavigationLayout = 2130772011; + + // aapt resource value: 0x7f0100d8 + public const int defaultQueryHint = 2130772184; + + // aapt resource value: 0x7f010074 + public const int dialogPreferredPadding = 2130772084; + + // aapt resource value: 0x7f010073 + public const int dialogTheme = 2130772083; + + // aapt resource value: 0x7f010021 + public const int displayOptions = 2130772001; + + // aapt resource value: 0x7f010027 + public const int divider = 2130772007; + + // aapt resource value: 0x7f010081 + public const int dividerHorizontal = 2130772097; + + // aapt resource value: 0x7f0100ca + public const int dividerPadding = 2130772170; + + // aapt resource value: 0x7f010080 + public const int dividerVertical = 2130772096; + + // aapt resource value: 0x7f0100c2 + public const int drawableSize = 2130772162; + + // aapt resource value: 0x7f01001c + public const int drawerArrowStyle = 2130771996; + + // aapt resource value: 0x7f010093 + public const int dropDownListViewStyle = 2130772115; + + // aapt resource value: 0x7f010077 + public const int dropdownListPreferredItemHeight = 2130772087; + + // aapt resource value: 0x7f010088 + public const int editTextBackground = 2130772104; + + // aapt resource value: 0x7f010087 + public const int editTextColor = 2130772103; + + // aapt resource value: 0x7f0100b3 + public const int editTextStyle = 2130772147; + + // aapt resource value: 0x7f010038 + public const int elevation = 2130772024; + + // aapt resource value: 0x7f010149 + public const int errorEnabled = 2130772297; + + // aapt resource value: 0x7f01014a + public const int errorTextAppearance = 2130772298; + + // aapt resource value: 0x7f01003c + public const int expandActivityOverflowButtonDrawable = 2130772028; + + // aapt resource value: 0x7f010103 + public const int expanded = 2130772227; + + // aapt resource value: 0x7f010118 + public const int expandedTitleGravity = 2130772248; + + // aapt resource value: 0x7f01010b + public const int expandedTitleMargin = 2130772235; + + // aapt resource value: 0x7f01010f + public const int expandedTitleMarginBottom = 2130772239; + + // aapt resource value: 0x7f01010e + public const int expandedTitleMarginEnd = 2130772238; + + // aapt resource value: 0x7f01010c + public const int expandedTitleMarginStart = 2130772236; + + // aapt resource value: 0x7f01010d + public const int expandedTitleMarginTop = 2130772237; + + // aapt resource value: 0x7f010110 + public const int expandedTitleTextAppearance = 2130772240; + + // aapt resource value: 0x7f010010 + public const int externalRouteEnabledDrawable = 2130771984; + + // aapt resource value: 0x7f010128 + public const int fabSize = 2130772264; + + // aapt resource value: 0x7f01012d + public const int foregroundInsidePadding = 2130772269; + + // aapt resource value: 0x7f0100c3 + public const int gapBetweenBars = 2130772163; + + // aapt resource value: 0x7f0100da + public const int goIcon = 2130772186; + + // aapt resource value: 0x7f010133 + public const int headerLayout = 2130772275; + + // aapt resource value: 0x7f01001d + public const int height = 2130771997; + + // aapt resource value: 0x7f010031 + public const int hideOnContentScroll = 2130772017; + + // aapt resource value: 0x7f01014f + public const int hintAnimationEnabled = 2130772303; + + // aapt resource value: 0x7f010148 + public const int hintEnabled = 2130772296; + + // aapt resource value: 0x7f010147 + public const int hintTextAppearance = 2130772295; + + // aapt resource value: 0x7f010079 + public const int homeAsUpIndicator = 2130772089; + + // aapt resource value: 0x7f01002c + public const int homeLayout = 2130772012; + + // aapt resource value: 0x7f010025 + public const int icon = 2130772005; + + // aapt resource value: 0x7f0100d6 + public const int iconifiedByDefault = 2130772182; + + // aapt resource value: 0x7f010089 + public const int imageButtonStyle = 2130772105; + + // aapt resource value: 0x7f01002e + public const int indeterminateProgressStyle = 2130772014; + + // aapt resource value: 0x7f01003b + public const int initialActivityCount = 2130772027; + + // aapt resource value: 0x7f010134 + public const int insetForeground = 2130772276; + + // aapt resource value: 0x7f01001e + public const int isLightTheme = 2130771998; + + // aapt resource value: 0x7f010131 + public const int itemBackground = 2130772273; + + // aapt resource value: 0x7f01012f + public const int itemIconTint = 2130772271; + + // aapt resource value: 0x7f010030 + public const int itemPadding = 2130772016; + + // aapt resource value: 0x7f010132 + public const int itemTextAppearance = 2130772274; + + // aapt resource value: 0x7f010130 + public const int itemTextColor = 2130772272; + + // aapt resource value: 0x7f01011c + public const int keylines = 2130772252; + + // aapt resource value: 0x7f0100d5 + public const int layout = 2130772181; + + // aapt resource value: 0x7f010000 + public const int layoutManager = 2130771968; + + // aapt resource value: 0x7f01011f + public const int layout_anchor = 2130772255; + + // aapt resource value: 0x7f010121 + public const int layout_anchorGravity = 2130772257; + + // aapt resource value: 0x7f01011e + public const int layout_behavior = 2130772254; + + // aapt resource value: 0x7f01011a + public const int layout_collapseMode = 2130772250; + + // aapt resource value: 0x7f01011b + public const int layout_collapseParallaxMultiplier = 2130772251; + + // aapt resource value: 0x7f010123 + public const int layout_dodgeInsetEdges = 2130772259; + + // aapt resource value: 0x7f010122 + public const int layout_insetEdge = 2130772258; + + // aapt resource value: 0x7f010120 + public const int layout_keyline = 2130772256; + + // aapt resource value: 0x7f010106 + public const int layout_scrollFlags = 2130772230; + + // aapt resource value: 0x7f010107 + public const int layout_scrollInterpolator = 2130772231; + + // aapt resource value: 0x7f01009b + public const int listChoiceBackgroundIndicator = 2130772123; + + // aapt resource value: 0x7f010075 + public const int listDividerAlertDialog = 2130772085; + + // aapt resource value: 0x7f010041 + public const int listItemLayout = 2130772033; + + // aapt resource value: 0x7f01003e + public const int listLayout = 2130772030; + + // aapt resource value: 0x7f0100bb + public const int listMenuViewStyle = 2130772155; + + // aapt resource value: 0x7f010094 + public const int listPopupWindowStyle = 2130772116; + + // aapt resource value: 0x7f01008e + public const int listPreferredItemHeight = 2130772110; + + // aapt resource value: 0x7f010090 + public const int listPreferredItemHeightLarge = 2130772112; + + // aapt resource value: 0x7f01008f + public const int listPreferredItemHeightSmall = 2130772111; + + // aapt resource value: 0x7f010091 + public const int listPreferredItemPaddingLeft = 2130772113; + + // aapt resource value: 0x7f010092 + public const int listPreferredItemPaddingRight = 2130772114; + + // aapt resource value: 0x7f010026 + public const int logo = 2130772006; + + // aapt resource value: 0x7f0100fb + public const int logoDescription = 2130772219; + + // aapt resource value: 0x7f010136 + public const int maxActionInlineWidth = 2130772278; + + // aapt resource value: 0x7f0100f5 + public const int maxButtonHeight = 2130772213; + + // aapt resource value: 0x7f0100c8 + public const int measureWithLargestChild = 2130772168; + + // aapt resource value: 0x7f010004 + public const int mediaRouteAudioTrackDrawable = 2130771972; + + // aapt resource value: 0x7f010005 + public const int mediaRouteButtonStyle = 2130771973; + + // aapt resource value: 0x7f010006 + public const int mediaRouteCloseDrawable = 2130771974; + + // aapt resource value: 0x7f010007 + public const int mediaRouteControlPanelThemeOverlay = 2130771975; + + // aapt resource value: 0x7f010008 + public const int mediaRouteDefaultIconDrawable = 2130771976; + + // aapt resource value: 0x7f010009 + public const int mediaRoutePauseDrawable = 2130771977; + + // aapt resource value: 0x7f01000a + public const int mediaRoutePlayDrawable = 2130771978; + + // aapt resource value: 0x7f01000b + public const int mediaRouteSpeakerGroupIconDrawable = 2130771979; + + // aapt resource value: 0x7f01000c + public const int mediaRouteSpeakerIconDrawable = 2130771980; + + // aapt resource value: 0x7f01000d + public const int mediaRouteStopDrawable = 2130771981; + + // aapt resource value: 0x7f01000e + public const int mediaRouteTheme = 2130771982; + + // aapt resource value: 0x7f01000f + public const int mediaRouteTvIconDrawable = 2130771983; + + // aapt resource value: 0x7f01012e + public const int menu = 2130772270; + + // aapt resource value: 0x7f01003f + public const int multiChoiceItemLayout = 2130772031; + + // aapt resource value: 0x7f0100fa + public const int navigationContentDescription = 2130772218; + + // aapt resource value: 0x7f0100f9 + public const int navigationIcon = 2130772217; + + // aapt resource value: 0x7f010020 + public const int navigationMode = 2130772000; + + // aapt resource value: 0x7f0100d1 + public const int overlapAnchor = 2130772177; + + // aapt resource value: 0x7f0100d3 + public const int paddingBottomNoButtons = 2130772179; + + // aapt resource value: 0x7f0100ff + public const int paddingEnd = 2130772223; + + // aapt resource value: 0x7f0100fe + public const int paddingStart = 2130772222; + + // aapt resource value: 0x7f0100d4 + public const int paddingTopNoTitle = 2130772180; + + // aapt resource value: 0x7f010098 + public const int panelBackground = 2130772120; + + // aapt resource value: 0x7f01009a + public const int panelMenuListTheme = 2130772122; + + // aapt resource value: 0x7f010099 + public const int panelMenuListWidth = 2130772121; + + // aapt resource value: 0x7f010152 + public const int passwordToggleContentDescription = 2130772306; + + // aapt resource value: 0x7f010151 + public const int passwordToggleDrawable = 2130772305; + + // aapt resource value: 0x7f010150 + public const int passwordToggleEnabled = 2130772304; + + // aapt resource value: 0x7f010153 + public const int passwordToggleTint = 2130772307; + + // aapt resource value: 0x7f010154 + public const int passwordToggleTintMode = 2130772308; + + // aapt resource value: 0x7f010085 + public const int popupMenuStyle = 2130772101; + + // aapt resource value: 0x7f010039 + public const int popupTheme = 2130772025; + + // aapt resource value: 0x7f010086 + public const int popupWindowStyle = 2130772102; + + // aapt resource value: 0x7f0100cf + public const int preserveIconSpacing = 2130772175; + + // aapt resource value: 0x7f010129 + public const int pressedTranslationZ = 2130772265; + + // aapt resource value: 0x7f01002f + public const int progressBarPadding = 2130772015; + + // aapt resource value: 0x7f01002d + public const int progressBarStyle = 2130772013; + + // aapt resource value: 0x7f0100e0 + public const int queryBackground = 2130772192; + + // aapt resource value: 0x7f0100d7 + public const int queryHint = 2130772183; + + // aapt resource value: 0x7f0100b4 + public const int radioButtonStyle = 2130772148; + + // aapt resource value: 0x7f0100b5 + public const int ratingBarStyle = 2130772149; + + // aapt resource value: 0x7f0100b6 + public const int ratingBarStyleIndicator = 2130772150; + + // aapt resource value: 0x7f0100b7 + public const int ratingBarStyleSmall = 2130772151; + + // aapt resource value: 0x7f010002 + public const int reverseLayout = 2130771970; + + // aapt resource value: 0x7f010127 + public const int rippleColor = 2130772263; + + // aapt resource value: 0x7f010116 + public const int scrimAnimationDuration = 2130772246; + + // aapt resource value: 0x7f010115 + public const int scrimVisibleHeightTrigger = 2130772245; + + // aapt resource value: 0x7f0100dc + public const int searchHintIcon = 2130772188; + + // aapt resource value: 0x7f0100db + public const int searchIcon = 2130772187; + + // aapt resource value: 0x7f01008d + public const int searchViewStyle = 2130772109; + + // aapt resource value: 0x7f0100b8 + public const int seekBarStyle = 2130772152; + + // aapt resource value: 0x7f01007d + public const int selectableItemBackground = 2130772093; + + // aapt resource value: 0x7f01007e + public const int selectableItemBackgroundBorderless = 2130772094; + + // aapt resource value: 0x7f0100cb + public const int showAsAction = 2130772171; + + // aapt resource value: 0x7f0100c9 + public const int showDividers = 2130772169; + + // aapt resource value: 0x7f0100ec + public const int showText = 2130772204; + + // aapt resource value: 0x7f010042 + public const int showTitle = 2130772034; + + // aapt resource value: 0x7f010040 + public const int singleChoiceItemLayout = 2130772032; + + // aapt resource value: 0x7f010001 + public const int spanCount = 2130771969; + + // aapt resource value: 0x7f0100c1 + public const int spinBars = 2130772161; + + // aapt resource value: 0x7f010078 + public const int spinnerDropDownItemStyle = 2130772088; + + // aapt resource value: 0x7f0100b9 + public const int spinnerStyle = 2130772153; + + // aapt resource value: 0x7f0100eb + public const int splitTrack = 2130772203; + + // aapt resource value: 0x7f010043 + public const int srcCompat = 2130772035; + + // aapt resource value: 0x7f010003 + public const int stackFromEnd = 2130771971; + + // aapt resource value: 0x7f0100d2 + public const int state_above_anchor = 2130772178; + + // aapt resource value: 0x7f010104 + public const int state_collapsed = 2130772228; + + // aapt resource value: 0x7f010105 + public const int state_collapsible = 2130772229; + + // aapt resource value: 0x7f01011d + public const int statusBarBackground = 2130772253; + + // aapt resource value: 0x7f010113 + public const int statusBarScrim = 2130772243; + + // aapt resource value: 0x7f0100d0 + public const int subMenuArrow = 2130772176; + + // aapt resource value: 0x7f0100e1 + public const int submitBackground = 2130772193; + + // aapt resource value: 0x7f010022 + public const int subtitle = 2130772002; + + // aapt resource value: 0x7f0100ee + public const int subtitleTextAppearance = 2130772206; + + // aapt resource value: 0x7f0100fd + public const int subtitleTextColor = 2130772221; + + // aapt resource value: 0x7f010024 + public const int subtitleTextStyle = 2130772004; + + // aapt resource value: 0x7f0100df + public const int suggestionRowLayout = 2130772191; + + // aapt resource value: 0x7f0100e9 + public const int switchMinWidth = 2130772201; + + // aapt resource value: 0x7f0100ea + public const int switchPadding = 2130772202; + + // aapt resource value: 0x7f0100ba + public const int switchStyle = 2130772154; + + // aapt resource value: 0x7f0100e8 + public const int switchTextAppearance = 2130772200; + + // aapt resource value: 0x7f01013a + public const int tabBackground = 2130772282; + + // aapt resource value: 0x7f010139 + public const int tabContentStart = 2130772281; + + // aapt resource value: 0x7f01013c + public const int tabGravity = 2130772284; + + // aapt resource value: 0x7f010137 + public const int tabIndicatorColor = 2130772279; + + // aapt resource value: 0x7f010138 + public const int tabIndicatorHeight = 2130772280; + + // aapt resource value: 0x7f01013e + public const int tabMaxWidth = 2130772286; + + // aapt resource value: 0x7f01013d + public const int tabMinWidth = 2130772285; + + // aapt resource value: 0x7f01013b + public const int tabMode = 2130772283; + + // aapt resource value: 0x7f010146 + public const int tabPadding = 2130772294; + + // aapt resource value: 0x7f010145 + public const int tabPaddingBottom = 2130772293; + + // aapt resource value: 0x7f010144 + public const int tabPaddingEnd = 2130772292; + + // aapt resource value: 0x7f010142 + public const int tabPaddingStart = 2130772290; + + // aapt resource value: 0x7f010143 + public const int tabPaddingTop = 2130772291; + + // aapt resource value: 0x7f010141 + public const int tabSelectedTextColor = 2130772289; + + // aapt resource value: 0x7f01013f + public const int tabTextAppearance = 2130772287; + + // aapt resource value: 0x7f010140 + public const int tabTextColor = 2130772288; + + // aapt resource value: 0x7f010049 + public const int textAllCaps = 2130772041; + + // aapt resource value: 0x7f010070 + public const int textAppearanceLargePopupMenu = 2130772080; + + // aapt resource value: 0x7f010095 + public const int textAppearanceListItem = 2130772117; + + // aapt resource value: 0x7f010096 + public const int textAppearanceListItemSecondary = 2130772118; + + // aapt resource value: 0x7f010097 + public const int textAppearanceListItemSmall = 2130772119; + + // aapt resource value: 0x7f010072 + public const int textAppearancePopupMenuHeader = 2130772082; + + // aapt resource value: 0x7f01008b + public const int textAppearanceSearchResultSubtitle = 2130772107; + + // aapt resource value: 0x7f01008a + public const int textAppearanceSearchResultTitle = 2130772106; + + // aapt resource value: 0x7f010071 + public const int textAppearanceSmallPopupMenu = 2130772081; + + // aapt resource value: 0x7f0100aa + public const int textColorAlertDialogListItem = 2130772138; + + // aapt resource value: 0x7f010126 + public const int textColorError = 2130772262; + + // aapt resource value: 0x7f01008c + public const int textColorSearchUrl = 2130772108; + + // aapt resource value: 0x7f010100 + public const int theme = 2130772224; + + // aapt resource value: 0x7f0100c7 + public const int thickness = 2130772167; + + // aapt resource value: 0x7f0100e7 + public const int thumbTextPadding = 2130772199; + + // aapt resource value: 0x7f0100e2 + public const int thumbTint = 2130772194; + + // aapt resource value: 0x7f0100e3 + public const int thumbTintMode = 2130772195; + + // aapt resource value: 0x7f010046 + public const int tickMark = 2130772038; + + // aapt resource value: 0x7f010047 + public const int tickMarkTint = 2130772039; + + // aapt resource value: 0x7f010048 + public const int tickMarkTintMode = 2130772040; + + // aapt resource value: 0x7f010044 + public const int tint = 2130772036; + + // aapt resource value: 0x7f010045 + public const int tintMode = 2130772037; + + // aapt resource value: 0x7f01001f + public const int title = 2130771999; + + // aapt resource value: 0x7f010119 + public const int titleEnabled = 2130772249; + + // aapt resource value: 0x7f0100ef + public const int titleMargin = 2130772207; + + // aapt resource value: 0x7f0100f3 + public const int titleMarginBottom = 2130772211; + + // aapt resource value: 0x7f0100f1 + public const int titleMarginEnd = 2130772209; + + // aapt resource value: 0x7f0100f0 + public const int titleMarginStart = 2130772208; + + // aapt resource value: 0x7f0100f2 + public const int titleMarginTop = 2130772210; + + // aapt resource value: 0x7f0100f4 + public const int titleMargins = 2130772212; + + // aapt resource value: 0x7f0100ed + public const int titleTextAppearance = 2130772205; + + // aapt resource value: 0x7f0100fc + public const int titleTextColor = 2130772220; + + // aapt resource value: 0x7f010023 + public const int titleTextStyle = 2130772003; + + // aapt resource value: 0x7f010114 + public const int toolbarId = 2130772244; + + // aapt resource value: 0x7f010084 + public const int toolbarNavigationButtonStyle = 2130772100; + + // aapt resource value: 0x7f010083 + public const int toolbarStyle = 2130772099; + + // aapt resource value: 0x7f0100e4 + public const int track = 2130772196; + + // aapt resource value: 0x7f0100e5 + public const int trackTint = 2130772197; + + // aapt resource value: 0x7f0100e6 + public const int trackTintMode = 2130772198; + + // aapt resource value: 0x7f01012b + public const int useCompatPadding = 2130772267; + + // aapt resource value: 0x7f0100dd + public const int voiceIcon = 2130772189; + + // aapt resource value: 0x7f01004a + public const int windowActionBar = 2130772042; + + // aapt resource value: 0x7f01004c + public const int windowActionBarOverlay = 2130772044; + + // aapt resource value: 0x7f01004d + public const int windowActionModeOverlay = 2130772045; + + // aapt resource value: 0x7f010051 + public const int windowFixedHeightMajor = 2130772049; + + // aapt resource value: 0x7f01004f + public const int windowFixedHeightMinor = 2130772047; + + // aapt resource value: 0x7f01004e + public const int windowFixedWidthMajor = 2130772046; + + // aapt resource value: 0x7f010050 + public const int windowFixedWidthMinor = 2130772048; + + // aapt resource value: 0x7f010052 + public const int windowMinWidthMajor = 2130772050; + + // aapt resource value: 0x7f010053 + public const int windowMinWidthMinor = 2130772051; + + // aapt resource value: 0x7f01004b + public const int windowNoTitle = 2130772043; + + static Attribute() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Attribute() + { + } + } + + public partial class Boolean + { + + // aapt resource value: 0x7f0d0000 + public const int abc_action_bar_embed_tabs = 2131558400; + + // aapt resource value: 0x7f0d0001 + public const int abc_allow_stacked_button_bar = 2131558401; + + // aapt resource value: 0x7f0d0002 + public const int abc_config_actionMenuItemAllCaps = 2131558402; + + // aapt resource value: 0x7f0d0003 + public const int abc_config_closeDialogWhenTouchOutside = 2131558403; + + // aapt resource value: 0x7f0d0004 + public const int abc_config_showMenuShortcutsWhenKeyboardPresent = 2131558404; + + static Boolean() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Boolean() + { + } + } + + public partial class Color + { + + // aapt resource value: 0x7f0c004a + public const int abc_background_cache_hint_selector_material_dark = 2131492938; + + // aapt resource value: 0x7f0c004b + public const int abc_background_cache_hint_selector_material_light = 2131492939; + + // aapt resource value: 0x7f0c004c + public const int abc_btn_colored_borderless_text_material = 2131492940; + + // aapt resource value: 0x7f0c004d + public const int abc_btn_colored_text_material = 2131492941; + + // aapt resource value: 0x7f0c004e + public const int abc_color_highlight_material = 2131492942; + + // aapt resource value: 0x7f0c004f + public const int abc_hint_foreground_material_dark = 2131492943; + + // aapt resource value: 0x7f0c0050 + public const int abc_hint_foreground_material_light = 2131492944; + + // aapt resource value: 0x7f0c0005 + public const int abc_input_method_navigation_guard = 2131492869; + + // aapt resource value: 0x7f0c0051 + public const int abc_primary_text_disable_only_material_dark = 2131492945; + + // aapt resource value: 0x7f0c0052 + public const int abc_primary_text_disable_only_material_light = 2131492946; + + // aapt resource value: 0x7f0c0053 + public const int abc_primary_text_material_dark = 2131492947; + + // aapt resource value: 0x7f0c0054 + public const int abc_primary_text_material_light = 2131492948; + + // aapt resource value: 0x7f0c0055 + public const int abc_search_url_text = 2131492949; + + // aapt resource value: 0x7f0c0006 + public const int abc_search_url_text_normal = 2131492870; + + // aapt resource value: 0x7f0c0007 + public const int abc_search_url_text_pressed = 2131492871; + + // aapt resource value: 0x7f0c0008 + public const int abc_search_url_text_selected = 2131492872; + + // aapt resource value: 0x7f0c0056 + public const int abc_secondary_text_material_dark = 2131492950; + + // aapt resource value: 0x7f0c0057 + public const int abc_secondary_text_material_light = 2131492951; + + // aapt resource value: 0x7f0c0058 + public const int abc_tint_btn_checkable = 2131492952; + + // aapt resource value: 0x7f0c0059 + public const int abc_tint_default = 2131492953; + + // aapt resource value: 0x7f0c005a + public const int abc_tint_edittext = 2131492954; + + // aapt resource value: 0x7f0c005b + public const int abc_tint_seek_thumb = 2131492955; + + // aapt resource value: 0x7f0c005c + public const int abc_tint_spinner = 2131492956; + + // aapt resource value: 0x7f0c005d + public const int abc_tint_switch_thumb = 2131492957; + + // aapt resource value: 0x7f0c005e + public const int abc_tint_switch_track = 2131492958; + + // aapt resource value: 0x7f0c0009 + public const int accent_material_dark = 2131492873; + + // aapt resource value: 0x7f0c000a + public const int accent_material_light = 2131492874; + + // aapt resource value: 0x7f0c000b + public const int background_floating_material_dark = 2131492875; + + // aapt resource value: 0x7f0c000c + public const int background_floating_material_light = 2131492876; + + // aapt resource value: 0x7f0c000d + public const int background_material_dark = 2131492877; + + // aapt resource value: 0x7f0c000e + public const int background_material_light = 2131492878; + + // aapt resource value: 0x7f0c000f + public const int bright_foreground_disabled_material_dark = 2131492879; + + // aapt resource value: 0x7f0c0010 + public const int bright_foreground_disabled_material_light = 2131492880; + + // aapt resource value: 0x7f0c0011 + public const int bright_foreground_inverse_material_dark = 2131492881; + + // aapt resource value: 0x7f0c0012 + public const int bright_foreground_inverse_material_light = 2131492882; + + // aapt resource value: 0x7f0c0013 + public const int bright_foreground_material_dark = 2131492883; + + // aapt resource value: 0x7f0c0014 + public const int bright_foreground_material_light = 2131492884; + + // aapt resource value: 0x7f0c0015 + public const int button_material_dark = 2131492885; + + // aapt resource value: 0x7f0c0016 + public const int button_material_light = 2131492886; + + // aapt resource value: 0x7f0c0000 + public const int cardview_dark_background = 2131492864; + + // aapt resource value: 0x7f0c0001 + public const int cardview_light_background = 2131492865; + + // aapt resource value: 0x7f0c0002 + public const int cardview_shadow_end_color = 2131492866; + + // aapt resource value: 0x7f0c0003 + public const int cardview_shadow_start_color = 2131492867; + + // aapt resource value: 0x7f0c003f + public const int design_bottom_navigation_shadow_color = 2131492927; + + // aapt resource value: 0x7f0c005f + public const int design_error = 2131492959; + + // aapt resource value: 0x7f0c0040 + public const int design_fab_shadow_end_color = 2131492928; + + // aapt resource value: 0x7f0c0041 + public const int design_fab_shadow_mid_color = 2131492929; + + // aapt resource value: 0x7f0c0042 + public const int design_fab_shadow_start_color = 2131492930; + + // aapt resource value: 0x7f0c0043 + public const int design_fab_stroke_end_inner_color = 2131492931; + + // aapt resource value: 0x7f0c0044 + public const int design_fab_stroke_end_outer_color = 2131492932; + + // aapt resource value: 0x7f0c0045 + public const int design_fab_stroke_top_inner_color = 2131492933; + + // aapt resource value: 0x7f0c0046 + public const int design_fab_stroke_top_outer_color = 2131492934; + + // aapt resource value: 0x7f0c0047 + public const int design_snackbar_background_color = 2131492935; + + // aapt resource value: 0x7f0c0048 + public const int design_textinput_error_color_dark = 2131492936; + + // aapt resource value: 0x7f0c0049 + public const int design_textinput_error_color_light = 2131492937; + + // aapt resource value: 0x7f0c0060 + public const int design_tint_password_toggle = 2131492960; + + // aapt resource value: 0x7f0c0017 + public const int dim_foreground_disabled_material_dark = 2131492887; + + // aapt resource value: 0x7f0c0018 + public const int dim_foreground_disabled_material_light = 2131492888; + + // aapt resource value: 0x7f0c0019 + public const int dim_foreground_material_dark = 2131492889; + + // aapt resource value: 0x7f0c001a + public const int dim_foreground_material_light = 2131492890; + + // aapt resource value: 0x7f0c001b + public const int foreground_material_dark = 2131492891; + + // aapt resource value: 0x7f0c001c + public const int foreground_material_light = 2131492892; + + // aapt resource value: 0x7f0c001d + public const int highlighted_text_material_dark = 2131492893; + + // aapt resource value: 0x7f0c001e + public const int highlighted_text_material_light = 2131492894; + + // aapt resource value: 0x7f0c001f + public const int material_blue_grey_800 = 2131492895; + + // aapt resource value: 0x7f0c0020 + public const int material_blue_grey_900 = 2131492896; + + // aapt resource value: 0x7f0c0021 + public const int material_blue_grey_950 = 2131492897; + + // aapt resource value: 0x7f0c0022 + public const int material_deep_teal_200 = 2131492898; + + // aapt resource value: 0x7f0c0023 + public const int material_deep_teal_500 = 2131492899; + + // aapt resource value: 0x7f0c0024 + public const int material_grey_100 = 2131492900; + + // aapt resource value: 0x7f0c0025 + public const int material_grey_300 = 2131492901; + + // aapt resource value: 0x7f0c0026 + public const int material_grey_50 = 2131492902; + + // aapt resource value: 0x7f0c0027 + public const int material_grey_600 = 2131492903; + + // aapt resource value: 0x7f0c0028 + public const int material_grey_800 = 2131492904; + + // aapt resource value: 0x7f0c0029 + public const int material_grey_850 = 2131492905; + + // aapt resource value: 0x7f0c002a + public const int material_grey_900 = 2131492906; + + // aapt resource value: 0x7f0c0004 + public const int notification_action_color_filter = 2131492868; + + // aapt resource value: 0x7f0c002b + public const int notification_icon_bg_color = 2131492907; + + // aapt resource value: 0x7f0c002c + public const int notification_material_background_media_default_color = 2131492908; + + // aapt resource value: 0x7f0c002d + public const int primary_dark_material_dark = 2131492909; + + // aapt resource value: 0x7f0c002e + public const int primary_dark_material_light = 2131492910; + + // aapt resource value: 0x7f0c002f + public const int primary_material_dark = 2131492911; + + // aapt resource value: 0x7f0c0030 + public const int primary_material_light = 2131492912; + + // aapt resource value: 0x7f0c0031 + public const int primary_text_default_material_dark = 2131492913; + + // aapt resource value: 0x7f0c0032 + public const int primary_text_default_material_light = 2131492914; + + // aapt resource value: 0x7f0c0033 + public const int primary_text_disabled_material_dark = 2131492915; + + // aapt resource value: 0x7f0c0034 + public const int primary_text_disabled_material_light = 2131492916; + + // aapt resource value: 0x7f0c0035 + public const int ripple_material_dark = 2131492917; + + // aapt resource value: 0x7f0c0036 + public const int ripple_material_light = 2131492918; + + // aapt resource value: 0x7f0c0037 + public const int secondary_text_default_material_dark = 2131492919; + + // aapt resource value: 0x7f0c0038 + public const int secondary_text_default_material_light = 2131492920; + + // aapt resource value: 0x7f0c0039 + public const int secondary_text_disabled_material_dark = 2131492921; + + // aapt resource value: 0x7f0c003a + public const int secondary_text_disabled_material_light = 2131492922; + + // aapt resource value: 0x7f0c003b + public const int switch_thumb_disabled_material_dark = 2131492923; + + // aapt resource value: 0x7f0c003c + public const int switch_thumb_disabled_material_light = 2131492924; + + // aapt resource value: 0x7f0c0061 + public const int switch_thumb_material_dark = 2131492961; + + // aapt resource value: 0x7f0c0062 + public const int switch_thumb_material_light = 2131492962; + + // aapt resource value: 0x7f0c003d + public const int switch_thumb_normal_material_dark = 2131492925; + + // aapt resource value: 0x7f0c003e + public const int switch_thumb_normal_material_light = 2131492926; + + static Color() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Color() + { + } + } + + public partial class Dimension + { + + // aapt resource value: 0x7f070018 + public const int abc_action_bar_content_inset_material = 2131165208; + + // aapt resource value: 0x7f070019 + public const int abc_action_bar_content_inset_with_nav = 2131165209; + + // aapt resource value: 0x7f07000d + public const int abc_action_bar_default_height_material = 2131165197; + + // aapt resource value: 0x7f07001a + public const int abc_action_bar_default_padding_end_material = 2131165210; + + // aapt resource value: 0x7f07001b + public const int abc_action_bar_default_padding_start_material = 2131165211; + + // aapt resource value: 0x7f070021 + public const int abc_action_bar_elevation_material = 2131165217; + + // aapt resource value: 0x7f070022 + public const int abc_action_bar_icon_vertical_padding_material = 2131165218; + + // aapt resource value: 0x7f070023 + public const int abc_action_bar_overflow_padding_end_material = 2131165219; + + // aapt resource value: 0x7f070024 + public const int abc_action_bar_overflow_padding_start_material = 2131165220; + + // aapt resource value: 0x7f07000e + public const int abc_action_bar_progress_bar_size = 2131165198; + + // aapt resource value: 0x7f070025 + public const int abc_action_bar_stacked_max_height = 2131165221; + + // aapt resource value: 0x7f070026 + public const int abc_action_bar_stacked_tab_max_width = 2131165222; + + // aapt resource value: 0x7f070027 + public const int abc_action_bar_subtitle_bottom_margin_material = 2131165223; + + // aapt resource value: 0x7f070028 + public const int abc_action_bar_subtitle_top_margin_material = 2131165224; + + // aapt resource value: 0x7f070029 + public const int abc_action_button_min_height_material = 2131165225; + + // aapt resource value: 0x7f07002a + public const int abc_action_button_min_width_material = 2131165226; + + // aapt resource value: 0x7f07002b + public const int abc_action_button_min_width_overflow_material = 2131165227; + + // aapt resource value: 0x7f07000c + public const int abc_alert_dialog_button_bar_height = 2131165196; + + // aapt resource value: 0x7f07002c + public const int abc_button_inset_horizontal_material = 2131165228; + + // aapt resource value: 0x7f07002d + public const int abc_button_inset_vertical_material = 2131165229; + + // aapt resource value: 0x7f07002e + public const int abc_button_padding_horizontal_material = 2131165230; + + // aapt resource value: 0x7f07002f + public const int abc_button_padding_vertical_material = 2131165231; + + // aapt resource value: 0x7f070030 + public const int abc_cascading_menus_min_smallest_width = 2131165232; + + // aapt resource value: 0x7f070011 + public const int abc_config_prefDialogWidth = 2131165201; + + // aapt resource value: 0x7f070031 + public const int abc_control_corner_material = 2131165233; + + // aapt resource value: 0x7f070032 + public const int abc_control_inset_material = 2131165234; + + // aapt resource value: 0x7f070033 + public const int abc_control_padding_material = 2131165235; + + // aapt resource value: 0x7f070012 + public const int abc_dialog_fixed_height_major = 2131165202; + + // aapt resource value: 0x7f070013 + public const int abc_dialog_fixed_height_minor = 2131165203; + + // aapt resource value: 0x7f070014 + public const int abc_dialog_fixed_width_major = 2131165204; + + // aapt resource value: 0x7f070015 + public const int abc_dialog_fixed_width_minor = 2131165205; + + // aapt resource value: 0x7f070034 + public const int abc_dialog_list_padding_bottom_no_buttons = 2131165236; + + // aapt resource value: 0x7f070035 + public const int abc_dialog_list_padding_top_no_title = 2131165237; + + // aapt resource value: 0x7f070016 + public const int abc_dialog_min_width_major = 2131165206; + + // aapt resource value: 0x7f070017 + public const int abc_dialog_min_width_minor = 2131165207; + + // aapt resource value: 0x7f070036 + public const int abc_dialog_padding_material = 2131165238; + + // aapt resource value: 0x7f070037 + public const int abc_dialog_padding_top_material = 2131165239; + + // aapt resource value: 0x7f070038 + public const int abc_dialog_title_divider_material = 2131165240; + + // aapt resource value: 0x7f070039 + public const int abc_disabled_alpha_material_dark = 2131165241; + + // aapt resource value: 0x7f07003a + public const int abc_disabled_alpha_material_light = 2131165242; + + // aapt resource value: 0x7f07003b + public const int abc_dropdownitem_icon_width = 2131165243; + + // aapt resource value: 0x7f07003c + public const int abc_dropdownitem_text_padding_left = 2131165244; + + // aapt resource value: 0x7f07003d + public const int abc_dropdownitem_text_padding_right = 2131165245; + + // aapt resource value: 0x7f07003e + public const int abc_edit_text_inset_bottom_material = 2131165246; + + // aapt resource value: 0x7f07003f + public const int abc_edit_text_inset_horizontal_material = 2131165247; + + // aapt resource value: 0x7f070040 + public const int abc_edit_text_inset_top_material = 2131165248; + + // aapt resource value: 0x7f070041 + public const int abc_floating_window_z = 2131165249; + + // aapt resource value: 0x7f070042 + public const int abc_list_item_padding_horizontal_material = 2131165250; + + // aapt resource value: 0x7f070043 + public const int abc_panel_menu_list_width = 2131165251; + + // aapt resource value: 0x7f070044 + public const int abc_progress_bar_height_material = 2131165252; + + // aapt resource value: 0x7f070045 + public const int abc_search_view_preferred_height = 2131165253; + + // aapt resource value: 0x7f070046 + public const int abc_search_view_preferred_width = 2131165254; + + // aapt resource value: 0x7f070047 + public const int abc_seekbar_track_background_height_material = 2131165255; + + // aapt resource value: 0x7f070048 + public const int abc_seekbar_track_progress_height_material = 2131165256; + + // aapt resource value: 0x7f070049 + public const int abc_select_dialog_padding_start_material = 2131165257; + + // aapt resource value: 0x7f07001d + public const int abc_switch_padding = 2131165213; + + // aapt resource value: 0x7f07004a + public const int abc_text_size_body_1_material = 2131165258; + + // aapt resource value: 0x7f07004b + public const int abc_text_size_body_2_material = 2131165259; + + // aapt resource value: 0x7f07004c + public const int abc_text_size_button_material = 2131165260; + + // aapt resource value: 0x7f07004d + public const int abc_text_size_caption_material = 2131165261; + + // aapt resource value: 0x7f07004e + public const int abc_text_size_display_1_material = 2131165262; + + // aapt resource value: 0x7f07004f + public const int abc_text_size_display_2_material = 2131165263; + + // aapt resource value: 0x7f070050 + public const int abc_text_size_display_3_material = 2131165264; + + // aapt resource value: 0x7f070051 + public const int abc_text_size_display_4_material = 2131165265; + + // aapt resource value: 0x7f070052 + public const int abc_text_size_headline_material = 2131165266; + + // aapt resource value: 0x7f070053 + public const int abc_text_size_large_material = 2131165267; + + // aapt resource value: 0x7f070054 + public const int abc_text_size_medium_material = 2131165268; + + // aapt resource value: 0x7f070055 + public const int abc_text_size_menu_header_material = 2131165269; + + // aapt resource value: 0x7f070056 + public const int abc_text_size_menu_material = 2131165270; + + // aapt resource value: 0x7f070057 + public const int abc_text_size_small_material = 2131165271; + + // aapt resource value: 0x7f070058 + public const int abc_text_size_subhead_material = 2131165272; + + // aapt resource value: 0x7f07000f + public const int abc_text_size_subtitle_material_toolbar = 2131165199; + + // aapt resource value: 0x7f070059 + public const int abc_text_size_title_material = 2131165273; + + // aapt resource value: 0x7f070010 + public const int abc_text_size_title_material_toolbar = 2131165200; + + // aapt resource value: 0x7f070009 + public const int cardview_compat_inset_shadow = 2131165193; + + // aapt resource value: 0x7f07000a + public const int cardview_default_elevation = 2131165194; + + // aapt resource value: 0x7f07000b + public const int cardview_default_radius = 2131165195; + + // aapt resource value: 0x7f070076 + public const int design_appbar_elevation = 2131165302; + + // aapt resource value: 0x7f070077 + public const int design_bottom_navigation_active_item_max_width = 2131165303; + + // aapt resource value: 0x7f070078 + public const int design_bottom_navigation_active_text_size = 2131165304; + + // aapt resource value: 0x7f070079 + public const int design_bottom_navigation_elevation = 2131165305; + + // aapt resource value: 0x7f07007a + public const int design_bottom_navigation_height = 2131165306; + + // aapt resource value: 0x7f07007b + public const int design_bottom_navigation_item_max_width = 2131165307; + + // aapt resource value: 0x7f07007c + public const int design_bottom_navigation_item_min_width = 2131165308; + + // aapt resource value: 0x7f07007d + public const int design_bottom_navigation_margin = 2131165309; + + // aapt resource value: 0x7f07007e + public const int design_bottom_navigation_shadow_height = 2131165310; + + // aapt resource value: 0x7f07007f + public const int design_bottom_navigation_text_size = 2131165311; + + // aapt resource value: 0x7f070080 + public const int design_bottom_sheet_modal_elevation = 2131165312; + + // aapt resource value: 0x7f070081 + public const int design_bottom_sheet_peek_height_min = 2131165313; + + // aapt resource value: 0x7f070082 + public const int design_fab_border_width = 2131165314; + + // aapt resource value: 0x7f070083 + public const int design_fab_elevation = 2131165315; + + // aapt resource value: 0x7f070084 + public const int design_fab_image_size = 2131165316; + + // aapt resource value: 0x7f070085 + public const int design_fab_size_mini = 2131165317; + + // aapt resource value: 0x7f070086 + public const int design_fab_size_normal = 2131165318; + + // aapt resource value: 0x7f070087 + public const int design_fab_translation_z_pressed = 2131165319; + + // aapt resource value: 0x7f070088 + public const int design_navigation_elevation = 2131165320; + + // aapt resource value: 0x7f070089 + public const int design_navigation_icon_padding = 2131165321; + + // aapt resource value: 0x7f07008a + public const int design_navigation_icon_size = 2131165322; + + // aapt resource value: 0x7f07006e + public const int design_navigation_max_width = 2131165294; + + // aapt resource value: 0x7f07008b + public const int design_navigation_padding_bottom = 2131165323; + + // aapt resource value: 0x7f07008c + public const int design_navigation_separator_vertical_padding = 2131165324; + + // aapt resource value: 0x7f07006f + public const int design_snackbar_action_inline_max_width = 2131165295; + + // aapt resource value: 0x7f070070 + public const int design_snackbar_background_corner_radius = 2131165296; + + // aapt resource value: 0x7f07008d + public const int design_snackbar_elevation = 2131165325; + + // aapt resource value: 0x7f070071 + public const int design_snackbar_extra_spacing_horizontal = 2131165297; + + // aapt resource value: 0x7f070072 + public const int design_snackbar_max_width = 2131165298; + + // aapt resource value: 0x7f070073 + public const int design_snackbar_min_width = 2131165299; + + // aapt resource value: 0x7f07008e + public const int design_snackbar_padding_horizontal = 2131165326; + + // aapt resource value: 0x7f07008f + public const int design_snackbar_padding_vertical = 2131165327; + + // aapt resource value: 0x7f070074 + public const int design_snackbar_padding_vertical_2lines = 2131165300; + + // aapt resource value: 0x7f070090 + public const int design_snackbar_text_size = 2131165328; + + // aapt resource value: 0x7f070091 + public const int design_tab_max_width = 2131165329; + + // aapt resource value: 0x7f070075 + public const int design_tab_scrollable_min_width = 2131165301; + + // aapt resource value: 0x7f070092 + public const int design_tab_text_size = 2131165330; + + // aapt resource value: 0x7f070093 + public const int design_tab_text_size_2line = 2131165331; + + // aapt resource value: 0x7f07005a + public const int disabled_alpha_material_dark = 2131165274; + + // aapt resource value: 0x7f07005b + public const int disabled_alpha_material_light = 2131165275; + + // aapt resource value: 0x7f07005c + public const int highlight_alpha_material_colored = 2131165276; + + // aapt resource value: 0x7f07005d + public const int highlight_alpha_material_dark = 2131165277; + + // aapt resource value: 0x7f07005e + public const int highlight_alpha_material_light = 2131165278; + + // aapt resource value: 0x7f07005f + public const int hint_alpha_material_dark = 2131165279; + + // aapt resource value: 0x7f070060 + public const int hint_alpha_material_light = 2131165280; + + // aapt resource value: 0x7f070061 + public const int hint_pressed_alpha_material_dark = 2131165281; + + // aapt resource value: 0x7f070062 + public const int hint_pressed_alpha_material_light = 2131165282; + + // aapt resource value: 0x7f070000 + public const int item_touch_helper_max_drag_scroll_per_frame = 2131165184; + + // aapt resource value: 0x7f070001 + public const int item_touch_helper_swipe_escape_max_velocity = 2131165185; + + // aapt resource value: 0x7f070002 + public const int item_touch_helper_swipe_escape_velocity = 2131165186; + + // aapt resource value: 0x7f070003 + public const int mr_controller_volume_group_list_item_height = 2131165187; + + // aapt resource value: 0x7f070004 + public const int mr_controller_volume_group_list_item_icon_size = 2131165188; + + // aapt resource value: 0x7f070005 + public const int mr_controller_volume_group_list_max_height = 2131165189; + + // aapt resource value: 0x7f070008 + public const int mr_controller_volume_group_list_padding_top = 2131165192; + + // aapt resource value: 0x7f070006 + public const int mr_dialog_fixed_width_major = 2131165190; + + // aapt resource value: 0x7f070007 + public const int mr_dialog_fixed_width_minor = 2131165191; + + // aapt resource value: 0x7f070063 + public const int notification_action_icon_size = 2131165283; + + // aapt resource value: 0x7f070064 + public const int notification_action_text_size = 2131165284; + + // aapt resource value: 0x7f070065 + public const int notification_big_circle_margin = 2131165285; + + // aapt resource value: 0x7f07001e + public const int notification_content_margin_start = 2131165214; + + // aapt resource value: 0x7f070066 + public const int notification_large_icon_height = 2131165286; + + // aapt resource value: 0x7f070067 + public const int notification_large_icon_width = 2131165287; + + // aapt resource value: 0x7f07001f + public const int notification_main_column_padding_top = 2131165215; + + // aapt resource value: 0x7f070020 + public const int notification_media_narrow_margin = 2131165216; + + // aapt resource value: 0x7f070068 + public const int notification_right_icon_size = 2131165288; + + // aapt resource value: 0x7f07001c + public const int notification_right_side_padding_top = 2131165212; + + // aapt resource value: 0x7f070069 + public const int notification_small_icon_background_padding = 2131165289; + + // aapt resource value: 0x7f07006a + public const int notification_small_icon_size_as_large = 2131165290; + + // aapt resource value: 0x7f07006b + public const int notification_subtext_size = 2131165291; + + // aapt resource value: 0x7f07006c + public const int notification_top_pad = 2131165292; + + // aapt resource value: 0x7f07006d + public const int notification_top_pad_large_text = 2131165293; + + static Dimension() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Dimension() + { + } + } + + public partial class Drawable + { + + // aapt resource value: 0x7f020000 + public const int abc_ab_share_pack_mtrl_alpha = 2130837504; + + // aapt resource value: 0x7f020001 + public const int abc_action_bar_item_background_material = 2130837505; + + // aapt resource value: 0x7f020002 + public const int abc_btn_borderless_material = 2130837506; + + // aapt resource value: 0x7f020003 + public const int abc_btn_check_material = 2130837507; + + // aapt resource value: 0x7f020004 + public const int abc_btn_check_to_on_mtrl_000 = 2130837508; + + // aapt resource value: 0x7f020005 + public const int abc_btn_check_to_on_mtrl_015 = 2130837509; + + // aapt resource value: 0x7f020006 + public const int abc_btn_colored_material = 2130837510; + + // aapt resource value: 0x7f020007 + public const int abc_btn_default_mtrl_shape = 2130837511; + + // aapt resource value: 0x7f020008 + public const int abc_btn_radio_material = 2130837512; + + // aapt resource value: 0x7f020009 + public const int abc_btn_radio_to_on_mtrl_000 = 2130837513; + + // aapt resource value: 0x7f02000a + public const int abc_btn_radio_to_on_mtrl_015 = 2130837514; + + // aapt resource value: 0x7f02000b + public const int abc_btn_switch_to_on_mtrl_00001 = 2130837515; + + // aapt resource value: 0x7f02000c + public const int abc_btn_switch_to_on_mtrl_00012 = 2130837516; + + // aapt resource value: 0x7f02000d + public const int abc_cab_background_internal_bg = 2130837517; + + // aapt resource value: 0x7f02000e + public const int abc_cab_background_top_material = 2130837518; + + // aapt resource value: 0x7f02000f + public const int abc_cab_background_top_mtrl_alpha = 2130837519; + + // aapt resource value: 0x7f020010 + public const int abc_control_background_material = 2130837520; + + // aapt resource value: 0x7f020011 + public const int abc_dialog_material_background = 2130837521; + + // aapt resource value: 0x7f020012 + public const int abc_edit_text_material = 2130837522; + + // aapt resource value: 0x7f020013 + public const int abc_ic_ab_back_material = 2130837523; + + // aapt resource value: 0x7f020014 + public const int abc_ic_arrow_drop_right_black_24dp = 2130837524; + + // aapt resource value: 0x7f020015 + public const int abc_ic_clear_material = 2130837525; + + // aapt resource value: 0x7f020016 + public const int abc_ic_commit_search_api_mtrl_alpha = 2130837526; + + // aapt resource value: 0x7f020017 + public const int abc_ic_go_search_api_material = 2130837527; + + // aapt resource value: 0x7f020018 + public const int abc_ic_menu_copy_mtrl_am_alpha = 2130837528; + + // aapt resource value: 0x7f020019 + public const int abc_ic_menu_cut_mtrl_alpha = 2130837529; + + // aapt resource value: 0x7f02001a + public const int abc_ic_menu_overflow_material = 2130837530; + + // aapt resource value: 0x7f02001b + public const int abc_ic_menu_paste_mtrl_am_alpha = 2130837531; + + // aapt resource value: 0x7f02001c + public const int abc_ic_menu_selectall_mtrl_alpha = 2130837532; + + // aapt resource value: 0x7f02001d + public const int abc_ic_menu_share_mtrl_alpha = 2130837533; + + // aapt resource value: 0x7f02001e + public const int abc_ic_search_api_material = 2130837534; + + // aapt resource value: 0x7f02001f + public const int abc_ic_star_black_16dp = 2130837535; + + // aapt resource value: 0x7f020020 + public const int abc_ic_star_black_36dp = 2130837536; + + // aapt resource value: 0x7f020021 + public const int abc_ic_star_black_48dp = 2130837537; + + // aapt resource value: 0x7f020022 + public const int abc_ic_star_half_black_16dp = 2130837538; + + // aapt resource value: 0x7f020023 + public const int abc_ic_star_half_black_36dp = 2130837539; + + // aapt resource value: 0x7f020024 + public const int abc_ic_star_half_black_48dp = 2130837540; + + // aapt resource value: 0x7f020025 + public const int abc_ic_voice_search_api_material = 2130837541; + + // aapt resource value: 0x7f020026 + public const int abc_item_background_holo_dark = 2130837542; + + // aapt resource value: 0x7f020027 + public const int abc_item_background_holo_light = 2130837543; + + // aapt resource value: 0x7f020028 + public const int abc_list_divider_mtrl_alpha = 2130837544; + + // aapt resource value: 0x7f020029 + public const int abc_list_focused_holo = 2130837545; + + // aapt resource value: 0x7f02002a + public const int abc_list_longpressed_holo = 2130837546; + + // aapt resource value: 0x7f02002b + public const int abc_list_pressed_holo_dark = 2130837547; + + // aapt resource value: 0x7f02002c + public const int abc_list_pressed_holo_light = 2130837548; + + // aapt resource value: 0x7f02002d + public const int abc_list_selector_background_transition_holo_dark = 2130837549; + + // aapt resource value: 0x7f02002e + public const int abc_list_selector_background_transition_holo_light = 2130837550; + + // aapt resource value: 0x7f02002f + public const int abc_list_selector_disabled_holo_dark = 2130837551; + + // aapt resource value: 0x7f020030 + public const int abc_list_selector_disabled_holo_light = 2130837552; + + // aapt resource value: 0x7f020031 + public const int abc_list_selector_holo_dark = 2130837553; + + // aapt resource value: 0x7f020032 + public const int abc_list_selector_holo_light = 2130837554; + + // aapt resource value: 0x7f020033 + public const int abc_menu_hardkey_panel_mtrl_mult = 2130837555; + + // aapt resource value: 0x7f020034 + public const int abc_popup_background_mtrl_mult = 2130837556; + + // aapt resource value: 0x7f020035 + public const int abc_ratingbar_indicator_material = 2130837557; + + // aapt resource value: 0x7f020036 + public const int abc_ratingbar_material = 2130837558; + + // aapt resource value: 0x7f020037 + public const int abc_ratingbar_small_material = 2130837559; + + // aapt resource value: 0x7f020038 + public const int abc_scrubber_control_off_mtrl_alpha = 2130837560; + + // aapt resource value: 0x7f020039 + public const int abc_scrubber_control_to_pressed_mtrl_000 = 2130837561; + + // aapt resource value: 0x7f02003a + public const int abc_scrubber_control_to_pressed_mtrl_005 = 2130837562; + + // aapt resource value: 0x7f02003b + public const int abc_scrubber_primary_mtrl_alpha = 2130837563; + + // aapt resource value: 0x7f02003c + public const int abc_scrubber_track_mtrl_alpha = 2130837564; + + // aapt resource value: 0x7f02003d + public const int abc_seekbar_thumb_material = 2130837565; + + // aapt resource value: 0x7f02003e + public const int abc_seekbar_tick_mark_material = 2130837566; + + // aapt resource value: 0x7f02003f + public const int abc_seekbar_track_material = 2130837567; + + // aapt resource value: 0x7f020040 + public const int abc_spinner_mtrl_am_alpha = 2130837568; + + // aapt resource value: 0x7f020041 + public const int abc_spinner_textfield_background_material = 2130837569; + + // aapt resource value: 0x7f020042 + public const int abc_switch_thumb_material = 2130837570; + + // aapt resource value: 0x7f020043 + public const int abc_switch_track_mtrl_alpha = 2130837571; + + // aapt resource value: 0x7f020044 + public const int abc_tab_indicator_material = 2130837572; + + // aapt resource value: 0x7f020045 + public const int abc_tab_indicator_mtrl_alpha = 2130837573; + + // aapt resource value: 0x7f020046 + public const int abc_text_cursor_material = 2130837574; + + // aapt resource value: 0x7f020047 + public const int abc_text_select_handle_left_mtrl_dark = 2130837575; + + // aapt resource value: 0x7f020048 + public const int abc_text_select_handle_left_mtrl_light = 2130837576; + + // aapt resource value: 0x7f020049 + public const int abc_text_select_handle_middle_mtrl_dark = 2130837577; + + // aapt resource value: 0x7f02004a + public const int abc_text_select_handle_middle_mtrl_light = 2130837578; + + // aapt resource value: 0x7f02004b + public const int abc_text_select_handle_right_mtrl_dark = 2130837579; + + // aapt resource value: 0x7f02004c + public const int abc_text_select_handle_right_mtrl_light = 2130837580; + + // aapt resource value: 0x7f02004d + public const int abc_textfield_activated_mtrl_alpha = 2130837581; + + // aapt resource value: 0x7f02004e + public const int abc_textfield_default_mtrl_alpha = 2130837582; + + // aapt resource value: 0x7f02004f + public const int abc_textfield_search_activated_mtrl_alpha = 2130837583; + + // aapt resource value: 0x7f020050 + public const int abc_textfield_search_default_mtrl_alpha = 2130837584; + + // aapt resource value: 0x7f020051 + public const int abc_textfield_search_material = 2130837585; + + // aapt resource value: 0x7f020052 + public const int abc_vector_test = 2130837586; + + // aapt resource value: 0x7f020053 + public const int avd_hide_password = 2130837587; + + // aapt resource value: 0x7f020054 + public const int avd_show_password = 2130837588; + + // aapt resource value: 0x7f020055 + public const int design_bottom_navigation_item_background = 2130837589; + + // aapt resource value: 0x7f020056 + public const int design_fab_background = 2130837590; + + // aapt resource value: 0x7f020057 + public const int design_ic_visibility = 2130837591; + + // aapt resource value: 0x7f020058 + public const int design_ic_visibility_off = 2130837592; + + // aapt resource value: 0x7f020059 + public const int design_password_eye = 2130837593; + + // aapt resource value: 0x7f02005a + public const int design_snackbar_background = 2130837594; + + // aapt resource value: 0x7f02005b + public const int ic_audiotrack_dark = 2130837595; + + // aapt resource value: 0x7f02005c + public const int ic_audiotrack_light = 2130837596; + + // aapt resource value: 0x7f02005d + public const int ic_dialog_close_dark = 2130837597; + + // aapt resource value: 0x7f02005e + public const int ic_dialog_close_light = 2130837598; + + // aapt resource value: 0x7f02005f + public const int ic_group_collapse_00 = 2130837599; + + // aapt resource value: 0x7f020060 + public const int ic_group_collapse_01 = 2130837600; + + // aapt resource value: 0x7f020061 + public const int ic_group_collapse_02 = 2130837601; + + // aapt resource value: 0x7f020062 + public const int ic_group_collapse_03 = 2130837602; + + // aapt resource value: 0x7f020063 + public const int ic_group_collapse_04 = 2130837603; + + // aapt resource value: 0x7f020064 + public const int ic_group_collapse_05 = 2130837604; + + // aapt resource value: 0x7f020065 + public const int ic_group_collapse_06 = 2130837605; + + // aapt resource value: 0x7f020066 + public const int ic_group_collapse_07 = 2130837606; + + // aapt resource value: 0x7f020067 + public const int ic_group_collapse_08 = 2130837607; + + // aapt resource value: 0x7f020068 + public const int ic_group_collapse_09 = 2130837608; + + // aapt resource value: 0x7f020069 + public const int ic_group_collapse_10 = 2130837609; + + // aapt resource value: 0x7f02006a + public const int ic_group_collapse_11 = 2130837610; + + // aapt resource value: 0x7f02006b + public const int ic_group_collapse_12 = 2130837611; + + // aapt resource value: 0x7f02006c + public const int ic_group_collapse_13 = 2130837612; + + // aapt resource value: 0x7f02006d + public const int ic_group_collapse_14 = 2130837613; + + // aapt resource value: 0x7f02006e + public const int ic_group_collapse_15 = 2130837614; + + // aapt resource value: 0x7f02006f + public const int ic_group_expand_00 = 2130837615; + + // aapt resource value: 0x7f020070 + public const int ic_group_expand_01 = 2130837616; + + // aapt resource value: 0x7f020071 + public const int ic_group_expand_02 = 2130837617; + + // aapt resource value: 0x7f020072 + public const int ic_group_expand_03 = 2130837618; + + // aapt resource value: 0x7f020073 + public const int ic_group_expand_04 = 2130837619; + + // aapt resource value: 0x7f020074 + public const int ic_group_expand_05 = 2130837620; + + // aapt resource value: 0x7f020075 + public const int ic_group_expand_06 = 2130837621; + + // aapt resource value: 0x7f020076 + public const int ic_group_expand_07 = 2130837622; + + // aapt resource value: 0x7f020077 + public const int ic_group_expand_08 = 2130837623; + + // aapt resource value: 0x7f020078 + public const int ic_group_expand_09 = 2130837624; + + // aapt resource value: 0x7f020079 + public const int ic_group_expand_10 = 2130837625; + + // aapt resource value: 0x7f02007a + public const int ic_group_expand_11 = 2130837626; + + // aapt resource value: 0x7f02007b + public const int ic_group_expand_12 = 2130837627; + + // aapt resource value: 0x7f02007c + public const int ic_group_expand_13 = 2130837628; + + // aapt resource value: 0x7f02007d + public const int ic_group_expand_14 = 2130837629; + + // aapt resource value: 0x7f02007e + public const int ic_group_expand_15 = 2130837630; + + // aapt resource value: 0x7f02007f + public const int ic_media_pause_dark = 2130837631; + + // aapt resource value: 0x7f020080 + public const int ic_media_pause_light = 2130837632; + + // aapt resource value: 0x7f020081 + public const int ic_media_play_dark = 2130837633; + + // aapt resource value: 0x7f020082 + public const int ic_media_play_light = 2130837634; + + // aapt resource value: 0x7f020083 + public const int ic_media_stop_dark = 2130837635; + + // aapt resource value: 0x7f020084 + public const int ic_media_stop_light = 2130837636; + + // aapt resource value: 0x7f020085 + public const int ic_mr_button_connected_00_dark = 2130837637; + + // aapt resource value: 0x7f020086 + public const int ic_mr_button_connected_00_light = 2130837638; + + // aapt resource value: 0x7f020087 + public const int ic_mr_button_connected_01_dark = 2130837639; + + // aapt resource value: 0x7f020088 + public const int ic_mr_button_connected_01_light = 2130837640; + + // aapt resource value: 0x7f020089 + public const int ic_mr_button_connected_02_dark = 2130837641; + + // aapt resource value: 0x7f02008a + public const int ic_mr_button_connected_02_light = 2130837642; + + // aapt resource value: 0x7f02008b + public const int ic_mr_button_connected_03_dark = 2130837643; + + // aapt resource value: 0x7f02008c + public const int ic_mr_button_connected_03_light = 2130837644; + + // aapt resource value: 0x7f02008d + public const int ic_mr_button_connected_04_dark = 2130837645; + + // aapt resource value: 0x7f02008e + public const int ic_mr_button_connected_04_light = 2130837646; + + // aapt resource value: 0x7f02008f + public const int ic_mr_button_connected_05_dark = 2130837647; + + // aapt resource value: 0x7f020090 + public const int ic_mr_button_connected_05_light = 2130837648; + + // aapt resource value: 0x7f020091 + public const int ic_mr_button_connected_06_dark = 2130837649; + + // aapt resource value: 0x7f020092 + public const int ic_mr_button_connected_06_light = 2130837650; + + // aapt resource value: 0x7f020093 + public const int ic_mr_button_connected_07_dark = 2130837651; + + // aapt resource value: 0x7f020094 + public const int ic_mr_button_connected_07_light = 2130837652; + + // aapt resource value: 0x7f020095 + public const int ic_mr_button_connected_08_dark = 2130837653; + + // aapt resource value: 0x7f020096 + public const int ic_mr_button_connected_08_light = 2130837654; + + // aapt resource value: 0x7f020097 + public const int ic_mr_button_connected_09_dark = 2130837655; + + // aapt resource value: 0x7f020098 + public const int ic_mr_button_connected_09_light = 2130837656; + + // aapt resource value: 0x7f020099 + public const int ic_mr_button_connected_10_dark = 2130837657; + + // aapt resource value: 0x7f02009a + public const int ic_mr_button_connected_10_light = 2130837658; + + // aapt resource value: 0x7f02009b + public const int ic_mr_button_connected_11_dark = 2130837659; + + // aapt resource value: 0x7f02009c + public const int ic_mr_button_connected_11_light = 2130837660; + + // aapt resource value: 0x7f02009d + public const int ic_mr_button_connected_12_dark = 2130837661; + + // aapt resource value: 0x7f02009e + public const int ic_mr_button_connected_12_light = 2130837662; + + // aapt resource value: 0x7f02009f + public const int ic_mr_button_connected_13_dark = 2130837663; + + // aapt resource value: 0x7f0200a0 + public const int ic_mr_button_connected_13_light = 2130837664; + + // aapt resource value: 0x7f0200a1 + public const int ic_mr_button_connected_14_dark = 2130837665; + + // aapt resource value: 0x7f0200a2 + public const int ic_mr_button_connected_14_light = 2130837666; + + // aapt resource value: 0x7f0200a3 + public const int ic_mr_button_connected_15_dark = 2130837667; + + // aapt resource value: 0x7f0200a4 + public const int ic_mr_button_connected_15_light = 2130837668; + + // aapt resource value: 0x7f0200a5 + public const int ic_mr_button_connected_16_dark = 2130837669; + + // aapt resource value: 0x7f0200a6 + public const int ic_mr_button_connected_16_light = 2130837670; + + // aapt resource value: 0x7f0200a7 + public const int ic_mr_button_connected_17_dark = 2130837671; + + // aapt resource value: 0x7f0200a8 + public const int ic_mr_button_connected_17_light = 2130837672; + + // aapt resource value: 0x7f0200a9 + public const int ic_mr_button_connected_18_dark = 2130837673; + + // aapt resource value: 0x7f0200aa + public const int ic_mr_button_connected_18_light = 2130837674; + + // aapt resource value: 0x7f0200ab + public const int ic_mr_button_connected_19_dark = 2130837675; + + // aapt resource value: 0x7f0200ac + public const int ic_mr_button_connected_19_light = 2130837676; + + // aapt resource value: 0x7f0200ad + public const int ic_mr_button_connected_20_dark = 2130837677; + + // aapt resource value: 0x7f0200ae + public const int ic_mr_button_connected_20_light = 2130837678; + + // aapt resource value: 0x7f0200af + public const int ic_mr_button_connected_21_dark = 2130837679; + + // aapt resource value: 0x7f0200b0 + public const int ic_mr_button_connected_21_light = 2130837680; + + // aapt resource value: 0x7f0200b1 + public const int ic_mr_button_connected_22_dark = 2130837681; + + // aapt resource value: 0x7f0200b2 + public const int ic_mr_button_connected_22_light = 2130837682; + + // aapt resource value: 0x7f0200b3 + public const int ic_mr_button_connecting_00_dark = 2130837683; + + // aapt resource value: 0x7f0200b4 + public const int ic_mr_button_connecting_00_light = 2130837684; + + // aapt resource value: 0x7f0200b5 + public const int ic_mr_button_connecting_01_dark = 2130837685; + + // aapt resource value: 0x7f0200b6 + public const int ic_mr_button_connecting_01_light = 2130837686; + + // aapt resource value: 0x7f0200b7 + public const int ic_mr_button_connecting_02_dark = 2130837687; + + // aapt resource value: 0x7f0200b8 + public const int ic_mr_button_connecting_02_light = 2130837688; + + // aapt resource value: 0x7f0200b9 + public const int ic_mr_button_connecting_03_dark = 2130837689; + + // aapt resource value: 0x7f0200ba + public const int ic_mr_button_connecting_03_light = 2130837690; + + // aapt resource value: 0x7f0200bb + public const int ic_mr_button_connecting_04_dark = 2130837691; + + // aapt resource value: 0x7f0200bc + public const int ic_mr_button_connecting_04_light = 2130837692; + + // aapt resource value: 0x7f0200bd + public const int ic_mr_button_connecting_05_dark = 2130837693; + + // aapt resource value: 0x7f0200be + public const int ic_mr_button_connecting_05_light = 2130837694; + + // aapt resource value: 0x7f0200bf + public const int ic_mr_button_connecting_06_dark = 2130837695; + + // aapt resource value: 0x7f0200c0 + public const int ic_mr_button_connecting_06_light = 2130837696; + + // aapt resource value: 0x7f0200c1 + public const int ic_mr_button_connecting_07_dark = 2130837697; + + // aapt resource value: 0x7f0200c2 + public const int ic_mr_button_connecting_07_light = 2130837698; + + // aapt resource value: 0x7f0200c3 + public const int ic_mr_button_connecting_08_dark = 2130837699; + + // aapt resource value: 0x7f0200c4 + public const int ic_mr_button_connecting_08_light = 2130837700; + + // aapt resource value: 0x7f0200c5 + public const int ic_mr_button_connecting_09_dark = 2130837701; + + // aapt resource value: 0x7f0200c6 + public const int ic_mr_button_connecting_09_light = 2130837702; + + // aapt resource value: 0x7f0200c7 + public const int ic_mr_button_connecting_10_dark = 2130837703; + + // aapt resource value: 0x7f0200c8 + public const int ic_mr_button_connecting_10_light = 2130837704; + + // aapt resource value: 0x7f0200c9 + public const int ic_mr_button_connecting_11_dark = 2130837705; + + // aapt resource value: 0x7f0200ca + public const int ic_mr_button_connecting_11_light = 2130837706; + + // aapt resource value: 0x7f0200cb + public const int ic_mr_button_connecting_12_dark = 2130837707; + + // aapt resource value: 0x7f0200cc + public const int ic_mr_button_connecting_12_light = 2130837708; + + // aapt resource value: 0x7f0200cd + public const int ic_mr_button_connecting_13_dark = 2130837709; + + // aapt resource value: 0x7f0200ce + public const int ic_mr_button_connecting_13_light = 2130837710; + + // aapt resource value: 0x7f0200cf + public const int ic_mr_button_connecting_14_dark = 2130837711; + + // aapt resource value: 0x7f0200d0 + public const int ic_mr_button_connecting_14_light = 2130837712; + + // aapt resource value: 0x7f0200d1 + public const int ic_mr_button_connecting_15_dark = 2130837713; + + // aapt resource value: 0x7f0200d2 + public const int ic_mr_button_connecting_15_light = 2130837714; + + // aapt resource value: 0x7f0200d3 + public const int ic_mr_button_connecting_16_dark = 2130837715; + + // aapt resource value: 0x7f0200d4 + public const int ic_mr_button_connecting_16_light = 2130837716; + + // aapt resource value: 0x7f0200d5 + public const int ic_mr_button_connecting_17_dark = 2130837717; + + // aapt resource value: 0x7f0200d6 + public const int ic_mr_button_connecting_17_light = 2130837718; + + // aapt resource value: 0x7f0200d7 + public const int ic_mr_button_connecting_18_dark = 2130837719; + + // aapt resource value: 0x7f0200d8 + public const int ic_mr_button_connecting_18_light = 2130837720; + + // aapt resource value: 0x7f0200d9 + public const int ic_mr_button_connecting_19_dark = 2130837721; + + // aapt resource value: 0x7f0200da + public const int ic_mr_button_connecting_19_light = 2130837722; + + // aapt resource value: 0x7f0200db + public const int ic_mr_button_connecting_20_dark = 2130837723; + + // aapt resource value: 0x7f0200dc + public const int ic_mr_button_connecting_20_light = 2130837724; + + // aapt resource value: 0x7f0200dd + public const int ic_mr_button_connecting_21_dark = 2130837725; + + // aapt resource value: 0x7f0200de + public const int ic_mr_button_connecting_21_light = 2130837726; + + // aapt resource value: 0x7f0200df + public const int ic_mr_button_connecting_22_dark = 2130837727; + + // aapt resource value: 0x7f0200e0 + public const int ic_mr_button_connecting_22_light = 2130837728; + + // aapt resource value: 0x7f0200e1 + public const int ic_mr_button_disabled_dark = 2130837729; + + // aapt resource value: 0x7f0200e2 + public const int ic_mr_button_disabled_light = 2130837730; + + // aapt resource value: 0x7f0200e3 + public const int ic_mr_button_disconnected_dark = 2130837731; + + // aapt resource value: 0x7f0200e4 + public const int ic_mr_button_disconnected_light = 2130837732; + + // aapt resource value: 0x7f0200e5 + public const int ic_mr_button_grey = 2130837733; + + // aapt resource value: 0x7f0200e6 + public const int ic_vol_type_speaker_dark = 2130837734; + + // aapt resource value: 0x7f0200e7 + public const int ic_vol_type_speaker_group_dark = 2130837735; + + // aapt resource value: 0x7f0200e8 + public const int ic_vol_type_speaker_group_light = 2130837736; + + // aapt resource value: 0x7f0200e9 + public const int ic_vol_type_speaker_light = 2130837737; + + // aapt resource value: 0x7f0200ea + public const int ic_vol_type_tv_dark = 2130837738; + + // aapt resource value: 0x7f0200eb + public const int ic_vol_type_tv_light = 2130837739; + + // aapt resource value: 0x7f0200ec + public const int icon = 2130837740; + + // aapt resource value: 0x7f0200ed + public const int mr_button_connected_dark = 2130837741; + + // aapt resource value: 0x7f0200ee + public const int mr_button_connected_light = 2130837742; + + // aapt resource value: 0x7f0200ef + public const int mr_button_connecting_dark = 2130837743; + + // aapt resource value: 0x7f0200f0 + public const int mr_button_connecting_light = 2130837744; + + // aapt resource value: 0x7f0200f1 + public const int mr_button_dark = 2130837745; + + // aapt resource value: 0x7f0200f2 + public const int mr_button_light = 2130837746; + + // aapt resource value: 0x7f0200f3 + public const int mr_dialog_close_dark = 2130837747; + + // aapt resource value: 0x7f0200f4 + public const int mr_dialog_close_light = 2130837748; + + // aapt resource value: 0x7f0200f5 + public const int mr_dialog_material_background_dark = 2130837749; + + // aapt resource value: 0x7f0200f6 + public const int mr_dialog_material_background_light = 2130837750; + + // aapt resource value: 0x7f0200f7 + public const int mr_group_collapse = 2130837751; + + // aapt resource value: 0x7f0200f8 + public const int mr_group_expand = 2130837752; + + // aapt resource value: 0x7f0200f9 + public const int mr_media_pause_dark = 2130837753; + + // aapt resource value: 0x7f0200fa + public const int mr_media_pause_light = 2130837754; + + // aapt resource value: 0x7f0200fb + public const int mr_media_play_dark = 2130837755; + + // aapt resource value: 0x7f0200fc + public const int mr_media_play_light = 2130837756; + + // aapt resource value: 0x7f0200fd + public const int mr_media_stop_dark = 2130837757; + + // aapt resource value: 0x7f0200fe + public const int mr_media_stop_light = 2130837758; + + // aapt resource value: 0x7f0200ff + public const int mr_vol_type_audiotrack_dark = 2130837759; + + // aapt resource value: 0x7f020100 + public const int mr_vol_type_audiotrack_light = 2130837760; + + // aapt resource value: 0x7f020101 + public const int navigation_empty_icon = 2130837761; + + // aapt resource value: 0x7f020102 + public const int notification_action_background = 2130837762; + + // aapt resource value: 0x7f020103 + public const int notification_bg = 2130837763; + + // aapt resource value: 0x7f020104 + public const int notification_bg_low = 2130837764; + + // aapt resource value: 0x7f020105 + public const int notification_bg_low_normal = 2130837765; + + // aapt resource value: 0x7f020106 + public const int notification_bg_low_pressed = 2130837766; + + // aapt resource value: 0x7f020107 + public const int notification_bg_normal = 2130837767; + + // aapt resource value: 0x7f020108 + public const int notification_bg_normal_pressed = 2130837768; + + // aapt resource value: 0x7f020109 + public const int notification_icon_background = 2130837769; + + // aapt resource value: 0x7f02010c + public const int notification_template_icon_bg = 2130837772; + + // aapt resource value: 0x7f02010d + public const int notification_template_icon_low_bg = 2130837773; + + // aapt resource value: 0x7f02010a + public const int notification_tile_bg = 2130837770; + + // aapt resource value: 0x7f02010b + public const int notify_panel_notification_icon_bg = 2130837771; + + static Drawable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Drawable() + { + } + } + + public partial class Id + { + + // aapt resource value: 0x7f08009e + public const int action0 = 2131230878; + + // aapt resource value: 0x7f080064 + public const int action_bar = 2131230820; + + // aapt resource value: 0x7f080001 + public const int action_bar_activity_content = 2131230721; + + // aapt resource value: 0x7f080063 + public const int action_bar_container = 2131230819; + + // aapt resource value: 0x7f08005f + public const int action_bar_root = 2131230815; + + // aapt resource value: 0x7f080002 + public const int action_bar_spinner = 2131230722; + + // aapt resource value: 0x7f080042 + public const int action_bar_subtitle = 2131230786; + + // aapt resource value: 0x7f080041 + public const int action_bar_title = 2131230785; + + // aapt resource value: 0x7f08009b + public const int action_container = 2131230875; + + // aapt resource value: 0x7f080065 + public const int action_context_bar = 2131230821; + + // aapt resource value: 0x7f0800a2 + public const int action_divider = 2131230882; + + // aapt resource value: 0x7f08009c + public const int action_image = 2131230876; + + // aapt resource value: 0x7f080003 + public const int action_menu_divider = 2131230723; + + // aapt resource value: 0x7f080004 + public const int action_menu_presenter = 2131230724; + + // aapt resource value: 0x7f080061 + public const int action_mode_bar = 2131230817; + + // aapt resource value: 0x7f080060 + public const int action_mode_bar_stub = 2131230816; + + // aapt resource value: 0x7f080043 + public const int action_mode_close_button = 2131230787; + + // aapt resource value: 0x7f08009d + public const int action_text = 2131230877; + + // aapt resource value: 0x7f0800ab + public const int actions = 2131230891; + + // aapt resource value: 0x7f080044 + public const int activity_chooser_view_content = 2131230788; + + // aapt resource value: 0x7f08001e + public const int add = 2131230750; + + // aapt resource value: 0x7f080058 + public const int alertTitle = 2131230808; + + // aapt resource value: 0x7f08003d + public const int all = 2131230781; + + // aapt resource value: 0x7f080023 + public const int always = 2131230755; + + // aapt resource value: 0x7f08002f + public const int auto = 2131230767; + + // aapt resource value: 0x7f080020 + public const int beginning = 2131230752; + + // aapt resource value: 0x7f080028 + public const int bottom = 2131230760; + + // aapt resource value: 0x7f08004b + public const int buttonPanel = 2131230795; + + // aapt resource value: 0x7f08009f + public const int cancel_action = 2131230879; + + // aapt resource value: 0x7f080030 + public const int center = 2131230768; + + // aapt resource value: 0x7f080031 + public const int center_horizontal = 2131230769; + + // aapt resource value: 0x7f080032 + public const int center_vertical = 2131230770; + + // aapt resource value: 0x7f08005b + public const int checkbox = 2131230811; + + // aapt resource value: 0x7f0800a7 + public const int chronometer = 2131230887; + + // aapt resource value: 0x7f080039 + public const int clip_horizontal = 2131230777; + + // aapt resource value: 0x7f08003a + public const int clip_vertical = 2131230778; + + // aapt resource value: 0x7f080024 + public const int collapseActionView = 2131230756; + + // aapt resource value: 0x7f080075 + public const int container = 2131230837; + + // aapt resource value: 0x7f08004e + public const int contentPanel = 2131230798; + + // aapt resource value: 0x7f080076 + public const int coordinator = 2131230838; + + // aapt resource value: 0x7f080055 + public const int custom = 2131230805; + + // aapt resource value: 0x7f080054 + public const int customPanel = 2131230804; + + // aapt resource value: 0x7f080062 + public const int decor_content_parent = 2131230818; + + // aapt resource value: 0x7f080047 + public const int default_activity_button = 2131230791; + + // aapt resource value: 0x7f080078 + public const int design_bottom_sheet = 2131230840; + + // aapt resource value: 0x7f08007f + public const int design_menu_item_action_area = 2131230847; + + // aapt resource value: 0x7f08007e + public const int design_menu_item_action_area_stub = 2131230846; + + // aapt resource value: 0x7f08007d + public const int design_menu_item_text = 2131230845; + + // aapt resource value: 0x7f08007c + public const int design_navigation_view = 2131230844; + + // aapt resource value: 0x7f080012 + public const int disableHome = 2131230738; + + // aapt resource value: 0x7f080066 + public const int edit_query = 2131230822; + + // aapt resource value: 0x7f080021 + public const int end = 2131230753; + + // aapt resource value: 0x7f0800b1 + public const int end_padder = 2131230897; + + // aapt resource value: 0x7f08002a + public const int enterAlways = 2131230762; + + // aapt resource value: 0x7f08002b + public const int enterAlwaysCollapsed = 2131230763; + + // aapt resource value: 0x7f08002c + public const int exitUntilCollapsed = 2131230764; + + // aapt resource value: 0x7f080045 + public const int expand_activities_button = 2131230789; + + // aapt resource value: 0x7f08005a + public const int expanded_menu = 2131230810; + + // aapt resource value: 0x7f08003b + public const int fill = 2131230779; + + // aapt resource value: 0x7f08003c + public const int fill_horizontal = 2131230780; + + // aapt resource value: 0x7f080033 + public const int fill_vertical = 2131230771; + + // aapt resource value: 0x7f08003f + public const int @fixed = 2131230783; + + // aapt resource value: 0x7f080005 + public const int home = 2131230725; + + // aapt resource value: 0x7f080013 + public const int homeAsUp = 2131230739; + + // aapt resource value: 0x7f080049 + public const int icon = 2131230793; + + // aapt resource value: 0x7f0800ac + public const int icon_group = 2131230892; + + // aapt resource value: 0x7f080025 + public const int ifRoom = 2131230757; + + // aapt resource value: 0x7f080046 + public const int image = 2131230790; + + // aapt resource value: 0x7f0800a8 + public const int info = 2131230888; + + // aapt resource value: 0x7f080000 + public const int item_touch_helper_previous_elevation = 2131230720; + + // aapt resource value: 0x7f080074 + public const int largeLabel = 2131230836; + + // aapt resource value: 0x7f080034 + public const int left = 2131230772; + + // aapt resource value: 0x7f0800ad + public const int line1 = 2131230893; + + // aapt resource value: 0x7f0800af + public const int line3 = 2131230895; + + // aapt resource value: 0x7f08000f + public const int listMode = 2131230735; + + // aapt resource value: 0x7f080048 + public const int list_item = 2131230792; + + // aapt resource value: 0x7f0800b5 + public const int masked = 2131230901; + + // aapt resource value: 0x7f0800a1 + public const int media_actions = 2131230881; + + // aapt resource value: 0x7f080022 + public const int middle = 2131230754; + + // aapt resource value: 0x7f08003e + public const int mini = 2131230782; + + // aapt resource value: 0x7f08008d + public const int mr_art = 2131230861; + + // aapt resource value: 0x7f080082 + public const int mr_chooser_list = 2131230850; + + // aapt resource value: 0x7f080085 + public const int mr_chooser_route_desc = 2131230853; + + // aapt resource value: 0x7f080083 + public const int mr_chooser_route_icon = 2131230851; + + // aapt resource value: 0x7f080084 + public const int mr_chooser_route_name = 2131230852; + + // aapt resource value: 0x7f080081 + public const int mr_chooser_title = 2131230849; + + // aapt resource value: 0x7f08008a + public const int mr_close = 2131230858; + + // aapt resource value: 0x7f080090 + public const int mr_control_divider = 2131230864; + + // aapt resource value: 0x7f080096 + public const int mr_control_playback_ctrl = 2131230870; + + // aapt resource value: 0x7f080099 + public const int mr_control_subtitle = 2131230873; + + // aapt resource value: 0x7f080098 + public const int mr_control_title = 2131230872; + + // aapt resource value: 0x7f080097 + public const int mr_control_title_container = 2131230871; + + // aapt resource value: 0x7f08008b + public const int mr_custom_control = 2131230859; + + // aapt resource value: 0x7f08008c + public const int mr_default_control = 2131230860; + + // aapt resource value: 0x7f080087 + public const int mr_dialog_area = 2131230855; + + // aapt resource value: 0x7f080086 + public const int mr_expandable_area = 2131230854; + + // aapt resource value: 0x7f08009a + public const int mr_group_expand_collapse = 2131230874; + + // aapt resource value: 0x7f08008e + public const int mr_media_main_control = 2131230862; + + // aapt resource value: 0x7f080089 + public const int mr_name = 2131230857; + + // aapt resource value: 0x7f08008f + public const int mr_playback_control = 2131230863; + + // aapt resource value: 0x7f080088 + public const int mr_title_bar = 2131230856; + + // aapt resource value: 0x7f080091 + public const int mr_volume_control = 2131230865; + + // aapt resource value: 0x7f080092 + public const int mr_volume_group_list = 2131230866; + + // aapt resource value: 0x7f080094 + public const int mr_volume_item_icon = 2131230868; + + // aapt resource value: 0x7f080095 + public const int mr_volume_slider = 2131230869; + + // aapt resource value: 0x7f080019 + public const int multiply = 2131230745; + + // aapt resource value: 0x7f08007b + public const int navigation_header_container = 2131230843; + + // aapt resource value: 0x7f080026 + public const int never = 2131230758; + + // aapt resource value: 0x7f080014 + public const int none = 2131230740; + + // aapt resource value: 0x7f080010 + public const int normal = 2131230736; + + // aapt resource value: 0x7f0800aa + public const int notification_background = 2131230890; + + // aapt resource value: 0x7f0800a4 + public const int notification_main_column = 2131230884; + + // aapt resource value: 0x7f0800a3 + public const int notification_main_column_container = 2131230883; + + // aapt resource value: 0x7f080037 + public const int parallax = 2131230775; + + // aapt resource value: 0x7f08004d + public const int parentPanel = 2131230797; + + // aapt resource value: 0x7f080038 + public const int pin = 2131230776; + + // aapt resource value: 0x7f080006 + public const int progress_circular = 2131230726; + + // aapt resource value: 0x7f080007 + public const int progress_horizontal = 2131230727; + + // aapt resource value: 0x7f08005d + public const int radio = 2131230813; + + // aapt resource value: 0x7f080035 + public const int right = 2131230773; + + // aapt resource value: 0x7f0800a9 + public const int right_icon = 2131230889; + + // aapt resource value: 0x7f0800a5 + public const int right_side = 2131230885; + + // aapt resource value: 0x7f08001a + public const int screen = 2131230746; + + // aapt resource value: 0x7f08002d + public const int scroll = 2131230765; + + // aapt resource value: 0x7f080053 + public const int scrollIndicatorDown = 2131230803; + + // aapt resource value: 0x7f08004f + public const int scrollIndicatorUp = 2131230799; + + // aapt resource value: 0x7f080050 + public const int scrollView = 2131230800; + + // aapt resource value: 0x7f080040 + public const int scrollable = 2131230784; + + // aapt resource value: 0x7f080068 + public const int search_badge = 2131230824; + + // aapt resource value: 0x7f080067 + public const int search_bar = 2131230823; + + // aapt resource value: 0x7f080069 + public const int search_button = 2131230825; + + // aapt resource value: 0x7f08006e + public const int search_close_btn = 2131230830; + + // aapt resource value: 0x7f08006a + public const int search_edit_frame = 2131230826; + + // aapt resource value: 0x7f080070 + public const int search_go_btn = 2131230832; + + // aapt resource value: 0x7f08006b + public const int search_mag_icon = 2131230827; + + // aapt resource value: 0x7f08006c + public const int search_plate = 2131230828; + + // aapt resource value: 0x7f08006d + public const int search_src_text = 2131230829; + + // aapt resource value: 0x7f080071 + public const int search_voice_btn = 2131230833; + + // aapt resource value: 0x7f080072 + public const int select_dialog_listview = 2131230834; + + // aapt resource value: 0x7f08005c + public const int shortcut = 2131230812; + + // aapt resource value: 0x7f080015 + public const int showCustom = 2131230741; + + // aapt resource value: 0x7f080016 + public const int showHome = 2131230742; + + // aapt resource value: 0x7f080017 + public const int showTitle = 2131230743; + + // aapt resource value: 0x7f0800b2 + public const int sliding_tabs = 2131230898; + + // aapt resource value: 0x7f080073 + public const int smallLabel = 2131230835; + + // aapt resource value: 0x7f08007a + public const int snackbar_action = 2131230842; + + // aapt resource value: 0x7f080079 + public const int snackbar_text = 2131230841; + + // aapt resource value: 0x7f08002e + public const int snap = 2131230766; + + // aapt resource value: 0x7f08004c + public const int spacer = 2131230796; + + // aapt resource value: 0x7f080008 + public const int split_action_bar = 2131230728; + + // aapt resource value: 0x7f08001b + public const int src_atop = 2131230747; + + // aapt resource value: 0x7f08001c + public const int src_in = 2131230748; + + // aapt resource value: 0x7f08001d + public const int src_over = 2131230749; + + // aapt resource value: 0x7f080036 + public const int start = 2131230774; + + // aapt resource value: 0x7f0800a0 + public const int status_bar_latest_event_content = 2131230880; + + // aapt resource value: 0x7f08005e + public const int submenuarrow = 2131230814; + + // aapt resource value: 0x7f08006f + public const int submit_area = 2131230831; + + // aapt resource value: 0x7f080011 + public const int tabMode = 2131230737; + + // aapt resource value: 0x7f0800b0 + public const int text = 2131230896; + + // aapt resource value: 0x7f0800ae + public const int text2 = 2131230894; + + // aapt resource value: 0x7f080052 + public const int textSpacerNoButtons = 2131230802; + + // aapt resource value: 0x7f080051 + public const int textSpacerNoTitle = 2131230801; + + // aapt resource value: 0x7f080080 + public const int text_input_password_toggle = 2131230848; + + // aapt resource value: 0x7f08000c + public const int textinput_counter = 2131230732; + + // aapt resource value: 0x7f08000d + public const int textinput_error = 2131230733; + + // aapt resource value: 0x7f0800a6 + public const int time = 2131230886; + + // aapt resource value: 0x7f08004a + public const int title = 2131230794; + + // aapt resource value: 0x7f080059 + public const int titleDividerNoCustom = 2131230809; + + // aapt resource value: 0x7f080057 + public const int title_template = 2131230807; + + // aapt resource value: 0x7f0800b3 + public const int toolbar = 2131230899; + + // aapt resource value: 0x7f080029 + public const int top = 2131230761; + + // aapt resource value: 0x7f080056 + public const int topPanel = 2131230806; + + // aapt resource value: 0x7f080077 + public const int touch_outside = 2131230839; + + // aapt resource value: 0x7f08000a + public const int transition_current_scene = 2131230730; + + // aapt resource value: 0x7f08000b + public const int transition_scene_layoutid_cache = 2131230731; + + // aapt resource value: 0x7f080009 + public const int up = 2131230729; + + // aapt resource value: 0x7f080018 + public const int useLogo = 2131230744; + + // aapt resource value: 0x7f08000e + public const int view_offset_helper = 2131230734; + + // aapt resource value: 0x7f0800b4 + public const int visible = 2131230900; + + // aapt resource value: 0x7f080093 + public const int volume_item_container = 2131230867; + + // aapt resource value: 0x7f080027 + public const int withText = 2131230759; + + // aapt resource value: 0x7f08001f + public const int wrap_content = 2131230751; + + static Id() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Id() + { + } + } + + public partial class Integer + { + + // aapt resource value: 0x7f0a0003 + public const int abc_config_activityDefaultDur = 2131361795; + + // aapt resource value: 0x7f0a0004 + public const int abc_config_activityShortDur = 2131361796; + + // aapt resource value: 0x7f0a0008 + public const int app_bar_elevation_anim_duration = 2131361800; + + // aapt resource value: 0x7f0a0009 + public const int bottom_sheet_slide_duration = 2131361801; + + // aapt resource value: 0x7f0a0005 + public const int cancel_button_image_alpha = 2131361797; + + // aapt resource value: 0x7f0a0007 + public const int design_snackbar_text_max_lines = 2131361799; + + // aapt resource value: 0x7f0a000a + public const int hide_password_duration = 2131361802; + + // aapt resource value: 0x7f0a0000 + public const int mr_controller_volume_group_list_animation_duration_ms = 2131361792; + + // aapt resource value: 0x7f0a0001 + public const int mr_controller_volume_group_list_fade_in_duration_ms = 2131361793; + + // aapt resource value: 0x7f0a0002 + public const int mr_controller_volume_group_list_fade_out_duration_ms = 2131361794; + + // aapt resource value: 0x7f0a000b + public const int show_password_duration = 2131361803; + + // aapt resource value: 0x7f0a0006 + public const int status_bar_notification_info_maxnum = 2131361798; + + static Integer() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Integer() + { + } + } + + public partial class Interpolator + { + + // aapt resource value: 0x7f060000 + public const int mr_fast_out_slow_in = 2131099648; + + // aapt resource value: 0x7f060001 + public const int mr_linear_out_slow_in = 2131099649; + + static Interpolator() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Interpolator() + { + } + } + + public partial class Layout + { + + // aapt resource value: 0x7f030000 + public const int abc_action_bar_title_item = 2130903040; + + // aapt resource value: 0x7f030001 + public const int abc_action_bar_up_container = 2130903041; + + // aapt resource value: 0x7f030002 + public const int abc_action_bar_view_list_nav_layout = 2130903042; + + // aapt resource value: 0x7f030003 + public const int abc_action_menu_item_layout = 2130903043; + + // aapt resource value: 0x7f030004 + public const int abc_action_menu_layout = 2130903044; + + // aapt resource value: 0x7f030005 + public const int abc_action_mode_bar = 2130903045; + + // aapt resource value: 0x7f030006 + public const int abc_action_mode_close_item_material = 2130903046; + + // aapt resource value: 0x7f030007 + public const int abc_activity_chooser_view = 2130903047; + + // aapt resource value: 0x7f030008 + public const int abc_activity_chooser_view_list_item = 2130903048; + + // aapt resource value: 0x7f030009 + public const int abc_alert_dialog_button_bar_material = 2130903049; + + // aapt resource value: 0x7f03000a + public const int abc_alert_dialog_material = 2130903050; + + // aapt resource value: 0x7f03000b + public const int abc_alert_dialog_title_material = 2130903051; + + // aapt resource value: 0x7f03000c + public const int abc_dialog_title_material = 2130903052; + + // aapt resource value: 0x7f03000d + public const int abc_expanded_menu_layout = 2130903053; + + // aapt resource value: 0x7f03000e + public const int abc_list_menu_item_checkbox = 2130903054; + + // aapt resource value: 0x7f03000f + public const int abc_list_menu_item_icon = 2130903055; + + // aapt resource value: 0x7f030010 + public const int abc_list_menu_item_layout = 2130903056; + + // aapt resource value: 0x7f030011 + public const int abc_list_menu_item_radio = 2130903057; + + // aapt resource value: 0x7f030012 + public const int abc_popup_menu_header_item_layout = 2130903058; + + // aapt resource value: 0x7f030013 + public const int abc_popup_menu_item_layout = 2130903059; + + // aapt resource value: 0x7f030014 + public const int abc_screen_content_include = 2130903060; + + // aapt resource value: 0x7f030015 + public const int abc_screen_simple = 2130903061; + + // aapt resource value: 0x7f030016 + public const int abc_screen_simple_overlay_action_mode = 2130903062; + + // aapt resource value: 0x7f030017 + public const int abc_screen_toolbar = 2130903063; + + // aapt resource value: 0x7f030018 + public const int abc_search_dropdown_item_icons_2line = 2130903064; + + // aapt resource value: 0x7f030019 + public const int abc_search_view = 2130903065; + + // aapt resource value: 0x7f03001a + public const int abc_select_dialog_material = 2130903066; + + // aapt resource value: 0x7f03001b + public const int design_bottom_navigation_item = 2130903067; + + // aapt resource value: 0x7f03001c + public const int design_bottom_sheet_dialog = 2130903068; + + // aapt resource value: 0x7f03001d + public const int design_layout_snackbar = 2130903069; + + // aapt resource value: 0x7f03001e + public const int design_layout_snackbar_include = 2130903070; + + // aapt resource value: 0x7f03001f + public const int design_layout_tab_icon = 2130903071; + + // aapt resource value: 0x7f030020 + public const int design_layout_tab_text = 2130903072; + + // aapt resource value: 0x7f030021 + public const int design_menu_item_action_area = 2130903073; + + // aapt resource value: 0x7f030022 + public const int design_navigation_item = 2130903074; + + // aapt resource value: 0x7f030023 + public const int design_navigation_item_header = 2130903075; + + // aapt resource value: 0x7f030024 + public const int design_navigation_item_separator = 2130903076; + + // aapt resource value: 0x7f030025 + public const int design_navigation_item_subheader = 2130903077; + + // aapt resource value: 0x7f030026 + public const int design_navigation_menu = 2130903078; + + // aapt resource value: 0x7f030027 + public const int design_navigation_menu_item = 2130903079; + + // aapt resource value: 0x7f030028 + public const int design_text_input_password_icon = 2130903080; + + // aapt resource value: 0x7f030029 + public const int mr_chooser_dialog = 2130903081; + + // aapt resource value: 0x7f03002a + public const int mr_chooser_list_item = 2130903082; + + // aapt resource value: 0x7f03002b + public const int mr_controller_material_dialog_b = 2130903083; + + // aapt resource value: 0x7f03002c + public const int mr_controller_volume_item = 2130903084; + + // aapt resource value: 0x7f03002d + public const int mr_playback_control = 2130903085; + + // aapt resource value: 0x7f03002e + public const int mr_volume_control = 2130903086; + + // aapt resource value: 0x7f03002f + public const int notification_action = 2130903087; + + // aapt resource value: 0x7f030030 + public const int notification_action_tombstone = 2130903088; + + // aapt resource value: 0x7f030031 + public const int notification_media_action = 2130903089; + + // aapt resource value: 0x7f030032 + public const int notification_media_cancel_action = 2130903090; + + // aapt resource value: 0x7f030033 + public const int notification_template_big_media = 2130903091; + + // aapt resource value: 0x7f030034 + public const int notification_template_big_media_custom = 2130903092; + + // aapt resource value: 0x7f030035 + public const int notification_template_big_media_narrow = 2130903093; + + // aapt resource value: 0x7f030036 + public const int notification_template_big_media_narrow_custom = 2130903094; + + // aapt resource value: 0x7f030037 + public const int notification_template_custom_big = 2130903095; + + // aapt resource value: 0x7f030038 + public const int notification_template_icon_group = 2130903096; + + // aapt resource value: 0x7f030039 + public const int notification_template_lines_media = 2130903097; + + // aapt resource value: 0x7f03003a + public const int notification_template_media = 2130903098; + + // aapt resource value: 0x7f03003b + public const int notification_template_media_custom = 2130903099; + + // aapt resource value: 0x7f03003c + public const int notification_template_part_chronometer = 2130903100; + + // aapt resource value: 0x7f03003d + public const int notification_template_part_time = 2130903101; + + // aapt resource value: 0x7f03003e + public const int select_dialog_item_material = 2130903102; + + // aapt resource value: 0x7f03003f + public const int select_dialog_multichoice_material = 2130903103; + + // aapt resource value: 0x7f030040 + public const int select_dialog_singlechoice_material = 2130903104; + + // aapt resource value: 0x7f030041 + public const int support_simple_spinner_dropdown_item = 2130903105; + + // aapt resource value: 0x7f030042 + public const int Tabbar = 2130903106; + + // aapt resource value: 0x7f030043 + public const int Toolbar = 2130903107; + + static Layout() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Layout() + { + } + } + + public partial class String + { + + // aapt resource value: 0x7f090015 + public const int abc_action_bar_home_description = 2131296277; + + // aapt resource value: 0x7f090016 + public const int abc_action_bar_home_description_format = 2131296278; + + // aapt resource value: 0x7f090017 + public const int abc_action_bar_home_subtitle_description_format = 2131296279; + + // aapt resource value: 0x7f090018 + public const int abc_action_bar_up_description = 2131296280; + + // aapt resource value: 0x7f090019 + public const int abc_action_menu_overflow_description = 2131296281; + + // aapt resource value: 0x7f09001a + public const int abc_action_mode_done = 2131296282; + + // aapt resource value: 0x7f09001b + public const int abc_activity_chooser_view_see_all = 2131296283; + + // aapt resource value: 0x7f09001c + public const int abc_activitychooserview_choose_application = 2131296284; + + // aapt resource value: 0x7f09001d + public const int abc_capital_off = 2131296285; + + // aapt resource value: 0x7f09001e + public const int abc_capital_on = 2131296286; + + // aapt resource value: 0x7f09002a + public const int abc_font_family_body_1_material = 2131296298; + + // aapt resource value: 0x7f09002b + public const int abc_font_family_body_2_material = 2131296299; + + // aapt resource value: 0x7f09002c + public const int abc_font_family_button_material = 2131296300; + + // aapt resource value: 0x7f09002d + public const int abc_font_family_caption_material = 2131296301; + + // aapt resource value: 0x7f09002e + public const int abc_font_family_display_1_material = 2131296302; + + // aapt resource value: 0x7f09002f + public const int abc_font_family_display_2_material = 2131296303; + + // aapt resource value: 0x7f090030 + public const int abc_font_family_display_3_material = 2131296304; + + // aapt resource value: 0x7f090031 + public const int abc_font_family_display_4_material = 2131296305; + + // aapt resource value: 0x7f090032 + public const int abc_font_family_headline_material = 2131296306; + + // aapt resource value: 0x7f090033 + public const int abc_font_family_menu_material = 2131296307; + + // aapt resource value: 0x7f090034 + public const int abc_font_family_subhead_material = 2131296308; + + // aapt resource value: 0x7f090035 + public const int abc_font_family_title_material = 2131296309; + + // aapt resource value: 0x7f09001f + public const int abc_search_hint = 2131296287; + + // aapt resource value: 0x7f090020 + public const int abc_searchview_description_clear = 2131296288; + + // aapt resource value: 0x7f090021 + public const int abc_searchview_description_query = 2131296289; + + // aapt resource value: 0x7f090022 + public const int abc_searchview_description_search = 2131296290; + + // aapt resource value: 0x7f090023 + public const int abc_searchview_description_submit = 2131296291; + + // aapt resource value: 0x7f090024 + public const int abc_searchview_description_voice = 2131296292; + + // aapt resource value: 0x7f090025 + public const int abc_shareactionprovider_share_with = 2131296293; + + // aapt resource value: 0x7f090026 + public const int abc_shareactionprovider_share_with_application = 2131296294; + + // aapt resource value: 0x7f090027 + public const int abc_toolbar_collapse_description = 2131296295; + + // aapt resource value: 0x7f090036 + public const int appbar_scrolling_view_behavior = 2131296310; + + // aapt resource value: 0x7f090037 + public const int bottom_sheet_behavior = 2131296311; + + // aapt resource value: 0x7f090038 + public const int character_counter_pattern = 2131296312; + + // aapt resource value: 0x7f090000 + public const int mr_button_content_description = 2131296256; + + // aapt resource value: 0x7f090001 + public const int mr_cast_button_connected = 2131296257; + + // aapt resource value: 0x7f090002 + public const int mr_cast_button_connecting = 2131296258; + + // aapt resource value: 0x7f090003 + public const int mr_cast_button_disconnected = 2131296259; + + // aapt resource value: 0x7f090004 + public const int mr_chooser_searching = 2131296260; + + // aapt resource value: 0x7f090005 + public const int mr_chooser_title = 2131296261; + + // aapt resource value: 0x7f090006 + public const int mr_controller_album_art = 2131296262; + + // aapt resource value: 0x7f090007 + public const int mr_controller_casting_screen = 2131296263; + + // aapt resource value: 0x7f090008 + public const int mr_controller_close_description = 2131296264; + + // aapt resource value: 0x7f090009 + public const int mr_controller_collapse_group = 2131296265; + + // aapt resource value: 0x7f09000a + public const int mr_controller_disconnect = 2131296266; + + // aapt resource value: 0x7f09000b + public const int mr_controller_expand_group = 2131296267; + + // aapt resource value: 0x7f09000c + public const int mr_controller_no_info_available = 2131296268; + + // aapt resource value: 0x7f09000d + public const int mr_controller_no_media_selected = 2131296269; + + // aapt resource value: 0x7f09000e + public const int mr_controller_pause = 2131296270; + + // aapt resource value: 0x7f09000f + public const int mr_controller_play = 2131296271; + + // aapt resource value: 0x7f090014 + public const int mr_controller_stop = 2131296276; + + // aapt resource value: 0x7f090010 + public const int mr_controller_stop_casting = 2131296272; + + // aapt resource value: 0x7f090011 + public const int mr_controller_volume_slider = 2131296273; + + // aapt resource value: 0x7f090012 + public const int mr_system_route_name = 2131296274; + + // aapt resource value: 0x7f090013 + public const int mr_user_route_category_name = 2131296275; + + // aapt resource value: 0x7f090039 + public const int password_toggle_content_description = 2131296313; + + // aapt resource value: 0x7f09003a + public const int path_password_eye = 2131296314; + + // aapt resource value: 0x7f09003b + public const int path_password_eye_mask_strike_through = 2131296315; + + // aapt resource value: 0x7f09003c + public const int path_password_eye_mask_visible = 2131296316; + + // aapt resource value: 0x7f09003d + public const int path_password_strike_through = 2131296317; + + // aapt resource value: 0x7f090028 + public const int search_menu_title = 2131296296; + + // aapt resource value: 0x7f090029 + public const int status_bar_notification_info_overflow = 2131296297; + + static String() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private String() + { + } + } + + public partial class Style + { + + // aapt resource value: 0x7f0b00ae + public const int AlertDialog_AppCompat = 2131427502; + + // aapt resource value: 0x7f0b00af + public const int AlertDialog_AppCompat_Light = 2131427503; + + // aapt resource value: 0x7f0b00b0 + public const int Animation_AppCompat_Dialog = 2131427504; + + // aapt resource value: 0x7f0b00b1 + public const int Animation_AppCompat_DropDownUp = 2131427505; + + // aapt resource value: 0x7f0b0170 + public const int Animation_Design_BottomSheetDialog = 2131427696; + + // aapt resource value: 0x7f0b018b + public const int AppCompatDialogStyle = 2131427723; + + // aapt resource value: 0x7f0b00b2 + public const int Base_AlertDialog_AppCompat = 2131427506; + + // aapt resource value: 0x7f0b00b3 + public const int Base_AlertDialog_AppCompat_Light = 2131427507; + + // aapt resource value: 0x7f0b00b4 + public const int Base_Animation_AppCompat_Dialog = 2131427508; + + // aapt resource value: 0x7f0b00b5 + public const int Base_Animation_AppCompat_DropDownUp = 2131427509; + + // aapt resource value: 0x7f0b000c + public const int Base_CardView = 2131427340; + + // aapt resource value: 0x7f0b00b6 + public const int Base_DialogWindowTitle_AppCompat = 2131427510; + + // aapt resource value: 0x7f0b00b7 + public const int Base_DialogWindowTitleBackground_AppCompat = 2131427511; + + // aapt resource value: 0x7f0b004e + public const int Base_TextAppearance_AppCompat = 2131427406; + + // aapt resource value: 0x7f0b004f + public const int Base_TextAppearance_AppCompat_Body1 = 2131427407; + + // aapt resource value: 0x7f0b0050 + public const int Base_TextAppearance_AppCompat_Body2 = 2131427408; + + // aapt resource value: 0x7f0b0036 + public const int Base_TextAppearance_AppCompat_Button = 2131427382; + + // aapt resource value: 0x7f0b0051 + public const int Base_TextAppearance_AppCompat_Caption = 2131427409; + + // aapt resource value: 0x7f0b0052 + public const int Base_TextAppearance_AppCompat_Display1 = 2131427410; + + // aapt resource value: 0x7f0b0053 + public const int Base_TextAppearance_AppCompat_Display2 = 2131427411; + + // aapt resource value: 0x7f0b0054 + public const int Base_TextAppearance_AppCompat_Display3 = 2131427412; + + // aapt resource value: 0x7f0b0055 + public const int Base_TextAppearance_AppCompat_Display4 = 2131427413; + + // aapt resource value: 0x7f0b0056 + public const int Base_TextAppearance_AppCompat_Headline = 2131427414; + + // aapt resource value: 0x7f0b001a + public const int Base_TextAppearance_AppCompat_Inverse = 2131427354; + + // aapt resource value: 0x7f0b0057 + public const int Base_TextAppearance_AppCompat_Large = 2131427415; + + // aapt resource value: 0x7f0b001b + public const int Base_TextAppearance_AppCompat_Large_Inverse = 2131427355; + + // aapt resource value: 0x7f0b0058 + public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131427416; + + // aapt resource value: 0x7f0b0059 + public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131427417; + + // aapt resource value: 0x7f0b005a + public const int Base_TextAppearance_AppCompat_Medium = 2131427418; + + // aapt resource value: 0x7f0b001c + public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2131427356; + + // aapt resource value: 0x7f0b005b + public const int Base_TextAppearance_AppCompat_Menu = 2131427419; + + // aapt resource value: 0x7f0b00b8 + public const int Base_TextAppearance_AppCompat_SearchResult = 2131427512; + + // aapt resource value: 0x7f0b005c + public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131427420; + + // aapt resource value: 0x7f0b005d + public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2131427421; + + // aapt resource value: 0x7f0b005e + public const int Base_TextAppearance_AppCompat_Small = 2131427422; + + // aapt resource value: 0x7f0b001d + public const int Base_TextAppearance_AppCompat_Small_Inverse = 2131427357; + + // aapt resource value: 0x7f0b005f + public const int Base_TextAppearance_AppCompat_Subhead = 2131427423; + + // aapt resource value: 0x7f0b001e + public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131427358; + + // aapt resource value: 0x7f0b0060 + public const int Base_TextAppearance_AppCompat_Title = 2131427424; + + // aapt resource value: 0x7f0b001f + public const int Base_TextAppearance_AppCompat_Title_Inverse = 2131427359; + + // aapt resource value: 0x7f0b00a3 + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131427491; + + // aapt resource value: 0x7f0b0061 + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131427425; + + // aapt resource value: 0x7f0b0062 + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131427426; + + // aapt resource value: 0x7f0b0063 + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131427427; + + // aapt resource value: 0x7f0b0064 + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131427428; + + // aapt resource value: 0x7f0b0065 + public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131427429; + + // aapt resource value: 0x7f0b0066 + public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131427430; + + // aapt resource value: 0x7f0b0067 + public const int Base_TextAppearance_AppCompat_Widget_Button = 2131427431; + + // aapt resource value: 0x7f0b00aa + public const int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131427498; + + // aapt resource value: 0x7f0b00ab + public const int Base_TextAppearance_AppCompat_Widget_Button_Colored = 2131427499; + + // aapt resource value: 0x7f0b00a4 + public const int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131427492; + + // aapt resource value: 0x7f0b00b9 + public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131427513; + + // aapt resource value: 0x7f0b0068 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131427432; + + // aapt resource value: 0x7f0b0069 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131427433; + + // aapt resource value: 0x7f0b006a + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131427434; + + // aapt resource value: 0x7f0b006b + public const int Base_TextAppearance_AppCompat_Widget_Switch = 2131427435; + + // aapt resource value: 0x7f0b006c + public const int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131427436; + + // aapt resource value: 0x7f0b00ba + public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131427514; + + // aapt resource value: 0x7f0b006d + public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131427437; + + // aapt resource value: 0x7f0b006e + public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131427438; + + // aapt resource value: 0x7f0b006f + public const int Base_Theme_AppCompat = 2131427439; + + // aapt resource value: 0x7f0b00bb + public const int Base_Theme_AppCompat_CompactMenu = 2131427515; + + // aapt resource value: 0x7f0b0020 + public const int Base_Theme_AppCompat_Dialog = 2131427360; + + // aapt resource value: 0x7f0b0021 + public const int Base_Theme_AppCompat_Dialog_Alert = 2131427361; + + // aapt resource value: 0x7f0b00bc + public const int Base_Theme_AppCompat_Dialog_FixedSize = 2131427516; + + // aapt resource value: 0x7f0b0022 + public const int Base_Theme_AppCompat_Dialog_MinWidth = 2131427362; + + // aapt resource value: 0x7f0b0010 + public const int Base_Theme_AppCompat_DialogWhenLarge = 2131427344; + + // aapt resource value: 0x7f0b0070 + public const int Base_Theme_AppCompat_Light = 2131427440; + + // aapt resource value: 0x7f0b00bd + public const int Base_Theme_AppCompat_Light_DarkActionBar = 2131427517; + + // aapt resource value: 0x7f0b0023 + public const int Base_Theme_AppCompat_Light_Dialog = 2131427363; + + // aapt resource value: 0x7f0b0024 + public const int Base_Theme_AppCompat_Light_Dialog_Alert = 2131427364; + + // aapt resource value: 0x7f0b00be + public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131427518; + + // aapt resource value: 0x7f0b0025 + public const int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131427365; + + // aapt resource value: 0x7f0b0011 + public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131427345; + + // aapt resource value: 0x7f0b00bf + public const int Base_ThemeOverlay_AppCompat = 2131427519; + + // aapt resource value: 0x7f0b00c0 + public const int Base_ThemeOverlay_AppCompat_ActionBar = 2131427520; + + // aapt resource value: 0x7f0b00c1 + public const int Base_ThemeOverlay_AppCompat_Dark = 2131427521; + + // aapt resource value: 0x7f0b00c2 + public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131427522; + + // aapt resource value: 0x7f0b0026 + public const int Base_ThemeOverlay_AppCompat_Dialog = 2131427366; + + // aapt resource value: 0x7f0b0027 + public const int Base_ThemeOverlay_AppCompat_Dialog_Alert = 2131427367; + + // aapt resource value: 0x7f0b00c3 + public const int Base_ThemeOverlay_AppCompat_Light = 2131427523; + + // aapt resource value: 0x7f0b0028 + public const int Base_V11_Theme_AppCompat_Dialog = 2131427368; + + // aapt resource value: 0x7f0b0029 + public const int Base_V11_Theme_AppCompat_Light_Dialog = 2131427369; + + // aapt resource value: 0x7f0b002a + public const int Base_V11_ThemeOverlay_AppCompat_Dialog = 2131427370; + + // aapt resource value: 0x7f0b0032 + public const int Base_V12_Widget_AppCompat_AutoCompleteTextView = 2131427378; + + // aapt resource value: 0x7f0b0033 + public const int Base_V12_Widget_AppCompat_EditText = 2131427379; + + // aapt resource value: 0x7f0b0071 + public const int Base_V21_Theme_AppCompat = 2131427441; + + // aapt resource value: 0x7f0b0072 + public const int Base_V21_Theme_AppCompat_Dialog = 2131427442; + + // aapt resource value: 0x7f0b0073 + public const int Base_V21_Theme_AppCompat_Light = 2131427443; + + // aapt resource value: 0x7f0b0074 + public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131427444; + + // aapt resource value: 0x7f0b0075 + public const int Base_V21_ThemeOverlay_AppCompat_Dialog = 2131427445; + + // aapt resource value: 0x7f0b00a1 + public const int Base_V22_Theme_AppCompat = 2131427489; + + // aapt resource value: 0x7f0b00a2 + public const int Base_V22_Theme_AppCompat_Light = 2131427490; + + // aapt resource value: 0x7f0b00a5 + public const int Base_V23_Theme_AppCompat = 2131427493; + + // aapt resource value: 0x7f0b00a6 + public const int Base_V23_Theme_AppCompat_Light = 2131427494; + + // aapt resource value: 0x7f0b00c4 + public const int Base_V7_Theme_AppCompat = 2131427524; + + // aapt resource value: 0x7f0b00c5 + public const int Base_V7_Theme_AppCompat_Dialog = 2131427525; + + // aapt resource value: 0x7f0b00c6 + public const int Base_V7_Theme_AppCompat_Light = 2131427526; + + // aapt resource value: 0x7f0b00c7 + public const int Base_V7_Theme_AppCompat_Light_Dialog = 2131427527; + + // aapt resource value: 0x7f0b00c8 + public const int Base_V7_ThemeOverlay_AppCompat_Dialog = 2131427528; + + // aapt resource value: 0x7f0b00c9 + public const int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131427529; + + // aapt resource value: 0x7f0b00ca + public const int Base_V7_Widget_AppCompat_EditText = 2131427530; + + // aapt resource value: 0x7f0b00cb + public const int Base_Widget_AppCompat_ActionBar = 2131427531; + + // aapt resource value: 0x7f0b00cc + public const int Base_Widget_AppCompat_ActionBar_Solid = 2131427532; + + // aapt resource value: 0x7f0b00cd + public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131427533; + + // aapt resource value: 0x7f0b0076 + public const int Base_Widget_AppCompat_ActionBar_TabText = 2131427446; + + // aapt resource value: 0x7f0b0077 + public const int Base_Widget_AppCompat_ActionBar_TabView = 2131427447; + + // aapt resource value: 0x7f0b0078 + public const int Base_Widget_AppCompat_ActionButton = 2131427448; + + // aapt resource value: 0x7f0b0079 + public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131427449; + + // aapt resource value: 0x7f0b007a + public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131427450; + + // aapt resource value: 0x7f0b00ce + public const int Base_Widget_AppCompat_ActionMode = 2131427534; + + // aapt resource value: 0x7f0b00cf + public const int Base_Widget_AppCompat_ActivityChooserView = 2131427535; + + // aapt resource value: 0x7f0b0034 + public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131427380; + + // aapt resource value: 0x7f0b007b + public const int Base_Widget_AppCompat_Button = 2131427451; + + // aapt resource value: 0x7f0b007c + public const int Base_Widget_AppCompat_Button_Borderless = 2131427452; + + // aapt resource value: 0x7f0b007d + public const int Base_Widget_AppCompat_Button_Borderless_Colored = 2131427453; + + // aapt resource value: 0x7f0b00d0 + public const int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131427536; + + // aapt resource value: 0x7f0b00a7 + public const int Base_Widget_AppCompat_Button_Colored = 2131427495; + + // aapt resource value: 0x7f0b007e + public const int Base_Widget_AppCompat_Button_Small = 2131427454; + + // aapt resource value: 0x7f0b007f + public const int Base_Widget_AppCompat_ButtonBar = 2131427455; + + // aapt resource value: 0x7f0b00d1 + public const int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131427537; + + // aapt resource value: 0x7f0b0080 + public const int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131427456; + + // aapt resource value: 0x7f0b0081 + public const int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131427457; + + // aapt resource value: 0x7f0b00d2 + public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131427538; + + // aapt resource value: 0x7f0b000f + public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131427343; + + // aapt resource value: 0x7f0b00d3 + public const int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131427539; + + // aapt resource value: 0x7f0b0082 + public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131427458; + + // aapt resource value: 0x7f0b0035 + public const int Base_Widget_AppCompat_EditText = 2131427381; + + // aapt resource value: 0x7f0b0083 + public const int Base_Widget_AppCompat_ImageButton = 2131427459; + + // aapt resource value: 0x7f0b00d4 + public const int Base_Widget_AppCompat_Light_ActionBar = 2131427540; + + // aapt resource value: 0x7f0b00d5 + public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131427541; + + // aapt resource value: 0x7f0b00d6 + public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131427542; + + // aapt resource value: 0x7f0b0084 + public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131427460; + + // aapt resource value: 0x7f0b0085 + public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131427461; + + // aapt resource value: 0x7f0b0086 + public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131427462; + + // aapt resource value: 0x7f0b0087 + public const int Base_Widget_AppCompat_Light_PopupMenu = 2131427463; + + // aapt resource value: 0x7f0b0088 + public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131427464; + + // aapt resource value: 0x7f0b00d7 + public const int Base_Widget_AppCompat_ListMenuView = 2131427543; + + // aapt resource value: 0x7f0b0089 + public const int Base_Widget_AppCompat_ListPopupWindow = 2131427465; + + // aapt resource value: 0x7f0b008a + public const int Base_Widget_AppCompat_ListView = 2131427466; + + // aapt resource value: 0x7f0b008b + public const int Base_Widget_AppCompat_ListView_DropDown = 2131427467; + + // aapt resource value: 0x7f0b008c + public const int Base_Widget_AppCompat_ListView_Menu = 2131427468; + + // aapt resource value: 0x7f0b008d + public const int Base_Widget_AppCompat_PopupMenu = 2131427469; + + // aapt resource value: 0x7f0b008e + public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131427470; + + // aapt resource value: 0x7f0b00d8 + public const int Base_Widget_AppCompat_PopupWindow = 2131427544; + + // aapt resource value: 0x7f0b002b + public const int Base_Widget_AppCompat_ProgressBar = 2131427371; + + // aapt resource value: 0x7f0b002c + public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131427372; + + // aapt resource value: 0x7f0b008f + public const int Base_Widget_AppCompat_RatingBar = 2131427471; + + // aapt resource value: 0x7f0b00a8 + public const int Base_Widget_AppCompat_RatingBar_Indicator = 2131427496; + + // aapt resource value: 0x7f0b00a9 + public const int Base_Widget_AppCompat_RatingBar_Small = 2131427497; + + // aapt resource value: 0x7f0b00d9 + public const int Base_Widget_AppCompat_SearchView = 2131427545; + + // aapt resource value: 0x7f0b00da + public const int Base_Widget_AppCompat_SearchView_ActionBar = 2131427546; + + // aapt resource value: 0x7f0b0090 + public const int Base_Widget_AppCompat_SeekBar = 2131427472; + + // aapt resource value: 0x7f0b00db + public const int Base_Widget_AppCompat_SeekBar_Discrete = 2131427547; + + // aapt resource value: 0x7f0b0091 + public const int Base_Widget_AppCompat_Spinner = 2131427473; + + // aapt resource value: 0x7f0b0012 + public const int Base_Widget_AppCompat_Spinner_Underlined = 2131427346; + + // aapt resource value: 0x7f0b0092 + public const int Base_Widget_AppCompat_TextView_SpinnerItem = 2131427474; + + // aapt resource value: 0x7f0b00dc + public const int Base_Widget_AppCompat_Toolbar = 2131427548; + + // aapt resource value: 0x7f0b0093 + public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131427475; + + // aapt resource value: 0x7f0b0171 + public const int Base_Widget_Design_AppBarLayout = 2131427697; + + // aapt resource value: 0x7f0b0172 + public const int Base_Widget_Design_TabLayout = 2131427698; + + // aapt resource value: 0x7f0b000b + public const int CardView = 2131427339; + + // aapt resource value: 0x7f0b000d + public const int CardView_Dark = 2131427341; + + // aapt resource value: 0x7f0b000e + public const int CardView_Light = 2131427342; + + // aapt resource value: 0x7f0b0189 + public const int MainTheme = 2131427721; + + // aapt resource value: 0x7f0b018a + public const int MainTheme_Base = 2131427722; + + // aapt resource value: 0x7f0b002d + public const int Platform_AppCompat = 2131427373; + + // aapt resource value: 0x7f0b002e + public const int Platform_AppCompat_Light = 2131427374; + + // aapt resource value: 0x7f0b0094 + public const int Platform_ThemeOverlay_AppCompat = 2131427476; + + // aapt resource value: 0x7f0b0095 + public const int Platform_ThemeOverlay_AppCompat_Dark = 2131427477; + + // aapt resource value: 0x7f0b0096 + public const int Platform_ThemeOverlay_AppCompat_Light = 2131427478; + + // aapt resource value: 0x7f0b002f + public const int Platform_V11_AppCompat = 2131427375; + + // aapt resource value: 0x7f0b0030 + public const int Platform_V11_AppCompat_Light = 2131427376; + + // aapt resource value: 0x7f0b0037 + public const int Platform_V14_AppCompat = 2131427383; + + // aapt resource value: 0x7f0b0038 + public const int Platform_V14_AppCompat_Light = 2131427384; + + // aapt resource value: 0x7f0b0097 + public const int Platform_V21_AppCompat = 2131427479; + + // aapt resource value: 0x7f0b0098 + public const int Platform_V21_AppCompat_Light = 2131427480; + + // aapt resource value: 0x7f0b00ac + public const int Platform_V25_AppCompat = 2131427500; + + // aapt resource value: 0x7f0b00ad + public const int Platform_V25_AppCompat_Light = 2131427501; + + // aapt resource value: 0x7f0b0031 + public const int Platform_Widget_AppCompat_Spinner = 2131427377; + + // aapt resource value: 0x7f0b0040 + public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131427392; + + // aapt resource value: 0x7f0b0041 + public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131427393; + + // aapt resource value: 0x7f0b0042 + public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131427394; + + // aapt resource value: 0x7f0b0043 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131427395; + + // aapt resource value: 0x7f0b0044 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131427396; + + // aapt resource value: 0x7f0b0045 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131427397; + + // aapt resource value: 0x7f0b0046 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131427398; + + // aapt resource value: 0x7f0b0047 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131427399; + + // aapt resource value: 0x7f0b0048 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131427400; + + // aapt resource value: 0x7f0b0049 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131427401; + + // aapt resource value: 0x7f0b004a + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131427402; + + // aapt resource value: 0x7f0b004b + public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131427403; + + // aapt resource value: 0x7f0b004c + public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131427404; + + // aapt resource value: 0x7f0b004d + public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131427405; + + // aapt resource value: 0x7f0b00dd + public const int TextAppearance_AppCompat = 2131427549; + + // aapt resource value: 0x7f0b00de + public const int TextAppearance_AppCompat_Body1 = 2131427550; + + // aapt resource value: 0x7f0b00df + public const int TextAppearance_AppCompat_Body2 = 2131427551; + + // aapt resource value: 0x7f0b00e0 + public const int TextAppearance_AppCompat_Button = 2131427552; + + // aapt resource value: 0x7f0b00e1 + public const int TextAppearance_AppCompat_Caption = 2131427553; + + // aapt resource value: 0x7f0b00e2 + public const int TextAppearance_AppCompat_Display1 = 2131427554; + + // aapt resource value: 0x7f0b00e3 + public const int TextAppearance_AppCompat_Display2 = 2131427555; + + // aapt resource value: 0x7f0b00e4 + public const int TextAppearance_AppCompat_Display3 = 2131427556; + + // aapt resource value: 0x7f0b00e5 + public const int TextAppearance_AppCompat_Display4 = 2131427557; + + // aapt resource value: 0x7f0b00e6 + public const int TextAppearance_AppCompat_Headline = 2131427558; + + // aapt resource value: 0x7f0b00e7 + public const int TextAppearance_AppCompat_Inverse = 2131427559; + + // aapt resource value: 0x7f0b00e8 + public const int TextAppearance_AppCompat_Large = 2131427560; + + // aapt resource value: 0x7f0b00e9 + public const int TextAppearance_AppCompat_Large_Inverse = 2131427561; + + // aapt resource value: 0x7f0b00ea + public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131427562; + + // aapt resource value: 0x7f0b00eb + public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131427563; + + // aapt resource value: 0x7f0b00ec + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131427564; + + // aapt resource value: 0x7f0b00ed + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131427565; + + // aapt resource value: 0x7f0b00ee + public const int TextAppearance_AppCompat_Medium = 2131427566; + + // aapt resource value: 0x7f0b00ef + public const int TextAppearance_AppCompat_Medium_Inverse = 2131427567; + + // aapt resource value: 0x7f0b00f0 + public const int TextAppearance_AppCompat_Menu = 2131427568; + + // aapt resource value: 0x7f0b0039 + public const int TextAppearance_AppCompat_Notification = 2131427385; + + // aapt resource value: 0x7f0b0099 + public const int TextAppearance_AppCompat_Notification_Info = 2131427481; + + // aapt resource value: 0x7f0b009a + public const int TextAppearance_AppCompat_Notification_Info_Media = 2131427482; + + // aapt resource value: 0x7f0b00f1 + public const int TextAppearance_AppCompat_Notification_Line2 = 2131427569; + + // aapt resource value: 0x7f0b00f2 + public const int TextAppearance_AppCompat_Notification_Line2_Media = 2131427570; + + // aapt resource value: 0x7f0b009b + public const int TextAppearance_AppCompat_Notification_Media = 2131427483; + + // aapt resource value: 0x7f0b009c + public const int TextAppearance_AppCompat_Notification_Time = 2131427484; + + // aapt resource value: 0x7f0b009d + public const int TextAppearance_AppCompat_Notification_Time_Media = 2131427485; + + // aapt resource value: 0x7f0b003a + public const int TextAppearance_AppCompat_Notification_Title = 2131427386; + + // aapt resource value: 0x7f0b009e + public const int TextAppearance_AppCompat_Notification_Title_Media = 2131427486; + + // aapt resource value: 0x7f0b00f3 + public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131427571; + + // aapt resource value: 0x7f0b00f4 + public const int TextAppearance_AppCompat_SearchResult_Title = 2131427572; + + // aapt resource value: 0x7f0b00f5 + public const int TextAppearance_AppCompat_Small = 2131427573; + + // aapt resource value: 0x7f0b00f6 + public const int TextAppearance_AppCompat_Small_Inverse = 2131427574; + + // aapt resource value: 0x7f0b00f7 + public const int TextAppearance_AppCompat_Subhead = 2131427575; + + // aapt resource value: 0x7f0b00f8 + public const int TextAppearance_AppCompat_Subhead_Inverse = 2131427576; + + // aapt resource value: 0x7f0b00f9 + public const int TextAppearance_AppCompat_Title = 2131427577; + + // aapt resource value: 0x7f0b00fa + public const int TextAppearance_AppCompat_Title_Inverse = 2131427578; + + // aapt resource value: 0x7f0b00fb + public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131427579; + + // aapt resource value: 0x7f0b00fc + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131427580; + + // aapt resource value: 0x7f0b00fd + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131427581; + + // aapt resource value: 0x7f0b00fe + public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131427582; + + // aapt resource value: 0x7f0b00ff + public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131427583; + + // aapt resource value: 0x7f0b0100 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131427584; + + // aapt resource value: 0x7f0b0101 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131427585; + + // aapt resource value: 0x7f0b0102 + public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131427586; + + // aapt resource value: 0x7f0b0103 + public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131427587; + + // aapt resource value: 0x7f0b0104 + public const int TextAppearance_AppCompat_Widget_Button = 2131427588; + + // aapt resource value: 0x7f0b0105 + public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131427589; + + // aapt resource value: 0x7f0b0106 + public const int TextAppearance_AppCompat_Widget_Button_Colored = 2131427590; + + // aapt resource value: 0x7f0b0107 + public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131427591; + + // aapt resource value: 0x7f0b0108 + public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131427592; + + // aapt resource value: 0x7f0b0109 + public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131427593; + + // aapt resource value: 0x7f0b010a + public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131427594; + + // aapt resource value: 0x7f0b010b + public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131427595; + + // aapt resource value: 0x7f0b010c + public const int TextAppearance_AppCompat_Widget_Switch = 2131427596; + + // aapt resource value: 0x7f0b010d + public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131427597; + + // aapt resource value: 0x7f0b0173 + public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131427699; + + // aapt resource value: 0x7f0b0174 + public const int TextAppearance_Design_Counter = 2131427700; + + // aapt resource value: 0x7f0b0175 + public const int TextAppearance_Design_Counter_Overflow = 2131427701; + + // aapt resource value: 0x7f0b0176 + public const int TextAppearance_Design_Error = 2131427702; + + // aapt resource value: 0x7f0b0177 + public const int TextAppearance_Design_Hint = 2131427703; + + // aapt resource value: 0x7f0b0178 + public const int TextAppearance_Design_Snackbar_Message = 2131427704; + + // aapt resource value: 0x7f0b0179 + public const int TextAppearance_Design_Tab = 2131427705; + + // aapt resource value: 0x7f0b0000 + public const int TextAppearance_MediaRouter_PrimaryText = 2131427328; + + // aapt resource value: 0x7f0b0001 + public const int TextAppearance_MediaRouter_SecondaryText = 2131427329; + + // aapt resource value: 0x7f0b0002 + public const int TextAppearance_MediaRouter_Title = 2131427330; + + // aapt resource value: 0x7f0b003b + public const int TextAppearance_StatusBar_EventContent = 2131427387; + + // aapt resource value: 0x7f0b003c + public const int TextAppearance_StatusBar_EventContent_Info = 2131427388; + + // aapt resource value: 0x7f0b003d + public const int TextAppearance_StatusBar_EventContent_Line2 = 2131427389; + + // aapt resource value: 0x7f0b003e + public const int TextAppearance_StatusBar_EventContent_Time = 2131427390; + + // aapt resource value: 0x7f0b003f + public const int TextAppearance_StatusBar_EventContent_Title = 2131427391; + + // aapt resource value: 0x7f0b010e + public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131427598; + + // aapt resource value: 0x7f0b010f + public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131427599; + + // aapt resource value: 0x7f0b0110 + public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131427600; + + // aapt resource value: 0x7f0b0111 + public const int Theme_AppCompat = 2131427601; + + // aapt resource value: 0x7f0b0112 + public const int Theme_AppCompat_CompactMenu = 2131427602; + + // aapt resource value: 0x7f0b0013 + public const int Theme_AppCompat_DayNight = 2131427347; + + // aapt resource value: 0x7f0b0014 + public const int Theme_AppCompat_DayNight_DarkActionBar = 2131427348; + + // aapt resource value: 0x7f0b0015 + public const int Theme_AppCompat_DayNight_Dialog = 2131427349; + + // aapt resource value: 0x7f0b0016 + public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131427350; + + // aapt resource value: 0x7f0b0017 + public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131427351; + + // aapt resource value: 0x7f0b0018 + public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131427352; + + // aapt resource value: 0x7f0b0019 + public const int Theme_AppCompat_DayNight_NoActionBar = 2131427353; + + // aapt resource value: 0x7f0b0113 + public const int Theme_AppCompat_Dialog = 2131427603; + + // aapt resource value: 0x7f0b0114 + public const int Theme_AppCompat_Dialog_Alert = 2131427604; + + // aapt resource value: 0x7f0b0115 + public const int Theme_AppCompat_Dialog_MinWidth = 2131427605; + + // aapt resource value: 0x7f0b0116 + public const int Theme_AppCompat_DialogWhenLarge = 2131427606; + + // aapt resource value: 0x7f0b0117 + public const int Theme_AppCompat_Light = 2131427607; + + // aapt resource value: 0x7f0b0118 + public const int Theme_AppCompat_Light_DarkActionBar = 2131427608; + + // aapt resource value: 0x7f0b0119 + public const int Theme_AppCompat_Light_Dialog = 2131427609; + + // aapt resource value: 0x7f0b011a + public const int Theme_AppCompat_Light_Dialog_Alert = 2131427610; + + // aapt resource value: 0x7f0b011b + public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131427611; + + // aapt resource value: 0x7f0b011c + public const int Theme_AppCompat_Light_DialogWhenLarge = 2131427612; + + // aapt resource value: 0x7f0b011d + public const int Theme_AppCompat_Light_NoActionBar = 2131427613; + + // aapt resource value: 0x7f0b011e + public const int Theme_AppCompat_NoActionBar = 2131427614; + + // aapt resource value: 0x7f0b017a + public const int Theme_Design = 2131427706; + + // aapt resource value: 0x7f0b017b + public const int Theme_Design_BottomSheetDialog = 2131427707; + + // aapt resource value: 0x7f0b017c + public const int Theme_Design_Light = 2131427708; + + // aapt resource value: 0x7f0b017d + public const int Theme_Design_Light_BottomSheetDialog = 2131427709; + + // aapt resource value: 0x7f0b017e + public const int Theme_Design_Light_NoActionBar = 2131427710; + + // aapt resource value: 0x7f0b017f + public const int Theme_Design_NoActionBar = 2131427711; + + // aapt resource value: 0x7f0b0003 + public const int Theme_MediaRouter = 2131427331; + + // aapt resource value: 0x7f0b0004 + public const int Theme_MediaRouter_Light = 2131427332; + + // aapt resource value: 0x7f0b0005 + public const int Theme_MediaRouter_Light_DarkControlPanel = 2131427333; + + // aapt resource value: 0x7f0b0006 + public const int Theme_MediaRouter_LightControlPanel = 2131427334; + + // aapt resource value: 0x7f0b011f + public const int ThemeOverlay_AppCompat = 2131427615; + + // aapt resource value: 0x7f0b0120 + public const int ThemeOverlay_AppCompat_ActionBar = 2131427616; + + // aapt resource value: 0x7f0b0121 + public const int ThemeOverlay_AppCompat_Dark = 2131427617; + + // aapt resource value: 0x7f0b0122 + public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131427618; + + // aapt resource value: 0x7f0b0123 + public const int ThemeOverlay_AppCompat_Dialog = 2131427619; + + // aapt resource value: 0x7f0b0124 + public const int ThemeOverlay_AppCompat_Dialog_Alert = 2131427620; + + // aapt resource value: 0x7f0b0125 + public const int ThemeOverlay_AppCompat_Light = 2131427621; + + // aapt resource value: 0x7f0b0007 + public const int ThemeOverlay_MediaRouter_Dark = 2131427335; + + // aapt resource value: 0x7f0b0008 + public const int ThemeOverlay_MediaRouter_Light = 2131427336; + + // aapt resource value: 0x7f0b0126 + public const int Widget_AppCompat_ActionBar = 2131427622; + + // aapt resource value: 0x7f0b0127 + public const int Widget_AppCompat_ActionBar_Solid = 2131427623; + + // aapt resource value: 0x7f0b0128 + public const int Widget_AppCompat_ActionBar_TabBar = 2131427624; + + // aapt resource value: 0x7f0b0129 + public const int Widget_AppCompat_ActionBar_TabText = 2131427625; + + // aapt resource value: 0x7f0b012a + public const int Widget_AppCompat_ActionBar_TabView = 2131427626; + + // aapt resource value: 0x7f0b012b + public const int Widget_AppCompat_ActionButton = 2131427627; + + // aapt resource value: 0x7f0b012c + public const int Widget_AppCompat_ActionButton_CloseMode = 2131427628; + + // aapt resource value: 0x7f0b012d + public const int Widget_AppCompat_ActionButton_Overflow = 2131427629; + + // aapt resource value: 0x7f0b012e + public const int Widget_AppCompat_ActionMode = 2131427630; + + // aapt resource value: 0x7f0b012f + public const int Widget_AppCompat_ActivityChooserView = 2131427631; + + // aapt resource value: 0x7f0b0130 + public const int Widget_AppCompat_AutoCompleteTextView = 2131427632; + + // aapt resource value: 0x7f0b0131 + public const int Widget_AppCompat_Button = 2131427633; + + // aapt resource value: 0x7f0b0132 + public const int Widget_AppCompat_Button_Borderless = 2131427634; + + // aapt resource value: 0x7f0b0133 + public const int Widget_AppCompat_Button_Borderless_Colored = 2131427635; + + // aapt resource value: 0x7f0b0134 + public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131427636; + + // aapt resource value: 0x7f0b0135 + public const int Widget_AppCompat_Button_Colored = 2131427637; + + // aapt resource value: 0x7f0b0136 + public const int Widget_AppCompat_Button_Small = 2131427638; + + // aapt resource value: 0x7f0b0137 + public const int Widget_AppCompat_ButtonBar = 2131427639; + + // aapt resource value: 0x7f0b0138 + public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131427640; + + // aapt resource value: 0x7f0b0139 + public const int Widget_AppCompat_CompoundButton_CheckBox = 2131427641; + + // aapt resource value: 0x7f0b013a + public const int Widget_AppCompat_CompoundButton_RadioButton = 2131427642; + + // aapt resource value: 0x7f0b013b + public const int Widget_AppCompat_CompoundButton_Switch = 2131427643; + + // aapt resource value: 0x7f0b013c + public const int Widget_AppCompat_DrawerArrowToggle = 2131427644; + + // aapt resource value: 0x7f0b013d + public const int Widget_AppCompat_DropDownItem_Spinner = 2131427645; + + // aapt resource value: 0x7f0b013e + public const int Widget_AppCompat_EditText = 2131427646; + + // aapt resource value: 0x7f0b013f + public const int Widget_AppCompat_ImageButton = 2131427647; + + // aapt resource value: 0x7f0b0140 + public const int Widget_AppCompat_Light_ActionBar = 2131427648; + + // aapt resource value: 0x7f0b0141 + public const int Widget_AppCompat_Light_ActionBar_Solid = 2131427649; + + // aapt resource value: 0x7f0b0142 + public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131427650; + + // aapt resource value: 0x7f0b0143 + public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131427651; + + // aapt resource value: 0x7f0b0144 + public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131427652; + + // aapt resource value: 0x7f0b0145 + public const int Widget_AppCompat_Light_ActionBar_TabText = 2131427653; + + // aapt resource value: 0x7f0b0146 + public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131427654; + + // aapt resource value: 0x7f0b0147 + public const int Widget_AppCompat_Light_ActionBar_TabView = 2131427655; + + // aapt resource value: 0x7f0b0148 + public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131427656; + + // aapt resource value: 0x7f0b0149 + public const int Widget_AppCompat_Light_ActionButton = 2131427657; + + // aapt resource value: 0x7f0b014a + public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131427658; + + // aapt resource value: 0x7f0b014b + public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131427659; + + // aapt resource value: 0x7f0b014c + public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131427660; + + // aapt resource value: 0x7f0b014d + public const int Widget_AppCompat_Light_ActivityChooserView = 2131427661; + + // aapt resource value: 0x7f0b014e + public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131427662; + + // aapt resource value: 0x7f0b014f + public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131427663; + + // aapt resource value: 0x7f0b0150 + public const int Widget_AppCompat_Light_ListPopupWindow = 2131427664; + + // aapt resource value: 0x7f0b0151 + public const int Widget_AppCompat_Light_ListView_DropDown = 2131427665; + + // aapt resource value: 0x7f0b0152 + public const int Widget_AppCompat_Light_PopupMenu = 2131427666; + + // aapt resource value: 0x7f0b0153 + public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131427667; + + // aapt resource value: 0x7f0b0154 + public const int Widget_AppCompat_Light_SearchView = 2131427668; + + // aapt resource value: 0x7f0b0155 + public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131427669; + + // aapt resource value: 0x7f0b0156 + public const int Widget_AppCompat_ListMenuView = 2131427670; + + // aapt resource value: 0x7f0b0157 + public const int Widget_AppCompat_ListPopupWindow = 2131427671; + + // aapt resource value: 0x7f0b0158 + public const int Widget_AppCompat_ListView = 2131427672; + + // aapt resource value: 0x7f0b0159 + public const int Widget_AppCompat_ListView_DropDown = 2131427673; + + // aapt resource value: 0x7f0b015a + public const int Widget_AppCompat_ListView_Menu = 2131427674; + + // aapt resource value: 0x7f0b009f + public const int Widget_AppCompat_NotificationActionContainer = 2131427487; + + // aapt resource value: 0x7f0b00a0 + public const int Widget_AppCompat_NotificationActionText = 2131427488; + + // aapt resource value: 0x7f0b015b + public const int Widget_AppCompat_PopupMenu = 2131427675; + + // aapt resource value: 0x7f0b015c + public const int Widget_AppCompat_PopupMenu_Overflow = 2131427676; + + // aapt resource value: 0x7f0b015d + public const int Widget_AppCompat_PopupWindow = 2131427677; + + // aapt resource value: 0x7f0b015e + public const int Widget_AppCompat_ProgressBar = 2131427678; + + // aapt resource value: 0x7f0b015f + public const int Widget_AppCompat_ProgressBar_Horizontal = 2131427679; + + // aapt resource value: 0x7f0b0160 + public const int Widget_AppCompat_RatingBar = 2131427680; + + // aapt resource value: 0x7f0b0161 + public const int Widget_AppCompat_RatingBar_Indicator = 2131427681; + + // aapt resource value: 0x7f0b0162 + public const int Widget_AppCompat_RatingBar_Small = 2131427682; + + // aapt resource value: 0x7f0b0163 + public const int Widget_AppCompat_SearchView = 2131427683; + + // aapt resource value: 0x7f0b0164 + public const int Widget_AppCompat_SearchView_ActionBar = 2131427684; + + // aapt resource value: 0x7f0b0165 + public const int Widget_AppCompat_SeekBar = 2131427685; + + // aapt resource value: 0x7f0b0166 + public const int Widget_AppCompat_SeekBar_Discrete = 2131427686; + + // aapt resource value: 0x7f0b0167 + public const int Widget_AppCompat_Spinner = 2131427687; + + // aapt resource value: 0x7f0b0168 + public const int Widget_AppCompat_Spinner_DropDown = 2131427688; + + // aapt resource value: 0x7f0b0169 + public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131427689; + + // aapt resource value: 0x7f0b016a + public const int Widget_AppCompat_Spinner_Underlined = 2131427690; + + // aapt resource value: 0x7f0b016b + public const int Widget_AppCompat_TextView_SpinnerItem = 2131427691; + + // aapt resource value: 0x7f0b016c + public const int Widget_AppCompat_Toolbar = 2131427692; + + // aapt resource value: 0x7f0b016d + public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131427693; + + // aapt resource value: 0x7f0b016f + public const int Widget_Design_AppBarLayout = 2131427695; + + // aapt resource value: 0x7f0b0180 + public const int Widget_Design_BottomNavigationView = 2131427712; + + // aapt resource value: 0x7f0b0181 + public const int Widget_Design_BottomSheet_Modal = 2131427713; + + // aapt resource value: 0x7f0b0182 + public const int Widget_Design_CollapsingToolbar = 2131427714; + + // aapt resource value: 0x7f0b0183 + public const int Widget_Design_CoordinatorLayout = 2131427715; + + // aapt resource value: 0x7f0b0184 + public const int Widget_Design_FloatingActionButton = 2131427716; + + // aapt resource value: 0x7f0b0185 + public const int Widget_Design_NavigationView = 2131427717; + + // aapt resource value: 0x7f0b0186 + public const int Widget_Design_ScrimInsetsFrameLayout = 2131427718; + + // aapt resource value: 0x7f0b0187 + public const int Widget_Design_Snackbar = 2131427719; + + // aapt resource value: 0x7f0b016e + public const int Widget_Design_TabLayout = 2131427694; + + // aapt resource value: 0x7f0b0188 + public const int Widget_Design_TextInputLayout = 2131427720; + + // aapt resource value: 0x7f0b0009 + public const int Widget_MediaRouter_Light_MediaRouteButton = 2131427337; + + // aapt resource value: 0x7f0b000a + public const int Widget_MediaRouter_MediaRouteButton = 2131427338; + + static Style() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Style() + { + } + } + + public partial class Styleable + { + + public static int[] ActionBar = new int[] { + 2130771997, + 2130771999, + 2130772000, + 2130772001, + 2130772002, + 2130772003, + 2130772004, + 2130772005, + 2130772006, + 2130772007, + 2130772008, + 2130772009, + 2130772010, + 2130772011, + 2130772012, + 2130772013, + 2130772014, + 2130772015, + 2130772016, + 2130772017, + 2130772018, + 2130772019, + 2130772020, + 2130772021, + 2130772022, + 2130772023, + 2130772024, + 2130772025, + 2130772089}; + + // aapt resource value: 10 + public const int ActionBar_background = 10; + + // aapt resource value: 12 + public const int ActionBar_backgroundSplit = 12; + + // aapt resource value: 11 + public const int ActionBar_backgroundStacked = 11; + + // aapt resource value: 21 + public const int ActionBar_contentInsetEnd = 21; + + // aapt resource value: 25 + public const int ActionBar_contentInsetEndWithActions = 25; + + // aapt resource value: 22 + public const int ActionBar_contentInsetLeft = 22; + + // aapt resource value: 23 + public const int ActionBar_contentInsetRight = 23; + + // aapt resource value: 20 + public const int ActionBar_contentInsetStart = 20; + + // aapt resource value: 24 + public const int ActionBar_contentInsetStartWithNavigation = 24; + + // aapt resource value: 13 + public const int ActionBar_customNavigationLayout = 13; + + // aapt resource value: 3 + public const int ActionBar_displayOptions = 3; + + // aapt resource value: 9 + public const int ActionBar_divider = 9; + + // aapt resource value: 26 + public const int ActionBar_elevation = 26; + + // aapt resource value: 0 + public const int ActionBar_height = 0; + + // aapt resource value: 19 + public const int ActionBar_hideOnContentScroll = 19; + + // aapt resource value: 28 + public const int ActionBar_homeAsUpIndicator = 28; + + // aapt resource value: 14 + public const int ActionBar_homeLayout = 14; + + // aapt resource value: 7 + public const int ActionBar_icon = 7; + + // aapt resource value: 16 + public const int ActionBar_indeterminateProgressStyle = 16; + + // aapt resource value: 18 + public const int ActionBar_itemPadding = 18; + + // aapt resource value: 8 + public const int ActionBar_logo = 8; + + // aapt resource value: 2 + public const int ActionBar_navigationMode = 2; + + // aapt resource value: 27 + public const int ActionBar_popupTheme = 27; + + // aapt resource value: 17 + public const int ActionBar_progressBarPadding = 17; + + // aapt resource value: 15 + public const int ActionBar_progressBarStyle = 15; + + // aapt resource value: 4 + public const int ActionBar_subtitle = 4; + + // aapt resource value: 6 + public const int ActionBar_subtitleTextStyle = 6; + + // aapt resource value: 1 + public const int ActionBar_title = 1; + + // aapt resource value: 5 + public const int ActionBar_titleTextStyle = 5; + + public static int[] ActionBarLayout = new int[] { + 16842931}; + + // aapt resource value: 0 + public const int ActionBarLayout_android_layout_gravity = 0; + + public static int[] ActionMenuItemView = new int[] { + 16843071}; + + // aapt resource value: 0 + public const int ActionMenuItemView_android_minWidth = 0; + + public static int[] ActionMenuView; + + public static int[] ActionMode = new int[] { + 2130771997, + 2130772003, + 2130772004, + 2130772008, + 2130772010, + 2130772026}; + + // aapt resource value: 3 + public const int ActionMode_background = 3; + + // aapt resource value: 4 + public const int ActionMode_backgroundSplit = 4; + + // aapt resource value: 5 + public const int ActionMode_closeItemLayout = 5; + + // aapt resource value: 0 + public const int ActionMode_height = 0; + + // aapt resource value: 2 + public const int ActionMode_subtitleTextStyle = 2; + + // aapt resource value: 1 + public const int ActionMode_titleTextStyle = 1; + + public static int[] ActivityChooserView = new int[] { + 2130772027, + 2130772028}; + + // aapt resource value: 1 + public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + + // aapt resource value: 0 + public const int ActivityChooserView_initialActivityCount = 0; + + public static int[] AlertDialog = new int[] { + 16842994, + 2130772029, + 2130772030, + 2130772031, + 2130772032, + 2130772033, + 2130772034}; + + // aapt resource value: 0 + public const int AlertDialog_android_layout = 0; + + // aapt resource value: 1 + public const int AlertDialog_buttonPanelSideLayout = 1; + + // aapt resource value: 5 + public const int AlertDialog_listItemLayout = 5; + + // aapt resource value: 2 + public const int AlertDialog_listLayout = 2; + + // aapt resource value: 3 + public const int AlertDialog_multiChoiceItemLayout = 3; + + // aapt resource value: 6 + public const int AlertDialog_showTitle = 6; + + // aapt resource value: 4 + public const int AlertDialog_singleChoiceItemLayout = 4; + + public static int[] AppBarLayout = new int[] { + 16842964, + 2130772024, + 2130772227}; + + // 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; + + public static int[] AppBarLayoutStates = new int[] { + 2130772228, + 2130772229}; + + // aapt resource value: 0 + public const int AppBarLayoutStates_state_collapsed = 0; + + // aapt resource value: 1 + public const int AppBarLayoutStates_state_collapsible = 1; + + public static int[] AppBarLayout_Layout = new int[] { + 2130772230, + 2130772231}; + + // aapt resource value: 0 + public const int AppBarLayout_Layout_layout_scrollFlags = 0; + + // aapt resource value: 1 + public const int AppBarLayout_Layout_layout_scrollInterpolator = 1; + + public static int[] AppCompatImageView = new int[] { + 16843033, + 2130772035, + 2130772036, + 2130772037}; + + // aapt resource value: 0 + public const int AppCompatImageView_android_src = 0; + + // aapt resource value: 1 + public const int AppCompatImageView_srcCompat = 1; + + // aapt resource value: 2 + public const int AppCompatImageView_tint = 2; + + // aapt resource value: 3 + public const int AppCompatImageView_tintMode = 3; + + public static int[] AppCompatSeekBar = new int[] { + 16843074, + 2130772038, + 2130772039, + 2130772040}; + + // aapt resource value: 0 + public const int AppCompatSeekBar_android_thumb = 0; + + // aapt resource value: 1 + public const int AppCompatSeekBar_tickMark = 1; + + // aapt resource value: 2 + public const int AppCompatSeekBar_tickMarkTint = 2; + + // aapt resource value: 3 + public const int AppCompatSeekBar_tickMarkTintMode = 3; + + public static int[] AppCompatTextHelper = new int[] { + 16842804, + 16843117, + 16843118, + 16843119, + 16843120, + 16843666, + 16843667}; + + // aapt resource value: 2 + public const int AppCompatTextHelper_android_drawableBottom = 2; + + // aapt resource value: 6 + public const int AppCompatTextHelper_android_drawableEnd = 6; + + // aapt resource value: 3 + public const int AppCompatTextHelper_android_drawableLeft = 3; + + // aapt resource value: 4 + public const int AppCompatTextHelper_android_drawableRight = 4; + + // aapt resource value: 5 + public const int AppCompatTextHelper_android_drawableStart = 5; + + // aapt resource value: 1 + public const int AppCompatTextHelper_android_drawableTop = 1; + + // aapt resource value: 0 + public const int AppCompatTextHelper_android_textAppearance = 0; + + public static int[] AppCompatTextView = new int[] { + 16842804, + 2130772041}; + + // aapt resource value: 0 + public const int AppCompatTextView_android_textAppearance = 0; + + // aapt resource value: 1 + public const int AppCompatTextView_textAllCaps = 1; + + public static int[] AppCompatTheme = new int[] { + 16842839, + 16842926, + 2130772042, + 2130772043, + 2130772044, + 2130772045, + 2130772046, + 2130772047, + 2130772048, + 2130772049, + 2130772050, + 2130772051, + 2130772052, + 2130772053, + 2130772054, + 2130772055, + 2130772056, + 2130772057, + 2130772058, + 2130772059, + 2130772060, + 2130772061, + 2130772062, + 2130772063, + 2130772064, + 2130772065, + 2130772066, + 2130772067, + 2130772068, + 2130772069, + 2130772070, + 2130772071, + 2130772072, + 2130772073, + 2130772074, + 2130772075, + 2130772076, + 2130772077, + 2130772078, + 2130772079, + 2130772080, + 2130772081, + 2130772082, + 2130772083, + 2130772084, + 2130772085, + 2130772086, + 2130772087, + 2130772088, + 2130772089, + 2130772090, + 2130772091, + 2130772092, + 2130772093, + 2130772094, + 2130772095, + 2130772096, + 2130772097, + 2130772098, + 2130772099, + 2130772100, + 2130772101, + 2130772102, + 2130772103, + 2130772104, + 2130772105, + 2130772106, + 2130772107, + 2130772108, + 2130772109, + 2130772110, + 2130772111, + 2130772112, + 2130772113, + 2130772114, + 2130772115, + 2130772116, + 2130772117, + 2130772118, + 2130772119, + 2130772120, + 2130772121, + 2130772122, + 2130772123, + 2130772124, + 2130772125, + 2130772126, + 2130772127, + 2130772128, + 2130772129, + 2130772130, + 2130772131, + 2130772132, + 2130772133, + 2130772134, + 2130772135, + 2130772136, + 2130772137, + 2130772138, + 2130772139, + 2130772140, + 2130772141, + 2130772142, + 2130772143, + 2130772144, + 2130772145, + 2130772146, + 2130772147, + 2130772148, + 2130772149, + 2130772150, + 2130772151, + 2130772152, + 2130772153, + 2130772154, + 2130772155}; + + // aapt resource value: 23 + public const int AppCompatTheme_actionBarDivider = 23; + + // aapt resource value: 24 + public const int AppCompatTheme_actionBarItemBackground = 24; + + // aapt resource value: 17 + public const int AppCompatTheme_actionBarPopupTheme = 17; + + // aapt resource value: 22 + public const int AppCompatTheme_actionBarSize = 22; + + // aapt resource value: 19 + public const int AppCompatTheme_actionBarSplitStyle = 19; + + // aapt resource value: 18 + public const int AppCompatTheme_actionBarStyle = 18; + + // aapt resource value: 13 + public const int AppCompatTheme_actionBarTabBarStyle = 13; + + // aapt resource value: 12 + public const int AppCompatTheme_actionBarTabStyle = 12; + + // aapt resource value: 14 + public const int AppCompatTheme_actionBarTabTextStyle = 14; + + // aapt resource value: 20 + public const int AppCompatTheme_actionBarTheme = 20; + + // aapt resource value: 21 + public const int AppCompatTheme_actionBarWidgetTheme = 21; + + // aapt resource value: 50 + public const int AppCompatTheme_actionButtonStyle = 50; + + // aapt resource value: 46 + public const int AppCompatTheme_actionDropDownStyle = 46; + + // aapt resource value: 25 + public const int AppCompatTheme_actionMenuTextAppearance = 25; + + // aapt resource value: 26 + public const int AppCompatTheme_actionMenuTextColor = 26; + + // aapt resource value: 29 + public const int AppCompatTheme_actionModeBackground = 29; + + // aapt resource value: 28 + public const int AppCompatTheme_actionModeCloseButtonStyle = 28; + + // aapt resource value: 31 + public const int AppCompatTheme_actionModeCloseDrawable = 31; + + // aapt resource value: 33 + public const int AppCompatTheme_actionModeCopyDrawable = 33; + + // aapt resource value: 32 + public const int AppCompatTheme_actionModeCutDrawable = 32; + + // aapt resource value: 37 + public const int AppCompatTheme_actionModeFindDrawable = 37; + + // aapt resource value: 34 + public const int AppCompatTheme_actionModePasteDrawable = 34; + + // aapt resource value: 39 + public const int AppCompatTheme_actionModePopupWindowStyle = 39; + + // aapt resource value: 35 + public const int AppCompatTheme_actionModeSelectAllDrawable = 35; + + // aapt resource value: 36 + public const int AppCompatTheme_actionModeShareDrawable = 36; + + // aapt resource value: 30 + public const int AppCompatTheme_actionModeSplitBackground = 30; + + // aapt resource value: 27 + public const int AppCompatTheme_actionModeStyle = 27; + + // aapt resource value: 38 + public const int AppCompatTheme_actionModeWebSearchDrawable = 38; + + // aapt resource value: 15 + public const int AppCompatTheme_actionOverflowButtonStyle = 15; + + // aapt resource value: 16 + public const int AppCompatTheme_actionOverflowMenuStyle = 16; + + // aapt resource value: 58 + public const int AppCompatTheme_activityChooserViewStyle = 58; + + // aapt resource value: 95 + public const int AppCompatTheme_alertDialogButtonGroupStyle = 95; + + // aapt resource value: 96 + public const int AppCompatTheme_alertDialogCenterButtons = 96; + + // aapt resource value: 94 + public const int AppCompatTheme_alertDialogStyle = 94; + + // aapt resource value: 97 + public const int AppCompatTheme_alertDialogTheme = 97; + + // aapt resource value: 1 + public const int AppCompatTheme_android_windowAnimationStyle = 1; + + // aapt resource value: 0 + public const int AppCompatTheme_android_windowIsFloating = 0; + + // aapt resource value: 102 + public const int AppCompatTheme_autoCompleteTextViewStyle = 102; + + // aapt resource value: 55 + public const int AppCompatTheme_borderlessButtonStyle = 55; + + // aapt resource value: 52 + public const int AppCompatTheme_buttonBarButtonStyle = 52; + + // aapt resource value: 100 + public const int AppCompatTheme_buttonBarNegativeButtonStyle = 100; + + // aapt resource value: 101 + public const int AppCompatTheme_buttonBarNeutralButtonStyle = 101; + + // aapt resource value: 99 + public const int AppCompatTheme_buttonBarPositiveButtonStyle = 99; + + // aapt resource value: 51 + public const int AppCompatTheme_buttonBarStyle = 51; + + // aapt resource value: 103 + public const int AppCompatTheme_buttonStyle = 103; + + // aapt resource value: 104 + public const int AppCompatTheme_buttonStyleSmall = 104; + + // aapt resource value: 105 + public const int AppCompatTheme_checkboxStyle = 105; + + // aapt resource value: 106 + public const int AppCompatTheme_checkedTextViewStyle = 106; + + // aapt resource value: 86 + public const int AppCompatTheme_colorAccent = 86; + + // aapt resource value: 93 + public const int AppCompatTheme_colorBackgroundFloating = 93; + + // aapt resource value: 90 + public const int AppCompatTheme_colorButtonNormal = 90; + + // aapt resource value: 88 + public const int AppCompatTheme_colorControlActivated = 88; + + // aapt resource value: 89 + public const int AppCompatTheme_colorControlHighlight = 89; + + // aapt resource value: 87 + public const int AppCompatTheme_colorControlNormal = 87; + + // aapt resource value: 84 + public const int AppCompatTheme_colorPrimary = 84; + + // aapt resource value: 85 + public const int AppCompatTheme_colorPrimaryDark = 85; + + // aapt resource value: 91 + public const int AppCompatTheme_colorSwitchThumbNormal = 91; + + // aapt resource value: 92 + public const int AppCompatTheme_controlBackground = 92; + + // aapt resource value: 44 + public const int AppCompatTheme_dialogPreferredPadding = 44; + + // aapt resource value: 43 + public const int AppCompatTheme_dialogTheme = 43; + + // aapt resource value: 57 + public const int AppCompatTheme_dividerHorizontal = 57; + + // aapt resource value: 56 + public const int AppCompatTheme_dividerVertical = 56; + + // aapt resource value: 75 + public const int AppCompatTheme_dropDownListViewStyle = 75; + + // aapt resource value: 47 + public const int AppCompatTheme_dropdownListPreferredItemHeight = 47; + + // aapt resource value: 64 + public const int AppCompatTheme_editTextBackground = 64; + + // aapt resource value: 63 + public const int AppCompatTheme_editTextColor = 63; + + // aapt resource value: 107 + public const int AppCompatTheme_editTextStyle = 107; + + // aapt resource value: 49 + public const int AppCompatTheme_homeAsUpIndicator = 49; + + // aapt resource value: 65 + public const int AppCompatTheme_imageButtonStyle = 65; + + // aapt resource value: 83 + public const int AppCompatTheme_listChoiceBackgroundIndicator = 83; + + // aapt resource value: 45 + public const int AppCompatTheme_listDividerAlertDialog = 45; + + // aapt resource value: 115 + public const int AppCompatTheme_listMenuViewStyle = 115; + + // aapt resource value: 76 + public const int AppCompatTheme_listPopupWindowStyle = 76; + + // aapt resource value: 70 + public const int AppCompatTheme_listPreferredItemHeight = 70; + + // aapt resource value: 72 + public const int AppCompatTheme_listPreferredItemHeightLarge = 72; + + // aapt resource value: 71 + public const int AppCompatTheme_listPreferredItemHeightSmall = 71; + + // aapt resource value: 73 + public const int AppCompatTheme_listPreferredItemPaddingLeft = 73; + + // aapt resource value: 74 + public const int AppCompatTheme_listPreferredItemPaddingRight = 74; + + // aapt resource value: 80 + public const int AppCompatTheme_panelBackground = 80; + + // aapt resource value: 82 + public const int AppCompatTheme_panelMenuListTheme = 82; + + // aapt resource value: 81 + public const int AppCompatTheme_panelMenuListWidth = 81; + + // aapt resource value: 61 + public const int AppCompatTheme_popupMenuStyle = 61; + + // aapt resource value: 62 + public const int AppCompatTheme_popupWindowStyle = 62; + + // aapt resource value: 108 + public const int AppCompatTheme_radioButtonStyle = 108; + + // aapt resource value: 109 + public const int AppCompatTheme_ratingBarStyle = 109; + + // aapt resource value: 110 + public const int AppCompatTheme_ratingBarStyleIndicator = 110; + + // aapt resource value: 111 + public const int AppCompatTheme_ratingBarStyleSmall = 111; + + // aapt resource value: 69 + public const int AppCompatTheme_searchViewStyle = 69; + + // aapt resource value: 112 + public const int AppCompatTheme_seekBarStyle = 112; + + // aapt resource value: 53 + public const int AppCompatTheme_selectableItemBackground = 53; + + // aapt resource value: 54 + public const int AppCompatTheme_selectableItemBackgroundBorderless = 54; + + // aapt resource value: 48 + public const int AppCompatTheme_spinnerDropDownItemStyle = 48; + + // aapt resource value: 113 + public const int AppCompatTheme_spinnerStyle = 113; + + // aapt resource value: 114 + public const int AppCompatTheme_switchStyle = 114; + + // aapt resource value: 40 + public const int AppCompatTheme_textAppearanceLargePopupMenu = 40; + + // aapt resource value: 77 + public const int AppCompatTheme_textAppearanceListItem = 77; + + // aapt resource value: 78 + public const int AppCompatTheme_textAppearanceListItemSecondary = 78; + + // aapt resource value: 79 + public const int AppCompatTheme_textAppearanceListItemSmall = 79; + + // aapt resource value: 42 + public const int AppCompatTheme_textAppearancePopupMenuHeader = 42; + + // aapt resource value: 67 + public const int AppCompatTheme_textAppearanceSearchResultSubtitle = 67; + + // aapt resource value: 66 + public const int AppCompatTheme_textAppearanceSearchResultTitle = 66; + + // aapt resource value: 41 + public const int AppCompatTheme_textAppearanceSmallPopupMenu = 41; + + // aapt resource value: 98 + public const int AppCompatTheme_textColorAlertDialogListItem = 98; + + // aapt resource value: 68 + public const int AppCompatTheme_textColorSearchUrl = 68; + + // aapt resource value: 60 + public const int AppCompatTheme_toolbarNavigationButtonStyle = 60; + + // aapt resource value: 59 + public const int AppCompatTheme_toolbarStyle = 59; + + // aapt resource value: 2 + public const int AppCompatTheme_windowActionBar = 2; + + // aapt resource value: 4 + public const int AppCompatTheme_windowActionBarOverlay = 4; + + // aapt resource value: 5 + public const int AppCompatTheme_windowActionModeOverlay = 5; + + // aapt resource value: 9 + public const int AppCompatTheme_windowFixedHeightMajor = 9; + + // aapt resource value: 7 + public const int AppCompatTheme_windowFixedHeightMinor = 7; + + // aapt resource value: 6 + public const int AppCompatTheme_windowFixedWidthMajor = 6; + + // aapt resource value: 8 + public const int AppCompatTheme_windowFixedWidthMinor = 8; + + // aapt resource value: 10 + public const int AppCompatTheme_windowMinWidthMajor = 10; + + // aapt resource value: 11 + public const int AppCompatTheme_windowMinWidthMinor = 11; + + // aapt resource value: 3 + public const int AppCompatTheme_windowNoTitle = 3; + + public static int[] BottomNavigationView = new int[] { + 2130772024, + 2130772270, + 2130772271, + 2130772272, + 2130772273}; + + // aapt resource value: 0 + public const int BottomNavigationView_elevation = 0; + + // aapt resource value: 4 + public const int BottomNavigationView_itemBackground = 4; + + // aapt resource value: 2 + public const int BottomNavigationView_itemIconTint = 2; + + // aapt resource value: 3 + public const int BottomNavigationView_itemTextColor = 3; + + // aapt resource value: 1 + public const int BottomNavigationView_menu = 1; + + public static int[] BottomSheetBehavior_Layout = new int[] { + 2130772232, + 2130772233, + 2130772234}; + + // aapt resource value: 1 + public const int BottomSheetBehavior_Layout_behavior_hideable = 1; + + // aapt resource value: 0 + public const int BottomSheetBehavior_Layout_behavior_peekHeight = 0; + + // aapt resource value: 2 + public const int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + + public static int[] ButtonBarLayout = new int[] { + 2130772156}; + + // aapt resource value: 0 + public const int ButtonBarLayout_allowStacking = 0; + + public static int[] CardView = new int[] { + 16843071, + 16843072, + 2130771985, + 2130771986, + 2130771987, + 2130771988, + 2130771989, + 2130771990, + 2130771991, + 2130771992, + 2130771993, + 2130771994, + 2130771995}; + + // aapt resource value: 1 + public const int CardView_android_minHeight = 1; + + // aapt resource value: 0 + public const int CardView_android_minWidth = 0; + + // aapt resource value: 2 + public const int CardView_cardBackgroundColor = 2; + + // aapt resource value: 3 + public const int CardView_cardCornerRadius = 3; + + // aapt resource value: 4 + public const int CardView_cardElevation = 4; + + // aapt resource value: 5 + public const int CardView_cardMaxElevation = 5; + + // aapt resource value: 7 + public const int CardView_cardPreventCornerOverlap = 7; + + // aapt resource value: 6 + public const int CardView_cardUseCompatPadding = 6; + + // aapt resource value: 8 + public const int CardView_contentPadding = 8; + + // aapt resource value: 12 + public const int CardView_contentPaddingBottom = 12; + + // aapt resource value: 9 + public const int CardView_contentPaddingLeft = 9; + + // aapt resource value: 10 + public const int CardView_contentPaddingRight = 10; + + // aapt resource value: 11 + public const int CardView_contentPaddingTop = 11; + + public static int[] CollapsingToolbarLayout = new int[] { + 2130771999, + 2130772235, + 2130772236, + 2130772237, + 2130772238, + 2130772239, + 2130772240, + 2130772241, + 2130772242, + 2130772243, + 2130772244, + 2130772245, + 2130772246, + 2130772247, + 2130772248, + 2130772249}; + + // aapt resource value: 13 + public const int CollapsingToolbarLayout_collapsedTitleGravity = 13; + + // aapt resource value: 7 + public const int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; + + // aapt resource value: 8 + public const int CollapsingToolbarLayout_contentScrim = 8; + + // aapt resource value: 14 + public const int CollapsingToolbarLayout_expandedTitleGravity = 14; + + // aapt resource value: 1 + public const int CollapsingToolbarLayout_expandedTitleMargin = 1; + + // aapt resource value: 5 + public const int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + + // aapt resource value: 4 + public const int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; + + // aapt resource value: 2 + public const int CollapsingToolbarLayout_expandedTitleMarginStart = 2; + + // aapt resource value: 3 + public const int CollapsingToolbarLayout_expandedTitleMarginTop = 3; + + // aapt resource value: 6 + public const int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; + + // aapt resource value: 12 + public const int CollapsingToolbarLayout_scrimAnimationDuration = 12; + + // aapt resource value: 11 + public const int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + + // aapt resource value: 9 + public const int CollapsingToolbarLayout_statusBarScrim = 9; + + // aapt resource value: 0 + public const int CollapsingToolbarLayout_title = 0; + + // aapt resource value: 15 + public const int CollapsingToolbarLayout_titleEnabled = 15; + + // aapt resource value: 10 + public const int CollapsingToolbarLayout_toolbarId = 10; + + public static int[] CollapsingToolbarLayout_Layout = new int[] { + 2130772250, + 2130772251}; + + // aapt resource value: 0 + public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + + // aapt resource value: 1 + public const int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + + public static int[] ColorStateListItem = new int[] { + 16843173, + 16843551, + 2130772157}; + + // aapt resource value: 2 + public const int ColorStateListItem_alpha = 2; + + // aapt resource value: 1 + public const int ColorStateListItem_android_alpha = 1; + + // aapt resource value: 0 + public const int ColorStateListItem_android_color = 0; + + public static int[] CompoundButton = new int[] { + 16843015, + 2130772158, + 2130772159}; + + // aapt resource value: 0 + public const int CompoundButton_android_button = 0; + + // aapt resource value: 1 + public const int CompoundButton_buttonTint = 1; + + // aapt resource value: 2 + public const int CompoundButton_buttonTintMode = 2; + + public static int[] CoordinatorLayout = new int[] { + 2130772252, + 2130772253}; + + // aapt resource value: 0 + public const int CoordinatorLayout_keylines = 0; + + // aapt resource value: 1 + public const int CoordinatorLayout_statusBarBackground = 1; + + public static int[] CoordinatorLayout_Layout = new int[] { + 16842931, + 2130772254, + 2130772255, + 2130772256, + 2130772257, + 2130772258, + 2130772259}; + + // aapt resource value: 0 + public const int CoordinatorLayout_Layout_android_layout_gravity = 0; + + // aapt resource value: 2 + public const int CoordinatorLayout_Layout_layout_anchor = 2; + + // aapt resource value: 4 + public const int CoordinatorLayout_Layout_layout_anchorGravity = 4; + + // aapt resource value: 1 + public const int CoordinatorLayout_Layout_layout_behavior = 1; + + // aapt resource value: 6 + public const int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + + // aapt resource value: 5 + public const int CoordinatorLayout_Layout_layout_insetEdge = 5; + + // aapt resource value: 3 + public const int CoordinatorLayout_Layout_layout_keyline = 3; + + public static int[] DesignTheme = new int[] { + 2130772260, + 2130772261, + 2130772262}; + + // aapt resource value: 0 + public const int DesignTheme_bottomSheetDialogTheme = 0; + + // aapt resource value: 1 + public const int DesignTheme_bottomSheetStyle = 1; + + // aapt resource value: 2 + public const int DesignTheme_textColorError = 2; + + public static int[] DrawerArrowToggle = new int[] { + 2130772160, + 2130772161, + 2130772162, + 2130772163, + 2130772164, + 2130772165, + 2130772166, + 2130772167}; + + // aapt resource value: 4 + public const int DrawerArrowToggle_arrowHeadLength = 4; + + // aapt resource value: 5 + public const int DrawerArrowToggle_arrowShaftLength = 5; + + // aapt resource value: 6 + public const int DrawerArrowToggle_barLength = 6; + + // aapt resource value: 0 + public const int DrawerArrowToggle_color = 0; + + // aapt resource value: 2 + public const int DrawerArrowToggle_drawableSize = 2; + + // aapt resource value: 3 + public const int DrawerArrowToggle_gapBetweenBars = 3; + + // aapt resource value: 1 + public const int DrawerArrowToggle_spinBars = 1; + + // aapt resource value: 7 + public const int DrawerArrowToggle_thickness = 7; + + public static int[] FloatingActionButton = new int[] { + 2130772024, + 2130772225, + 2130772226, + 2130772263, + 2130772264, + 2130772265, + 2130772266, + 2130772267}; + + // aapt resource value: 1 + public const int FloatingActionButton_backgroundTint = 1; + + // aapt resource value: 2 + public const int FloatingActionButton_backgroundTintMode = 2; + + // aapt resource value: 6 + public const int FloatingActionButton_borderWidth = 6; + + // aapt resource value: 0 + public const int FloatingActionButton_elevation = 0; + + // aapt resource value: 4 + public const int FloatingActionButton_fabSize = 4; + + // aapt resource value: 5 + public const int FloatingActionButton_pressedTranslationZ = 5; + + // aapt resource value: 3 + public const int FloatingActionButton_rippleColor = 3; + + // aapt resource value: 7 + public const int FloatingActionButton_useCompatPadding = 7; + + public static int[] FloatingActionButton_Behavior_Layout = new int[] { + 2130772268}; + + // aapt resource value: 0 + public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + + public static int[] ForegroundLinearLayout = new int[] { + 16843017, + 16843264, + 2130772269}; + + // aapt resource value: 0 + public const int ForegroundLinearLayout_android_foreground = 0; + + // aapt resource value: 1 + public const int ForegroundLinearLayout_android_foregroundGravity = 1; + + // aapt resource value: 2 + public const int ForegroundLinearLayout_foregroundInsidePadding = 2; + + public static int[] LinearLayoutCompat = new int[] { + 16842927, + 16842948, + 16843046, + 16843047, + 16843048, + 2130772007, + 2130772168, + 2130772169, + 2130772170}; + + // aapt resource value: 2 + public const int LinearLayoutCompat_android_baselineAligned = 2; + + // aapt resource value: 3 + public const int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + + // aapt resource value: 0 + public const int LinearLayoutCompat_android_gravity = 0; + + // aapt resource value: 1 + public const int LinearLayoutCompat_android_orientation = 1; + + // aapt resource value: 4 + public const int LinearLayoutCompat_android_weightSum = 4; + + // aapt resource value: 5 + public const int LinearLayoutCompat_divider = 5; + + // aapt resource value: 8 + public const int LinearLayoutCompat_dividerPadding = 8; + + // aapt resource value: 6 + public const int LinearLayoutCompat_measureWithLargestChild = 6; + + // aapt resource value: 7 + public const int LinearLayoutCompat_showDividers = 7; + + public static int[] LinearLayoutCompat_Layout = new int[] { + 16842931, + 16842996, + 16842997, + 16843137}; + + // aapt resource value: 0 + public const int LinearLayoutCompat_Layout_android_layout_gravity = 0; + + // aapt resource value: 2 + public const int LinearLayoutCompat_Layout_android_layout_height = 2; + + // aapt resource value: 3 + public const int LinearLayoutCompat_Layout_android_layout_weight = 3; + + // aapt resource value: 1 + public const int LinearLayoutCompat_Layout_android_layout_width = 1; + + public static int[] ListPopupWindow = new int[] { + 16843436, + 16843437}; + + // aapt resource value: 0 + public const int ListPopupWindow_android_dropDownHorizontalOffset = 0; + + // aapt resource value: 1 + public const int ListPopupWindow_android_dropDownVerticalOffset = 1; + + public static int[] MediaRouteButton = new int[] { + 16843071, + 16843072, + 2130771984, + 2130772158}; + + // 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: 3 + public const int MediaRouteButton_buttonTint = 3; + + // aapt resource value: 2 + public const int MediaRouteButton_externalRouteEnabledDrawable = 2; + + public static int[] MenuGroup = new int[] { + 16842766, + 16842960, + 16843156, + 16843230, + 16843231, + 16843232}; + + // aapt resource value: 5 + public const int MenuGroup_android_checkableBehavior = 5; + + // aapt resource value: 0 + public const int MenuGroup_android_enabled = 0; + + // aapt resource value: 1 + public const int MenuGroup_android_id = 1; + + // aapt resource value: 3 + public const int MenuGroup_android_menuCategory = 3; + + // aapt resource value: 4 + public const int MenuGroup_android_orderInCategory = 4; + + // aapt resource value: 2 + public const int MenuGroup_android_visible = 2; + + public static int[] MenuItem = new int[] { + 16842754, + 16842766, + 16842960, + 16843014, + 16843156, + 16843230, + 16843231, + 16843233, + 16843234, + 16843235, + 16843236, + 16843237, + 16843375, + 2130772171, + 2130772172, + 2130772173, + 2130772174}; + + // aapt resource value: 14 + public const int MenuItem_actionLayout = 14; + + // aapt resource value: 16 + public const int MenuItem_actionProviderClass = 16; + + // aapt resource value: 15 + public const int MenuItem_actionViewClass = 15; + + // aapt resource value: 9 + public const int MenuItem_android_alphabeticShortcut = 9; + + // aapt resource value: 11 + public const int MenuItem_android_checkable = 11; + + // aapt resource value: 3 + public const int MenuItem_android_checked = 3; + + // aapt resource value: 1 + public const int MenuItem_android_enabled = 1; + + // aapt resource value: 0 + public const int MenuItem_android_icon = 0; + + // aapt resource value: 2 + public const int MenuItem_android_id = 2; + + // aapt resource value: 5 + public const int MenuItem_android_menuCategory = 5; + + // aapt resource value: 10 + public const int MenuItem_android_numericShortcut = 10; + + // aapt resource value: 12 + public const int MenuItem_android_onClick = 12; + + // aapt resource value: 6 + public const int MenuItem_android_orderInCategory = 6; + + // aapt resource value: 7 + public const int MenuItem_android_title = 7; + + // aapt resource value: 8 + public const int MenuItem_android_titleCondensed = 8; + + // aapt resource value: 4 + public const int MenuItem_android_visible = 4; + + // aapt resource value: 13 + public const int MenuItem_showAsAction = 13; + + public static int[] MenuView = new int[] { + 16842926, + 16843052, + 16843053, + 16843054, + 16843055, + 16843056, + 16843057, + 2130772175, + 2130772176}; + + // aapt resource value: 4 + public const int MenuView_android_headerBackground = 4; + + // aapt resource value: 2 + public const int MenuView_android_horizontalDivider = 2; + + // aapt resource value: 5 + public const int MenuView_android_itemBackground = 5; + + // aapt resource value: 6 + public const int MenuView_android_itemIconDisabledAlpha = 6; + + // aapt resource value: 1 + public const int MenuView_android_itemTextAppearance = 1; + + // aapt resource value: 3 + public const int MenuView_android_verticalDivider = 3; + + // aapt resource value: 0 + public const int MenuView_android_windowAnimationStyle = 0; + + // aapt resource value: 7 + public const int MenuView_preserveIconSpacing = 7; + + // aapt resource value: 8 + public const int MenuView_subMenuArrow = 8; + + public static int[] NavigationView = new int[] { + 16842964, + 16842973, + 16843039, + 2130772024, + 2130772270, + 2130772271, + 2130772272, + 2130772273, + 2130772274, + 2130772275}; + + // aapt resource value: 0 + public const int NavigationView_android_background = 0; + + // aapt resource value: 1 + public const int NavigationView_android_fitsSystemWindows = 1; + + // aapt resource value: 2 + public const int NavigationView_android_maxWidth = 2; + + // aapt resource value: 3 + public const int NavigationView_elevation = 3; + + // aapt resource value: 9 + public const int NavigationView_headerLayout = 9; + + // aapt resource value: 7 + public const int NavigationView_itemBackground = 7; + + // aapt resource value: 5 + public const int NavigationView_itemIconTint = 5; + + // aapt resource value: 8 + public const int NavigationView_itemTextAppearance = 8; + + // aapt resource value: 6 + public const int NavigationView_itemTextColor = 6; + + // aapt resource value: 4 + public const int NavigationView_menu = 4; + + public static int[] PopupWindow = new int[] { + 16843126, + 16843465, + 2130772177}; + + // aapt resource value: 1 + public const int PopupWindow_android_popupAnimationStyle = 1; + + // aapt resource value: 0 + public const int PopupWindow_android_popupBackground = 0; + + // aapt resource value: 2 + public const int PopupWindow_overlapAnchor = 2; + + public static int[] PopupWindowBackgroundState = new int[] { + 2130772178}; + + // aapt resource value: 0 + public const int PopupWindowBackgroundState_state_above_anchor = 0; + + public static int[] RecycleListView = new int[] { + 2130772179, + 2130772180}; + + // aapt resource value: 0 + public const int RecycleListView_paddingBottomNoButtons = 0; + + // aapt resource value: 1 + public const int RecycleListView_paddingTopNoTitle = 1; + + public static int[] RecyclerView = new int[] { + 16842948, + 16842993, + 2130771968, + 2130771969, + 2130771970, + 2130771971}; + + // aapt resource value: 1 + public const int RecyclerView_android_descendantFocusability = 1; + + // aapt resource value: 0 + public const int RecyclerView_android_orientation = 0; + + // aapt resource value: 2 + public const int RecyclerView_layoutManager = 2; + + // aapt resource value: 4 + public const int RecyclerView_reverseLayout = 4; + + // aapt resource value: 3 + public const int RecyclerView_spanCount = 3; + + // aapt resource value: 5 + public const int RecyclerView_stackFromEnd = 5; + + public static int[] ScrimInsetsFrameLayout = new int[] { + 2130772276}; + + // aapt resource value: 0 + public const int ScrimInsetsFrameLayout_insetForeground = 0; + + public static int[] ScrollingViewBehavior_Layout = new int[] { + 2130772277}; + + // aapt resource value: 0 + public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + + public static int[] SearchView = new int[] { + 16842970, + 16843039, + 16843296, + 16843364, + 2130772181, + 2130772182, + 2130772183, + 2130772184, + 2130772185, + 2130772186, + 2130772187, + 2130772188, + 2130772189, + 2130772190, + 2130772191, + 2130772192, + 2130772193}; + + // aapt resource value: 0 + public const int SearchView_android_focusable = 0; + + // aapt resource value: 3 + public const int SearchView_android_imeOptions = 3; + + // aapt resource value: 2 + public const int SearchView_android_inputType = 2; + + // aapt resource value: 1 + public const int SearchView_android_maxWidth = 1; + + // aapt resource value: 8 + public const int SearchView_closeIcon = 8; + + // aapt resource value: 13 + public const int SearchView_commitIcon = 13; + + // aapt resource value: 7 + public const int SearchView_defaultQueryHint = 7; + + // aapt resource value: 9 + public const int SearchView_goIcon = 9; + + // aapt resource value: 5 + public const int SearchView_iconifiedByDefault = 5; + + // aapt resource value: 4 + public const int SearchView_layout = 4; + + // aapt resource value: 15 + public const int SearchView_queryBackground = 15; + + // aapt resource value: 6 + public const int SearchView_queryHint = 6; + + // aapt resource value: 11 + public const int SearchView_searchHintIcon = 11; + + // aapt resource value: 10 + public const int SearchView_searchIcon = 10; + + // aapt resource value: 16 + public const int SearchView_submitBackground = 16; + + // aapt resource value: 14 + public const int SearchView_suggestionRowLayout = 14; + + // aapt resource value: 12 + public const int SearchView_voiceIcon = 12; + + public static int[] SnackbarLayout = new int[] { + 16843039, + 2130772024, + 2130772278}; + + // aapt resource value: 0 + public const int SnackbarLayout_android_maxWidth = 0; + + // aapt resource value: 1 + public const int SnackbarLayout_elevation = 1; + + // aapt resource value: 2 + public const int SnackbarLayout_maxActionInlineWidth = 2; + + public static int[] Spinner = new int[] { + 16842930, + 16843126, + 16843131, + 16843362, + 2130772025}; + + // aapt resource value: 3 + public const int Spinner_android_dropDownWidth = 3; + + // aapt resource value: 0 + public const int Spinner_android_entries = 0; + + // aapt resource value: 1 + public const int Spinner_android_popupBackground = 1; + + // aapt resource value: 2 + public const int Spinner_android_prompt = 2; + + // aapt resource value: 4 + public const int Spinner_popupTheme = 4; + + public static int[] SwitchCompat = new int[] { + 16843044, + 16843045, + 16843074, + 2130772194, + 2130772195, + 2130772196, + 2130772197, + 2130772198, + 2130772199, + 2130772200, + 2130772201, + 2130772202, + 2130772203, + 2130772204}; + + // aapt resource value: 1 + public const int SwitchCompat_android_textOff = 1; + + // aapt resource value: 0 + public const int SwitchCompat_android_textOn = 0; + + // aapt resource value: 2 + public const int SwitchCompat_android_thumb = 2; + + // aapt resource value: 13 + public const int SwitchCompat_showText = 13; + + // aapt resource value: 12 + public const int SwitchCompat_splitTrack = 12; + + // aapt resource value: 10 + public const int SwitchCompat_switchMinWidth = 10; + + // aapt resource value: 11 + public const int SwitchCompat_switchPadding = 11; + + // aapt resource value: 9 + public const int SwitchCompat_switchTextAppearance = 9; + + // aapt resource value: 8 + public const int SwitchCompat_thumbTextPadding = 8; + + // aapt resource value: 3 + public const int SwitchCompat_thumbTint = 3; + + // aapt resource value: 4 + public const int SwitchCompat_thumbTintMode = 4; + + // aapt resource value: 5 + public const int SwitchCompat_track = 5; + + // aapt resource value: 6 + public const int SwitchCompat_trackTint = 6; + + // aapt resource value: 7 + public const int SwitchCompat_trackTintMode = 7; + + public static int[] TabItem = new int[] { + 16842754, + 16842994, + 16843087}; + + // aapt resource value: 0 + public const int TabItem_android_icon = 0; + + // aapt resource value: 1 + public const int TabItem_android_layout = 1; + + // aapt resource value: 2 + public const int TabItem_android_text = 2; + + public static int[] TabLayout = new int[] { + 2130772279, + 2130772280, + 2130772281, + 2130772282, + 2130772283, + 2130772284, + 2130772285, + 2130772286, + 2130772287, + 2130772288, + 2130772289, + 2130772290, + 2130772291, + 2130772292, + 2130772293, + 2130772294}; + + // aapt resource value: 3 + public const int TabLayout_tabBackground = 3; + + // aapt resource value: 2 + public const int TabLayout_tabContentStart = 2; + + // aapt resource value: 5 + public const int TabLayout_tabGravity = 5; + + // aapt resource value: 0 + public const int TabLayout_tabIndicatorColor = 0; + + // aapt resource value: 1 + public const int TabLayout_tabIndicatorHeight = 1; + + // aapt resource value: 7 + public const int TabLayout_tabMaxWidth = 7; + + // aapt resource value: 6 + public const int TabLayout_tabMinWidth = 6; + + // aapt resource value: 4 + public const int TabLayout_tabMode = 4; + + // aapt resource value: 15 + public const int TabLayout_tabPadding = 15; + + // aapt resource value: 14 + public const int TabLayout_tabPaddingBottom = 14; + + // aapt resource value: 13 + public const int TabLayout_tabPaddingEnd = 13; + + // aapt resource value: 11 + public const int TabLayout_tabPaddingStart = 11; + + // aapt resource value: 12 + public const int TabLayout_tabPaddingTop = 12; + + // aapt resource value: 10 + public const int TabLayout_tabSelectedTextColor = 10; + + // aapt resource value: 8 + public const int TabLayout_tabTextAppearance = 8; + + // aapt resource value: 9 + public const int TabLayout_tabTextColor = 9; + + public static int[] TextAppearance = new int[] { + 16842901, + 16842902, + 16842903, + 16842904, + 16842906, + 16843105, + 16843106, + 16843107, + 16843108, + 2130772041}; + + // aapt resource value: 5 + public const int TextAppearance_android_shadowColor = 5; + + // aapt resource value: 6 + public const int TextAppearance_android_shadowDx = 6; + + // aapt resource value: 7 + public const int TextAppearance_android_shadowDy = 7; + + // aapt resource value: 8 + public const int TextAppearance_android_shadowRadius = 8; + + // 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: 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: 9 + public const int TextAppearance_textAllCaps = 9; + + public static int[] TextInputLayout = new int[] { + 16842906, + 16843088, + 2130772295, + 2130772296, + 2130772297, + 2130772298, + 2130772299, + 2130772300, + 2130772301, + 2130772302, + 2130772303, + 2130772304, + 2130772305, + 2130772306, + 2130772307, + 2130772308}; + + // aapt resource value: 1 + public const int TextInputLayout_android_hint = 1; + + // aapt resource value: 0 + public const int TextInputLayout_android_textColorHint = 0; + + // aapt resource value: 6 + public const int TextInputLayout_counterEnabled = 6; + + // aapt resource value: 7 + public const int TextInputLayout_counterMaxLength = 7; + + // aapt resource value: 9 + public const int TextInputLayout_counterOverflowTextAppearance = 9; + + // aapt resource value: 8 + public const int TextInputLayout_counterTextAppearance = 8; + + // aapt resource value: 4 + public const int TextInputLayout_errorEnabled = 4; + + // aapt resource value: 5 + public const int TextInputLayout_errorTextAppearance = 5; + + // aapt resource value: 10 + public const int TextInputLayout_hintAnimationEnabled = 10; + + // aapt resource value: 3 + public const int TextInputLayout_hintEnabled = 3; + + // aapt resource value: 2 + public const int TextInputLayout_hintTextAppearance = 2; + + // aapt resource value: 13 + public const int TextInputLayout_passwordToggleContentDescription = 13; + + // aapt resource value: 12 + public const int TextInputLayout_passwordToggleDrawable = 12; + + // aapt resource value: 11 + public const int TextInputLayout_passwordToggleEnabled = 11; + + // aapt resource value: 14 + public const int TextInputLayout_passwordToggleTint = 14; + + // aapt resource value: 15 + public const int TextInputLayout_passwordToggleTintMode = 15; + + public static int[] Toolbar = new int[] { + 16842927, + 16843072, + 2130771999, + 2130772002, + 2130772006, + 2130772018, + 2130772019, + 2130772020, + 2130772021, + 2130772022, + 2130772023, + 2130772025, + 2130772205, + 2130772206, + 2130772207, + 2130772208, + 2130772209, + 2130772210, + 2130772211, + 2130772212, + 2130772213, + 2130772214, + 2130772215, + 2130772216, + 2130772217, + 2130772218, + 2130772219, + 2130772220, + 2130772221}; + + // aapt resource value: 0 + public const int Toolbar_android_gravity = 0; + + // aapt resource value: 1 + public const int Toolbar_android_minHeight = 1; + + // aapt resource value: 21 + public const int Toolbar_buttonGravity = 21; + + // aapt resource value: 23 + public const int Toolbar_collapseContentDescription = 23; + + // aapt resource value: 22 + public const int Toolbar_collapseIcon = 22; + + // aapt resource value: 6 + public const int Toolbar_contentInsetEnd = 6; + + // aapt resource value: 10 + public const int Toolbar_contentInsetEndWithActions = 10; + + // aapt resource value: 7 + public const int Toolbar_contentInsetLeft = 7; + + // aapt resource value: 8 + public const int Toolbar_contentInsetRight = 8; + + // aapt resource value: 5 + public const int Toolbar_contentInsetStart = 5; + + // aapt resource value: 9 + public const int Toolbar_contentInsetStartWithNavigation = 9; + + // aapt resource value: 4 + public const int Toolbar_logo = 4; + + // aapt resource value: 26 + public const int Toolbar_logoDescription = 26; + + // aapt resource value: 20 + public const int Toolbar_maxButtonHeight = 20; + + // aapt resource value: 25 + public const int Toolbar_navigationContentDescription = 25; + + // aapt resource value: 24 + public const int Toolbar_navigationIcon = 24; + + // aapt resource value: 11 + public const int Toolbar_popupTheme = 11; + + // aapt resource value: 3 + public const int Toolbar_subtitle = 3; + + // aapt resource value: 13 + public const int Toolbar_subtitleTextAppearance = 13; + + // aapt resource value: 28 + public const int Toolbar_subtitleTextColor = 28; + + // aapt resource value: 2 + public const int Toolbar_title = 2; + + // aapt resource value: 14 + public const int Toolbar_titleMargin = 14; + + // aapt resource value: 18 + public const int Toolbar_titleMarginBottom = 18; + + // aapt resource value: 16 + public const int Toolbar_titleMarginEnd = 16; + + // aapt resource value: 15 + public const int Toolbar_titleMarginStart = 15; + + // aapt resource value: 17 + public const int Toolbar_titleMarginTop = 17; + + // aapt resource value: 19 + public const int Toolbar_titleMargins = 19; + + // aapt resource value: 12 + public const int Toolbar_titleTextAppearance = 12; + + // aapt resource value: 27 + public const int Toolbar_titleTextColor = 27; + + public static int[] View = new int[] { + 16842752, + 16842970, + 2130772222, + 2130772223, + 2130772224}; + + // aapt resource value: 1 + public const int View_android_focusable = 1; + + // aapt resource value: 0 + public const int View_android_theme = 0; + + // aapt resource value: 3 + public const int View_paddingEnd = 3; + + // aapt resource value: 2 + public const int View_paddingStart = 2; + + // aapt resource value: 4 + public const int View_theme = 4; + + public static int[] ViewBackgroundHelper = new int[] { + 16842964, + 2130772225, + 2130772226}; + + // aapt resource value: 0 + public const int ViewBackgroundHelper_android_background = 0; + + // aapt resource value: 1 + public const int ViewBackgroundHelper_backgroundTint = 1; + + // aapt resource value: 2 + public const int ViewBackgroundHelper_backgroundTintMode = 2; + + public static int[] ViewStubCompat = new int[] { + 16842960, + 16842994, + 16842995}; + + // aapt resource value: 0 + public const int ViewStubCompat_android_id = 0; + + // aapt resource value: 2 + public const int ViewStubCompat_android_inflatedId = 2; + + // aapt resource value: 1 + public const int ViewStubCompat_android_layout = 1; + + static Styleable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Styleable() + { + } + } + } +} +#pragma warning restore 1591 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-anydpi-v26/icon.xml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-anydpi-v26/icon.xml new file mode 100644 index 00000000..88d1d0a1 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-anydpi-v26/icon.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-anydpi-v26/icon_round.xml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-anydpi-v26/icon_round.xml new file mode 100644 index 00000000..88d1d0a1 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-anydpi-v26/icon_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-hdpi/icon.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-hdpi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4623ca2c42f2a8574089377b0419413605ae977e GIT binary patch literal 4754 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

IB1M9 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 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-mdpi/icon.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/mipmap-mdpi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9b1d25e25de64c1ee12f91c9b41f85b0e84664e3 GIT binary patch literal 2807 zcmVV%+Ahsfn`@<87OU$M|p)R8nh*~mfD9x3|b9X zVyqe|v6VJPOicq@OC(q@n0D0&wvk#;wAN}-Y_vs;ZLwjyZ7C42<+aSd*w@U?>(0!* ze!p|?cjnAxc6P`9;~)LVo%7xA`TM?e?z!hKLcCA!ci=sBz^Kx@TKg))D|1J2qcGI~ zlD4-UY@a_qQum91VO-}3JB;|8&1S}z)FBJUr{i0UhA^_WW3&w<6JI;LV#!I*olShv zN^i$nfV5kFpndj)`p7>zQ&w{_Z!6#k>1YU%SzaCl9Z9)j;9nOs#nifRY%r1h#4Dd& z@(yG~x~nVk{hGe}O1DNsedH(S64~Zq0m#jnJDQ71 zKb8Vyu+Kc-wxTPYTW)!s_Jc%3&dMWaVcU_q&vtn#y)&J^b@?BUe%h1yL$RqE$5Mc3 zX=yP;U1Vz_S5S`3_`44|12%l=X{`&${Br3-PUsDCIFZO!nUj-L7)L8WLU`kbJ2&)Z za`PFO9?$U5_^?Va0K`7B`*bH|EYt$&MRljM3twKk>RwOn53P9#QKU?>D(0DFgVF` zMonI-ckLkqC@de%1tAobllP>p=Bq#S!4@(a5j+Bnq?Gboo_XyWW5N}0(ZgE@V?X)3 z54{9TKNt~&3xE!!gM|)MDnq$0O^Jk3p?GTH;V&*d>xo$9-Hx(^>Kn)H=<$JP(6((0 zyHF4Xx-iNMGVg81;8iAK02Ka?^vjcvdvQ!a2SV;@cPdv`+gSgoCep)6o^5r7l-=>? zwi^?{@JmD4{AD­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 SHSs+F0000i@UqKyKMfI+WmKH-}Yf2 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 P@D>J7S3j3^P6 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 |g84p7#db3$Hn3iwQ|;AP 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/XFAC|otxVq4mdH0gtTc)G)?7Zf7)_f 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 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/values/colors.xml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/values/colors.xml new file mode 100644 index 00000000..d9f6e0ba --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/values/colors.xml @@ -0,0 +1,7 @@ + + + #FFFFFF + #3F51B5 + #303F9F + #FF4081 + diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/values/styles.xml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/values/styles.xml new file mode 100644 index 00000000..4b9805f3 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/values/styles.xml @@ -0,0 +1,18 @@ + + + + + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/App.xaml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/App.xaml new file mode 100644 index 00000000..1eb50124 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/App.xaml @@ -0,0 +1,7 @@ + + + diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/App.xaml.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/App.xaml.cs new file mode 100644 index 00000000..edb207bb --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/App.xaml.cs @@ -0,0 +1,105 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Runtime.InteropServices.WindowsRuntime; +using Windows.ApplicationModel; +using Windows.ApplicationModel.Activation; +using Windows.Foundation; +using Windows.Foundation.Collections; +using Windows.UI.Xaml; +using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml.Controls.Primitives; +using Windows.UI.Xaml.Data; +using Windows.UI.Xaml.Input; +using Windows.UI.Xaml.Media; +using Windows.UI.Xaml.Navigation; + +namespace O2NextGen.SmallTalk.UWP +{ + ///

+ /// Provides application-specific behavior to supplement the default Application class. + /// + sealed partial class App : Application + { + /// + /// Initializes the singleton application object. This is the first line of authored code + /// executed, and as such is the logical equivalent of main() or WinMain(). + /// + public App() + { + this.InitializeComponent(); + this.Suspending += OnSuspending; + } + + /// + /// Invoked when the application is launched normally by the end user. Other entry points + /// will be used such as when the application is launched to open a specific file. + /// + /// Details about the launch request and process. + protected override void OnLaunched(LaunchActivatedEventArgs e) + { +#if DEBUG + if (System.Diagnostics.Debugger.IsAttached) + { + this.DebugSettings.EnableFrameRateCounter = true; + } +#endif + + Frame rootFrame = Window.Current.Content as Frame; + + // Do not repeat app initialization when the Window already has content, + // just ensure that the window is active + if (rootFrame == null) + { + // Create a Frame to act as the navigation context and navigate to the first page + rootFrame = new Frame(); + + rootFrame.NavigationFailed += OnNavigationFailed; + Xamarin.Forms.Forms.Init(e); + + if (e.PreviousExecutionState == ApplicationExecutionState.Terminated) + { + //TODO: Load state from previously suspended application + } + + // Place the frame in the current Window + Window.Current.Content = rootFrame; + } + + if (rootFrame.Content == null) + { + // When the navigation stack isn't restored navigate to the first page, + // configuring the new page by passing required information as a navigation + // parameter + rootFrame.Navigate(typeof(MainPage), e.Arguments); + } + // Ensure the current window is active + Window.Current.Activate(); + } + + /// + /// Invoked when Navigation to a certain page fails + /// + /// The Frame which failed navigation + /// Details about the navigation failure + void OnNavigationFailed(object sender, NavigationFailedEventArgs e) + { + throw new Exception("Failed to load Page " + e.SourcePageType.FullName); + } + + /// + /// Invoked when application execution is being suspended. Application state is saved + /// without knowing whether the application will be terminated or resumed with the contents + /// of memory still intact. + /// + /// The source of the suspend request. + /// Details about the suspend request. + private void OnSuspending(object sender, SuspendingEventArgs e) + { + var deferral = e.SuspendingOperation.GetDeferral(); + //TODO: Save application state and stop any background activity + deferral.Complete(); + } + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/LargeTile.scale-100.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/LargeTile.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..c3e93b09cc891ab4b8d9498dde12f6ef2a4f92b9 GIT binary patch literal 6143 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 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/LargeTile.scale-200.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/LargeTile.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..2709372a29fbade1f686880c06c950c4ced3ec2b GIT binary patch literal 13916 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 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/LargeTile.scale-400.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/LargeTile.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..ff031995a08d3af674c1bb3634af4bd26a3278e3 GIT binary patch literal 31561 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 G&;$UmLP-?> literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SmallTile.scale-200.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SmallTile.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..c63509583af3bd391d71e0114a4518fe9afc3b6d GIT binary patch literal 2536 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 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SmallTile.scale-400.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SmallTile.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..e28c05283eeee25ee350349a0c803300612c66d6 GIT binary patch literal 5566 zcmeHL`#+QI9~VM7R-||+DV0;@Y#Pb2WYR%Q*y`~B=H#6fni%3cu>5!p+Q zw%0^NcK!BiNJ#(|C4ux5@YoaX=y_j64W7nl?$G-zp;g@W!-5wM!jLQzHU61Sf z;dB*$6>&N{$4jZ4d~iWA^;ouc7$_SgCYp3=|BKA0`xTG7h{k9pwjQu~dgz0f%%$I# zZeJ+PW}Hs0geM*nx9^Fp+IvmWsmmbS!zt$TWc!HBp7UpB$7YLn64n;i4DSb?xwE#o zQ`|P&Bpho)uLh`zgfG=|L`51U6U91Y|3ChRcR;`D-4q&Ep(TlkeO)Q!)FHwzRe)=| zur2fTJ#G1+LxMa`Qf5X+@T<c3n zB#G4wSGl0ZeJXd$PfhWzj?s4EHcs&UrPMREonC zV^U_Jb1hxJY_TR?5I8FXE;<5}{$+o)I$X=TbCimaIDEB$NOSFfM@#k#5{I`*9ZS1jfaf*=! z>K4Iuc9B5Np@HiMZCOdm3TDP-R${)@-2x71^P_-kwBb@F-Dv{!HXQuj!%mrYrbe%t z{uO7(Nq&mM(`xY9Q^W{Qg}Oa@A)}oZwH^?uhrBqoZsBlbX&ajw z)B;y6#CFvKS$^-hXJlr!KFY4{|H`RU5AhBvs8Iz@-9Q;4SX#7;C7Rq<4Q!JMMNbiA z;@kfc2ubR=R|cLNHOh12t}yQ{x=MOg;I|_a8XInQ!6)Q%2`7@dt&Ukj3r!ZNs>?UF z7utqa)(&_<>6-zL0B(@yFDZ^GQDUARxz^9%;U@4?DyVwXpr1B-hYWR-`!1ut$KaQ% z-G!aL&v|_z1y$-T`CC={Ycq=WnaMG3Vd#=A9KI#>P|I2fcv0K6$C1&zP@nYmPyAMy zt==ep0n>;qSJ;AguRQ8F4LS1FBdESn5KH)hc5yD6lqkQ3MQJYTfu)^)zWj@_0ExYhh3${=$&ON2?u z(3;KFnLTlL#I=MybFK?T*_#N>DUz6^BLciw7R*~8s^8TN-1xSCVZ?-;OHt_^;Kc(mnK!xp7)L{Dml@2!IpHwPEFZN9|iXmY4@ra8W6_(nT- z3Q7*aCw@3X1I52=zA{&`Po|sViOS!Ko8X0tiQ+_16aIqExG=vxC9b%Q7w`vX{quso zzL9*RBibs*f7j=k8ZnuICoA=s-zWZ`^>`A>bE3TMbRBTA99&d3`x}Ogdq@nR9V-Pa@raGqbotey#w^yDEE< zu>97+ddcN*YM=Y|NdbHq+BS5Tm;n2Bn|#P^f>Mff0>ci&oUAm$V;$ADjEmCvkjqe< zXDMVE!@%xNeurfe@1d7$?1*b)g&WoAYIL#0k-p!Uk=g7SE3EXKvN$9RRs~sArP<9- zE$meg9+>--7NE~G$Xc$5zZWu5O>v@Evi z_cJC^?Valra|dJJQib(fA8tqGKXh6Qj?i2FGpE@s@Gvu~K4+t$FyQ>{C$seQ&yi}on@W4(E#PG?v8?PbDN~q!;NZyEj2Yt&> zAV9q9!zLtLtIb8LY$>Q3=?3QIo7s>PtQVHf0A=?j(%WXZXU}BlAIpVP(EcN}rCB>K zX$GeFtZ~p^yYWK@cZxkf{n5LD=%mD;UQC?RleJVqy&5Ob zzaHtm@y$~DGQUVB#d^8wR^uAjB1^LYd7+sKQXs ze=hRhL$Y?Bfd>3OZACE~F;_!+Cl_o?z7|U)JXZJYVT`%8mFOVOM!EPam>m{;sn@BJ zPa|PH7_K2>Ga0-&WrLiJ)||Rji=B~0WOjq4UXxo7|G9Tyy4sC6t#}2PBNPZ@c+R`M z5t_YEhE-v6c#7&7xZaRS&*35sff29fCFomee&LvNBIBRIfh9w+A+?LFXvrG*du?mYWe(=nb^_&x_?P5?&Bhp{iJ_7KUH`h5DCzfys?IWdYadTzjIoAn`9{wDP5 z@tsdMtnWS2%1T*3*|NE1ulf-Dqe7ozap_-=$)F3PgA)4pE-hzJ<#779=9L3cGXX zz+2wj-o1(~18e6rdkvrqb?&trH&55%Hhy|7yCAtr)9?&$fx1e|yJxmjkzrKJ2Ydwk zl^J2fmDzgge%=YqIFHf

v;qQ`zB<4?KlS=7`@rK!d_Ybh>Hq4ThISIJF!+wr#TH zjf;8b-0!TmFu(z`nO_p}&+_uPY1PL3$ERznS6iU9+W~zEaJZiFE$sIA5tuD>pPB#b z{)kf0h(mz^sSdtPg2S>v?XVZGyZ?F_vqG({(SL4s0$c9s_3ce%8luK4A#@bLLRy;P zA3E&$9=O&jdZG6dnevIc(xpp%J3_o6Vj_b8cIQg@Ieps7=kMza6HA1>bcL3uzVUxI ztYGF}Eo$9g~;Z$3UZ<7paZC&&`|OGq(nUelD*VMSr~zRw%*W zC5n@*xsRtm#C}*)Za12J`%ml{Av|K}&`^`DM$y3J zHZa!MKAgyQGu|%GO5iWtu>E zHkES{_=jGPHeP>I878Mc6N}0TtL(4IkFIk%6zlm&4bL%NkkZ%~xT5FZL^6lbO;_u4 zde^wBUe?tZ9F zt98#7wpiV_tdcgY_YkRSU(+(V&n&r$F2i|@ZdzOK@|x8Iz*xe!KX<+N^(a$^j=Qg) zbv6yqH6d<(M*HBYDYvH;M=8rbfdvX?$s8MW3Ff!?=u?4awXr#?{Vu>dX z;gL%SwjfR`?Ed(SaAvk8&z!)wQC~Ss>{;}^m)J#R|Iu;Uv50pLWgz@{ySZyKVn^|+ zq)-f8`H~PQCCyYf9f>1cyGxTIdPrTNNxP(_I_?PdS~Yol^% zEN-!Ln+ZIn3V7@}gcx!8Ka~a zLN2OGt4o;>aJ+%Mh{9v#*ufFxl5O=$!Jxt{PCcd+Eshb3%WNk=?ia|8Ukx{Indz;8 zv>*GY__EjRgjZ8hlGRE7x^X9_zuN$kl75*aHmYD2KX0^=lZ1=$@Nf{Nt=QJOZ|3|{dfWkxjVhbMgPYp_iz5- z9oRFLzV%9fI;ph&1I0OVAJTeiJ--^vedddcIcI>B7OLa*J6U_hF`5>A-ms&2LMK1P z*HcYG|GF zMYe-ck1qyhS$=HZmJ4i>c4ri8X|jn*4EAYjY(l!52RL7(dA z!w0a4;5^jOD$VW}C+s1mSeEKPPFb@cledS%A(3hT-xMcE$TmU0rUIVNDu%uRo`(|; zgjKAzW?>~|`O)y{Bf<3sR18HkJSjLsSc8eU%bi2f$b#m)p&`IoEfFflm15~c_7iw* z13k`h9m~i;9;enXn-{1-l(){{i4h24;nBLL%dUg4Q`L?o8i@n3o! z^q}i>q^}ap(dw$VWoh?32lQQ36ldRfGTzp~T$wkQ#PQnv`~6TQ&29=H*nRWiVGD6U z!v^FpHbXfy)PFgCRn~cEkybmPYorteBM-yGqwJ>`nLlOTP(aS{K>&g+#}? zbB~2{dmu9t`(U;<_f%Rdf#yD|Z$i{&e2CaWD1gcKtBw00k;*X16d=W@F6ysvRqlwhvHZ ztnfo~jT{lCsmk20F700cNvNP lU!D6O)VY7v&Ay#o^tTgFC4*i7BCLqWB|C^M>7rlKe*nUg-M|0< literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SplashScreen.scale-100.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SplashScreen.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..eacdf203d4ca4f824bb62ad8e1762cd8d19cdab4 GIT binary patch literal 6555 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 K8&yWgr~d;j`DY&h literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SplashScreen.scale-200.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SplashScreen.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..caa5fc9cb677844c4502acf45b322fdd2721b8e5 GIT binary patch literal 15240 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 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SplashScreen.scale-400.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/SplashScreen.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..16d97844daf823996b3da528577117f127c72c22 GIT binary patch literal 39781 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 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square150x150Logo.scale-100.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square150x150Logo.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..c1709f2b8b46b60ee45f42ac5e633160429f8ba8 GIT binary patch literal 2772 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 NAY8nh8-BT(^&ee%L&yLC literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square150x150Logo.scale-200.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square150x150Logo.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..48732ffe3a8a82627fc9b02a6e945595a8a712ca GIT binary patch literal 5904 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

Y|+5yP;M_cxnA?h(+`B3+D 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 ID%r&R58=IJSpWb4 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.altform-unplated_targetsize-48.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.altform-unplated_targetsize-48.png new file mode 100644 index 0000000000000000000000000000000000000000..ee58ea6df88a138ed3a8b0bed7ef2287c0b242b4 GIT binary patch literal 1245 zcmV<31S0#1P)0`^oT}neLv6 zJ_0Fds=KDD{;KYo-X_oK;*^)|0HRWN0@U~vy9bj( z9o1Q;HpaowGqV9G2^E(s* zbCma#7-c$og&JSCU{6(Z6#7##bp%T=sUFhBrcHq1><8QC7Y`-Da6eYM6JhuKd=XR| ztOWh9svU>@m4Koe{GCSkT~K@`BT!3^4Dfn@JeMF2Qk^Vq!0rnu^2L5ZrGrOr2yBxd zC_V<_yO!$u&^qU1JES&782MQCE5yb8S>t4J!B8jIpq@VcJ%8>1-_49_sma0 zHv$O)>8a5X+C_lP=zamL4bTI~YBO{;rYk%zf|cu>3bvX&=J@IOCIH9`9F*!~{{=J* zpem}nR69v~8GNWxIZI-#tEotv(5y-Mb!YE0O%#4pQvv|b_zdV zX#aWFkw>Wk)(MG?+zwb9dFxLs>qRCo7KrhhS?-I%Oqffe_R_nR=Y*zZ!um{MsYXQ0! zB^JNux{o-HgP8`aagDqlQX$Y0uoWIUJ0%#I%L(Wadh$*$)dc@dVhGX+OhEP^a>R22 zHdKJzcI|_Nc6%kPw#brLqY}xUX%6zf0U^`}?Sq6&rcvp+#a=s7~DX8yJ&e9G0#c3V5^1myNuowhpbdOb~BY;UH8LY)WX9-ky+-!Cg` zq#qp4?*q^O{lOum02{jOFQ(24AS!kLrOY;UCy;IG@(KI|qj~bVw`{B$00000NkvXX Hu0mjfhF&;| literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.scale-100.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..06fc87c130f018a94a2745b7771bebb25e7cf518 GIT binary patch literal 1141 zcmV-*1d98KP)RCt{2m}!VkQ5eVHSr|*!Fhz=~5nt@e-Xy*#8GG?T63Jjj z%wlG|MYGwmPbMZsj4WC5MFv?iS!ccpA--rPg9wdTUcV=2a_619oO9oqB=gkMdG5K- z`Tzg-x%ZrV?u`xnV;1|j1(;fg;P$o-!R>9n1UEG`jiH%^$NA)~i;9XW$Df)GG!`5R zg%;wcA?sv1HVmhM3tt)?9evJZoRMHidgF&96)OftELg>eE=Tky-EpRZvmqK_F3;Y; z>IY^n;U?WN+JdP>BF%a~!aOVm>=LT{LMPdz!bMc1i%(IG24);p-a$A|Ctpi26-WYj zeniS#4D4h$W>DpuUb&uvx%w!4ciTvFwO#OxM|{XFNk{MsK*rhhKcmUOqwxfC_PStH z(`>}Q;l1z@^1E7dI37#hO2T8l1#_Ev&}?@&-50;jZTzZoCqTN?AvZ`~naWF|aatC) zA^I#hUwjG1vKTzb?gahufFB`Trn!JNoA*~UI{6)d?Xz!n1QxRJO_nwm&3?W~nxcq_TG z3X>|6|CanbiFq7kq8`N`;(Zr`yakY7Ag(4ZkhR)F><{5~I`1eL;5QKL3%I-{0WU+$ zeTmfu-|m*@$qNL$di((KD%wOB%?H4IWh_{UE`ngWddG*0t)YL7C08b0tFLJKhl@zU zV&Xb3Yz@cP?3OwD-_u{wH!}r7-kD$5gHD2Y$)0}b3fuoWRyK9hEA@@`#lrj+47a^Qsy4x0Z zxOrEnW2QT(e6`H=H`mqL!1_RwXEMfA@Mo%=qJ9QO^s5$(Mw)dd|JB5dN#$=NqGjti z6ZiEeNS<4o>tH=G9qX$~ipZF(E$sjJ1OGRzLvVZBKPUJX76sv@6p32H00000NkvXX Hu0mjfohcpA literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.scale-200.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf27573f8c4a2f26b942220521b145932dbb8b3 GIT binary patch literal 2468 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 b=$}Z|!9CkAhpfeCZx@rPp(V0T-!1xIbVsNn literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.scale-400.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..8a4ee54f9efd6103777dd2a6f428956287581f85 GIT binary patch literal 4740 zcmcIoc{CJm_cvpPv1Z@*tXanXCA+Z`S(1HhBV;Y1Y}1fri!5VJNU}#`D2B0QiR{9N zW=JJrkafuGdw&1?{(sN=$9?WO_uTV&?){wSInVRCPp(^=GSTzVQ&CYdnVT8eUHCWu z8ieLzZEE}GapCB~%$)C1QE^H9YXEaQaWWMZo4UD?fkSl3W+}rPk7>@q?wG^}HzF7t z46fB-W-0@J-9T`_YSj!_p3Ynrs}jnN5`UJGV#y|!`=U_HV_kgt*QAl@fU8oXmqp<# z9*L^jl$$w!&$qhP?}dhR;l`p4JYvd1&-}(pa*E%MyWHA5Upk~*#I|Pxle3lT0<=7N zGCYCmEd!t+-we9>AwKpu*=mxWmv39)O+FVOGwPK9{LViAb%MP!01EGll^386Tc91x z*TDJ*1UTC-G)NP1dIRg60?^fV+HD=$K|4en>bfSNa`ypAgMV=SHKr+mQu&Z#eAcCP zBE}Uwk}qHUq^vA$wfo~%o<$WX-Gac8r^cO!>A*r|Nb%WHBI*=T6H^Qp+ts*f@9bcL ze_hhF8qJv3`UDHD>4gUkKnAVb<1H7>g5%5GDprEjp3 zqa6l>2=U*5J|7B5cRI1qjAuBcEo(7}=hdcZG9&CuV{!p}I`SoJtq769mhSd#N;ZEw zug~L=%dK$%N%i3L(3y@GVkZ}2*>pi~jmp;6{qSIT>azyqn@NVH5<#uDk&V!9DG0r zfztCyVW1-^LcD|EKtZ#K>}gCeJa)(s5BbTb(HcORG*SfoRZlsx4>tXk{Rr8kh++IX z63uzG(=gezP&(pnM*RcRJ;d4tlY3KL;Yqgl&`0|RUf<;ReR@g+V zp5Zf{LiKIRRNgmGx_&Tn`eL(mC^hR-*pge~o))1iLedy;_qcMu^-S@7v+f4X4||N@ zx|JPp0R1R9jPK><`ll7Jv?cI8WXoJ!rM&z zhoTSiKhIKUIX%{J-+F6!d25N`u#|mDSeQ8IbhPtkFb)^?)zeK#XiE4q>jr%Tc}aBh z=vfkSiQqR4TzujG)RcI>>io^XVaD&ZVr#iWV+nNvPO53;Z*};ev@8`JrpPTzui#b( zP%J%a2Z#4-C-+G8D*J@}=_}u<+SL)bWlk@WDg43g=$3o)SeT{?rs2VB2A&3ixkje0 zp_1a@FdBvGlYE1XLz|;PkL;gkWv2r+lwR*!pm4vnbkm^k_`w8Y%mULrK;jdYA)4%< z4C9F=g9-Ez7cvxWXw{vn`34vRoo;-|xO^K{GC*^uhQD6rNVA#i5dDh37HBfj*1P`A z>44?WGUUY9jhQR=m@%GtaBY*My)i%r_F+#gC$&=k(YdSay~nQ#ff{2wfSX(eOMZ2x z*!!rBk=U^|sx2HfLMSEMEeZaH*5AgCrYrdIG+tj}AF?raukK76yU9EQN`JAPMkT6HA$o2K2V*RLI=#5h_0#IgQK6qgsw zd9V3_1}z1S2*#@3FWK%nq+839;x5-spwi3#pk6OQ%ptcd2F!2uI~?uMdch^zwtoqG zr?Nk%=$1j{`nn~TaaYPc-CL}~HD$4zKY;^jcN+6fAl#@f&QlF0G&d!m1Tw`${~+z6 zs1!=2O7+dpkA(oSGQFDQA0|h8@m7_5KwW<5JKLZR9X!|mRj*VL?j)gf<*y1OblTfD zbZ0qI=f?@Dzb$GBe+QJd>$}HL${XIjK()B)T@MRSvz*i`=?WIyH3S7loru$r?%_G800E#gz3U4#A>zPpX8pR)wDKgKE=1V2ia`Fr8XZ%?caG9(3Gh#;vtYbm znA2Q{*5X=u@CPo&$5EZdHp^bS+oA1>cirAKwOTC)DJt}u{2z0@gu^OJTHa#%ed%@Gz*?aKY8s>iqA zPhoi{G0VgogTE#E^J|J{HKU}+&pAswP+{OYji36Vd?JP0(q7e_unsckz2@{I+UC1T z+MS{*5T~Mt=UoAqAwilQEoPP-O-WZS(|4;3yZ;tHBc0Fw{vT0qLVzb^~!RdCH_^*t}izco!%zzYrYt-5|6Eit_ z5-41F+^C8!>yJ-Yr8@auARrEZ}%7uMeZ)NYX{9$rW zC59OkR`~}U*^*AI^@RG$EQ2~Q(@YWwWuimp+%fn)OU%n4fN+r)9HDd74s`y@l}f3- zN1}KewYPfO)-Uoqu3FM;XB0d)9xtsBDz{OHNJ#p5b9ZmXU}7#z2DMxmaf)SPZDB8S zH-*v1QmmCO7=4}X3w9&OJ<3HEoET=sRC4~!3FZAl;raOIhqHHDq`%D;LOr)O+YT%@ zOgqGKfY_2YXYI#DnKMSbEdA&{^0-CqnXg?$Mao@QcWCd>L}XE6OLxC~Bl&;|CeZ-Z zr58x2m=aH=bxpqfvQHi#JcETF>w7`jAM?rV-AAqUElefl!255qtibPQ76dZuhj zGF!*7goPCqd)q&XP1$)?^^80+G8>TG5JW`j4W7eE9kCpnEAfqP+oe{y%F*X@H5n~s z{DyeTB@X^cazLO6aeURik&UZ(ewq>S_e+ESmd;z$f$jG>&S5itiBGgUqGo!E0yx%( zdelEkVcL3ZFo}2g5P}U(FvGe(P9^rHYIWRPLu7Z8unbUM+u&MKbfh#OA)5g?VrrrpZBD7!o;i3+&7 z%+V)~AV2RoK3LqJzSTQETDL*uzna4A|QJky~r0=VGya@GE$w>=x5p(w~I@~73 zsGO1fuBi1yoO9?e?Wr{R^X28f0GbfbGx2wmx7)KKKlbk1r}`PRi>|((Uf1fQIFCi8 zEaYhpeo`B)c^b#3#xkW(_7wtkGCdSd*&8Si&ZCN9UEaejF!6Gip8sR4+;7z_a`Hs2 zXX<7VacMbeT-34UoJ|RIDheE5dlb)2aJ(!+g!bOFEvw^KR=^mCSW+SzDn$KG&?6`Q zb@!pvbv?TWn?sFhUb6Yf zLdhY{fC{+>a$rC=ciHR~C)b9$uUyp-i^`di+;*^eOa@U!qNX~7MZR3{Av_5`-j^n! z7RtP`rtS)pKzzyCAuFG#9}5h#y!Da(7+yK_O;Q}+biaPX>A;)Tlf#3|{iKTS&cIGu zukvY2TL|yKvB3HT^qSSWi?<5e{nz^I0`-e0>|sJ4tfqAcy1)+6m;-RdW$p_o=Zo=q zN0RsUCglS*9r~lB)x2;*ljk5&;&0unT@o3%6-iOzHvPzqpmM%lSjw?`%JYCab1UGZ z^U${;K8v#~WJb_ zOBl=jqN>B*j>d3Z_M(iH+hXhpS?9W+LE1{@{u_A<9eMWF5S~u5A?P`*hV}zy zUedzHe;IUI|yERjTSmePlvX3SH-!**I1yV4I4Ea45c87Phz}$_Y@p zmbEv5s-oNFzY5e#gGa`8kye*4zP|YDe~+jr0^Wc5$1crwpmiiPn9^t1MJ;rg%-MjF zN>iYn-<4rkKkhAG4@p4^d+=8c?#@*`U*`T$KsyYX&kibjVJo+wYCUA4bV$AhhR#7THFCj%2d(ueXz6f$*x7_ zn6axmUKih2r8lQ9Xjkod1o?6yFH}|h$p0BBvE0?l2h!b1H~&F*Wt4{8l|fqv>-E?$zYAh`6{ z5!*$9l{uYAL6r$HMiW`L;ZObc)Xm=s%xHfK3C0C9u_Vj5cx`FA{gS+I@-*FZw6&Bh z$^c*oMd%uJLK?`=30)4nn65OI4Oh$=S%M$Ho`PNqv|0I5yJ^X35QJ75AjF#uUBlZ{ za&~c{2X9mCY#R~jt)*F6c}PK@Njrg8YO~d~BCmvrs*a17WESXn%Ep(CWJirnI{mKj zEMt_g1Z%TlYkcN2xz%9?k{s|%5uBnM8vm;oQX?*t)r3Wzb!rkO-6P=hdu*q zlY}l``a`97!^I~iLoRsct-;YvkGap0;!-Scp9VfWRLV3s0GcrDUUl(O@aK*J4}U5A zI3J)jDZRi@5Vp^Uk){xTGYCsW8iPN5*xw@jeF^d2gIJp?Iug2ajS(QLqr%KOi}%5u)@`$KgmC_= zW8Y9SHT74Vx$@W)!xQ-4Y0rW+Xo&AGWy*&KJv?`{pX<;d;xuay=$RGH6D}=Xip!E6HNCYQqG+)^<^ zf@>kE-!d_UA!cU45G0E0eve$2qqnOWO+i%&|inMOftm{SpWhj3UgfKJ${sF@A-8kUGO(7*nLuV`%`Wr*(MJHxd$u z#9jQeh)Dcdi2a8^RAmY&Bs7l9FK{};VN$KuBKtKfU2t5R8iK7ls0YT}OE-C4h25C6% z!~6T|_aFFte%QzE<1xGQ*qPbg*?G<+>g%czf$6{i01#=YKQ{mXjE5lxfQR$YS@|Mf zKXmxs>gIj`K*j!F!_Y8bI|cxDn8tHOqu`u_-0McFo~*t-J8jY4=T>jWpTCIZdRv6~ z4qUXxD3+Zw6u6e7eP5lGBb9Y+yQTdnNJY^bLy_u{${%l2D+8VVr+hB6x~3`yON@0i{> zF+QLbNzgjD-3Q!D30bE|<^}q=Y5q4&eCsfSw3gSG@NjV07#klSk3G){ESOif7zph{ z%xAjh?^;Av+&{5C3M$jiI`y$@dX~Zqp>tjvZ>>zcB0ncM%ipS$S44@rB~(04HR``V zsh@u}6}V$@q>oNVqAj>rIM1#2mgv$!$&aq72p z$`0=4!+gYYd1T^E=G5;>S?3lJd@BrX%oY!*QKSCBv-*0txR zqf&S!!FNm=KnM9`Dw3%p0qvk8xxDNYe>iYC%qU`fpk{!H7GOVCbZzqOqil~Hd!Aj9 z7|707oK>Q!#8yj(fU;C-|- zhto$=97aF%G*X9Z@bpqt{9|6J$GwCxB4(f-a`<|U0lVn(p_nDq-@P{7EAI-}}Df zc|GjoLBRR?J!hTxo*T(g6zUdscoG!Qw!OD*cMjX#4l)>gpI$@>VT|;>TosJWlfT=v zxx5Lt1Bv2#a!b`YkAoFzFFEH&l_Lncl3V}W2DpxLP;t`s@Blgxrixsq3i~!?!@>1$ zNhLmmyz6YxBN35Z^lx*rtb?)#F76szm zFEB{glKPforoKqddFvvS;x!&$1iISJ7juDZ`XaY0_}`bJ6(7!|jE%s~s=OW(x6o-p zws1wznCV) zg0Xmm&bTCf0KO9&vBYk4ro#`*V9KU8oO=8@L}`3Rhl+ppwwtAd3$j>uzg-OP8DNCQ zXYm%3>_r$CF7X0kx1-}~Kkxti?VDp7dbEap$nK@EY>L6o1tC}3Jds#{hd@PGh8}6* z>RAML#x-(MxggFg{xcSVo}iL^%~Xmk>x1|bHprdTHUlQp%Baty^`Nk70Q=D^hbSqQ zdS=~in-MEE&~fq&e|a1&Rf{pObvjr#;yAIgti=zTa$wip32 zcf0+lz&g*IHdL;K^I;C6shh_J#2YQg6Wz)K{8IFJFCtyfr@Ot1{g-aI{8H(I`Zv=v z1B^GWM=;FeU#+@)LxrypvQ$2|;AL{>lmZBPZ!lZRQ_!4(!0}W6FH%+ElZ^BA| zp}$TV2(k#q_ht-b^7@>oz6ObvDARoKyE7e(TB|2Lmkgt)d!lia6dhFUe=Ht_8tD~C zfFWj4i(KDC>+bI_g6MjnpaE*{rmcDO8T*G|K?=z9g|rG$=JG~gWO}Urgx+*5gUAcj zDk97_tvsbpL)iYQrs_?8G&sPUeEGda7k{vZu z8|7wJ_Vl?sHr_4TKws#;@m{?p8zj>yqlECIG){&e4aYDnk@eEM4t~@7WB%{b{HfRL zn)18^bbK$HTSAb({JkCus~IOC!#xstk&MJhd}jX0p%55iR)3k8#J)g&6XKNFh-qyK z@R19?kXDmey)ECQ#hnqGCoMlZlN@{{;vUGFk>;?O(xP!7AbaN}Cd77;TGjbI%k3tQ zEpxNS4|da53NIJPH314kr44@Ho=wH-MbGPnRY~g1!%2}Z2m1ps zVY$lf=PTn=ol}JwUo zVC1EZz*Ek~@|FxUxW+g)$VNl14s6(W(BHjA_{-(zuxJ*y6r~$~sogL?9V{G|Q=HlI zi8=?x*>ilB`{+bx6OM`bPr$F|e#tj+G zr}hM9chBY!%-2rmk(na`dr zX*)a$E<*~Kc=ie?i|&%&2nYr_QjXz+ge)j8x`DvLd7tvlEWRzNc;m37n_=O2R@5P9 zw$0Vd=(L&BTK0TSaRyH8a&G!+7EW(AV@1T73sLfickBNA0vn95z~XjiQwpFjQbs}R zsXSFS>42>Da_qo~w|l(#-JS=-MXsOWo59^9yZulzkBI$~ObWW&2$LWJ-?v*;Nj>;{ z_|sHC$(4&m;)UJ?*yh`>BRySlC<>~_ugCT#{S+R?`P?EYqzmzb-AIGiup8gq=!cjn zIoV)d{@C_sIvQT?(j6%(tI`JHOQW?pUWmSqH%H&lRE#LFK&`2JvXyKAWSiBHyA{AP zQuwUTyK^yLO4-uzjlB_;_hZ;b&QYpo1h`~CNGmb-2 z?!ZBy^BuY(5-BS+`^q(W`@y}U2)DCvRB}n}P}9{$mW6G!_1)8E8?wx4gRCj%U8>ka zv31Q9lDHsK;Cy_^I}~B{%E|FP6%Tmu!mnQTr=S{RZkp%5XNs_zy^aJ(#2xRXMJI}P zSF~$omIT%&K!4vFS3;Iw0;6^zmKSsU_1@HQQ1sCp4`AJnHS8Pd^NKN2Ncjqd@NXw9|-??uj*gbMjJS= z>8)g%)9flVsSAQ9{K93E{$d0K^1Z2ZfB9PONJlA8T2r@L+|B18x>(`mlvo!_f^pB^ zu350N71<}!)8?Pi_VUnxfx5PD%J=sfy(SovZq`y3loZ!O_1ad}7n#hn{&bn2eO?hbxJHF%VxVkUVb>8b+MourV z>>Xiq;U5PX0?0UzRb8`sGjcKUJ_tYjx=e(Ry4u|_-lV@oI6mlCdbgE@FKR{gAE}J8 zyabt6O`UqMM(CmO8#Xm)ParWU&bHC8eB?=1#Sye6Hd#ZWjOw+_92Wq;U+W8gQJ(** zeIbf4iJbW!#eM#>!%h0PjZ1@bhdJFI6P<6>93u~`i-RyK*th7Q85h$r%iz>$(CyJ`E zz68P&GwI`sVWHD1bhCFi|ntJe}8_k!N_!bKpt_Fp+WpPo_rcUb*exGZnx{0 zyUm~MFhiHNGhbEe^EcUx45b&Zm+G@WvbJ&pbS8uayYwBeQz$rBKDB>B#~3h0V*Q}{ zcV{(7oBFdroeIosL=74|{x%iEhD~ida$;&rnw-UOhwL>YuP|CG(+Q+hC}sL*V_6;< zW-Zm5()VIk#kIPd*MZnCr%8AC?Pj8*#(#Gclj$Wg}Nkppd}Eqtd{XP4=nKk+;_ zdprG|QGF%n^`7+EZAmW&m&2Mb4d_%nyP{+2_722kDzxsp+KX{Mr zluz@?7LFgUn5y1kj&&EtN^s=v?4n8BSBYaJQxdI6x+$rrc@t}d)A1e*Sub##4iXsH zu2p1NBY#vOaak#xC=r}0*5SQs?K&P47C|$-9Q9*f`6d^^md}Tpeq5HP-QQ&FIf9@5 z_GQ`LH(4X@-xi#Sn6)jdA=;^VjxjFj_Cvhsz6)-weXNiKGc1N!ft;1)m93<4?}&|M zOx?%9SKAyT7CB<2JHj{V_O^!F4Li->BK`QrapMaK&f{P%w?{#sL7pxio64n?Pu|Dn z(o|BrV!g_Rzi5S`Vo0sNkS`+9XakQzBI%1K{eO#R>u#XP>$;qn@@o2OgT%&cNw&Da z*QeH$6V&znd1)05E9v?n=hd(*hKKOlqJT8x;Lk}2)tLw{_Wg1^jS7~5=ugz#!U&VE zZ@OGG7K2*JY*^7#ejT_8C8X(%-L*WYe{H)Os}SC)_$Et=j?lILRT$67i4P{t{ow?g zd#8LvRcJ=G*8vW07{2C;vmeOofTXbn)5d_5_*sj0=GcJ3EFZ0-Nn9`pLdNnz5`)_w z+`e?r1qrB=+CMmerPvlS-4czc8*4^3$N6N;6xJ&gHkbnY*VGkFlcNwb3R*do);Yw3 z9c9{Wwn4%svA8HcXBKyIT$3ytPnWs1hbjNN8Z_G7M8!3w2O{O^V;U(!Sq1wZi}zS0 zN8Ja?+Ps>1{8m=3yh{itTNuu-NS@|GbMKkzt~{*$$3B=NSlsNy!($KDPytAuP8N5u zPiH1%w8P(GPw+ieUi#f1u@+b_ANOk}YFZs@I%4X0%K^Q7tF5by`I&E2wXz|jp%KUd z7!GgI1NMC}GBz~WXi`?qq&iCG39oMzR^+)mU5t@d&06ZGQWV+)Ux}Q>w0svVfr~`X z$H+vE0sPO#=E7wDs?$`W*$^oy!RxY92}^ufJV(pNVs!6AhR) zH5#djmWgf!2_Nj+9Sb!vUVgIv5%{>I&byaYZ5j9G&L%k{E%H)h!N6+05^|Gl(qme* zFPu^0@nq%IIs5XqJ?S}9NXIx;%_a%_}=zxNH=Ky;%) zznbR{su8Cd*S)W{?;9QEY{R3}MtLZw_Lj-zGwWUsToNv-TMuEyCxPJDg})3Ud}QDL z1;5n?=(fqfEbOe?7d{)k$bbweFX85;n22E4w}6<<*$Yd5a$8{#5`!~ZZm@*qfKc@T z>9-x89p6iyF-C9yMOXih3X@W5I{qPH{_#>Oz>$xJF`VbQipLR$)`BHOLQK(QZ=JF* zfxR#xx@3n{eIuGiP$4z})hr}H+@)#yqWsF`Jc>{(vj7fd2yzUk)b;Ud*HD%e*Ss1Q zM>{X@0?7;%*|VP4=tbh%sQ$sex>x?`#L_jK-NB;?8Fp3fAUxV7lS?oCXUV^w-vrY& z5vs=PmwboKQjuT@J{TILJpU5o*m2w&_9-gNs}e1aH`ru>hR;yXJDzZ8Zh^y3ekl`Gq01+eY6-Qm~FuJ#~2QD!`oKt!+n|oVe@Ru%kDM|DD8L zW$3T2KT-TMwiE1)Bm;J1rbNvj9Ym^OoBY<)c9#-8gmxq>PWN9goczYoWy$AcCJei# z&vPVg#+qNHSR{Ov5nNefxmH8$OT$Vkh*D2`ZQPq>jmkT$Fp|4uI^pH7K1=uhY&#NMOJjc_fG=PLe_YE1@vd5p&WTwn`tVjcUQ zm?RRR8)Ol1HL(<_=vb4OoLswhTwL5yj zRS6}p3tSt_O1Z0Yn*Q&QtF0qfKme_PMree24$ z#<6EDA-D1!d6oxV{j0~d-8E>=I$!ew(yUlPiS-R!vA)8vm%m(^XgTzF#wFUJw~~t* zCdA=-zRmbX&sTL~|Mh3Z>7)`B`hp^)Uz2KG)Ug@C(MJbI%OrRUiEc`pNV*^Hn_)|Z z7Yjn)UnvRJB6N{VmW3u*kryiBBv~!&LNu$W2XAhmfy+kawzCr!S#dNF;$1Z;h#@Pv zm@`uxRu2OEq}S?SZf*7}u*AGP6kUE}M*(RSydZ}LG9@=fb}`d~gop(wyzobg!Xo&b zy+9S6$g%FXvKLPlpE+GRiLxv(t`w^fE5d6prygU2IN6mp=^HRP*Zim6L$bb#82LSG z7z$f=C9^?oOsO! zFff)Q3ENpG)8ZSSnhVtQzG+JO+=c_cm%O!-nDEr_?0hFIeu}efFe6R+_KnE4pbW8~ zi)Q=OY!}Se3Q0XzS-v?(ZO#jfvDp^+yy>(onw)m>_>0bIo&17hhiWTRUDLThS8p2B ze&{9C1x?Ksc_h7+xcYOdSY^;wfHAXaRp3kR7pUc`c%gOyRv^uQ)+O5`bRXj5IWcvN zda*!e>7%~mOrBs@MMOB3WCy}yg|55;Tt_5nx$N?{AW`dS!flw7u0R`kS_|fw%H1z0 z$cMZ)Aw1MB&5rpS{7Iojc|)MRR}@+B%lBh3atxnTR>h zCWbl2hz}Nds0Sv1wK_EAuq)&_%In7tD_>I`Hu>QXDGrQcDb(===VxF4c0KFbzLikz z5rBKgw0TAI3dR1v0xi>)xQlMHL4h&50(kk1ODM&!l!FG2{*&`s^4(91FKJ_<;wy3F(OI+9XAxz+Nx#84ZSf}oI+j*ZMbj7akFTbKGoY{Y zqqFhnV{w_rCq9^aQ=VSTh{}Lw1R#V5bu?jdd3#eXD+Xx25WlPzk9j#OLM)O#CIr$E4-)7ktpwNx8243hw69j5g|5tHp}gOd_)wzDB<582pH&BDYp#-XvJ$$MLm=T_e(_wnw|&yV=+7vtHJ*Q8c84N|O0 z-nAdF!Hi+;IoclpeCv;~b-Z~F{w5e^ifN1G-LRp3vs57UlhX5{J4yAoz7adn1ct%^ zv+e;}ed+W15J=JUIZT_Q0UeB$dl_-GopQ6`ggFR!O}b&0N*0Dzs{P=~Js;rq{s;oLwU6s=Z3e{z=M$4dW!l?DX-ySj~jD%Q(8tfy# z`a?Ff2FR>WD0#m>1D9+B?n|)1MIig#rn{>VnO{-;C$*Ojo5q|zAA`7pO}GYlZp9TJ zfNI*Azr&i!-|KP{Im=qhiA|4*jdPE|?>>CqxBjM)p!CPi&U& zrR&N0@ZO^KB01Yy{}yX0H` zXBt)V!UTH;1QXaT`am=7k+~iImtn>{MY0#rZuMy~PNRkQkKAstKoG{2l)gMPqEJK9 zf$xK4AT41qL)ytAjx32|J!E17+rd?U6M%2{J>hP(Ut{zw5_||~pJI9h(qlWZ!xI`& zg|_|Xp?-ZPPa~Rf?CZD;u zhhc8h&~ji%g$AUM+{_Db;w;?<`3wJ!BE6{qTGKIu<2NYa=3CuUPo)->{Sq*dY?2{? zY)E3ehKEcLL?wftz&Nyg`MRz^gm!-x#+FZValV?c!~=|_EcBKuAby_CSLJW}(`fA| zaY=lL2wOkY9T$1F4rDf*=(>r~j z{RMQI+^lreXhw>!UR&4XxOaQ@Dp6qTvPMf7+)l$QsTkt1=wJ$r1bbhX&veKJ?sT8~fPrsAw+fmzC7X+{G%*Jsw0>Y;cMsdW zuUSJ#*2{2nJ$w=L;(sl;1tNGBo^2{#2d0N3_4w6!-Wfk!^kQPvGaX1dyyG`F_M%^M zgxfSD|M0Oyo*gBmW1Iw}qRt)}XlI^7mDU-hs|nGTZ_)ZEM*GeLn7Ctdqx5c*BjXa4 z$i$==@g8sKo$XsfW7NY82QwZL!hrry19HsRm2fTgLyhNQ$+Y*iXwu_5ruFBZobFz{8Y>agcl;zz!Yw*3Hdgf`G{`=q;iu;c{Qs9N63|4 zA!GHkcqQw@hLi~R=@=d?)V>mT<(>F1|FFLVbR~c zs{!#!*{Z;Ikr&P##6@A3ng~0TL?+FiJRTC@*qYR5Pn3B<{x^S-d6s|Z_!2Vzh1;++ z9Bz?k z6)v{r5wa7P^O1EAWe+59xn%!wHBJ0Kh{*UF?9=Y0JHeg%yBGOh<1M^TAD&EakPwiq zex!kar-mR?Uvdrr{ozP`)Udr=+}jmJ{!Y4H+q#{y9pbEXkV93;3N`Y-WK?cJ)U ztUczk`xDB&rtvhhaXKo`;5%{+T!6D>@axS2a=QJtP*b=^8D_o0EH?43Y1!qges!k* z%bdUKpB2@Qpc8&KJ!@cQGA(XvcMF%Yh5s7`MgM=%(-0a9VkNdpFFjuLP_G4OsOUaN ID%r&R58=IJSpWb4 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.targetsize-48.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Square44x44Logo.targetsize-48.png new file mode 100644 index 0000000000000000000000000000000000000000..ee58ea6df88a138ed3a8b0bed7ef2287c0b242b4 GIT binary patch literal 1245 zcmV<31S0#1P)0`^oT}neLv6 zJ_0Fds=KDD{;KYo-X_oK;*^)|0HRWN0@U~vy9bj( z9o1Q;HpaowGqV9G2^E(s* zbCma#7-c$og&JSCU{6(Z6#7##bp%T=sUFhBrcHq1><8QC7Y`-Da6eYM6JhuKd=XR| ztOWh9svU>@m4Koe{GCSkT~K@`BT!3^4Dfn@JeMF2Qk^Vq!0rnu^2L5ZrGrOr2yBxd zC_V<_yO!$u&^qU1JES&782MQCE5yb8S>t4J!B8jIpq@VcJ%8>1-_49_sma0 zHv$O)>8a5X+C_lP=zamL4bTI~YBO{;rYk%zf|cu>3bvX&=J@IOCIH9`9F*!~{{=J* zpem}nR69v~8GNWxIZI-#tEotv(5y-Mb!YE0O%#4pQvv|b_zdV zX#aWFkw>Wk)(MG?+zwb9dFxLs>qRCo7KrhhS?-I%Oqffe_R_nR=Y*zZ!um{MsYXQ0! zB^JNux{o-HgP8`aagDqlQX$Y0uoWIUJ0%#I%L(Wadh$*$)dc@dVhGX+OhEP^a>R22 zHdKJzcI|_Nc6%kPw#brLqY}xUX%6zf0U^`}?Sq6&rcvp+#a=s7~DX8yJ&e9G0#c3V5^1myNuowhpbdOb~BY;UH8LY)WX9-ky+-!Cg` zq#qp4?*q^O{lOum02{jOFQ(24AS!kLrOY;UCy;IG@(KI|qj~bVw`{B$00000NkvXX Hu0mjfhF&;| literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/StoreLogo.backup.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/StoreLogo.backup.png new file mode 100644 index 0000000000000000000000000000000000000000..a197aaf558f9d8f7a32d2451753824be2f2880c0 GIT binary patch literal 392 zcmV;30eAk1P)7<)krtq(aFl~uLs1fDksy_Fk~`(1kz2k6vM!@`6AA2R`4W~V z`L?`Fq{jHr>g`DhP!{2CAK5GGSY}++SFC7aR8Z{5osi7Y literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/StoreLogo.scale-100.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/StoreLogo.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..4fbbc70d82bac538916c24e7af1eb95a63990f45 GIT binary patch literal 836 zcmV-K1H1f*P)~LE8Z`$Wc+lIz=Bgh+k6uJjgQti&i032-I_s~n7KU*aW~STN30+WB zb@ikE|LLCYp6Lu$iFE#N0Jg*vaZNlC*TfTXO*|3T#1nB%JQ3H#Dv@Th*@2eQv@H}0 z^XM;Ixvdci!>|O2m$_8=sV z0xZnZPx{dJ0JHMO6oVBa0IEg&V#|*cOR6Jw53}DCgE0{Rox$|BfMLI5LI8FP@Ce|d z)_=ovpc|!*crUYZnpt^ag2RXiKsKPa022*M`3do1>{zVJFnS*?qZ5(%ZQ9S!ejzUw zQz9cIFU6KnKl+gPIPp{1ZQAw|{vC7;{`trlp^h;^aWpTM+(byc6&*}?4|Wn8W2szc z$qW%{Xw@KfO=1(+Ezy4J%UDmTn_F%olO$aiC!*yc>@(_T0REoxBE(+d@4z2O+TC=l zN!$~8@Z=&w!o8TjcH1qW)>9|%!V&Z&`ctc>b!q+8PnVdCS;fA~ifK9ST5@Iifqwj# zNpca9C&n_V>k~|Rx{H_rEj~t<&^>5Bbsv)Q>Q-H631*&+AZfs~LgK3=K8)Ly0O&4& zzC!k#yx0=Q?;}>nJ|K2E;oVx2G4tXvAuLSLwmfVp5cR}t<`s6nywQDUgAs8*=zBRpPiCEcw z0aXUnYxUb+<=gCVWg8f*5RvZ*mRLi+FS7KLm*2*>h=|Pt@e;sx1t~vuky+_uE4eiy z^6d?geJlRwgNOqAVsp&2;{R*8CZ33E;)%E>o``GWiMS@7h-tEabTpx$Y0RSNG!k{k-_T|9rEFo-Qg%T1o%_K*h}!d+rM_ z{~g6|zBFyV@cb75X|DdU0DuPk@5s5G`_Bge;G64iSjY2;rOTxO5xO|d0k05#TSQ@f zlzOnmd=5I%F_}mnagMwIwU#oqTE-YW<0z&r5kk$aZk^1PQu1$5&jK7j_rR&*F#Y|aA+3ln70q7|VqQ_3_ z$P-PgtP_FY&~}5TG{@XG49#B^PGl;FeETnkVvWl&G3z#chwG%(e`#FRDX`>NgO;GA9`=!)L-*c#Q#dQu%CD3Xchi1+)iy`tZ zq6H#$b$Q^Ga@M+&Ttt_R$|ZMjq8VG%@YOg!>!_o&4)HSdzQv?~I%u2l%p5l*U;!OzLITK1j(Z%d-D))0 zdp!!73v~RETTYKQU1$<1cX6eV%1JOJ5KMm?2x_Pg8t^`Z+*30F#?t0akeBW?()YYr ziI`K|rc(`OIn5UknbX5tmQj}ut;b__VbqbOb-t>^5KjQz3WH8ycN zi=~4>e#g2ed$#0w3F5KcQlOb4Y8|F?&F}wI3X!I>z^Kk%oo__@=jJ?LMLl)IOxQdE+*;nbksH+ML#8b3vG(k#P12LfSP zvxis@$Qv@aXX@581yU=ft$+j~%Z5(@!%?Q@!K{>-k9Bb_8UBUay2a%O*B)?|J5 zVwx{Iu*cgctk%ke0Dh__8Qj=2Hzl!k=~jruqW878j5ZF>^I3dsnz1zBw0BcTXK&Mk_6t!tbP-dWJS>^r6NS3sqF>bE<^I~=0CJGs3y^{27RZC}w=3#wsLpx&KHGlQ6 z>U{oKPF3{q$(Ouo1ZN6bt9mx4ASK&^NjjS=F&r^%u@$Y<-+X@b3$n@ePoO=^qxK6E0D5g($4mAb4 zTXXKA`s=bvUpnqZQdU>!Ld)~W#eAP37k8)MRmwWzF?$%V(W?Hwh7Q|DzTC*R$4T<) z*xvbLB`)J^@_MRse*V5i?rTe}E5h5A|DK(WD(A1+1P^(u^59j14qM?k(0^+YYr zg7L^3Zj*Mxi&9+^Si6C$>|G_^X<5{_t@pr?wH!lG9T7secu#^F%d3)@ z7|yko0t^Bjn~)nYAvXU_QLWNYA^_NmF1myFJ(+s;B(oJ4o2omh+AsnT#_K<;!koHG zb`Cu9SO6?-r|GaWqz+caaTiVWdYXATM literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/StoreLogo.scale-400.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/StoreLogo.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..383ad6e49ca80219238d6c4a44438b6086cd7d05 GIT binary patch literal 3654 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 K8&yWgr~d;j`DY&h literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Wide310x150Logo.scale-400.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Assets/Wide310x150Logo.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..caa5fc9cb677844c4502acf45b322fdd2721b8e5 GIT binary patch literal 15240 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 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/MainPage.xaml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/MainPage.xaml new file mode 100644 index 00000000..a64dc759 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/MainPage.xaml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/MainPage.xaml.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/MainPage.xaml.cs new file mode 100644 index 00000000..ac7dfaa2 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/MainPage.xaml.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Runtime.InteropServices.WindowsRuntime; +using Windows.Foundation; +using Windows.Foundation.Collections; +using Windows.UI.Xaml; +using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml.Controls.Primitives; +using Windows.UI.Xaml.Data; +using Windows.UI.Xaml.Input; +using Windows.UI.Xaml.Media; +using Windows.UI.Xaml.Navigation; + +namespace O2NextGen.SmallTalk.UWP +{ + public sealed partial class MainPage + { + public MainPage() + { + this.InitializeComponent(); + + LoadApplication(new O2NextGen.SmallTalk.App()); + } + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/O2NextGen.SmallTalk.UWP.csproj b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/O2NextGen.SmallTalk.UWP.csproj new file mode 100644 index 00000000..d85e95e5 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/O2NextGen.SmallTalk.UWP.csproj @@ -0,0 +1,161 @@ + + + + + Debug + x86 + {268FF7A4-582B-4FC6-8403-9D0509B1561D} + AppContainerExe + Properties + O2NextGen.SmallTalk.UWP + O2NextGen.SmallTalk.UWP + en-US + UAP + 10.0.19041.0 + 10.0.16299.0 + 14 + true + 512 + {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + false + x86|x64|arm + + + true + bin\ARM\Debug\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP + ;2008 + portable + ARM + false + prompt + true + + + bin\ARM\Release\ + TRACE;NETFX_CORE;WINDOWS_UWP + true + ;2008 + pdbonly + ARM + false + prompt + true + true + + + true + bin\x64\Debug\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP + ;2008 + portable + x64 + false + prompt + true + + + bin\x64\Release\ + TRACE;NETFX_CORE;WINDOWS_UWP + true + ;2008 + pdbonly + x64 + false + prompt + true + true + + + true + bin\x86\Debug\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP + ;2008 + portable + x86 + false + prompt + true + + + bin\x86\Release\ + TRACE;NETFX_CORE;WINDOWS_UWP + true + ;2008 + pdbonly + x86 + false + prompt + true + true + + + + App.xaml + + + MainPage.xaml + + + + + + Designer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + + + + + + + + {67BA1B80-01B3-4983-8722-BA8B62695A17} + O2NextGen.SmallTalk + + + + 14.0 + + + diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Package.appxmanifest b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Package.appxmanifest new file mode 100644 index 00000000..971e4e0c --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Package.appxmanifest @@ -0,0 +1,55 @@ + + + + + + + + + + O2NextGen.SmallTalk.UWP + 5EDECF4A-3705-45AF-9BEE-67FB02FD67D6 + Assets\StoreLogo.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Properties/AssemblyInfo.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..cd81754d --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Properties/AssemblyInfo.cs @@ -0,0 +1,29 @@ +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: AssemblyTitle("O2NextGen.SmallTalk.UWP")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("O2NextGen.SmallTalk.UWP")] +[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// 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")] +[assembly: ComVisible(false)] \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Properties/Default.rd.xml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Properties/Default.rd.xml new file mode 100644 index 00000000..7c40ffeb --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/Properties/Default.rd.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/AppDelegate.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/AppDelegate.cs new file mode 100644 index 00000000..55272962 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/AppDelegate.cs @@ -0,0 +1,31 @@ +using System; +using System.Collections.Generic; +using System.Linq; + +using Foundation; +using UIKit; + +namespace O2NextGen.SmallTalk.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 : global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate + { + // + // This method is invoked when the application has loaded and is ready to run. In this + // method you should instantiate the window, load the UI into it and then make the window + // visible. + // + // You have 17 seconds to return from this method, or iOS will terminate your application. + // + public override bool FinishedLaunching(UIApplication app, NSDictionary options) + { + global::Xamarin.Forms.Forms.Init(); + LoadApplication(new App()); + + return base.FinishedLaunching(app, options); + } + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 00000000..98f4d035 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,117 @@ +{ + "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/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon1024.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon1024.png new file mode 100644 index 0000000000000000000000000000000000000000..9174c989a9c8b8a5ca133228f4ed7c173fffd2ee GIT binary patch literal 70429 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 z zCn)b8&=oMu6ygwwJfdasJX|@L6?m1Dv0X9t>JAWO^UIj0#&(3UrHx;vP^3g= zL{(XT!?`D*pP8)WoGHYEZZc$!odTzb8n)q0|88*>6P z`?6&CSv_W7r2yF0beQ2*?V^_%pKktVAo`)T^26X@NpK_*-ni{D7{Sp{C0A<|16l(; zOL*xGW|*sKsiwHvE!h3QXe@^a#6W3}8!DQu-h?A_4gkeRYkt4NC~GR5P8eyp;9kVQ8$QG$5ad7Fo23Z~ak1jY~RXG{v?3G$RarFe`XePu3X{R+=mBOw&X zks)|Sc$RcG-jhn!`~-x|vg!&DA&@}QH^RNdyy9nq56yrU$^qAaS+F_NOaeFb)CVaH z?!UvPajgrK&zqdAs>&Def#wkcG_UhmYOVw^M`VZz@+4IWAVzK%`+za9rm2SD9={u@ zlx5D6UDL;lc7#9`+%vnlP3PescU=N`DHQPt_N55GNBMkVCRMR4?fvp zAFsvcHN4c9rb>J@{*IH>RTr9de%9i4Gd(cbFa9SP4anhoP;TA0!oZyB8?lNMDHPHK zCaOaFU9?x2A!o>p>mCF9r+hKs9Czu_P1l$LWU%}q#)=T3p`ZnYyeHmsewqw`}L^4LuHqfo+CG6<2n7#l^3;H^^!1 zsaieYFnN)Kc7Mv}^xE)4kXUw8<9I+jMB@QV9T9I8haLDt1Ne#exWUfGYG$4uMoEu& zo81#2up18Y40h%tIsOZglp(ltVsE*j1~$lVd|;rN)&${~o~-%KZnJp&3|OFR{^8E9 zJ;fCu53Ysw%}@VYWE*z7r)&4P=^B-SF%a@>*9g84<4aFUZT7x)qdsS+#2tu5NbpU@ zg;EwV)l-#sK>#r9>(0Figx{9lKm>KvRj;y<8 zc8SxMW4<11(s@QMV_}n9MRzA*62->vzxmHh1)GVASEJY7LVtRw`Rv{v`(Fuc00(&o z%m>gS2aJekmdNQ4p<{pD3HqZ-%4hdU1__xYhLi9mTJXD|E zE`t6SX)}l_DY5vO0Xrs#O6_DKtPKn0f+e~SprDYmJL_`<053iA5P`zn z4<5etc%aF58sHFr#M;U-9|=;l)J#Q2vS!Q9(d(EX6fubL%uA_lqa2%!cpNIv78QZ}Ayo(>C(ZpsRtKhzD--fpuoCch87cX-Bna9_{z%$b*dHM0?+T&Hk!+^UM`r|vq z2Id$??bX^|tfYaE+h#Nik(ZcN+wt)28q^gWe!y8jDCXrD<2qV#49x@5$8&Zrd5NTs zNYcix;9fe#PQQ;T?!6hG>9K{K+RCPqiGc9z%t{=`QaX>7O{l(+#7mJ1>Rae^J?82e z6cLqLypskTCyu>uc~$0-XZ^1Qvhwr+pKQ#CKImhGu*MGM*ZrROuAHWuT*yM$ieEy8*KLFMMdLZL|D+yDmy@3_PELTEVMI6nwfcYA3ZQ9wwKdtkT z;`;z7fU{U6>CS7kr3=A-()_G*G(Mjf2wXKe

Fpy)y!S(AQHSG#udd_8#b4sQu!R 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 PgFh2POM|ilu9yD@)d*=D literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon120.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon120.png new file mode 100644 index 0000000000000000000000000000000000000000..9c60a1761dbf62cc2a45ff98b9fdb63ade16e4d9 GIT binary patch literal 3773 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 Dh-f%Y literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon152.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon152.png new file mode 100644 index 0000000000000000000000000000000000000000..448d6efb577d07e227a5c62545173ddf6bd86b55 GIT binary patch literal 4750 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 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon167.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon167.png new file mode 100644 index 0000000000000000000000000000000000000000..8524768f8d764da7e9c452a444208708f2d18ff1 GIT binary patch literal 4692 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 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon180.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon180.png new file mode 100644 index 0000000000000000000000000000000000000000..60a64703c0f11d08705cd607f7751338707f5919 GIT binary patch literal 5192 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 nB>N_)Q7iwV%v7MwAoJ}E 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 T3-0p800000NkvXXu0mjfSlal| literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon58.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon58.png new file mode 100644 index 0000000000000000000000000000000000000000..1ad04f004b638bf781012290d78e4138f97bbe5e GIT binary patch literal 1761 zcmV<71|Io|P)4P%ubY|S^%$zf~ zmwTOa@12BA$oV-Y9!V&U%c=j==#_}M2ylE}1m>yyDoGsZ#Yy zNX}RO*f(MzmKS&u`qiajIyW{Y_LC%m2NqT@Ic|QpvYqwNgBK7n5X%c(3k^?2>EOA` zqGaXjE7H9BiJ55fh0iJRW}@=&(@R^E1hLB>kE%PS6eP@VZVdtn(fh;5DPKg!j;fJZ%)wH{Wn#~V&#n(o1URS zsyS`0Tu2m;-H}z9O^h`!UZAFr@?0a7Z;pYOi0uZhgzh=rOEDi`FIkKtVu*gEcSM!h zmb#_XR$akjlg$JI75MXgWkG7IUnYJ+X=1J!qJ%jXVj{L1I2QU%?=?DgV^U?)92DZm zV?>``xT1#kZdgUt!2n?|0>*6ae4tikA9FAlJ}kjmMQm_z3LB5sZYHBKdbex9_Hv@K z%Y?q@9-)b7vJ6X$3h0B4tH__=#*`9^efY@IQfghn*=E2Nb8sR8lrQlu`Ca_Rmm6>Z z7bkEe^w8M>x;hoNUvWu_GZJPVpI;bMTsBpf(@U$Ch(-gk0T#WpsaB1{7ISQ~Y48mW z;Nk?@LjM_?q{BV-D=veoOmJoncVDC1GwGGz(O5@o7ZkGCIJMPO(7K9b6M_wF?Xqd< zo4J6KF0_U2<1=T3x0qc6G6#g+^=N{QTpChC!GZuCY*|eU{Rw)LMN7a2wwbaCdn_dE zzy+Lip(XU4-+SoTFyEcnH3?HRV^%-;Ylx;|>8v&^Dy459ZJ_1zio`68!6s8SO(6sq zaN75WUKiF9+8MruR3=w5)hzA^Z1clVBuXc)+8@e);xX7bfygR&FsIIt-gQ+==(c;S z#J*CO1qZBF&M&6TRmskZXaMOU6&?jn_(BqY5 z>Y|^?uOh;yp6w0QR1`>tiEz_-{Zu!N#(nhRndJV$7;LOgPyZQ*J2yCin+~*u!qKj# zItsG2IDi{ZH+E6j=D|ht=qWxKNxaA6E>3Wna>=z1gy?*#>|g_1^BGspGro&OWRc(k zPP)(*y0WZ7Z-kICr3#g7($P*LCjE>7S`Xh~s!b~bPTo0XSkRm2T(M`QZbv-`Imx*Ulqk*aI* zaqa*=>61?nFb8w3wuiA&zyVyGz>!cm-pY3xEsMEiY)Th4FVrtqWp%V~gxW82)>4^N z*H{>GR?m$^s6BN^M=4^iEjT7(gM(8z7K#9Sn(M_`)oSH2zHDCla&cmK)bb|4nAMIO ze4S3gI9L8AD+T9c#C8K8JF)I68NBWK`5pE`q^OR#h~-u!e7P2i$UDq7^*uZr< zbp8sR<$nYxb8EKH|BltapZ^j3+PZt_u^PR*lT6;TCNxu^yFH$j(!JXvbmHfQ>a0>O z+2k{tOWD%ln$M`tD&>+*KBKvmEgi1;jOwgXF4_DG_&r&PcxYTT00000NkvXXu0mjf DptxI> literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon60.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon60.png new file mode 100644 index 0000000000000000000000000000000000000000..2dd52620a8f15577e56ec7fe8e671988dd17ab0f GIT binary patch literal 2537 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 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon76.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon76.png new file mode 100644 index 0000000000000000000000000000000000000000..b058cae2f440e5a5875e45c036c99f1fb6356046 GIT binary patch literal 2332 zcmV+%3FG#OP)+$r3Fe`3#F8Ly}SDR_IBp> z>g{&tcGo}5e97MK&U`c9H^2GK%r~SwL~@-LmVqrI1ooE{|#g|e(|HTpYGe5P`_Vzxa zoG^uQ{3Z2RB0-dh(`~h-wC=)lg2GAG>#z5++SJ3YBLn{eD+Gr5aj_Mn1JDsW4))VG zUHvJ;0X+o@*l0XKYj+=%%n~5^)fQ2o0PWf4PKv^2kP;|hZyz{Jf1L7h&T>G4L2Dh3 z(Hp;ZIcRy$3JkEmktn@<;HWXd3nqAXH**bKzahB4@_P^UoQ`Hz^dU7cz}90Zo`{Y4 zKFK?^nOSx+PPDG6!%59kULb(&?mI~zbPZtcN>(o!;K^0z!qNt8esuUa{nR_?Tp-Kb zKmc3Q)J9{W9Jvw--}ocD(o-L?G$NF<%F)hV=miwB1-SK_Q)i^9()a42ct2%^z%K`7fZ%Ra+sLj z8cYFLKVQ>G(+cv8)T6^uy6lT)8cZNI!*I%227nfYiN3yk9#u`wH_H7rGD?k~?50p| zu5Fo8l=<$e1ynpK;ul`zE5kPK?WDfZ2_|~<{#S=m0cK@k9^E^$f-qK%MhQmoi+o1j z-Sy=XEYACqgH*9Pa>6)a@cXgoY(Q-0r}zfgf#av>-41Mj%tnl7igX(JFYfQAQ=_1v zDfi5-qUn=z$7I{WF@fuZp#S-<-R z*jg;*qabXiVP*A>^LxR@d z7_u;EY%2zz)-<(?qMq-*0QT9zUizUAy=bz_&MRxrZ)@vI3ovhNsGzx1F+W*WJ$^oK zN*>)ro;bgT!q6A;Li0fyLU77;Oe6-&*dJ`p*TYBl)vHWwbpi`K zJi12Wt{T8qNkGxy4-wq%x6Ch#&nlry%clS|KC(&BC1pjlw7OJ!!1LtJLkNh?PLXv< zjm!@W?%}@^v}qqY)}wd=tZQh5UQ-z!rn92w;|MU<@99iy!s^Bu6dp@Z4z5*=>4$>r z!APEy7y#E`3C838R%|+_5;qcUcd^(Y|Jv59+l%=w!*)y5=jx6Q+I7s^9@7(GuAIz5iRY?VVvMSa3bH8eTttje zXD$0&PeXF?G)&ND7$Bo^ds}HaBHlt|N~`e!L$HgLHsFKFhJEAaHvY%~U0E)zHkU8( z^^)?bE|oK@c>-+t+!`uCJSjHMnN2vPq5(^=DlVB`B9%TxOxJwkZ)zEg(nsy7*y&;n z*`<~ak_B8m7$9TS%|~mOBM9~)o&c*Z%BTAp5L7C%Ot6Gk!&O)nh469Ai##bKZsLo# zQ2bp$$dgz#a|tYi9@pVUq#pF|ZYZa^sfBKe+3I)#jB9-WTbk1;8XMA zh-Du*kvGhc!f=Qlv&2~=h{894QR0-=r~{zAwEu8gguW8H0Y2(+GYtqPvu~^C&mi{I zt9S;C9k{x-oGwOGE{3L^Q<7a69(UE3QH6OX#`^F4euTOaja#=o{CpIf>}|iLVyE)_ zJPa*`X#ln^DlMdI>&oriQcCv)Ft)g6Q5{8G%rDH0@<@mt;?oIJhH%ug)%?Q5Nk*V4 z)_>ez|D%Waa8d|Q1AOG;#4>|ju*GxU+C^uJqMq-*0mk#o?R906Ws*(fT||#RGN+0r zM^Yi+tJsh7VV{*sKW*@R$(7Xb3^nf zeDYI#J=15$_#?>UP1weSlV|O+(a00S#5j#0!45utNp7gQyj7py1zU_x00>CoWJs!< zwTxkdfsDuLxrH@!%gnQq>OTGY$}sln=5s2kv3T4;pv74pV#bGy+z9S`0a&E5SQ{>i zh%~2iLRa1a*t|3H=q4OW`YpZ##tyDsRBs&5$lf-+=Egf+c8zl?BLL;H!d?ggG5cWM zZrRnXnjQ#X3(Ka^G6bc`p_dv~s?MqCi=oRlud6Di3q0-_?Q91E7#n+XVJ)43N!M`! zu=6U*bhb4GvFWOXby?Ohak0PvD?@;}Vpb*7OAeKZ-N{ZvvJ18zJhvh(AkMBv`%-}c z#wPEaHJxToju@cXyWmd_v#X&nm+qOJ3W)uwIlY!Z0gHt3O%OxV*k__aVp2|bA^SH` zUozx~)6>{z=D}u=5^U}8oR6OGz`vXYXxtdtP|I-5Ce5e|9l>?;pMtGlm^d#8@jY<0 zb5j59+zy%ld3xYO^8bdP228O>HDDSrMFbSpHN!MuiU=sGYldmS6cJEV*9_BuDI%b# zt{J8QQ$#>fT{BDrrig%|x@MRLOc4P^bE zos(4{ULR7pEgLR#rck*u$V-nLB{|eK^hbp+vEsInFqs=SZnVU;jKrBZeGQ9T+sA0r zTMn7+L-Tpxi8TN6;MGAb#=>LF5dM@Ke$CB&gu8?nH7=*k?Et7HIkUY5yd(=NABkYu zCg3pZ1?UKSMN(8*n|mQAQh*H+Gynq^LfG>*UPTMR5F9rrZ-8z@<#A)*pt(?h8sCV` z@W_OPX?tUH%$IE~gIlP!iYjTdi`*q8^ci8N-~FLuSeHmeUA18T&kDjzGZTTv&J`U= zVq8yJS&pXSd{JCfc2A6b8uq#&heQC#^5kUJKTicNktc5aYzp1LAcG!C=q|7+bxP#D z+chN9Yq3#sf7<=N`@v^29XOiYyM5BMqGOpHbdKnm5z*bZ^F;zzc{2AlDe{yd-dT&x zeK_-!pBf#a(#PCPicV;JI_*jjFS-J1hwO9*0~%KgzJL2xzVb-E9M3m(N{7z^bNV%UMz$W5lgHTam32Tz{V4}$gBDbZ)_G2g zR3Yji*MrgE#D1>LgCm+Z!$G?_@j@pJd&GIo*mBmrOn44e-hLCoMI? z_l?3o!u9mVV1H{HnLB=|8yDV6C9GNbnZK%zJV=u|z=4EcIHX4VTZDX6oLJCNOj|_V zL~M|L`*WN{KRj@`r9oYJ-By*bs2`YlB`>6MLd8~j2zF&q)Z{|U-dqAXI#IXet9i4w z@!s$_V?gH8A{l>u<9H}Y%hNJ6bP>)}`4RaBF>5Vff;-y($0=nZumfGAZl(Skb)Y|J z_@5|)Ck)avwirF3D4zW<*rN&NZ5lu(|H0ymj1Na=!i;5h1$m(+71yCbJ*S*LpqYP>fd?^UG=4*K#=e z*#PnC%f6IJz?;i^Bule9`1f281(RxE3yFh^?v&q!ixDP->!)sCi+iT?3mAfNkE??1 zDPGKGGztZkLGK=QgPT<`!z@0iIqCeBh)EWMls8(Ry->d5J~}4b>xa|Wy65^A zQjI#d*dh@TGU!P1;pjA{5i4nwOxavJv=@5a*SlN{qfOFPJ4125u5iD9#kT2g(q^m} zZnH$m8%+aeMLg%Kr8r+pP^)wK>_b=2l0FQjL32M9)Y0o+_g!Q>P$^U{n?(8Oym1UM z)q7x_y=LZ48nRCnH<&^Qzg8~_3iFnQJ17DhFly!Vc@l%hjNf;|0clcGtP+&e*WS0w zK1);aNA+c{JMd41+@&T`HcLF{7AcOCq$c9^957oU$K}w1Ng@Q(P>ThT*O9s|MhN`b zEwb}9i>hX48(|*-DDJ=)Wrc#ZzFf5qiDdEpKw-`YmUJNRF7JGgin}KEuEY9%LG0~i zNIM#}{3oe-u8U-YA1PN=UPgwctN-Emp0Uq=znx!UE9t{pD|%$Lb4CIxgqU&}-+O=( zbu<`%(ItYg+jPEnCJvyI9k)KIWQ-$qj&kU;)=w<235CUqpxA$`hs?YU+#r)5J?yfH z!0DG&Nw!L5xbw^vd0TfDqW$ z4~~|bqa?krtgup<6I`u$3Cb2H?5cs6l}5jH&6x*G=4fVRDyXd65`|tRhRRnWTg9gQtyZ9nH5~sEmbeFb@qXD6K(KH{u_c#ovt8Pj?Sfii-O#^ z>rS7q@N1SsUDiuE1C1k<1dd`cQiiX|`Qo=$2?-W_9y*4(y1_8}>bORW(axaYhr)G) z-910CJ2ZFvjD8Bx-=RoyG-EIVXi<(o50A6(=?Nlj&&Jh_7kkbktb9LA)V*E0Dug7e^N&-aHHacdq)n(rznXMl(MMd7^#m9ut{W!XYf7Ugx-<-(P z6lPI6rx^P^<_+d!2N@=!z~T<_@MV`Ok+_w0gPTUm~7{ux1wfKtZI0hCxHUiwoa*ym#{TND#Mgs!?aarROW& z2eGgyWa8()3xzq;e}wXjc1Ml#Y@w5aWTZg>nh<8b!AbF|nb;{j{~W2yP%pZ28wTOe zayg3c_Rezv_XaQ(U%jwpKq}KxvQt2sLe~2kp4^EcUGaCgDt3xfEgWq^&PqcKXyrpg z;KF%H|7kFmk-3RoT$jgKOlGxM9#U6&ZA!vFSk0|xM;wQU{_Usnvpy|#$vao{!j){* z1)^-Zo3a>#jZ6+2R)d=4L@$FWo^^n)nV%9mD`3oX4iO+Dzo6;lTeuqI);;R67U}^W zf~i7f(lchlQ~(vA-I1Spi7EJC2YmA8PQBIu{=o+LiI39an~iA9@kSqFZa`#CXH-K>wVL3Q2LJut}{h5^_|vswI+JJ@NGKU=U5lEecE)qWchu` zVXNw_U)Fuc@2?u*uQ|7W253;f%_4f#}9kn}6G08?Xg Kc&(xHv;P1B$EH01 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon87.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Assets.xcassets/AppIcon.appiconset/Icon87.png new file mode 100644 index 0000000000000000000000000000000000000000..4954a4bd33f613d45f74dc0b12beb516e3b38661 GIT binary patch literal 2758 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 z + + + + + + diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Info.plist b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Info.plist new file mode 100644 index 00000000..9b60edf9 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Info.plist @@ -0,0 +1,38 @@ + + + + + UIDeviceFamily + + 1 + 2 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + MinimumOSVersion + 8.0 + CFBundleDisplayName + O2NextGen.SmallTalk + CFBundleIdentifier + com.companyname.O2NextGen.SmallTalk + CFBundleVersion + 1.0 + UILaunchStoryboardName + LaunchScreen + CFBundleName + O2NextGen.SmallTalk + XSAppIconAssets + Assets.xcassets/AppIcon.appiconset + + diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Main.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Main.cs new file mode 100644 index 00000000..48d3bd57 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Main.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Linq; + +using Foundation; +using UIKit; + +namespace O2NextGen.SmallTalk.iOS +{ + public class Application + { + // This is the main entry point of the application. + 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, typeof(AppDelegate)); + } + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/O2NextGen.SmallTalk.iOS.csproj b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/O2NextGen.SmallTalk.iOS.csproj new file mode 100644 index 00000000..cf99b115 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/O2NextGen.SmallTalk.iOS.csproj @@ -0,0 +1,136 @@ + + + + Debug + iPhoneSimulator + 8.0.30703 + 2.0 + {B1230C22-8F15-45A4-BDB7-2378264A956C} + {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + {6143fdea-f3c2-4a09-aafa-6e230626515e} + Exe + O2NextGen.SmallTalk.iOS + Resources + O2NextGen.SmallTalk.iOS + true + NSUrlSessionHandler + automatic + + + true + portable + false + bin\iPhoneSimulator\Debug + DEBUG + prompt + 4 + x86_64 + None + true + + + none + true + bin\iPhoneSimulator\Release + prompt + 4 + None + x86_64 + + + true + portable + false + bin\iPhone\Debug + DEBUG + prompt + 4 + ARM64 + iPhone Developer + true + Entitlements.plist + None + -all + + + none + true + bin\iPhone\Release + prompt + 4 + ARM64 + iPhone Developer + Entitlements.plist + + + + + + + + + + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + + + + + + + + + + + + + + + + {67BA1B80-01B3-4983-8722-BA8B62695A17} + O2NextGen.SmallTalk + + + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Properties/AssemblyInfo.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..bc6d9c59 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +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: AssemblyTitle("O2NextGen.SmallTalk.iOS")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("O2NextGen.SmallTalk.iOS")] +[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("72bdc44f-c588-44f3-b6df-9aace7daafdd")] + +// 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/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Resources/Default-568h@2x.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Resources/Default-568h@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..26c6461e50acdf5342b6d3de82513ad48e562c4c GIT binary patch literal 8884 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 literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Resources/Default@2x.png b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Resources/Default@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..dbd6bd3e8646fe4dfa515cf345cbcb30271ae103 GIT binary patch literal 8368 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 GkpBQzOK;x* literal 0 HcmV?d00001 diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Resources/LaunchScreen.storyboard b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Resources/LaunchScreen.storyboard new file mode 100644 index 00000000..a639c2f1 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/Resources/LaunchScreen.storyboard @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml new file mode 100644 index 00000000..40bdfba4 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml.cs new file mode 100644 index 00000000..6d0b57f3 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml.cs @@ -0,0 +1,28 @@ +using System; +using Xamarin.Forms; +using Xamarin.Forms.Xaml; + +namespace O2NextGen.SmallTalk +{ + public partial class App : Application + { + public App() + { + InitializeComponent(); + + MainPage = new MainPage(); + } + + protected override void OnStart() + { + } + + protected override void OnSleep() + { + } + + protected override void OnResume() + { + } + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/AssemblyInfo.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/AssemblyInfo.cs new file mode 100644 index 00000000..c859952e --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/AssemblyInfo.cs @@ -0,0 +1,3 @@ +using Xamarin.Forms.Xaml; + +[assembly: XamlCompilation(XamlCompilationOptions.Compile)] \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/MainPage.xaml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/MainPage.xaml new file mode 100644 index 00000000..4abfa25d --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/MainPage.xaml @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/MainPage.xaml.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/MainPage.xaml.cs new file mode 100644 index 00000000..97c386c4 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/MainPage.xaml.cs @@ -0,0 +1,18 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Xamarin.Forms; + +namespace O2NextGen.SmallTalk +{ + public partial class MainPage : ContentPage + { + public MainPage() + { + InitializeComponent(); + } + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.csproj b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.csproj new file mode 100644 index 00000000..b37cca47 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.csproj @@ -0,0 +1,17 @@ + + + + netstandard2.0 + true + + + + portable + true + + + + + + + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/Small-Talk.sln b/src/MobileApps/Small-Talk/Small-Talk.sln new file mode 100644 index 00000000..1b5aad80 --- /dev/null +++ b/src/MobileApps/Small-Talk/Small-Talk.sln @@ -0,0 +1,157 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32112.339 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SmallTalk.UWP", "O2NextGen.SmallTalk\O2NextGen.SmallTalk.UWP\O2NextGen.SmallTalk.UWP.csproj", "{268FF7A4-582B-4FC6-8403-9D0509B1561D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SmallTalk.Android", "O2NextGen.SmallTalk\O2NextGen.SmallTalk.Android\O2NextGen.SmallTalk.Android.csproj", "{D1D0F2E9-944C-42D8-BCF8-89A432186A2D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SmallTalk.iOS", "O2NextGen.SmallTalk\O2NextGen.SmallTalk.iOS\O2NextGen.SmallTalk.iOS.csproj", "{B1230C22-8F15-45A4-BDB7-2378264A956C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SmallTalk", "O2NextGen.SmallTalk\O2NextGen.SmallTalk\O2NextGen.SmallTalk.csproj", "{4F14E841-3A6D-4797-BC64-70EF972C3A9D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|ARM = Debug|ARM + Debug|iPhone = Debug|iPhone + Debug|iPhoneSimulator = Debug|iPhoneSimulator + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|ARM = Release|ARM + Release|iPhone = Release|iPhone + Release|iPhoneSimulator = Release|iPhoneSimulator + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|Any CPU.ActiveCfg = Debug|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|Any CPU.Build.0 = Debug|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|Any CPU.Deploy.0 = Debug|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|ARM.ActiveCfg = Debug|ARM + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|ARM.Build.0 = Debug|ARM + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|ARM.Deploy.0 = Debug|ARM + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|iPhone.ActiveCfg = Debug|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|iPhone.Build.0 = Debug|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|iPhone.Deploy.0 = Debug|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|iPhoneSimulator.ActiveCfg = Debug|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|iPhoneSimulator.Build.0 = Debug|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|iPhoneSimulator.Deploy.0 = Debug|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|x64.ActiveCfg = Debug|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|x64.Build.0 = Debug|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|x64.Deploy.0 = Debug|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|x86.ActiveCfg = Debug|x86 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|x86.Build.0 = Debug|x86 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Debug|x86.Deploy.0 = Debug|x86 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|Any CPU.ActiveCfg = Release|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|Any CPU.Build.0 = Release|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|Any CPU.Deploy.0 = Release|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|ARM.ActiveCfg = Release|ARM + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|ARM.Build.0 = Release|ARM + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|ARM.Deploy.0 = Release|ARM + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|iPhone.ActiveCfg = Release|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|iPhone.Build.0 = Release|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|iPhone.Deploy.0 = Release|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|iPhoneSimulator.ActiveCfg = Release|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|iPhoneSimulator.Build.0 = Release|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|iPhoneSimulator.Deploy.0 = Release|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|x64.ActiveCfg = Release|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|x64.Build.0 = Release|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|x64.Deploy.0 = Release|x64 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|x86.ActiveCfg = Release|x86 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|x86.Build.0 = Release|x86 + {268FF7A4-582B-4FC6-8403-9D0509B1561D}.Release|x86.Deploy.0 = Release|x86 + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|ARM.ActiveCfg = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|ARM.Build.0 = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|ARM.Deploy.0 = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|iPhone.Build.0 = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|iPhone.Deploy.0 = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|x64.ActiveCfg = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|x64.Build.0 = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|x64.Deploy.0 = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|x86.ActiveCfg = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|x86.Build.0 = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Debug|x86.Deploy.0 = Debug|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|Any CPU.Build.0 = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|Any CPU.Deploy.0 = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|ARM.ActiveCfg = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|ARM.Build.0 = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|ARM.Deploy.0 = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|iPhone.ActiveCfg = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|iPhone.Build.0 = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|iPhone.Deploy.0 = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|x64.ActiveCfg = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|x64.Build.0 = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|x64.Deploy.0 = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|x86.ActiveCfg = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|x86.Build.0 = Release|Any CPU + {D1D0F2E9-944C-42D8-BCF8-89A432186A2D}.Release|x86.Deploy.0 = Release|Any CPU + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Debug|ARM.ActiveCfg = Debug|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Debug|ARM.Build.0 = Debug|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Debug|iPhone.ActiveCfg = Debug|iPhone + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Debug|iPhone.Build.0 = Debug|iPhone + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Debug|x64.ActiveCfg = Debug|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Debug|x64.Build.0 = Debug|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Debug|x86.ActiveCfg = Debug|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Debug|x86.Build.0 = Debug|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Release|Any CPU.Build.0 = Release|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Release|ARM.ActiveCfg = Release|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Release|ARM.Build.0 = Release|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Release|iPhone.ActiveCfg = Release|iPhone + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Release|iPhone.Build.0 = Release|iPhone + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Release|x64.ActiveCfg = Release|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Release|x64.Build.0 = Release|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Release|x86.ActiveCfg = Release|iPhoneSimulator + {B1230C22-8F15-45A4-BDB7-2378264A956C}.Release|x86.Build.0 = Release|iPhoneSimulator + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Debug|ARM.ActiveCfg = Debug|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Debug|ARM.Build.0 = Debug|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Debug|iPhone.Build.0 = Debug|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Debug|x64.ActiveCfg = Debug|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Debug|x64.Build.0 = Debug|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Debug|x86.ActiveCfg = Debug|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Debug|x86.Build.0 = Debug|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|Any CPU.Build.0 = Release|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|ARM.ActiveCfg = Release|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|ARM.Build.0 = Release|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|iPhone.ActiveCfg = Release|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|iPhone.Build.0 = Release|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|x64.ActiveCfg = Release|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|x64.Build.0 = Release|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|x86.ActiveCfg = Release|Any CPU + {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {51CFC8E6-0CB4-47C7-8D3E-B7D17B7463F6} + EndGlobalSection +EndGlobal From 7bf5e4fcccdff2e61930ab3f5699ee33d9fa0aa7 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sun, 3 Apr 2022 00:23:11 +0300 Subject: [PATCH 60/77] feat(issue-285): add service for chat of small-talk api --- .../O2NextGen.SmallTalk.Android.csproj | 12 +- .../Resources/Resource.designer.cs | 32127 +++++++++++++--- .../O2NextGen.SmallTalk.UWP.csproj | 10 +- .../O2NextGen.SmallTalk.iOS.csproj | 6 +- ...csproj => O2NextGen.SmallTalk.Core.csproj} | 0 .../Services/Chat/ChatService.cs | 22 + .../Services/Chat/ChatServiceMock.cs | 24 + .../Services/Chat/IChatService.cs | 10 + .../Services/Dependency/DependencyService.cs | 10 + .../Services/Dependency/IDependencyService.cs | 7 + src/MobileApps/Small-Talk/Small-Talk.sln | 36 +- 11 files changed, 27521 insertions(+), 4743 deletions(-) rename src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/{O2NextGen.SmallTalk.csproj => O2NextGen.SmallTalk.Core.csproj} (100%) create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/DependencyService.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/IDependencyService.cs diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/O2NextGen.SmallTalk.Android.csproj b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/O2NextGen.SmallTalk.Android.csproj index b7009bee..2eb00b69 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/O2NextGen.SmallTalk.Android.csproj +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/O2NextGen.SmallTalk.Android.csproj @@ -1,4 +1,4 @@ - + Debug @@ -87,10 +87,10 @@ - - {67BA1B80-01B3-4983-8722-BA8B62695A17} - O2NextGen.SmallTalk + + {4F14E841-3A6D-4797-BC64-70EF972C3A9D} + O2NextGen.SmallTalk.Core - - + + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/Resource.designer.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/Resource.designer.cs index 5e28107d..7223b592 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/Resource.designer.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/Resources/Resource.designer.cs @@ -2,7 +2,6 @@ //------------------------------------------------------------------------------ // // 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. @@ -15,7 +14,7 @@ namespace O2NextGen.SmallTalk.Droid { - [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "12.1.0.11")] public partial class Resource { @@ -26,59 +25,10895 @@ static Resource() public static void UpdateIdValues() { + global::Xamarin.Essentials.Resource.Attribute.alpha = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.alpha; + global::Xamarin.Essentials.Resource.Attribute.font = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.font; + global::Xamarin.Essentials.Resource.Attribute.fontProviderAuthority = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderAuthority; + global::Xamarin.Essentials.Resource.Attribute.fontProviderCerts = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderCerts; + global::Xamarin.Essentials.Resource.Attribute.fontProviderFetchStrategy = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderFetchStrategy; + global::Xamarin.Essentials.Resource.Attribute.fontProviderFetchTimeout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderFetchTimeout; + global::Xamarin.Essentials.Resource.Attribute.fontProviderPackage = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderPackage; + global::Xamarin.Essentials.Resource.Attribute.fontProviderQuery = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderQuery; + global::Xamarin.Essentials.Resource.Attribute.fontStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontStyle; + global::Xamarin.Essentials.Resource.Attribute.fontVariationSettings = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontVariationSettings; + global::Xamarin.Essentials.Resource.Attribute.fontWeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontWeight; + global::Xamarin.Essentials.Resource.Attribute.ttcIndex = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ttcIndex; + global::Xamarin.Essentials.Resource.Color.androidx_core_ripple_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.androidx_core_ripple_material_light; + global::Xamarin.Essentials.Resource.Color.androidx_core_secondary_text_default_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.androidx_core_secondary_text_default_material_light; + global::Xamarin.Essentials.Resource.Color.browser_actions_bg_grey = global::O2NextGen.SmallTalk.Droid.Resource.Color.browser_actions_bg_grey; + global::Xamarin.Essentials.Resource.Color.browser_actions_divider_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.browser_actions_divider_color; + global::Xamarin.Essentials.Resource.Color.browser_actions_text_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.browser_actions_text_color; + global::Xamarin.Essentials.Resource.Color.browser_actions_title_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.browser_actions_title_color; + global::Xamarin.Essentials.Resource.Color.notification_action_color_filter = global::O2NextGen.SmallTalk.Droid.Resource.Color.notification_action_color_filter; + global::Xamarin.Essentials.Resource.Color.notification_icon_bg_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.notification_icon_bg_color; + global::Xamarin.Essentials.Resource.Dimension.browser_actions_context_menu_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.browser_actions_context_menu_max_width; + global::Xamarin.Essentials.Resource.Dimension.browser_actions_context_menu_min_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.browser_actions_context_menu_min_padding; + global::Xamarin.Essentials.Resource.Dimension.compat_button_inset_horizontal_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_button_inset_horizontal_material; + global::Xamarin.Essentials.Resource.Dimension.compat_button_inset_vertical_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_button_inset_vertical_material; + global::Xamarin.Essentials.Resource.Dimension.compat_button_padding_horizontal_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_button_padding_horizontal_material; + global::Xamarin.Essentials.Resource.Dimension.compat_button_padding_vertical_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_button_padding_vertical_material; + global::Xamarin.Essentials.Resource.Dimension.compat_control_corner_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_control_corner_material; + global::Xamarin.Essentials.Resource.Dimension.compat_notification_large_icon_max_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_notification_large_icon_max_height; + global::Xamarin.Essentials.Resource.Dimension.compat_notification_large_icon_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_notification_large_icon_max_width; + global::Xamarin.Essentials.Resource.Dimension.notification_action_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_action_icon_size; + global::Xamarin.Essentials.Resource.Dimension.notification_action_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_action_text_size; + global::Xamarin.Essentials.Resource.Dimension.notification_big_circle_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_big_circle_margin; + global::Xamarin.Essentials.Resource.Dimension.notification_content_margin_start = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_content_margin_start; + global::Xamarin.Essentials.Resource.Dimension.notification_large_icon_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_large_icon_height; + global::Xamarin.Essentials.Resource.Dimension.notification_large_icon_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_large_icon_width; + global::Xamarin.Essentials.Resource.Dimension.notification_main_column_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_main_column_padding_top; + global::Xamarin.Essentials.Resource.Dimension.notification_media_narrow_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_media_narrow_margin; + global::Xamarin.Essentials.Resource.Dimension.notification_right_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_right_icon_size; + global::Xamarin.Essentials.Resource.Dimension.notification_right_side_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_right_side_padding_top; + global::Xamarin.Essentials.Resource.Dimension.notification_small_icon_background_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_small_icon_background_padding; + global::Xamarin.Essentials.Resource.Dimension.notification_small_icon_size_as_large = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_small_icon_size_as_large; + global::Xamarin.Essentials.Resource.Dimension.notification_subtext_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_subtext_size; + global::Xamarin.Essentials.Resource.Dimension.notification_top_pad = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_top_pad; + global::Xamarin.Essentials.Resource.Dimension.notification_top_pad_large_text = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_top_pad_large_text; + global::Xamarin.Essentials.Resource.Drawable.notification_action_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_action_background; + global::Xamarin.Essentials.Resource.Drawable.notification_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg; + global::Xamarin.Essentials.Resource.Drawable.notification_bg_low = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_low; + global::Xamarin.Essentials.Resource.Drawable.notification_bg_low_normal = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_low_normal; + global::Xamarin.Essentials.Resource.Drawable.notification_bg_low_pressed = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_low_pressed; + global::Xamarin.Essentials.Resource.Drawable.notification_bg_normal = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_normal; + global::Xamarin.Essentials.Resource.Drawable.notification_bg_normal_pressed = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_normal_pressed; + global::Xamarin.Essentials.Resource.Drawable.notification_icon_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_icon_background; + global::Xamarin.Essentials.Resource.Drawable.notification_template_icon_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_template_icon_bg; + global::Xamarin.Essentials.Resource.Drawable.notification_template_icon_low_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_template_icon_low_bg; + global::Xamarin.Essentials.Resource.Drawable.notification_tile_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_tile_bg; + global::Xamarin.Essentials.Resource.Drawable.notify_panel_notification_icon_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notify_panel_notification_icon_bg; + global::Xamarin.Essentials.Resource.Id.accessibility_action_clickable_span = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_action_clickable_span; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_0 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_0; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_1 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_1; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_10 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_10; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_11 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_11; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_12 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_12; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_13 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_13; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_14 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_14; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_15 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_15; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_16 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_16; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_17 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_17; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_18 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_18; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_19 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_19; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_2 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_2; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_20 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_20; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_21 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_21; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_22 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_22; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_23 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_23; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_24 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_24; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_25 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_25; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_26 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_26; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_27 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_27; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_28 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_28; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_29 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_29; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_3 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_3; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_30 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_30; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_31 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_31; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_4 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_4; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_5 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_5; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_6 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_6; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_7 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_7; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_8 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_8; + global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_9 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_9; + global::Xamarin.Essentials.Resource.Id.actions = global::O2NextGen.SmallTalk.Droid.Resource.Id.actions; + global::Xamarin.Essentials.Resource.Id.action_container = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_container; + global::Xamarin.Essentials.Resource.Id.action_divider = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_divider; + global::Xamarin.Essentials.Resource.Id.action_image = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_image; + global::Xamarin.Essentials.Resource.Id.action_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_text; + global::Xamarin.Essentials.Resource.Id.async = global::O2NextGen.SmallTalk.Droid.Resource.Id.async; + global::Xamarin.Essentials.Resource.Id.blocking = global::O2NextGen.SmallTalk.Droid.Resource.Id.blocking; + global::Xamarin.Essentials.Resource.Id.browser_actions_header_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.browser_actions_header_text; + global::Xamarin.Essentials.Resource.Id.browser_actions_menu_items = global::O2NextGen.SmallTalk.Droid.Resource.Id.browser_actions_menu_items; + global::Xamarin.Essentials.Resource.Id.browser_actions_menu_item_icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.browser_actions_menu_item_icon; + global::Xamarin.Essentials.Resource.Id.browser_actions_menu_item_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.browser_actions_menu_item_text; + global::Xamarin.Essentials.Resource.Id.browser_actions_menu_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.browser_actions_menu_view; + global::Xamarin.Essentials.Resource.Id.chronometer = global::O2NextGen.SmallTalk.Droid.Resource.Id.chronometer; + global::Xamarin.Essentials.Resource.Id.dialog_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.dialog_button; + global::Xamarin.Essentials.Resource.Id.forever = global::O2NextGen.SmallTalk.Droid.Resource.Id.forever; + global::Xamarin.Essentials.Resource.Id.icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.icon; + global::Xamarin.Essentials.Resource.Id.icon_group = global::O2NextGen.SmallTalk.Droid.Resource.Id.icon_group; + global::Xamarin.Essentials.Resource.Id.info = global::O2NextGen.SmallTalk.Droid.Resource.Id.info; + global::Xamarin.Essentials.Resource.Id.italic = global::O2NextGen.SmallTalk.Droid.Resource.Id.italic; + global::Xamarin.Essentials.Resource.Id.line1 = global::O2NextGen.SmallTalk.Droid.Resource.Id.line1; + global::Xamarin.Essentials.Resource.Id.line3 = global::O2NextGen.SmallTalk.Droid.Resource.Id.line3; + global::Xamarin.Essentials.Resource.Id.normal = global::O2NextGen.SmallTalk.Droid.Resource.Id.normal; + global::Xamarin.Essentials.Resource.Id.notification_background = global::O2NextGen.SmallTalk.Droid.Resource.Id.notification_background; + global::Xamarin.Essentials.Resource.Id.notification_main_column = global::O2NextGen.SmallTalk.Droid.Resource.Id.notification_main_column; + global::Xamarin.Essentials.Resource.Id.notification_main_column_container = global::O2NextGen.SmallTalk.Droid.Resource.Id.notification_main_column_container; + global::Xamarin.Essentials.Resource.Id.right_icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.right_icon; + global::Xamarin.Essentials.Resource.Id.right_side = global::O2NextGen.SmallTalk.Droid.Resource.Id.right_side; + global::Xamarin.Essentials.Resource.Id.tag_accessibility_actions = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_accessibility_actions; + global::Xamarin.Essentials.Resource.Id.tag_accessibility_clickable_spans = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_accessibility_clickable_spans; + global::Xamarin.Essentials.Resource.Id.tag_accessibility_heading = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_accessibility_heading; + global::Xamarin.Essentials.Resource.Id.tag_accessibility_pane_title = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_accessibility_pane_title; + global::Xamarin.Essentials.Resource.Id.tag_screen_reader_focusable = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_screen_reader_focusable; + global::Xamarin.Essentials.Resource.Id.tag_transition_group = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_transition_group; + global::Xamarin.Essentials.Resource.Id.tag_unhandled_key_event_manager = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_unhandled_key_event_manager; + global::Xamarin.Essentials.Resource.Id.tag_unhandled_key_listeners = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_unhandled_key_listeners; + global::Xamarin.Essentials.Resource.Id.text = global::O2NextGen.SmallTalk.Droid.Resource.Id.text; + global::Xamarin.Essentials.Resource.Id.text2 = global::O2NextGen.SmallTalk.Droid.Resource.Id.text2; + global::Xamarin.Essentials.Resource.Id.time = global::O2NextGen.SmallTalk.Droid.Resource.Id.time; + global::Xamarin.Essentials.Resource.Id.title = global::O2NextGen.SmallTalk.Droid.Resource.Id.title; + global::Xamarin.Essentials.Resource.Id.view_tree_lifecycle_owner = global::O2NextGen.SmallTalk.Droid.Resource.Id.view_tree_lifecycle_owner; + global::Xamarin.Essentials.Resource.Integer.status_bar_notification_info_maxnum = global::O2NextGen.SmallTalk.Droid.Resource.Integer.status_bar_notification_info_maxnum; + global::Xamarin.Essentials.Resource.Layout.browser_actions_context_menu_page = global::O2NextGen.SmallTalk.Droid.Resource.Layout.browser_actions_context_menu_page; + global::Xamarin.Essentials.Resource.Layout.browser_actions_context_menu_row = global::O2NextGen.SmallTalk.Droid.Resource.Layout.browser_actions_context_menu_row; + global::Xamarin.Essentials.Resource.Layout.custom_dialog = global::O2NextGen.SmallTalk.Droid.Resource.Layout.custom_dialog; + global::Xamarin.Essentials.Resource.Layout.notification_action = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_action; + global::Xamarin.Essentials.Resource.Layout.notification_action_tombstone = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_action_tombstone; + global::Xamarin.Essentials.Resource.Layout.notification_template_custom_big = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_custom_big; + global::Xamarin.Essentials.Resource.Layout.notification_template_icon_group = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_icon_group; + global::Xamarin.Essentials.Resource.Layout.notification_template_part_chronometer = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_part_chronometer; + global::Xamarin.Essentials.Resource.Layout.notification_template_part_time = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_part_time; + global::Xamarin.Essentials.Resource.String.copy_toast_msg = global::O2NextGen.SmallTalk.Droid.Resource.String.copy_toast_msg; + global::Xamarin.Essentials.Resource.String.fallback_menu_item_copy_link = global::O2NextGen.SmallTalk.Droid.Resource.String.fallback_menu_item_copy_link; + global::Xamarin.Essentials.Resource.String.fallback_menu_item_open_in_browser = global::O2NextGen.SmallTalk.Droid.Resource.String.fallback_menu_item_open_in_browser; + global::Xamarin.Essentials.Resource.String.fallback_menu_item_share_link = global::O2NextGen.SmallTalk.Droid.Resource.String.fallback_menu_item_share_link; + global::Xamarin.Essentials.Resource.String.status_bar_notification_info_overflow = global::O2NextGen.SmallTalk.Droid.Resource.String.status_bar_notification_info_overflow; + global::Xamarin.Essentials.Resource.Style.TextAppearance_Compat_Notification = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification; + global::Xamarin.Essentials.Resource.Style.TextAppearance_Compat_Notification_Info = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Info; + global::Xamarin.Essentials.Resource.Style.TextAppearance_Compat_Notification_Line2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2; + global::Xamarin.Essentials.Resource.Style.TextAppearance_Compat_Notification_Time = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Time; + global::Xamarin.Essentials.Resource.Style.TextAppearance_Compat_Notification_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Title; + global::Xamarin.Essentials.Resource.Style.Widget_Compat_NotificationActionContainer = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Compat_NotificationActionContainer; + global::Xamarin.Essentials.Resource.Style.Widget_Compat_NotificationActionText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Compat_NotificationActionText; + global::Xamarin.Essentials.Resource.Styleable.ColorStateListItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ColorStateListItem; + global::Xamarin.Essentials.Resource.Styleable.ColorStateListItem_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ColorStateListItem_alpha; + global::Xamarin.Essentials.Resource.Styleable.ColorStateListItem_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ColorStateListItem_android_alpha; + global::Xamarin.Essentials.Resource.Styleable.ColorStateListItem_android_color = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ColorStateListItem_android_color; + global::Xamarin.Essentials.Resource.Styleable.FontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily; + global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont; + global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_android_font = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_font; + global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_android_fontStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_fontStyle; + global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_android_fontVariationSettings = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_fontVariationSettings; + global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_android_fontWeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_fontWeight; + global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_android_ttcIndex = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_ttcIndex; + global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_font = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_font; + global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_fontStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_fontStyle; + global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_fontVariationSettings = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_fontVariationSettings; + global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_fontWeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_fontWeight; + global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_ttcIndex = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_ttcIndex; + global::Xamarin.Essentials.Resource.Styleable.FontFamily_fontProviderAuthority = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderAuthority; + global::Xamarin.Essentials.Resource.Styleable.FontFamily_fontProviderCerts = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderCerts; + global::Xamarin.Essentials.Resource.Styleable.FontFamily_fontProviderFetchStrategy = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderFetchStrategy; + global::Xamarin.Essentials.Resource.Styleable.FontFamily_fontProviderFetchTimeout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderFetchTimeout; + global::Xamarin.Essentials.Resource.Styleable.FontFamily_fontProviderPackage = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderPackage; + global::Xamarin.Essentials.Resource.Styleable.FontFamily_fontProviderQuery = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderQuery; + global::Xamarin.Essentials.Resource.Styleable.GradientColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor; + global::Xamarin.Essentials.Resource.Styleable.GradientColorItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColorItem; + global::Xamarin.Essentials.Resource.Styleable.GradientColorItem_android_color = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColorItem_android_color; + global::Xamarin.Essentials.Resource.Styleable.GradientColorItem_android_offset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColorItem_android_offset; + global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_centerColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_centerColor; + global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_centerX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_centerX; + global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_centerY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_centerY; + global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_endColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_endColor; + global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_endX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_endX; + global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_endY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_endY; + global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_gradientRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_gradientRadius; + global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_startColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_startColor; + global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_startX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_startX; + global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_startY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_startY; + global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_tileMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_tileMode; + global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_type = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_type; + global::Xamarin.Essentials.Resource.Xml.image_share_filepaths = global::O2NextGen.SmallTalk.Droid.Resource.Xml.image_share_filepaths; + global::Xamarin.Essentials.Resource.Xml.xamarin_essentials_fileprovider_file_paths = global::O2NextGen.SmallTalk.Droid.Resource.Xml.xamarin_essentials_fileprovider_file_paths; + global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_fade_in = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_fade_in; + global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_fade_out = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_fade_out; + global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_grow_fade_in_from_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_grow_fade_in_from_bottom; + global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_popup_enter = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_popup_enter; + global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_popup_exit = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_popup_exit; + global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_shrink_fade_out_from_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_shrink_fade_out_from_bottom; + global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_slide_in_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_slide_in_bottom; + global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_slide_in_top = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_slide_in_top; + global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_slide_out_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_slide_out_bottom; + global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_slide_out_top = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_slide_out_top; + global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_tooltip_enter = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_tooltip_enter; + global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_tooltip_exit = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_tooltip_exit; + global::Xamarin.Forms.Platform.Android.Resource.Animation.btn_checkbox_to_checked_box_inner_merged_animation = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Animation.design_bottom_sheet_slide_in; + global::Xamarin.Forms.Platform.Android.Resource.Animation.design_bottom_sheet_slide_out = global::O2NextGen.SmallTalk.Droid.Resource.Animation.design_bottom_sheet_slide_out; + global::Xamarin.Forms.Platform.Android.Resource.Animation.design_snackbar_in = global::O2NextGen.SmallTalk.Droid.Resource.Animation.design_snackbar_in; + global::Xamarin.Forms.Platform.Android.Resource.Animation.design_snackbar_out = global::O2NextGen.SmallTalk.Droid.Resource.Animation.design_snackbar_out; + global::Xamarin.Forms.Platform.Android.Resource.Animation.EnterFromLeft = global::O2NextGen.SmallTalk.Droid.Resource.Animation.EnterFromLeft; + global::Xamarin.Forms.Platform.Android.Resource.Animation.EnterFromRight = global::O2NextGen.SmallTalk.Droid.Resource.Animation.EnterFromRight; + global::Xamarin.Forms.Platform.Android.Resource.Animation.ExitToLeft = global::O2NextGen.SmallTalk.Droid.Resource.Animation.ExitToLeft; + global::Xamarin.Forms.Platform.Android.Resource.Animation.ExitToRight = global::O2NextGen.SmallTalk.Droid.Resource.Animation.ExitToRight; + global::Xamarin.Forms.Platform.Android.Resource.Animation.fragment_fast_out_extra_slow_in = global::O2NextGen.SmallTalk.Droid.Resource.Animation.fragment_fast_out_extra_slow_in; + global::Xamarin.Forms.Platform.Android.Resource.Animation.mtrl_bottom_sheet_slide_in = global::O2NextGen.SmallTalk.Droid.Resource.Animation.mtrl_bottom_sheet_slide_in; + global::Xamarin.Forms.Platform.Android.Resource.Animation.mtrl_bottom_sheet_slide_out = global::O2NextGen.SmallTalk.Droid.Resource.Animation.mtrl_bottom_sheet_slide_out; + global::Xamarin.Forms.Platform.Android.Resource.Animation.mtrl_card_lowers_interpolator = global::O2NextGen.SmallTalk.Droid.Resource.Animation.mtrl_card_lowers_interpolator; + global::Xamarin.Forms.Platform.Android.Resource.Animation.nav_default_enter_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animation.nav_default_enter_anim; + global::Xamarin.Forms.Platform.Android.Resource.Animation.nav_default_exit_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animation.nav_default_exit_anim; + global::Xamarin.Forms.Platform.Android.Resource.Animation.nav_default_pop_enter_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animation.nav_default_pop_enter_anim; + global::Xamarin.Forms.Platform.Android.Resource.Animation.nav_default_pop_exit_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animation.nav_default_pop_exit_anim; + global::Xamarin.Forms.Platform.Android.Resource.Animator.design_appbar_state_list_animator = global::O2NextGen.SmallTalk.Droid.Resource.Animator.design_appbar_state_list_animator; + global::Xamarin.Forms.Platform.Android.Resource.Animator.design_fab_hide_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.design_fab_hide_motion_spec; + global::Xamarin.Forms.Platform.Android.Resource.Animator.design_fab_show_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.design_fab_show_motion_spec; + global::Xamarin.Forms.Platform.Android.Resource.Animator.fragment_close_enter = global::O2NextGen.SmallTalk.Droid.Resource.Animator.fragment_close_enter; + global::Xamarin.Forms.Platform.Android.Resource.Animator.fragment_close_exit = global::O2NextGen.SmallTalk.Droid.Resource.Animator.fragment_close_exit; + global::Xamarin.Forms.Platform.Android.Resource.Animator.fragment_fade_enter = global::O2NextGen.SmallTalk.Droid.Resource.Animator.fragment_fade_enter; + global::Xamarin.Forms.Platform.Android.Resource.Animator.fragment_fade_exit = global::O2NextGen.SmallTalk.Droid.Resource.Animator.fragment_fade_exit; + global::Xamarin.Forms.Platform.Android.Resource.Animator.fragment_open_enter = global::O2NextGen.SmallTalk.Droid.Resource.Animator.fragment_open_enter; + global::Xamarin.Forms.Platform.Android.Resource.Animator.fragment_open_exit = global::O2NextGen.SmallTalk.Droid.Resource.Animator.fragment_open_exit; + global::Xamarin.Forms.Platform.Android.Resource.Animator.linear_indeterminate_line1_head_interpolator = global::O2NextGen.SmallTalk.Droid.Resource.Animator.linear_indeterminate_line1_head_interpolator; + global::Xamarin.Forms.Platform.Android.Resource.Animator.linear_indeterminate_line1_tail_interpolator = global::O2NextGen.SmallTalk.Droid.Resource.Animator.linear_indeterminate_line1_tail_interpolator; + global::Xamarin.Forms.Platform.Android.Resource.Animator.linear_indeterminate_line2_head_interpolator = global::O2NextGen.SmallTalk.Droid.Resource.Animator.linear_indeterminate_line2_head_interpolator; + global::Xamarin.Forms.Platform.Android.Resource.Animator.linear_indeterminate_line2_tail_interpolator = global::O2NextGen.SmallTalk.Droid.Resource.Animator.linear_indeterminate_line2_tail_interpolator; + global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_btn_state_list_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_btn_state_list_anim; + global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_btn_unelevated_state_list_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_btn_unelevated_state_list_anim; + global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_card_state_list_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_card_state_list_anim; + global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_chip_state_list_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_chip_state_list_anim; + global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_extended_fab_change_size_collapse_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_extended_fab_change_size_collapse_motion_spec; + global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_extended_fab_change_size_expand_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_extended_fab_change_size_expand_motion_spec; + global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_extended_fab_hide_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_extended_fab_hide_motion_spec; + global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_extended_fab_show_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_extended_fab_show_motion_spec; + global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_extended_fab_state_list_animator = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_extended_fab_state_list_animator; + global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_fab_hide_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_fab_hide_motion_spec; + global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_fab_show_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_fab_show_motion_spec; + global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_fab_transformation_sheet_collapse_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_fab_transformation_sheet_collapse_spec; + global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_fab_transformation_sheet_expand_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_fab_transformation_sheet_expand_spec; + global::Xamarin.Forms.Platform.Android.Resource.Animator.nav_default_enter_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.nav_default_enter_anim; + global::Xamarin.Forms.Platform.Android.Resource.Animator.nav_default_exit_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.nav_default_exit_anim; + global::Xamarin.Forms.Platform.Android.Resource.Animator.nav_default_pop_enter_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.nav_default_pop_enter_anim; + global::Xamarin.Forms.Platform.Android.Resource.Animator.nav_default_pop_exit_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.nav_default_pop_exit_anim; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.action = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.action; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarDivider = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarDivider; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarItemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarItemBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarPopupTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarPopupTheme; global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarSplitStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarSplitStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarTabBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarTabBarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarTabStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarTabStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarTabTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarTabTextStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarWidgetTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarWidgetTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionDropDownStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionDropDownStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionLayout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionMenuTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionMenuTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionMenuTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionMenuTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeCloseButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeCloseButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeCloseContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeCloseContentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeCloseDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeCloseDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeCopyDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeCopyDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeCutDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeCutDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeFindDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeFindDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModePasteDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModePasteDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModePopupWindowStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModePopupWindowStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeSelectAllDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeSelectAllDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeShareDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeShareDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeSplitBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeSplitBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeWebSearchDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeWebSearchDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionOverflowButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionOverflowButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionOverflowMenuStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionOverflowMenuStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionProviderClass = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionProviderClass; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionTextColorAlpha = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionTextColorAlpha; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionViewClass = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionViewClass; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.activityChooserViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.activityChooserViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.alertDialogButtonGroupStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.alertDialogButtonGroupStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.alertDialogCenterButtons = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.alertDialogCenterButtons; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.alertDialogStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.alertDialogStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.alertDialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.alertDialogTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.allowStacking = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.allowStacking; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.alpha = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.alpha; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.alphabeticModifiers = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.alphabeticModifiers; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.altSrc = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.altSrc; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.animateCircleAngleTo = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.animateCircleAngleTo; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.animateRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.animateRelativeTo; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.animationMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.animationMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.appBarLayoutStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.appBarLayoutStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.applyMotionScene = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.applyMotionScene; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.arcMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.arcMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.argType = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.argType; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.arrowHeadLength = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.arrowHeadLength; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.arrowShaftLength = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.arrowShaftLength; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.attributeName = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.attributeName; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.autoCompleteMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoCompleteMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.autoCompleteTextViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoCompleteTextViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.autoSizeMaxTextSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoSizeMaxTextSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.autoSizeMinTextSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoSizeMinTextSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.autoSizePresetSizes = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoSizePresetSizes; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.autoSizeStepGranularity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoSizeStepGranularity; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.autoSizeTextType = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoSizeTextType; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.autoTransition = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoTransition; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.background = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.background; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundInsetBottom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundInsetBottom; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundInsetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundInsetEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundInsetStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundInsetStart; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundInsetTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundInsetTop; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundOverlayColorAlpha = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundOverlayColorAlpha; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundSplit = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundSplit; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundStacked = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundStacked; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.badgeGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.badgeGravity; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.badgeStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.badgeStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.badgeTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.badgeTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.barLength = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.barLength; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.barrierAllowsGoneWidgets = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.barrierAllowsGoneWidgets; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.barrierDirection = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.barrierDirection; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.barrierMargin = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.barrierMargin; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_autoHide = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_autoHide; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_autoShrink = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_autoShrink; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_draggable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_draggable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_expandedOffset = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_expandedOffset; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_fitToContents = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_fitToContents; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_halfExpandedRatio = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_halfExpandedRatio; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_hideable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_hideable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_overlapTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_overlapTop; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_peekHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_peekHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_saveFlags = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_saveFlags; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_skipCollapsed = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_skipCollapsed; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.blendSrc = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.blendSrc; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.borderlessButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.borderlessButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.borderRound = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.borderRound; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.borderRoundPercent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.borderRoundPercent; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.borderWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.borderWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.bottomAppBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.bottomAppBarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.bottomNavigationStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.bottomNavigationStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.bottomSheetDialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.bottomSheetDialogTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.bottomSheetStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.bottomSheetStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxBackgroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxBackgroundMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxBackgroundMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxCollapsedPaddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxCollapsedPaddingTop; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxCornerRadiusBottomEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxCornerRadiusBottomEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxCornerRadiusBottomStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxCornerRadiusBottomStart; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxCornerRadiusTopEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxCornerRadiusTopEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxCornerRadiusTopStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxCornerRadiusTopStart; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxStrokeColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxStrokeErrorColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxStrokeErrorColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxStrokeWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxStrokeWidthFocused = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxStrokeWidthFocused; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.brightness = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.brightness; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonBarButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonBarButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonBarNegativeButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonBarNegativeButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonBarNeutralButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonBarNeutralButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonBarPositiveButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonBarPositiveButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonBarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonCompat; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonGravity; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonIconDimen = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonIconDimen; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonPanelSideLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonPanelSideLayout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonStyleSmall = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonStyleSmall; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardBackgroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardCornerRadius; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardElevation = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardElevation; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardForegroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardForegroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardMaxElevation = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardMaxElevation; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardPreventCornerOverlap = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardPreventCornerOverlap; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardUseCompatPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardUseCompatPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.carousel_backwardTransition = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_backwardTransition; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.carousel_emptyViewsBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_emptyViewsBehavior; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.carousel_firstView = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_firstView; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.carousel_forwardTransition = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_forwardTransition; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.carousel_infinite = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_infinite; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.carousel_nextState = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_nextState; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.carousel_previousState = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_previousState; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.carousel_touchUpMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_touchUpMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.carousel_touchUp_dampeningFactor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_touchUp_dampeningFactor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.carousel_touchUp_velocityThreshold = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_touchUp_velocityThreshold; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chainUseRtl = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chainUseRtl; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkboxStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkboxStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedButton = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedButton; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedChip = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedChip; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedIcon; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedIconEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedIconEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedIconMargin = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedIconMargin; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedIconSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedIconVisible = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedIconVisible; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedTextViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedTextViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipBackgroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipCornerRadius; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipEndPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipGroupStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipGroupStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipIcon; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipIconEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipIconEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipIconSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipIconVisible = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipIconVisible; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipMinHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipMinHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipMinTouchTargetSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipMinTouchTargetSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipSpacing; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipSpacingHorizontal = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipSpacingHorizontal; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipSpacingVertical = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipSpacingVertical; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipStandaloneStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipStandaloneStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipStartPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipStrokeColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipStrokeWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipSurfaceColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipSurfaceColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.circleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.circleRadius; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.circularflow_angles = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.circularflow_angles; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.circularflow_defaultAngle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.circularflow_defaultAngle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.circularflow_defaultRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.circularflow_defaultRadius; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.circularflow_radiusInDP = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.circularflow_radiusInDP; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.circularflow_viewCenter = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.circularflow_viewCenter; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.circularProgressIndicatorStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.circularProgressIndicatorStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.clearsTag = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.clearsTag; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.clickAction = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.clickAction; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.clockFaceBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.clockFaceBackgroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.clockHandColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.clockHandColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.clockIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.clockIcon; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.clockNumberTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.clockNumberTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeIcon; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIconEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeIconEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIconEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeIconEndPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeIconSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIconStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeIconStartPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIconVisible = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeIconVisible; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeItemLayout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapseContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.collapseContentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapsedSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.collapsedSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapsedTitleGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.collapsedTitleGravity; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapsedTitleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.collapsedTitleTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapseIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.collapseIcon; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapsingToolbarLayoutStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.collapsingToolbarLayoutStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.collectionViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.collectionViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.color = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.color; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorAccent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorAccent; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorBackgroundFloating = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorBackgroundFloating; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorButtonNormal = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorButtonNormal; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorControlActivated = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorControlActivated; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorControlHighlight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorControlHighlight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorControlNormal = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorControlNormal; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorError = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorError; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorOnBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorOnBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorOnError = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorOnError; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorOnPrimary = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorOnPrimary; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorOnPrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorOnPrimarySurface; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorOnSecondary = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorOnSecondary; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorOnSurface = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorOnSurface; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorPrimary = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorPrimary; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorPrimaryDark = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorPrimaryDark; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorPrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorPrimarySurface; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorPrimaryVariant = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorPrimaryVariant; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorSecondary = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorSecondary; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorSecondaryVariant = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorSecondaryVariant; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorSurface = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorSurface; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorSwitchThumbNormal = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorSwitchThumbNormal; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.commitIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.commitIcon; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.ConstraintRotate = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ConstraintRotate; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.constraints = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.constraints; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.constraintSet = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.constraintSet; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.constraintSetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.constraintSetEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.constraintSetStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.constraintSetStart; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.constraint_referenced_ids = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.constraint_referenced_ids; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.constraint_referenced_tags = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.constraint_referenced_tags; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.content = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.content; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentInsetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentInsetEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentInsetEndWithActions = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentInsetEndWithActions; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentInsetLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentInsetLeft; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentInsetRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentInsetRight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentInsetStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentInsetStart; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentInsetStartWithNavigation = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentInsetStartWithNavigation; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentPaddingBottom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentPaddingBottom; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentPaddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentPaddingEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentPaddingLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentPaddingLeft; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentPaddingRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentPaddingRight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentPaddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentPaddingStart; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentPaddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentPaddingTop; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentScrim = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentScrim; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.contrast = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contrast; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.controlBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.controlBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.coordinatorLayoutStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.coordinatorLayoutStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerFamily = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerFamily; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerFamilyBottomLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerFamilyBottomLeft; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerFamilyBottomRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerFamilyBottomRight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerFamilyTopLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerFamilyTopLeft; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerFamilyTopRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerFamilyTopRight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerRadius; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerSizeBottomLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerSizeBottomLeft; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerSizeBottomRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerSizeBottomRight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerSizeTopLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerSizeTopLeft; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerSizeTopRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerSizeTopRight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.counterEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.counterEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.counterMaxLength = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.counterMaxLength; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.counterOverflowTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.counterOverflowTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.counterOverflowTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.counterOverflowTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.counterTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.counterTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.counterTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.counterTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.crossfade = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.crossfade; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.currentState = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.currentState; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.curveFit = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.curveFit; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.customBoolean = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customBoolean; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.customColorDrawableValue = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customColorDrawableValue; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.customColorValue = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customColorValue; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.customDimension = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customDimension; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.customFloatValue = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customFloatValue; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.customIntegerValue = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customIntegerValue; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.customNavigationLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customNavigationLayout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.customPixelDimension = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customPixelDimension; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.customReference = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customReference; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.customStringValue = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customStringValue; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.data = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.data; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dataPattern = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dataPattern; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dayInvalidStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dayInvalidStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.daySelectedStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.daySelectedStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dayStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dayStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dayTodayStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dayTodayStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.defaultDuration = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.defaultDuration; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.defaultQueryHint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.defaultQueryHint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.defaultState = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.defaultState; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.deltaPolarAngle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.deltaPolarAngle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.deltaPolarRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.deltaPolarRadius; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.deriveConstraintsFrom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.deriveConstraintsFrom; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.destination = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.destination; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dialogCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dialogCornerRadius; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dialogPreferredPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dialogPreferredPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dialogTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.displayOptions = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.displayOptions; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.divider = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.divider; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dividerHorizontal = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dividerHorizontal; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dividerPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dividerPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dividerVertical = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dividerVertical; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dragDirection = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dragDirection; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dragScale = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dragScale; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dragThreshold = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dragThreshold; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableBottomCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableBottomCompat; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableEndCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableEndCompat; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableLeftCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableLeftCompat; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableRightCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableRightCompat; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableStartCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableStartCompat; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableTopCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableTopCompat; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawerArrowStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawerArrowStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawerLayoutStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawerLayoutStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawPath = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawPath; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dropdownListPreferredItemHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dropdownListPreferredItemHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.dropDownListViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dropDownListViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.duration = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.duration; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.editTextBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.editTextBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.editTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.editTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.editTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.editTextStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.elevation = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.elevation; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.elevationOverlayColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.elevationOverlayColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.elevationOverlayEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.elevationOverlayEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.enableEdgeToEdge = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.enableEdgeToEdge; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.endIconCheckable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.endIconCheckable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.endIconContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.endIconContentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.endIconDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.endIconDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.endIconMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.endIconMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.endIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.endIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.endIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.endIconTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.enforceMaterialTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.enforceMaterialTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.enforceTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.enforceTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.ensureMinTouchTargetSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ensureMinTouchTargetSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.enterAnim = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.enterAnim; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.errorContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.errorContentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.errorEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.errorEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.errorIconDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.errorIconDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.errorIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.errorIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.errorIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.errorIconTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.errorTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.errorTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.errorTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.errorTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.exitAnim = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.exitAnim; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandActivityOverflowButtonDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandActivityOverflowButtonDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.expanded = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expanded; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedHintEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedHintEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedTitleGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedTitleGravity; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedTitleMargin = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedTitleMargin; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedTitleMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedTitleMarginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedTitleMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedTitleMarginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedTitleMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedTitleMarginStart; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedTitleMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedTitleMarginTop; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedTitleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedTitleTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.extendedFloatingActionButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.extendedFloatingActionButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.extendMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.extendMotionSpec; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.extraMultilineHeightEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.extraMultilineHeightEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fabAlignmentMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fabAlignmentMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fabAnimationMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fabAnimationMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fabCradleMargin = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fabCradleMargin; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fabCradleRoundedCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fabCradleRoundedCornerRadius; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fabCradleVerticalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fabCradleVerticalOffset; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fabCustomSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fabCustomSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fabSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fabSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fastScrollEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fastScrollEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fastScrollHorizontalThumbDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fastScrollHorizontalThumbDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fastScrollHorizontalTrackDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fastScrollHorizontalTrackDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fastScrollVerticalThumbDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fastScrollVerticalThumbDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fastScrollVerticalTrackDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fastScrollVerticalTrackDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.firstBaselineToTopHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.firstBaselineToTopHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.floatingActionButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.floatingActionButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_firstHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_firstHorizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_firstHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_firstHorizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_firstVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_firstVerticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_firstVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_firstVerticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_horizontalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_horizontalAlign; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_horizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_horizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_horizontalGap = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_horizontalGap; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_horizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_horizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_lastHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_lastHorizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_lastHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_lastHorizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_lastVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_lastVerticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_lastVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_lastVerticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_maxElementsWrap = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_maxElementsWrap; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_padding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_padding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_verticalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_verticalAlign; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_verticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_verticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_verticalGap = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_verticalGap; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_verticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_verticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.flow_wrapMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_wrapMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.font = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.font; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontFamily; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontProviderAuthority = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderAuthority; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontProviderCerts = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderCerts; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontProviderFetchStrategy = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderFetchStrategy; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontProviderFetchTimeout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderFetchTimeout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontProviderPackage = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderPackage; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontProviderQuery = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderQuery; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontProviderSystemFontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderSystemFontFamily; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontVariationSettings = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontVariationSettings; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontWeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontWeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.forceApplySystemWindowInsetTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.forceApplySystemWindowInsetTop; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.foregroundInsidePadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.foregroundInsidePadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.framePosition = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.framePosition; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.gapBetweenBars = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.gapBetweenBars; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.gestureInsetBottomIgnored = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.gestureInsetBottomIgnored; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.goIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.goIcon; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.graph = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.graph; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.haloColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.haloColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.haloRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.haloRadius; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.headerLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.headerLayout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.height = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.height; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.helperText = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.helperText; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.helperTextEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.helperTextEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.helperTextTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.helperTextTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.helperTextTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.helperTextTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.hideAnimationBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hideAnimationBehavior; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.hideMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hideMotionSpec; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.hideOnContentScroll = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hideOnContentScroll; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.hideOnScroll = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hideOnScroll; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.hintAnimationEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hintAnimationEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.hintEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hintEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.hintTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hintTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.hintTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hintTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.homeAsUpIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.homeAsUpIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.homeLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.homeLayout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.horizontalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.horizontalOffset; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.hoveredFocusedTranslationZ = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hoveredFocusedTranslationZ; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.icon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.icon; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconEndPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconGravity; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconifiedByDefault = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconifiedByDefault; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconStartPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.ifTagNotSet = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ifTagNotSet; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.ifTagSet = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ifTagSet; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.imageButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.imageButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.imagePanX = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.imagePanX; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.imagePanY = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.imagePanY; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.imageRotate = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.imageRotate; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.imageZoom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.imageZoom; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.indeterminateAnimationType = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.indeterminateAnimationType; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.indeterminateProgressStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.indeterminateProgressStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.indicatorColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.indicatorColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.indicatorDirectionCircular = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.indicatorDirectionCircular; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.indicatorDirectionLinear = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.indicatorDirectionLinear; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.indicatorInset = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.indicatorInset; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.indicatorSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.indicatorSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.initialActivityCount = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.initialActivityCount; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.insetForeground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.insetForeground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.isLightTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.isLightTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.isMaterialTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.isMaterialTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemFillColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemHorizontalPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemHorizontalPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemHorizontalTranslationEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemHorizontalTranslationEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemIconPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemIconPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemIconSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemMaxLines = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemMaxLines; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemRippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemRippleColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemShapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemShapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemShapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemShapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemShapeFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemShapeFillColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemShapeInsetBottom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemShapeInsetBottom; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemShapeInsetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemShapeInsetEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemShapeInsetStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemShapeInsetStart; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemShapeInsetTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemShapeInsetTop; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemSpacing; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemStrokeColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemStrokeWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemTextAppearanceActive = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemTextAppearanceActive; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemTextAppearanceInactive = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemTextAppearanceInactive; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.keyboardIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.keyboardIcon; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.keylines = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.keylines; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.keyPositionType = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.keyPositionType; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.labelBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.labelBehavior; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.labelStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.labelStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.labelVisibilityMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.labelVisibilityMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.lastBaselineToBottomHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.lastBaselineToBottomHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.launchSingleTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.launchSingleTop; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layoutDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layoutDescription; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layoutDuringTransition = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layoutDuringTransition; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layoutManager = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layoutManager; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_anchor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_anchor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_anchorGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_anchorGravity; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_behavior = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_behavior; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_collapseMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_collapseMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_collapseParallaxMultiplier = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_collapseParallaxMultiplier; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constrainedHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constrainedHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constrainedWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constrainedWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintBaseline_creator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintBaseline_creator; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintBaseline_toBaselineOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintBaseline_toBaselineOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintBaseline_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintBaseline_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintBaseline_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintBaseline_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintBottom_creator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintBottom_creator; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintBottom_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintBottom_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintBottom_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintBottom_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintCircle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintCircle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintCircleAngle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintCircleAngle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintCircleRadius; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintDimensionRatio = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintDimensionRatio; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintEnd_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintEnd_toEndOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintEnd_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintEnd_toStartOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintGuide_begin = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintGuide_begin; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintGuide_end = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintGuide_end; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintGuide_percent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintGuide_percent; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintHeight_default = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHeight_default; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintHeight_max = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHeight_max; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintHeight_min = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHeight_min; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintHeight_percent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHeight_percent; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintHorizontal_bias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHorizontal_bias; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintHorizontal_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHorizontal_chainStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintHorizontal_weight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHorizontal_weight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintLeft_creator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintLeft_creator; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintLeft_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintLeft_toLeftOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintLeft_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintLeft_toRightOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintRight_creator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintRight_creator; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintRight_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintRight_toLeftOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintRight_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintRight_toRightOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintStart_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintStart_toEndOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintStart_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintStart_toStartOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintTag = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintTag; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintTop_creator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintTop_creator; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintTop_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintTop_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintTop_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintTop_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintVertical_bias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintVertical_bias; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintVertical_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintVertical_chainStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintVertical_weight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintVertical_weight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintWidth_default = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintWidth_default; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintWidth_max = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintWidth_max; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintWidth_min = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintWidth_min; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_constraintWidth_percent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintWidth_percent; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_dodgeInsetEdges = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_dodgeInsetEdges; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_editor_absoluteX = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_editor_absoluteX; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_editor_absoluteY = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_editor_absoluteY; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_goneMarginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_goneMarginBaseline; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_goneMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_goneMarginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_goneMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_goneMarginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_goneMarginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_goneMarginLeft; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_goneMarginRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_goneMarginRight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_goneMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_goneMarginStart; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_goneMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_goneMarginTop; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_insetEdge = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_insetEdge; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_keyline = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_keyline; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_marginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_marginBaseline; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_optimizationLevel = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_optimizationLevel; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_scrollFlags = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_scrollFlags; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_scrollInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_scrollInterpolator; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_wrapBehaviorInParent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_wrapBehaviorInParent; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.liftOnScroll = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.liftOnScroll; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.liftOnScrollTargetViewId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.liftOnScrollTargetViewId; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.limitBoundsTo = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.limitBoundsTo; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.linearProgressIndicatorStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.linearProgressIndicatorStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.lineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.lineHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.lineSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.lineSpacing; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listChoiceBackgroundIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listChoiceBackgroundIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listChoiceIndicatorMultipleAnimated = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listChoiceIndicatorMultipleAnimated; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listChoiceIndicatorSingleAnimated = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listChoiceIndicatorSingleAnimated; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listDividerAlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listDividerAlertDialog; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listItemLayout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listLayout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listMenuViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listMenuViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPopupWindowStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPopupWindowStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPreferredItemHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPreferredItemHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPreferredItemHeightLarge = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPreferredItemHeightLarge; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPreferredItemHeightSmall = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPreferredItemHeightSmall; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPreferredItemPaddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPreferredItemPaddingEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPreferredItemPaddingLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPreferredItemPaddingLeft; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPreferredItemPaddingRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPreferredItemPaddingRight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPreferredItemPaddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPreferredItemPaddingStart; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.logo = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.logo; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.logoDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.logoDescription; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialAlertDialogBodyTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialAlertDialogBodyTextStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialAlertDialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialAlertDialogTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialAlertDialogTitleIconStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialAlertDialogTitleIconStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialAlertDialogTitlePanelStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialAlertDialogTitlePanelStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialAlertDialogTitleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialAlertDialogTitleTextStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialButtonOutlinedStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialButtonOutlinedStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialButtonToggleGroupStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialButtonToggleGroupStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarDay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarDay; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarFullscreenTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarFullscreenTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarHeaderCancelButton = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarHeaderCancelButton; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarHeaderConfirmButton = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarHeaderConfirmButton; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarHeaderDivider = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarHeaderDivider; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarHeaderLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarHeaderLayout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarHeaderSelection = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarHeaderSelection; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarHeaderTitle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarHeaderTitle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarHeaderToggleButton = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarHeaderToggleButton; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarMonth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarMonth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarMonthNavigationButton = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarMonthNavigationButton; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarYearNavigationButton = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarYearNavigationButton; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCardViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCardViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCircleRadius; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialClockStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialClockStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialThemeOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialThemeOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialTimePickerStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialTimePickerStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialTimePickerTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialTimePickerTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxAcceleration = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxAcceleration; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxActionInlineWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxActionInlineWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxButtonHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxButtonHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxCharacterCount = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxCharacterCount; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxImageSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxImageSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxLines = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxLines; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxVelocity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxVelocity; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.measureWithLargestChild = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.measureWithLargestChild; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.menu = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.menu; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.menuGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.menuGravity; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.methodName = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.methodName; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.mimeType = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.mimeType; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.minHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.minHideDelay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.minHideDelay; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.minSeparation = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.minSeparation; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.minTouchTargetSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.minTouchTargetSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.minWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.mock_diagonalsColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.mock_diagonalsColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.mock_label = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.mock_label; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.mock_labelBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.mock_labelBackgroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.mock_labelColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.mock_labelColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.mock_showDiagonals = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.mock_showDiagonals; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.mock_showLabel = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.mock_showLabel; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionDebug = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionDebug; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionDurationLong1 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionDurationLong1; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionDurationLong2 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionDurationLong2; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionDurationMedium1 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionDurationMedium1; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionDurationMedium2 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionDurationMedium2; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionDurationShort1 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionDurationShort1; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionDurationShort2 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionDurationShort2; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionEasingAccelerated = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEasingAccelerated; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionEasingDecelerated = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEasingDecelerated; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionEasingEmphasized = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEasingEmphasized; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionEasingLinear = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEasingLinear; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionEasingStandard = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEasingStandard; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionEffect_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionEffect_end = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_end; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionEffect_move = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_move; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionEffect_start = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_start; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionEffect_strict = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_strict; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionEffect_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_translationX; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionEffect_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_translationY; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionEffect_viewTransition = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_viewTransition; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionInterpolator; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionPath = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionPath; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionPathRotate; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionProgress; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionStagger = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionStagger; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionTarget; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motion_postLayoutCollision = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motion_postLayoutCollision; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.motion_triggerOnCollision = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motion_triggerOnCollision; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.moveWhenScrollAtTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.moveWhenScrollAtTop; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.multiChoiceItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.multiChoiceItemLayout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.navGraph = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.navGraph; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.navigationContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.navigationContentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.navigationIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.navigationIcon; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.navigationIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.navigationIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.navigationMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.navigationMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.navigationRailStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.navigationRailStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.navigationViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.navigationViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.nestedScrollable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.nestedScrollable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.nestedScrollFlags = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.nestedScrollFlags; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.nestedScrollViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.nestedScrollViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.nullable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.nullable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.number = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.number; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.numericModifiers = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.numericModifiers; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.onCross = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.onCross; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.onHide = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.onHide; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.onNegativeCross = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.onNegativeCross; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.onPositiveCross = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.onPositiveCross; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.onShow = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.onShow; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.onStateTransition = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.onStateTransition; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.onTouchUp = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.onTouchUp; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.overlapAnchor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.overlapAnchor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.overlay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.overlay; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingBottomNoButtons = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingBottomNoButtons; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingBottomSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingBottomSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingLeftSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingLeftSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingRightSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingRightSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingStart; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingTopNoTitle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingTopNoTitle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingTopSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingTopSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.panelBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.panelBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.panelMenuListTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.panelMenuListTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.panelMenuListWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.panelMenuListWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.passwordToggleContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.passwordToggleContentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.passwordToggleDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.passwordToggleDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.passwordToggleEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.passwordToggleEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.passwordToggleTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.passwordToggleTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.passwordToggleTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.passwordToggleTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.pathMotionArc; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.path_percent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.path_percent; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.percentHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.percentHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.percentWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.percentWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.percentX = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.percentX; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.percentY = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.percentY; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.perpendicularPath_percent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.perpendicularPath_percent; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.pivotAnchor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.pivotAnchor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.placeholderText = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.placeholderText; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.placeholderTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.placeholderTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.placeholderTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.placeholderTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.placeholder_emptyVisibility = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.placeholder_emptyVisibility; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.polarRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.polarRelativeTo; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.popEnterAnim = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popEnterAnim; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.popExitAnim = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popExitAnim; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.popupMenuBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popupMenuBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.popupMenuStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popupMenuStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.popupTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popupTheme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.popUpTo = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popUpTo; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.popUpToInclusive = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popUpToInclusive; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.popupWindowStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popupWindowStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.prefixText = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.prefixText; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.prefixTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.prefixTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.prefixTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.prefixTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.preserveIconSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.preserveIconSpacing; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.pressedTranslationZ = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.pressedTranslationZ; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.progressBarPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.progressBarPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.progressBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.progressBarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.quantizeMotionInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.quantizeMotionInterpolator; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.quantizeMotionPhase = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.quantizeMotionPhase; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.quantizeMotionSteps = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.quantizeMotionSteps; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.queryBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.queryBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.queryHint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.queryHint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.queryPatterns = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.queryPatterns; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.radioButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.radioButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.rangeFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.rangeFillColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.ratingBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ratingBarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.ratingBarStyleIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ratingBarStyleIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.ratingBarStyleSmall = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ratingBarStyleSmall; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.reactiveGuide_animateChange = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.reactiveGuide_animateChange; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.reactiveGuide_applyToAllConstraintSets = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.reactiveGuide_applyToAllConstraintSets; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.reactiveGuide_applyToConstraintSet = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.reactiveGuide_applyToConstraintSet; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.reactiveGuide_valueId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.reactiveGuide_valueId; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.recyclerViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.recyclerViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.region_heightLessThan = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.region_heightLessThan; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.region_heightMoreThan = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.region_heightMoreThan; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.region_widthLessThan = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.region_widthLessThan; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.region_widthMoreThan = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.region_widthMoreThan; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.reverseLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.reverseLayout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.rippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.rippleColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.rotationCenterId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.rotationCenterId; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.round = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.round; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.roundPercent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.roundPercent; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.saturation = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.saturation; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.scaleFromTextSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.scaleFromTextSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.scrimAnimationDuration = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.scrimAnimationDuration; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.scrimBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.scrimBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.scrimVisibleHeightTrigger = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.scrimVisibleHeightTrigger; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.scrollViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.scrollViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.searchHintIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.searchHintIcon; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.searchIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.searchIcon; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.searchViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.searchViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.seekBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.seekBarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.selectableItemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.selectableItemBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.selectableItemBackgroundBorderless = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.selectableItemBackgroundBorderless; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.selectionRequired = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.selectionRequired; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.selectorSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.selectorSize; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.setsTag = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.setsTag; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.shapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.shapeAppearanceLargeComponent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.shapeAppearanceLargeComponent; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.shapeAppearanceMediumComponent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.shapeAppearanceMediumComponent; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.shapeAppearanceSmallComponent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.shapeAppearanceSmallComponent; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.SharedValue = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.SharedValue; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.SharedValueId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.SharedValueId; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.shortcutMatchRequired = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.shortcutMatchRequired; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.showAnimationBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showAnimationBehavior; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.showAsAction = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showAsAction; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.showDelay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showDelay; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.showDividers = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showDividers; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.showMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showMotionSpec; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.showPaths = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showPaths; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.showText = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showText; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.showTitle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showTitle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.shrinkMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.shrinkMotionSpec; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.singleChoiceItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.singleChoiceItemLayout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.singleLine = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.singleLine; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.singleSelection = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.singleSelection; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.sizePercent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.sizePercent; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.sliderStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.sliderStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.snackbarButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.snackbarButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.snackbarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.snackbarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.snackbarTextViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.snackbarTextViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.spanCount = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.spanCount; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.spinBars = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.spinBars; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.spinnerDropDownItemStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.spinnerDropDownItemStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.spinnerStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.spinnerStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.splitTrack = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.splitTrack; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.springBoundary = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.springBoundary; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.springDamping = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.springDamping; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.springMass = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.springMass; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.springStiffness = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.springStiffness; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.springStopThreshold = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.springStopThreshold; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.srcCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.srcCompat; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.stackFromEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.stackFromEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.staggered = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.staggered; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.startDestination = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.startDestination; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.startIconCheckable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.startIconCheckable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.startIconContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.startIconContentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.startIconDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.startIconDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.startIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.startIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.startIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.startIconTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.state_above_anchor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.state_above_anchor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.state_collapsed = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.state_collapsed; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.state_collapsible = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.state_collapsible; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.state_dragged = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.state_dragged; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.state_liftable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.state_liftable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.state_lifted = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.state_lifted; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.statusBarBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.statusBarBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.statusBarForeground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.statusBarForeground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.statusBarScrim = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.statusBarScrim; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.strokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.strokeColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.strokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.strokeWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.subMenuArrow = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.subMenuArrow; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.submitBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.submitBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.subtitle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.subtitleCentered = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.subtitleCentered; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.subtitleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.subtitleTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.subtitleTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.subtitleTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.subtitleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.subtitleTextStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.suffixText = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.suffixText; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.suffixTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.suffixTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.suffixTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.suffixTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.suggestionRowLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.suggestionRowLayout; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.swipeRefreshLayoutProgressSpinnerBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.swipeRefreshLayoutProgressSpinnerBackgroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.switchMinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.switchMinWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.switchPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.switchPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.switchStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.switchStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.switchTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.switchTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabContentStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabContentStart; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabGravity; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIconTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIndicatorAnimationDuration = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIndicatorAnimationDuration; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIndicatorAnimationMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIndicatorAnimationMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIndicatorColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIndicatorColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIndicatorFullWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIndicatorFullWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIndicatorGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIndicatorGravity; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIndicatorHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIndicatorHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabInlineLabel = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabInlineLabel; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabMaxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabMaxWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabMinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabMinWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabPaddingBottom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabPaddingBottom; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabPaddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabPaddingEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabPaddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabPaddingStart; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabPaddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabPaddingTop; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabRippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabRippleColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabSelectedTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabSelectedTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabUnboundedRipple = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabUnboundedRipple; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.targetId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.targetId; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.targetPackage = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.targetPackage; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.telltales_tailColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.telltales_tailColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.telltales_tailScale = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.telltales_tailScale; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.telltales_velocityMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.telltales_velocityMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAllCaps = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAllCaps; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceBody1 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceBody1; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceBody2 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceBody2; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceButton = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceButton; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceCaption = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceCaption; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceHeadline1 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceHeadline1; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceHeadline2 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceHeadline2; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceHeadline3 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceHeadline3; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceHeadline4 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceHeadline4; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceHeadline5 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceHeadline5; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceHeadline6 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceHeadline6; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceLargePopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceLargePopupMenu; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceLineHeightEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceLineHeightEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceListItem = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceListItem; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceListItemSecondary = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceListItemSecondary; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceListItemSmall = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceListItemSmall; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceOverline = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceOverline; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearancePopupMenuHeader = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearancePopupMenuHeader; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceSearchResultSubtitle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceSearchResultSubtitle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceSearchResultTitle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceSearchResultTitle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceSmallPopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceSmallPopupMenu; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceSubtitle1 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceSubtitle1; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceSubtitle2 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceSubtitle2; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textBackgroundPanX = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textBackgroundPanX; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textBackgroundPanY = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textBackgroundPanY; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textBackgroundRotate = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textBackgroundRotate; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textBackgroundZoom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textBackgroundZoom; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textColorAlertDialogListItem = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textColorAlertDialogListItem; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textColorSearchUrl = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textColorSearchUrl; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textEndPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textFillColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textInputLayoutFocusedRectEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textInputLayoutFocusedRectEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textInputStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textInputStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textLocale = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textLocale; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textOutlineColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textOutlineColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textOutlineThickness = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textOutlineThickness; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textPanX = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textPanX; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textPanY = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textPanY; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textStartPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textureBlurFactor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textureBlurFactor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textureEffect = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textureEffect; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textureHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textureHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.textureWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textureWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.theme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.theme; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.themeLineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.themeLineHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.thickness = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thickness; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.thumbColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.thumbElevation = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbElevation; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.thumbRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbRadius; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.thumbStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbStrokeColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.thumbStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbStrokeWidth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.thumbTextPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbTextPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.thumbTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.thumbTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tickColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tickColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tickColorActive = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tickColorActive; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tickColorInactive = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tickColorInactive; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tickMark = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tickMark; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tickMarkTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tickMarkTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tickMarkTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tickMarkTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tickVisible = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tickVisible; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tintMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.title = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.title; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleCentered = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleCentered; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleCollapseMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleCollapseMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMargin = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleMargin; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleMarginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleMarginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMargins = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleMargins; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleMarginStart; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleMarginTop; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleTextStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.toolbarId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.toolbarId; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.toolbarNavigationButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.toolbarNavigationButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.toolbarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.toolbarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tooltipForegroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tooltipForegroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tooltipFrameBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tooltipFrameBackground; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tooltipStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tooltipStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.tooltipText = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tooltipText; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.touchAnchorId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.touchAnchorId; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.touchAnchorSide = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.touchAnchorSide; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.touchRegionId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.touchRegionId; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.track = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.track; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.trackColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackColor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.trackColorActive = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackColorActive; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.trackColorInactive = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackColorInactive; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.trackCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackCornerRadius; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.trackHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackHeight; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.trackThickness = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackThickness; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.trackTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackTint; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.trackTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.transformPivotTarget = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.transformPivotTarget; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.transitionDisable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.transitionDisable; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.transitionEasing; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.transitionFlags = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.transitionFlags; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.transitionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.transitionPathRotate; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.transitionShapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.transitionShapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.triggerId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.triggerId; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.triggerReceiver = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.triggerReceiver; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.triggerSlack = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.triggerSlack; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.ttcIndex = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ttcIndex; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.upDuration = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.upDuration; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.uri = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.uri; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.useCompatPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.useCompatPadding; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.useMaterialThemeColors = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.useMaterialThemeColors; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.values = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.values; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.verticalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.verticalOffset; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.viewInflaterClass = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.viewInflaterClass; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.viewTransitionMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.viewTransitionMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.viewTransitionOnCross = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.viewTransitionOnCross; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.viewTransitionOnNegativeCross = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.viewTransitionOnNegativeCross; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.viewTransitionOnPositiveCross = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.viewTransitionOnPositiveCross; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.visibilityMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.visibilityMode; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.voiceIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.voiceIcon; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.warmth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.warmth; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.waveDecay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.waveDecay; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.waveOffset = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.waveOffset; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.wavePeriod = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.wavePeriod; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.wavePhase = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.wavePhase; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.waveShape = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.waveShape; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.waveVariesBy = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.waveVariesBy; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowActionBarOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowActionBarOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowActionModeOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowActionModeOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowFixedHeightMajor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowFixedHeightMajor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowFixedHeightMinor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowFixedHeightMinor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowFixedWidthMajor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowFixedWidthMajor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowFixedWidthMinor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowFixedWidthMinor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowMinWidthMajor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowMinWidthMajor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowMinWidthMinor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowMinWidthMinor; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowNoTitle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowNoTitle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.yearSelectedStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.yearSelectedStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.yearStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.yearStyle; + global::Xamarin.Forms.Platform.Android.Resource.Attribute.yearTodayStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.yearTodayStyle; + global::Xamarin.Forms.Platform.Android.Resource.Boolean.abc_action_bar_embed_tabs = global::O2NextGen.SmallTalk.Droid.Resource.Boolean.abc_action_bar_embed_tabs; + global::Xamarin.Forms.Platform.Android.Resource.Boolean.abc_config_actionMenuItemAllCaps = global::O2NextGen.SmallTalk.Droid.Resource.Boolean.abc_config_actionMenuItemAllCaps; + global::Xamarin.Forms.Platform.Android.Resource.Boolean.mtrl_btn_textappearance_all_caps = global::O2NextGen.SmallTalk.Droid.Resource.Boolean.mtrl_btn_textappearance_all_caps; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_background_cache_hint_selector_material_dark = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Color.abc_background_cache_hint_selector_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_btn_colored_borderless_text_material = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_btn_colored_borderless_text_material; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_btn_colored_text_material = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_btn_colored_text_material; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_color_highlight_material = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_color_highlight_material; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_decor_view_status_guard = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_decor_view_status_guard; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_decor_view_status_guard_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_decor_view_status_guard_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_hint_foreground_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_hint_foreground_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_hint_foreground_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_hint_foreground_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_primary_text_disable_only_material_dark = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Color.abc_primary_text_disable_only_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_primary_text_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_primary_text_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_primary_text_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_primary_text_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_search_url_text = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_search_url_text; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_search_url_text_normal = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_search_url_text_normal; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_search_url_text_pressed = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_search_url_text_pressed; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_search_url_text_selected = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_search_url_text_selected; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_secondary_text_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_secondary_text_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_secondary_text_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_secondary_text_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_tint_btn_checkable = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_tint_btn_checkable; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_tint_default = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_tint_default; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_tint_edittext = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_tint_edittext; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_tint_seek_thumb = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_tint_seek_thumb; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_tint_spinner = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_tint_spinner; + global::Xamarin.Forms.Platform.Android.Resource.Color.abc_tint_switch_track = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_tint_switch_track; + global::Xamarin.Forms.Platform.Android.Resource.Color.accent_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.accent_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.accent_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.accent_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.androidx_core_ripple_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.androidx_core_ripple_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.androidx_core_secondary_text_default_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.androidx_core_secondary_text_default_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.background_floating_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.background_floating_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.background_floating_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.background_floating_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.background_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.background_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.background_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.background_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.bright_foreground_disabled_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.bright_foreground_disabled_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.bright_foreground_disabled_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.bright_foreground_disabled_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.bright_foreground_inverse_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.bright_foreground_inverse_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.bright_foreground_inverse_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.bright_foreground_inverse_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.bright_foreground_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.bright_foreground_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.bright_foreground_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.bright_foreground_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.button_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.button_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.button_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.button_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.cardview_dark_background = global::O2NextGen.SmallTalk.Droid.Resource.Color.cardview_dark_background; + global::Xamarin.Forms.Platform.Android.Resource.Color.cardview_light_background = global::O2NextGen.SmallTalk.Droid.Resource.Color.cardview_light_background; + global::Xamarin.Forms.Platform.Android.Resource.Color.cardview_shadow_end_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.cardview_shadow_end_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.cardview_shadow_start_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.cardview_shadow_start_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.checkbox_themeable_attribute_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.checkbox_themeable_attribute_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_bottom_navigation_shadow_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_bottom_navigation_shadow_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_box_stroke_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_box_stroke_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_background = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_background; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_error = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_error; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_on_background = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_on_background; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_on_error = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_on_error; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_on_primary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_on_primary; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_on_secondary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_on_secondary; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_on_surface = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_on_surface; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_primary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_primary; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_primary_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_primary_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_primary_variant = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_primary_variant; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_secondary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_secondary; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_secondary_variant = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_secondary_variant; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_surface = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_surface; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_background = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_background; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_error = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_error; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_on_background = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_on_background; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_on_error = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_on_error; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_on_primary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_on_primary; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_on_secondary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_on_secondary; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_on_surface = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_on_surface; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_primary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_primary; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_primary_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_primary_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_primary_variant = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_primary_variant; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_secondary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_secondary; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_secondary_variant = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_secondary_variant; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_surface = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_surface; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_error = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_error; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_fab_shadow_end_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_fab_shadow_end_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_fab_shadow_mid_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_fab_shadow_mid_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_fab_shadow_start_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_fab_shadow_start_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_fab_stroke_end_inner_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_fab_stroke_end_inner_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_fab_stroke_end_outer_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_fab_stroke_end_outer_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_fab_stroke_top_inner_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_fab_stroke_top_inner_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_fab_stroke_top_outer_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_fab_stroke_top_outer_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_icon_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_icon_tint; + global::Xamarin.Forms.Platform.Android.Resource.Color.design_snackbar_background_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_snackbar_background_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.dim_foreground_disabled_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.dim_foreground_disabled_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.dim_foreground_disabled_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.dim_foreground_disabled_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.dim_foreground_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.dim_foreground_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.dim_foreground_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.dim_foreground_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.error_color_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.error_color_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.error_color_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.error_color_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.foreground_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.foreground_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.foreground_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.foreground_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.highlighted_text_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.highlighted_text_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.highlighted_text_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.highlighted_text_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_blue_grey_800 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_blue_grey_800; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_blue_grey_900 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_blue_grey_900; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_blue_grey_950 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_blue_grey_950; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_cursor_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_cursor_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_deep_teal_200 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_deep_teal_200; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_deep_teal_500 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_deep_teal_500; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_grey_100 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_grey_100; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_grey_300 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_grey_300; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_grey_50 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_grey_50; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_grey_600 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_grey_600; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_grey_800 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_grey_800; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_grey_850 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_grey_850; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_grey_900 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_grey_900; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_background_disabled = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_background_disabled; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_background_emphasis_high_type = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_background_emphasis_high_type; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_background_emphasis_medium = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_background_emphasis_medium; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_primary_disabled = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_primary_disabled; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_primary_emphasis_high_type = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_primary_emphasis_high_type; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_primary_emphasis_medium = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_primary_emphasis_medium; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_surface_disabled = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_surface_disabled; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_surface_emphasis_high_type = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_surface_emphasis_high_type; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_surface_emphasis_medium = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_surface_emphasis_medium; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_surface_stroke = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_surface_stroke; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_slider_active_tick_marks_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_slider_active_tick_marks_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_slider_active_track_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_slider_active_track_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_slider_halo_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_slider_halo_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_slider_inactive_tick_marks_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_slider_inactive_tick_marks_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_slider_inactive_track_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_slider_inactive_track_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_slider_thumb_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_slider_thumb_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_timepicker_button_background = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_timepicker_button_background; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_timepicker_button_stroke = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_timepicker_button_stroke; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_timepicker_clockface = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_timepicker_clockface; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_timepicker_clock_text_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_timepicker_clock_text_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.material_timepicker_modebutton_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_timepicker_modebutton_tint; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_bg_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_bg_color_selector; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_ripple_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_stroke_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_stroke_color_selector; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_text_btn_bg_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_text_btn_bg_color_selector; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_text_btn_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_text_btn_ripple_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_text_color_disabled = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_text_color_disabled; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_text_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_text_color_selector; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_transparent_bg_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_transparent_bg_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_calendar_item_stroke_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_calendar_item_stroke_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_calendar_selected_range = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_calendar_selected_range; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_card_view_foreground = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_card_view_foreground; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_card_view_ripple = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_card_view_ripple; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_chip_background_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_chip_background_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_chip_close_icon_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_chip_close_icon_tint; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_chip_surface_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_chip_surface_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_chip_text_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_chip_text_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_choice_chip_background_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_choice_chip_background_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_choice_chip_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_choice_chip_ripple_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_choice_chip_text_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_choice_chip_text_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_error = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_error; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_fab_bg_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_fab_bg_color_selector; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_fab_icon_text_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_fab_icon_text_color_selector; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_fab_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_fab_ripple_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_filled_background_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_filled_background_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_filled_icon_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_filled_icon_tint; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_filled_stroke_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_filled_stroke_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_indicator_text_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_indicator_text_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_navigation_bar_colored_item_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_navigation_bar_colored_item_tint; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_navigation_bar_colored_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_navigation_bar_colored_ripple_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_navigation_bar_item_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_navigation_bar_item_tint; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_navigation_bar_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_navigation_bar_ripple_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_navigation_item_background_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_navigation_item_background_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_navigation_item_icon_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_navigation_item_icon_tint; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_navigation_item_text_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_navigation_item_text_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_on_primary_text_btn_text_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_on_primary_text_btn_text_color_selector; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_on_surface_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_on_surface_ripple_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_outlined_icon_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_outlined_icon_tint; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_outlined_stroke_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_outlined_stroke_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_popupmenu_overlay_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_popupmenu_overlay_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_scrim_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_scrim_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_tabs_colored_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_tabs_colored_ripple_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_tabs_icon_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_tabs_icon_color_selector; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_tabs_icon_color_selector_colored = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_tabs_icon_color_selector_colored; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_tabs_legacy_text_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_tabs_legacy_text_color_selector; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_tabs_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_tabs_ripple_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_textinput_default_box_stroke_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_textinput_default_box_stroke_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_textinput_disabled_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_textinput_disabled_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_textinput_filled_box_default_background_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_textinput_filled_box_default_background_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_textinput_focused_box_stroke_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_textinput_focused_box_stroke_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_textinput_hovered_box_stroke_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_textinput_hovered_box_stroke_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_text_btn_text_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_text_btn_text_color_selector; + global::Xamarin.Forms.Platform.Android.Resource.Color.notification_action_color_filter = global::O2NextGen.SmallTalk.Droid.Resource.Color.notification_action_color_filter; + global::Xamarin.Forms.Platform.Android.Resource.Color.notification_icon_bg_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.notification_icon_bg_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.notification_material_background_media_default_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.notification_material_background_media_default_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.primary_dark_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_dark_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.primary_dark_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_dark_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.primary_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.primary_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.primary_text_default_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_text_default_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.primary_text_default_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_text_default_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.primary_text_disabled_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_text_disabled_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.primary_text_disabled_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_text_disabled_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.radiobutton_themeable_attribute_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.radiobutton_themeable_attribute_color; + global::Xamarin.Forms.Platform.Android.Resource.Color.ripple_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.ripple_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.ripple_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.ripple_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.secondary_text_default_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.secondary_text_default_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.secondary_text_default_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.secondary_text_default_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.secondary_text_disabled_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.secondary_text_disabled_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.secondary_text_disabled_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.secondary_text_disabled_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.switch_thumb_disabled_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.switch_thumb_disabled_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.switch_thumb_disabled_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.switch_thumb_disabled_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.switch_thumb_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.switch_thumb_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.switch_thumb_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.switch_thumb_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.switch_thumb_normal_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.switch_thumb_normal_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.switch_thumb_normal_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.switch_thumb_normal_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Color.test_mtrl_calendar_day = global::O2NextGen.SmallTalk.Droid.Resource.Color.test_mtrl_calendar_day; + global::Xamarin.Forms.Platform.Android.Resource.Color.test_mtrl_calendar_day_selected = global::O2NextGen.SmallTalk.Droid.Resource.Color.test_mtrl_calendar_day_selected; + global::Xamarin.Forms.Platform.Android.Resource.Color.tooltip_background_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.tooltip_background_dark; + global::Xamarin.Forms.Platform.Android.Resource.Color.tooltip_background_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.tooltip_background_light; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_content_inset_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_content_inset_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_content_inset_with_nav = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_content_inset_with_nav; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_default_height_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_default_height_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_default_padding_end_material = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_default_padding_start_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_elevation_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_elevation_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_icon_vertical_padding_material = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_overflow_padding_start_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_stacked_max_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_stacked_max_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_stacked_tab_max_width = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_subtitle_top_margin_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_button_min_height_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_button_min_height_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_button_min_width_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_button_min_width_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_button_min_width_overflow_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_button_min_width_overflow_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_alert_dialog_button_bar_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_alert_dialog_button_bar_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_alert_dialog_button_dimen = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_alert_dialog_button_dimen; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_button_inset_horizontal_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_button_inset_horizontal_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_button_inset_vertical_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_button_inset_vertical_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_button_padding_horizontal_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_button_padding_horizontal_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_button_padding_vertical_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_button_padding_vertical_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_cascading_menus_min_smallest_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_cascading_menus_min_smallest_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_config_prefDialogWidth = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_config_prefDialogWidth; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_control_corner_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_control_corner_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_control_inset_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_control_inset_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_control_padding_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_control_padding_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_corner_radius_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_corner_radius_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_fixed_height_major = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_fixed_height_major; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_fixed_height_minor = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_fixed_height_minor; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_fixed_width_major = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_fixed_width_major; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_fixed_width_minor = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_fixed_width_minor; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_list_padding_bottom_no_buttons = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_list_padding_top_no_title; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_min_width_major = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_min_width_major; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_min_width_minor = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_min_width_minor; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_padding_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_padding_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_padding_top_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_padding_top_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_title_divider_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_title_divider_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_disabled_alpha_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_disabled_alpha_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_disabled_alpha_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_disabled_alpha_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dropdownitem_icon_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dropdownitem_icon_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dropdownitem_text_padding_left = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dropdownitem_text_padding_left; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dropdownitem_text_padding_right = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dropdownitem_text_padding_right; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_edit_text_inset_bottom_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_edit_text_inset_bottom_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_edit_text_inset_horizontal_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_edit_text_inset_horizontal_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_edit_text_inset_top_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_edit_text_inset_top_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_floating_window_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_floating_window_z; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_list_item_height_large_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_list_item_height_large_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_list_item_height_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_list_item_height_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_list_item_height_small_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_list_item_height_small_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_list_item_padding_horizontal_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_list_item_padding_horizontal_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_panel_menu_list_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_panel_menu_list_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_progress_bar_height_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_progress_bar_height_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_search_view_preferred_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_search_view_preferred_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_search_view_preferred_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_search_view_preferred_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_seekbar_track_background_height_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_seekbar_track_background_height_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_seekbar_track_progress_height_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_seekbar_track_progress_height_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_select_dialog_padding_start_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_select_dialog_padding_start_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_star_big = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_star_big; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_star_medium = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_star_medium; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_star_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_star_small; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_switch_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_switch_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_body_1_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_body_1_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_body_2_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_body_2_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_button_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_button_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_caption_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_caption_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_display_1_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_display_1_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_display_2_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_display_2_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_display_3_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_display_3_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_display_4_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_display_4_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_headline_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_headline_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_large_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_large_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_medium_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_medium_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_menu_header_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_menu_header_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_menu_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_menu_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_small_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_small_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_subhead_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_subhead_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_subtitle_material_toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_subtitle_material_toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_title_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_title_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_title_material_toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_title_material_toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.action_bar_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.action_bar_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.appcompat_dialog_background_inset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.appcompat_dialog_background_inset; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.cardview_compat_inset_shadow = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.cardview_compat_inset_shadow; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.cardview_default_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.cardview_default_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.cardview_default_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.cardview_default_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.clock_face_margin_start = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.clock_face_margin_start; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.compat_button_inset_horizontal_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_button_inset_horizontal_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.compat_button_inset_vertical_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_button_inset_vertical_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.compat_button_padding_horizontal_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_button_padding_horizontal_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.compat_button_padding_vertical_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_button_padding_vertical_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.compat_control_corner_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_control_corner_material; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.compat_notification_large_icon_max_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_notification_large_icon_max_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.compat_notification_large_icon_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_notification_large_icon_max_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.default_dimension = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.default_dimension; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.def_drawer_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.def_drawer_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_appbar_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_appbar_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_active_item_max_width = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_active_item_min_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_active_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_active_text_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_icon_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_item_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_item_max_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_item_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_item_min_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_label_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_label_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_shadow_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_shadow_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_text_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_sheet_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_sheet_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_sheet_modal_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_sheet_modal_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_sheet_peek_height_min = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_sheet_peek_height_min; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_fab_border_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_fab_border_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_fab_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_fab_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_fab_image_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_fab_image_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_fab_size_mini = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_fab_size_mini; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_fab_size_normal = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_fab_size_normal; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_fab_translation_z_hovered_focused = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_fab_translation_z_hovered_focused; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_fab_translation_z_pressed = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_fab_translation_z_pressed; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_icon_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_icon_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_icon_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_item_horizontal_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_item_horizontal_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_item_icon_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_item_icon_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_max_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_padding_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_padding_bottom; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_separator_vertical_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_separator_vertical_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_action_inline_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_action_inline_max_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_action_text_color_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_action_text_color_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_background_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_background_corner_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_extra_spacing_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_extra_spacing_horizontal; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_max_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_min_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_padding_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_padding_horizontal; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_padding_vertical = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_padding_vertical; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_padding_vertical_2lines = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_padding_vertical_2lines; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_text_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_tab_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_tab_max_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_tab_scrollable_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_tab_scrollable_min_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_tab_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_tab_text_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_tab_text_size_2line = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_tab_text_size_2line; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_textinput_caption_translate_y = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_textinput_caption_translate_y; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.disabled_alpha_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.disabled_alpha_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.disabled_alpha_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.disabled_alpha_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.fastscroll_default_thickness = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.fastscroll_default_thickness; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.fastscroll_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.fastscroll_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.fastscroll_minimum_range = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.fastscroll_minimum_range; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.highlight_alpha_material_colored = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.highlight_alpha_material_colored; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.highlight_alpha_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.highlight_alpha_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.highlight_alpha_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.highlight_alpha_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.hint_alpha_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.hint_alpha_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.hint_alpha_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.hint_alpha_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.hint_pressed_alpha_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.hint_pressed_alpha_material_dark; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.hint_pressed_alpha_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.hint_pressed_alpha_material_light; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.item_touch_helper_max_drag_scroll_per_frame = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Dimension.item_touch_helper_swipe_escape_max_velocity; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.item_touch_helper_swipe_escape_velocity = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.item_touch_helper_swipe_escape_velocity; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_bottom_sheet_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_bottom_sheet_max_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_clock_display_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_display_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_clock_face_margin_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_face_margin_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_clock_hand_center_dot_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_hand_center_dot_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_clock_hand_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_hand_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_clock_hand_stroke_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_hand_stroke_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_clock_number_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_number_text_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_clock_period_toggle_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_period_toggle_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_clock_period_toggle_margin_left = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_period_toggle_margin_left; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_clock_period_toggle_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_period_toggle_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_clock_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_cursor_inset_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_cursor_inset_bottom; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_cursor_inset_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_cursor_inset_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_cursor_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_cursor_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_emphasis_disabled = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_emphasis_disabled; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_emphasis_high_type = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_emphasis_high_type; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_emphasis_medium = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_emphasis_medium; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_filled_edittext_font_1_3_padding_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_filled_edittext_font_1_3_padding_bottom; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_filled_edittext_font_1_3_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_filled_edittext_font_1_3_padding_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_filled_edittext_font_2_0_padding_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_filled_edittext_font_2_0_padding_bottom; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_filled_edittext_font_2_0_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_filled_edittext_font_2_0_padding_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_font_1_3_box_collapsed_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_font_1_3_box_collapsed_padding_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_font_2_0_box_collapsed_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_font_2_0_box_collapsed_padding_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_helper_text_default_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_helper_text_default_padding_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_helper_text_font_1_3_padding_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_helper_text_font_1_3_padding_horizontal; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_helper_text_font_1_3_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_helper_text_font_1_3_padding_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_input_text_to_prefix_suffix_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_input_text_to_prefix_suffix_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_textinput_default_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_textinput_default_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_textinput_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_textinput_max_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_textinput_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_textinput_min_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_text_view_test_line_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_text_view_test_line_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_text_view_test_line_height_override = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_text_view_test_line_height_override; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_timepicker_dialog_buttons_margin_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_timepicker_dialog_buttons_margin_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_time_picker_minimum_screen_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_time_picker_minimum_screen_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_time_picker_minimum_screen_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_time_picker_minimum_screen_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_alert_dialog_background_inset_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_bottom; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_alert_dialog_background_inset_end = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_end; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_alert_dialog_background_inset_start = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_start; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_alert_dialog_background_inset_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_alert_dialog_picker_background_inset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_alert_dialog_picker_background_inset; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_badge_horizontal_edge_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_horizontal_edge_offset; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_badge_long_text_horizontal_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_long_text_horizontal_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_badge_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_badge_text_horizontal_edge_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_text_horizontal_edge_offset; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_badge_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_text_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_badge_toolbar_action_menu_item_horizontal_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_toolbar_action_menu_item_horizontal_offset; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_badge_toolbar_action_menu_item_vertical_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_toolbar_action_menu_item_vertical_offset; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_badge_with_text_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_with_text_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_bottomappbar_fabOffsetEndMode = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_bottomappbar_fabOffsetEndMode; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_bottomappbar_fab_bottom_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_bottomappbar_fab_bottom_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_bottomappbar_fab_cradle_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_bottomappbar_fab_cradle_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_bottomappbar_fab_cradle_rounded_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_bottomappbar_fab_cradle_rounded_corner_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_bottomappbar_fab_cradle_vertical_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_bottomappbar_fab_cradle_vertical_offset; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_bottomappbar_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_bottomappbar_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_corner_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_dialog_btn_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_dialog_btn_min_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_disabled_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_disabled_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_disabled_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_disabled_z; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_focused_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_focused_z; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_hovered_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_hovered_z; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_icon_btn_padding_left = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_icon_btn_padding_left; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_icon_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_icon_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_inset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_inset; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_letter_spacing = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_letter_spacing; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_max_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_padding_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_padding_bottom; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_padding_left = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_padding_left; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_padding_right = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_padding_right; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_padding_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_pressed_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_pressed_z; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_snackbar_margin_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_snackbar_margin_horizontal; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_stroke_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_stroke_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_text_btn_icon_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_text_btn_icon_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_text_btn_padding_left = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_text_btn_padding_left; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_text_btn_padding_right = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_text_btn_padding_right; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_text_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_z; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_action_confirm_button_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_action_confirm_button_min_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_action_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_action_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_action_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_action_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_bottom_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_bottom_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_content_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_content_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_days_of_week_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_days_of_week_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_day_corner = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_day_corner; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_day_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_day_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_day_horizontal_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_day_horizontal_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_day_today_stroke = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_day_today_stroke; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_day_vertical_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_day_vertical_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_day_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_day_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_dialog_background_inset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_dialog_background_inset; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_content_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_content_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_content_padding_fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_content_padding_fullscreen; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_divider_thickness = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_divider_thickness; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_height_fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_height_fullscreen; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_selection_line_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_selection_line_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_text_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_text_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_toggle_margin_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_toggle_margin_bottom; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_toggle_margin_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_toggle_margin_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_landscape_header_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_landscape_header_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_maximum_default_fullscreen_minor_axis = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_maximum_default_fullscreen_minor_axis; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_month_horizontal_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_month_horizontal_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_month_vertical_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_month_vertical_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_navigation_bottom_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_navigation_bottom_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_navigation_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_navigation_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_navigation_top_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_navigation_top_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_pre_l_text_clip_padding = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_text_input_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_text_input_padding_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_title_baseline_to_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_title_baseline_to_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_title_baseline_to_top_fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_title_baseline_to_top_fullscreen; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_year_corner = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_year_corner; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_year_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_year_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_year_horizontal_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_year_horizontal_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_year_vertical_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_year_vertical_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_year_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_year_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_card_checked_icon_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_card_checked_icon_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_card_checked_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_card_checked_icon_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_card_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_card_corner_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_card_dragged_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_card_dragged_z; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_card_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_card_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_card_spacing = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_card_spacing; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_chip_pressed_translation_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_chip_pressed_translation_z; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_chip_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_chip_text_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_edittext_rectangle_top_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_edittext_rectangle_top_offset; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_vertical_offset = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_vertical_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_bottom_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_bottom_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_corner_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_disabled_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_disabled_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_disabled_translation_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_disabled_translation_z; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_end_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_end_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_end_padding_icon = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_end_padding_icon; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_icon_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_icon_text_spacing = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_icon_text_spacing; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_min_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_min_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_min_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_start_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_start_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_start_padding_icon = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_start_padding_icon; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_top_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_top_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_translation_z_base = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_translation_z_base; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_translation_z_hovered_focused = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_translation_z_hovered_focused; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_translation_z_pressed = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_translation_z_pressed; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_fab_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_fab_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_fab_min_touch_target = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_fab_min_touch_target; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_fab_translation_z_hovered_focused = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_fab_translation_z_hovered_focused; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_fab_translation_z_pressed = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_fab_translation_z_pressed; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_high_ripple_default_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_high_ripple_default_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_high_ripple_focused_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_high_ripple_focused_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_high_ripple_hovered_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_high_ripple_hovered_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_high_ripple_pressed_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_high_ripple_pressed_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_large_touch_target = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_large_touch_target; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_low_ripple_default_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_low_ripple_default_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_low_ripple_focused_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_low_ripple_focused_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_low_ripple_hovered_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_low_ripple_hovered_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_low_ripple_pressed_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_low_ripple_pressed_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_min_touch_target_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_min_touch_target_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_bar_item_default_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_bar_item_default_icon_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_bar_item_default_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_bar_item_default_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_item_horizontal_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_item_horizontal_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_item_icon_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_item_icon_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_item_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_item_icon_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_item_shape_horizontal_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_item_shape_horizontal_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_item_shape_vertical_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_item_shape_vertical_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_rail_active_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_active_text_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_rail_compact_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_compact_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_rail_default_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_default_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_rail_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_rail_icon_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_icon_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_rail_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_icon_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_rail_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_rail_text_bottom_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_text_bottom_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_rail_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_text_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_progress_circular_inset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_inset; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_progress_circular_inset_extra_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_inset_extra_small; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_progress_circular_inset_medium = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_inset_medium; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_progress_circular_inset_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_inset_small; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_progress_circular_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_progress_circular_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_progress_circular_size_extra_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_size_extra_small; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_progress_circular_size_medium = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_size_medium; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_progress_circular_size_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_size_small; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_progress_circular_track_thickness_extra_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_track_thickness_extra_small; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_progress_circular_track_thickness_medium = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_track_thickness_medium; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_progress_circular_track_thickness_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_track_thickness_small; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_progress_indicator_full_rounded_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_indicator_full_rounded_corner_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_progress_track_thickness = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_track_thickness; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_shape_corner_size_large_component = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_shape_corner_size_large_component; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_shape_corner_size_medium_component = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_shape_corner_size_medium_component; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_shape_corner_size_small_component = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_shape_corner_size_small_component; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_halo_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_halo_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_label_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_label_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_label_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_label_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_label_square_side = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_label_square_side; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_thumb_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_thumb_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_thumb_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_thumb_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_track_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_track_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_track_side_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_track_side_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_track_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_track_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_widget_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_widget_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_snackbar_action_text_color_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_snackbar_action_text_color_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_snackbar_background_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_snackbar_background_corner_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_snackbar_background_overlay_color_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_snackbar_background_overlay_color_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_snackbar_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_snackbar_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_snackbar_message_margin_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_snackbar_message_margin_horizontal; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_snackbar_padding_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_snackbar_padding_horizontal; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_switch_thumb_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_switch_thumb_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_box_corner_radius_medium = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_box_corner_radius_medium; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_box_corner_radius_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_box_corner_radius_small; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_box_label_cutout_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_box_label_cutout_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_box_stroke_width_default = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_box_stroke_width_default; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_box_stroke_width_focused = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_box_stroke_width_focused; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_counter_margin_start = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_counter_margin_start; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_end_icon_margin_start = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_end_icon_margin_start; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_outline_box_expanded_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_outline_box_expanded_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_start_icon_margin_end = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_start_icon_margin_end; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_toolbar_default_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_toolbar_default_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_tooltip_arrowSize = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_tooltip_arrowSize; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_tooltip_cornerSize = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_tooltip_cornerSize; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_tooltip_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_tooltip_minHeight; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_tooltip_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_tooltip_minWidth; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_tooltip_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_tooltip_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_transition_shared_axis_slide_distance = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_transition_shared_axis_slide_distance; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_action_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_action_icon_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_action_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_action_text_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_big_circle_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_big_circle_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_content_margin_start = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_content_margin_start; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_large_icon_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_large_icon_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_large_icon_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_large_icon_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_main_column_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_main_column_padding_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_media_narrow_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_media_narrow_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_right_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_right_icon_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_right_side_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_right_side_padding_top; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_small_icon_background_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_small_icon_background_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_small_icon_size_as_large = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_small_icon_size_as_large; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_subtext_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_subtext_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_top_pad = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_top_pad; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_top_pad_large_text = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_top_pad_large_text; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.test_mtrl_calendar_day_cornerSize = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_mtrl_calendar_day_cornerSize; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.test_navigation_bar_active_item_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_active_item_max_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.test_navigation_bar_active_item_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_active_item_min_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.test_navigation_bar_active_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_active_text_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.test_navigation_bar_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.test_navigation_bar_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.test_navigation_bar_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_icon_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.test_navigation_bar_item_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_item_max_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.test_navigation_bar_item_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_item_min_width; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.test_navigation_bar_label_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_label_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.test_navigation_bar_shadow_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_shadow_height; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.test_navigation_bar_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_text_size; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_corner_radius; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_horizontal_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_horizontal_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_margin; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_precise_anchor_extra_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_precise_anchor_extra_offset; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_precise_anchor_threshold = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_precise_anchor_threshold; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_vertical_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_vertical_padding; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_y_offset_non_touch = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_y_offset_non_touch; + global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_y_offset_touch = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_y_offset_touch; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ab_share_pack_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ab_share_pack_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_action_bar_item_background_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_action_bar_item_background_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_borderless_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_borderless_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_check_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_check_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_check_material_anim = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_check_material_anim; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_check_to_on_mtrl_000 = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_check_to_on_mtrl_015; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_colored_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_colored_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_default_mtrl_shape = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_default_mtrl_shape; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_radio_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_radio_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_radio_material_anim = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_radio_material_anim; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_radio_to_on_mtrl_000 = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_switch_to_on_mtrl_00012; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_cab_background_internal_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_cab_background_internal_bg; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_cab_background_top_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_cab_background_top_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_cab_background_top_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_cab_background_top_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_control_background_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_control_background_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_dialog_material_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_dialog_material_background; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_edit_text_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_edit_text_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_ab_back_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_ab_back_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_arrow_drop_right_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_arrow_drop_right_black_24dp; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_clear_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_clear_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_commit_search_api_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_commit_search_api_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_go_search_api_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_go_search_api_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_menu_copy_mtrl_am_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_menu_copy_mtrl_am_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_menu_cut_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_menu_cut_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_menu_overflow_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_menu_overflow_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_menu_paste_mtrl_am_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_menu_paste_mtrl_am_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_menu_selectall_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_menu_selectall_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_menu_share_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_menu_share_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_search_api_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_search_api_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_voice_search_api_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_voice_search_api_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_item_background_holo_dark = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_item_background_holo_dark; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_item_background_holo_light = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_item_background_holo_light; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_divider_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_divider_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_divider_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_divider_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_focused_holo = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_focused_holo; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_longpressed_holo = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_longpressed_holo; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_pressed_holo_dark = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_pressed_holo_dark; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_pressed_holo_light = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_pressed_holo_light; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_selector_background_transition_holo_dark = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_selector_background_transition_holo_light; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_selector_disabled_holo_dark = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_selector_disabled_holo_dark; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_selector_disabled_holo_light = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_selector_disabled_holo_light; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_selector_holo_dark = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_selector_holo_dark; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_selector_holo_light = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_selector_holo_light; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_menu_hardkey_panel_mtrl_mult = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_menu_hardkey_panel_mtrl_mult; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_popup_background_mtrl_mult = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_popup_background_mtrl_mult; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ratingbar_indicator_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ratingbar_indicator_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ratingbar_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ratingbar_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ratingbar_small_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ratingbar_small_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_scrubber_control_off_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_scrubber_control_off_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_scrubber_control_to_pressed_mtrl_000 = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_scrubber_control_to_pressed_mtrl_005; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_scrubber_primary_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_scrubber_primary_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_scrubber_track_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_scrubber_track_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_seekbar_thumb_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_seekbar_thumb_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_seekbar_tick_mark_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_seekbar_tick_mark_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_seekbar_track_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_seekbar_track_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_spinner_mtrl_am_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_spinner_mtrl_am_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_spinner_textfield_background_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_spinner_textfield_background_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_star_black_48dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_star_black_48dp; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_star_half_black_48dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_star_half_black_48dp; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_switch_thumb_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_switch_thumb_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_switch_track_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_switch_track_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_tab_indicator_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_tab_indicator_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_tab_indicator_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_tab_indicator_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_activated_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_textfield_activated_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_default_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_textfield_default_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_search_activated_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_textfield_search_activated_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_search_default_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_textfield_search_default_mtrl_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_search_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_textfield_search_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_cursor_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_text_cursor_material; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_select_handle_left_mtrl = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_text_select_handle_left_mtrl; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_select_handle_middle_mtrl = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_text_select_handle_middle_mtrl; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_select_handle_right_mtrl = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_text_select_handle_right_mtrl; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_vector_test = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_vector_test; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.avd_hide_password = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.avd_hide_password; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.avd_show_password = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.avd_show_password; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_checkbox_checked_mtrl = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_checkbox_checked_mtrl; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_checkbox_checked_to_unchecked_mtrl_animation = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_checkbox_checked_to_unchecked_mtrl_animation; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_checkbox_unchecked_mtrl = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_checkbox_unchecked_mtrl; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_checkbox_unchecked_to_checked_mtrl_animation = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_checkbox_unchecked_to_checked_mtrl_animation; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_radio_off_mtrl = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_radio_off_mtrl; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_radio_off_to_on_mtrl_animation = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_radio_off_to_on_mtrl_animation; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_radio_on_mtrl = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_radio_on_mtrl; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_radio_on_to_off_mtrl_animation = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_radio_on_to_off_mtrl_animation; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.design_fab_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.design_fab_background; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.design_ic_visibility = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.design_ic_visibility; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.design_ic_visibility_off = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.design_ic_visibility_off; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.design_password_eye = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.design_password_eye; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.design_snackbar_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.design_snackbar_background; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.ic_clock_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.ic_clock_black_24dp; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.ic_keyboard_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.ic_keyboard_black_24dp; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.ic_mtrl_checked_circle = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.ic_mtrl_checked_circle; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.ic_mtrl_chip_checked_black = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.ic_mtrl_chip_checked_black; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.ic_mtrl_chip_checked_circle = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.ic_mtrl_chip_checked_circle; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.ic_mtrl_chip_close_circle = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.ic_mtrl_chip_close_circle; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_cursor_drawable = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_cursor_drawable; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_ic_calendar_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_calendar_black_24dp; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_ic_clear_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_clear_black_24dp; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_ic_edit_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_edit_black_24dp; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_ic_keyboard_arrow_left_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_keyboard_arrow_left_black_24dp; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_ic_keyboard_arrow_next_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_keyboard_arrow_next_black_24dp; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_ic_keyboard_arrow_previous_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_keyboard_arrow_previous_black_24dp; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_ic_keyboard_arrow_right_black_24dp = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_menu_arrow_up_black_24dp; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_dialog_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_dialog_background; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_dropdown_arrow = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_dropdown_arrow; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_ic_arrow_drop_down = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_ic_arrow_drop_down; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_ic_arrow_drop_up = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_ic_arrow_drop_up; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_ic_cancel = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_ic_cancel; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_ic_error = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_ic_error; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_navigation_bar_item_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_navigation_bar_item_background; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_popupmenu_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_popupmenu_background; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_popupmenu_background_dark = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_popupmenu_background_dark; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_tabs_default_indicator = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_tabs_default_indicator; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.navigation_empty_icon = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.navigation_empty_icon; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_action_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_action_background; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_bg_low = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_low; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_bg_low_normal = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_low_normal; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_bg_low_pressed = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_low_pressed; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_bg_normal = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_normal; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_bg_normal_pressed = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_normal_pressed; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_icon_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_icon_background; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_template_icon_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_template_icon_bg; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_template_icon_low_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_template_icon_low_bg; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_tile_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_tile_bg; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.notify_panel_notification_icon_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notify_panel_notification_icon_bg; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.test_custom_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.test_custom_background; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.tooltip_frame_dark = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.tooltip_frame_dark; + global::Xamarin.Forms.Platform.Android.Resource.Drawable.tooltip_frame_light = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.tooltip_frame_light; + global::Xamarin.Forms.Platform.Android.Resource.Id.accelerate = global::O2NextGen.SmallTalk.Droid.Resource.Id.accelerate; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_action_clickable_span = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_action_clickable_span; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_0 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_0; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_1 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_1; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_10 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_10; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_11 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_11; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_12 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_12; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_13 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_13; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_14 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_14; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_15 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_15; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_16 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_16; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_17 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_17; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_18 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_18; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_19 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_19; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_2 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_2; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_20 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_20; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_21 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_21; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_22 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_22; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_23 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_23; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_24 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_24; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_25 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_25; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_26 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_26; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_27 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_27; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_28 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_28; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_29 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_29; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_3 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_3; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_30 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_30; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_31 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_31; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_4 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_4; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_5 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_5; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_6 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_6; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_7 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_7; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_8 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_8; + global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_9 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_9; + global::Xamarin.Forms.Platform.Android.Resource.Id.action0 = global::O2NextGen.SmallTalk.Droid.Resource.Id.action0; + global::Xamarin.Forms.Platform.Android.Resource.Id.actionDown = global::O2NextGen.SmallTalk.Droid.Resource.Id.actionDown; + global::Xamarin.Forms.Platform.Android.Resource.Id.actionDownUp = global::O2NextGen.SmallTalk.Droid.Resource.Id.actionDownUp; + global::Xamarin.Forms.Platform.Android.Resource.Id.actions = global::O2NextGen.SmallTalk.Droid.Resource.Id.actions; + global::Xamarin.Forms.Platform.Android.Resource.Id.actionUp = global::O2NextGen.SmallTalk.Droid.Resource.Id.actionUp; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_bar; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar_activity_content = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_bar_activity_content; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar_container = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_bar_container; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar_root = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_bar_root; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar_spinner = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_bar_spinner; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar_subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_bar_subtitle; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar_title = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_bar_title; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_container = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_container; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_context_bar = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_context_bar; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_divider = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_divider; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_image = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_image; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_menu_divider = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_menu_divider; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_menu_presenter = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_menu_presenter; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_mode_bar = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_mode_bar; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_mode_bar_stub = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_mode_bar_stub; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_mode_close_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_mode_close_button; + global::Xamarin.Forms.Platform.Android.Resource.Id.action_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_text; + global::Xamarin.Forms.Platform.Android.Resource.Id.activity_chooser_view_content = global::O2NextGen.SmallTalk.Droid.Resource.Id.activity_chooser_view_content; + global::Xamarin.Forms.Platform.Android.Resource.Id.add = global::O2NextGen.SmallTalk.Droid.Resource.Id.add; + global::Xamarin.Forms.Platform.Android.Resource.Id.alertTitle = global::O2NextGen.SmallTalk.Droid.Resource.Id.alertTitle; + global::Xamarin.Forms.Platform.Android.Resource.Id.aligned = global::O2NextGen.SmallTalk.Droid.Resource.Id.aligned; + global::Xamarin.Forms.Platform.Android.Resource.Id.all = global::O2NextGen.SmallTalk.Droid.Resource.Id.all; + global::Xamarin.Forms.Platform.Android.Resource.Id.allStates = global::O2NextGen.SmallTalk.Droid.Resource.Id.allStates; + global::Xamarin.Forms.Platform.Android.Resource.Id.ALT = global::O2NextGen.SmallTalk.Droid.Resource.Id.ALT; + global::Xamarin.Forms.Platform.Android.Resource.Id.always = global::O2NextGen.SmallTalk.Droid.Resource.Id.always; + global::Xamarin.Forms.Platform.Android.Resource.Id.animateToEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.animateToEnd; + global::Xamarin.Forms.Platform.Android.Resource.Id.animateToStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.animateToStart; + global::Xamarin.Forms.Platform.Android.Resource.Id.anticipate = global::O2NextGen.SmallTalk.Droid.Resource.Id.anticipate; + global::Xamarin.Forms.Platform.Android.Resource.Id.antiClockwise = global::O2NextGen.SmallTalk.Droid.Resource.Id.antiClockwise; + global::Xamarin.Forms.Platform.Android.Resource.Id.arc = global::O2NextGen.SmallTalk.Droid.Resource.Id.arc; + global::Xamarin.Forms.Platform.Android.Resource.Id.asConfigured = global::O2NextGen.SmallTalk.Droid.Resource.Id.asConfigured; + global::Xamarin.Forms.Platform.Android.Resource.Id.async = global::O2NextGen.SmallTalk.Droid.Resource.Id.async; + global::Xamarin.Forms.Platform.Android.Resource.Id.auto = global::O2NextGen.SmallTalk.Droid.Resource.Id.auto; + global::Xamarin.Forms.Platform.Android.Resource.Id.autoComplete = global::O2NextGen.SmallTalk.Droid.Resource.Id.autoComplete; + global::Xamarin.Forms.Platform.Android.Resource.Id.autoCompleteToEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.autoCompleteToEnd; + global::Xamarin.Forms.Platform.Android.Resource.Id.autoCompleteToStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.autoCompleteToStart; + global::Xamarin.Forms.Platform.Android.Resource.Id.barrier = global::O2NextGen.SmallTalk.Droid.Resource.Id.barrier; + global::Xamarin.Forms.Platform.Android.Resource.Id.baseline = global::O2NextGen.SmallTalk.Droid.Resource.Id.baseline; + global::Xamarin.Forms.Platform.Android.Resource.Id.beginning = global::O2NextGen.SmallTalk.Droid.Resource.Id.beginning; + global::Xamarin.Forms.Platform.Android.Resource.Id.beginOnFirstDraw = global::O2NextGen.SmallTalk.Droid.Resource.Id.beginOnFirstDraw; + global::Xamarin.Forms.Platform.Android.Resource.Id.bestChoice = global::O2NextGen.SmallTalk.Droid.Resource.Id.bestChoice; + global::Xamarin.Forms.Platform.Android.Resource.Id.blocking = global::O2NextGen.SmallTalk.Droid.Resource.Id.blocking; + global::Xamarin.Forms.Platform.Android.Resource.Id.bottom = global::O2NextGen.SmallTalk.Droid.Resource.Id.bottom; + global::Xamarin.Forms.Platform.Android.Resource.Id.bottomtab_navarea = global::O2NextGen.SmallTalk.Droid.Resource.Id.bottomtab_navarea; + global::Xamarin.Forms.Platform.Android.Resource.Id.bottomtab_tabbar = global::O2NextGen.SmallTalk.Droid.Resource.Id.bottomtab_tabbar; + global::Xamarin.Forms.Platform.Android.Resource.Id.BOTTOM_END = global::O2NextGen.SmallTalk.Droid.Resource.Id.BOTTOM_END; + global::Xamarin.Forms.Platform.Android.Resource.Id.BOTTOM_START = global::O2NextGen.SmallTalk.Droid.Resource.Id.BOTTOM_START; + global::Xamarin.Forms.Platform.Android.Resource.Id.bounce = global::O2NextGen.SmallTalk.Droid.Resource.Id.bounce; + global::Xamarin.Forms.Platform.Android.Resource.Id.bounceBoth = global::O2NextGen.SmallTalk.Droid.Resource.Id.bounceBoth; + global::Xamarin.Forms.Platform.Android.Resource.Id.bounceEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.bounceEnd; + global::Xamarin.Forms.Platform.Android.Resource.Id.bounceStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.bounceStart; + global::Xamarin.Forms.Platform.Android.Resource.Id.buttonPanel = global::O2NextGen.SmallTalk.Droid.Resource.Id.buttonPanel; + global::Xamarin.Forms.Platform.Android.Resource.Id.cache_measures = global::O2NextGen.SmallTalk.Droid.Resource.Id.cache_measures; + global::Xamarin.Forms.Platform.Android.Resource.Id.cancel_action = global::O2NextGen.SmallTalk.Droid.Resource.Id.cancel_action; + global::Xamarin.Forms.Platform.Android.Resource.Id.cancel_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.cancel_button; + global::Xamarin.Forms.Platform.Android.Resource.Id.carryVelocity = global::O2NextGen.SmallTalk.Droid.Resource.Id.carryVelocity; + global::Xamarin.Forms.Platform.Android.Resource.Id.center = global::O2NextGen.SmallTalk.Droid.Resource.Id.center; + global::Xamarin.Forms.Platform.Android.Resource.Id.center_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Id.center_horizontal; + global::Xamarin.Forms.Platform.Android.Resource.Id.center_vertical = global::O2NextGen.SmallTalk.Droid.Resource.Id.center_vertical; + global::Xamarin.Forms.Platform.Android.Resource.Id.chain = global::O2NextGen.SmallTalk.Droid.Resource.Id.chain; + global::Xamarin.Forms.Platform.Android.Resource.Id.chains = global::O2NextGen.SmallTalk.Droid.Resource.Id.chains; + global::Xamarin.Forms.Platform.Android.Resource.Id.checkbox = global::O2NextGen.SmallTalk.Droid.Resource.Id.checkbox; + global::Xamarin.Forms.Platform.Android.Resource.Id.@checked = global::O2NextGen.SmallTalk.Droid.Resource.Id.@checked; + global::Xamarin.Forms.Platform.Android.Resource.Id.chip = global::O2NextGen.SmallTalk.Droid.Resource.Id.chip; + global::Xamarin.Forms.Platform.Android.Resource.Id.chip1 = global::O2NextGen.SmallTalk.Droid.Resource.Id.chip1; + global::Xamarin.Forms.Platform.Android.Resource.Id.chip2 = global::O2NextGen.SmallTalk.Droid.Resource.Id.chip2; + global::Xamarin.Forms.Platform.Android.Resource.Id.chip3 = global::O2NextGen.SmallTalk.Droid.Resource.Id.chip3; + global::Xamarin.Forms.Platform.Android.Resource.Id.chip_group = global::O2NextGen.SmallTalk.Droid.Resource.Id.chip_group; + global::Xamarin.Forms.Platform.Android.Resource.Id.chronometer = global::O2NextGen.SmallTalk.Droid.Resource.Id.chronometer; + global::Xamarin.Forms.Platform.Android.Resource.Id.circle_center = global::O2NextGen.SmallTalk.Droid.Resource.Id.circle_center; + global::Xamarin.Forms.Platform.Android.Resource.Id.clear_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.clear_text; + global::Xamarin.Forms.Platform.Android.Resource.Id.clip_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Id.clip_horizontal; + global::Xamarin.Forms.Platform.Android.Resource.Id.clip_vertical = global::O2NextGen.SmallTalk.Droid.Resource.Id.clip_vertical; + global::Xamarin.Forms.Platform.Android.Resource.Id.clockwise = global::O2NextGen.SmallTalk.Droid.Resource.Id.clockwise; + global::Xamarin.Forms.Platform.Android.Resource.Id.closest = global::O2NextGen.SmallTalk.Droid.Resource.Id.closest; + global::Xamarin.Forms.Platform.Android.Resource.Id.collapseActionView = global::O2NextGen.SmallTalk.Droid.Resource.Id.collapseActionView; + global::Xamarin.Forms.Platform.Android.Resource.Id.confirm_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.confirm_button; + global::Xamarin.Forms.Platform.Android.Resource.Id.constraint = global::O2NextGen.SmallTalk.Droid.Resource.Id.constraint; + global::Xamarin.Forms.Platform.Android.Resource.Id.container = global::O2NextGen.SmallTalk.Droid.Resource.Id.container; + global::Xamarin.Forms.Platform.Android.Resource.Id.content = global::O2NextGen.SmallTalk.Droid.Resource.Id.content; + global::Xamarin.Forms.Platform.Android.Resource.Id.contentPanel = global::O2NextGen.SmallTalk.Droid.Resource.Id.contentPanel; + global::Xamarin.Forms.Platform.Android.Resource.Id.contiguous = global::O2NextGen.SmallTalk.Droid.Resource.Id.contiguous; + global::Xamarin.Forms.Platform.Android.Resource.Id.continuousVelocity = global::O2NextGen.SmallTalk.Droid.Resource.Id.continuousVelocity; + global::Xamarin.Forms.Platform.Android.Resource.Id.coordinator = global::O2NextGen.SmallTalk.Droid.Resource.Id.coordinator; + global::Xamarin.Forms.Platform.Android.Resource.Id.cos = global::O2NextGen.SmallTalk.Droid.Resource.Id.cos; + global::Xamarin.Forms.Platform.Android.Resource.Id.counterclockwise = global::O2NextGen.SmallTalk.Droid.Resource.Id.counterclockwise; + global::Xamarin.Forms.Platform.Android.Resource.Id.CTRL = global::O2NextGen.SmallTalk.Droid.Resource.Id.CTRL; + global::Xamarin.Forms.Platform.Android.Resource.Id.currentState = global::O2NextGen.SmallTalk.Droid.Resource.Id.currentState; + global::Xamarin.Forms.Platform.Android.Resource.Id.custom = global::O2NextGen.SmallTalk.Droid.Resource.Id.custom; + global::Xamarin.Forms.Platform.Android.Resource.Id.customPanel = global::O2NextGen.SmallTalk.Droid.Resource.Id.customPanel; + global::Xamarin.Forms.Platform.Android.Resource.Id.cut = global::O2NextGen.SmallTalk.Droid.Resource.Id.cut; + global::Xamarin.Forms.Platform.Android.Resource.Id.date_picker_actions = global::O2NextGen.SmallTalk.Droid.Resource.Id.date_picker_actions; + global::Xamarin.Forms.Platform.Android.Resource.Id.decelerate = global::O2NextGen.SmallTalk.Droid.Resource.Id.decelerate; + global::Xamarin.Forms.Platform.Android.Resource.Id.decelerateAndComplete = global::O2NextGen.SmallTalk.Droid.Resource.Id.decelerateAndComplete; + global::Xamarin.Forms.Platform.Android.Resource.Id.decor_content_parent = global::O2NextGen.SmallTalk.Droid.Resource.Id.decor_content_parent; + global::Xamarin.Forms.Platform.Android.Resource.Id.default_activity_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.default_activity_button; + global::Xamarin.Forms.Platform.Android.Resource.Id.deltaRelative = global::O2NextGen.SmallTalk.Droid.Resource.Id.deltaRelative; + global::Xamarin.Forms.Platform.Android.Resource.Id.dependency_ordering = global::O2NextGen.SmallTalk.Droid.Resource.Id.dependency_ordering; + global::Xamarin.Forms.Platform.Android.Resource.Id.design_bottom_sheet = global::O2NextGen.SmallTalk.Droid.Resource.Id.design_bottom_sheet; + global::Xamarin.Forms.Platform.Android.Resource.Id.design_menu_item_action_area = global::O2NextGen.SmallTalk.Droid.Resource.Id.design_menu_item_action_area; + global::Xamarin.Forms.Platform.Android.Resource.Id.design_menu_item_action_area_stub = global::O2NextGen.SmallTalk.Droid.Resource.Id.design_menu_item_action_area_stub; + global::Xamarin.Forms.Platform.Android.Resource.Id.design_menu_item_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.design_menu_item_text; + global::Xamarin.Forms.Platform.Android.Resource.Id.design_navigation_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.design_navigation_view; + global::Xamarin.Forms.Platform.Android.Resource.Id.dialog_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.dialog_button; + global::Xamarin.Forms.Platform.Android.Resource.Id.dimensions = global::O2NextGen.SmallTalk.Droid.Resource.Id.dimensions; + global::Xamarin.Forms.Platform.Android.Resource.Id.direct = global::O2NextGen.SmallTalk.Droid.Resource.Id.direct; + global::Xamarin.Forms.Platform.Android.Resource.Id.disableHome = global::O2NextGen.SmallTalk.Droid.Resource.Id.disableHome; + global::Xamarin.Forms.Platform.Android.Resource.Id.disableIntraAutoTransition = global::O2NextGen.SmallTalk.Droid.Resource.Id.disableIntraAutoTransition; + global::Xamarin.Forms.Platform.Android.Resource.Id.disablePostScroll = global::O2NextGen.SmallTalk.Droid.Resource.Id.disablePostScroll; + global::Xamarin.Forms.Platform.Android.Resource.Id.disableScroll = global::O2NextGen.SmallTalk.Droid.Resource.Id.disableScroll; + global::Xamarin.Forms.Platform.Android.Resource.Id.disjoint = global::O2NextGen.SmallTalk.Droid.Resource.Id.disjoint; + global::Xamarin.Forms.Platform.Android.Resource.Id.dragAnticlockwise = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragAnticlockwise; + global::Xamarin.Forms.Platform.Android.Resource.Id.dragClockwise = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragClockwise; + global::Xamarin.Forms.Platform.Android.Resource.Id.dragDown = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragDown; + global::Xamarin.Forms.Platform.Android.Resource.Id.dragEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragEnd; + global::Xamarin.Forms.Platform.Android.Resource.Id.dragLeft = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragLeft; + global::Xamarin.Forms.Platform.Android.Resource.Id.dragRight = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragRight; + global::Xamarin.Forms.Platform.Android.Resource.Id.dragStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragStart; + global::Xamarin.Forms.Platform.Android.Resource.Id.dragUp = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragUp; + global::Xamarin.Forms.Platform.Android.Resource.Id.dropdown_menu = global::O2NextGen.SmallTalk.Droid.Resource.Id.dropdown_menu; + global::Xamarin.Forms.Platform.Android.Resource.Id.easeIn = global::O2NextGen.SmallTalk.Droid.Resource.Id.easeIn; + global::Xamarin.Forms.Platform.Android.Resource.Id.easeInOut = global::O2NextGen.SmallTalk.Droid.Resource.Id.easeInOut; + global::Xamarin.Forms.Platform.Android.Resource.Id.easeOut = global::O2NextGen.SmallTalk.Droid.Resource.Id.easeOut; + global::Xamarin.Forms.Platform.Android.Resource.Id.east = global::O2NextGen.SmallTalk.Droid.Resource.Id.east; + global::Xamarin.Forms.Platform.Android.Resource.Id.edit_query = global::O2NextGen.SmallTalk.Droid.Resource.Id.edit_query; + global::Xamarin.Forms.Platform.Android.Resource.Id.elastic = global::O2NextGen.SmallTalk.Droid.Resource.Id.elastic; + global::Xamarin.Forms.Platform.Android.Resource.Id.end = global::O2NextGen.SmallTalk.Droid.Resource.Id.end; + global::Xamarin.Forms.Platform.Android.Resource.Id.endToStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.endToStart; + global::Xamarin.Forms.Platform.Android.Resource.Id.end_padder = global::O2NextGen.SmallTalk.Droid.Resource.Id.end_padder; + global::Xamarin.Forms.Platform.Android.Resource.Id.enterAlways = global::O2NextGen.SmallTalk.Droid.Resource.Id.enterAlways; + global::Xamarin.Forms.Platform.Android.Resource.Id.enterAlwaysCollapsed = global::O2NextGen.SmallTalk.Droid.Resource.Id.enterAlwaysCollapsed; + global::Xamarin.Forms.Platform.Android.Resource.Id.exitUntilCollapsed = global::O2NextGen.SmallTalk.Droid.Resource.Id.exitUntilCollapsed; + global::Xamarin.Forms.Platform.Android.Resource.Id.expanded_menu = global::O2NextGen.SmallTalk.Droid.Resource.Id.expanded_menu; + global::Xamarin.Forms.Platform.Android.Resource.Id.expand_activities_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.expand_activities_button; + global::Xamarin.Forms.Platform.Android.Resource.Id.fade = global::O2NextGen.SmallTalk.Droid.Resource.Id.fade; + global::Xamarin.Forms.Platform.Android.Resource.Id.fill = global::O2NextGen.SmallTalk.Droid.Resource.Id.fill; + global::Xamarin.Forms.Platform.Android.Resource.Id.filled = global::O2NextGen.SmallTalk.Droid.Resource.Id.filled; + global::Xamarin.Forms.Platform.Android.Resource.Id.fill_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Id.fill_horizontal; + global::Xamarin.Forms.Platform.Android.Resource.Id.fill_vertical = global::O2NextGen.SmallTalk.Droid.Resource.Id.fill_vertical; + global::Xamarin.Forms.Platform.Android.Resource.Id.fitToContents = global::O2NextGen.SmallTalk.Droid.Resource.Id.fitToContents; + global::Xamarin.Forms.Platform.Android.Resource.Id.@fixed = global::O2NextGen.SmallTalk.Droid.Resource.Id.@fixed; + global::Xamarin.Forms.Platform.Android.Resource.Id.flip = global::O2NextGen.SmallTalk.Droid.Resource.Id.flip; + global::Xamarin.Forms.Platform.Android.Resource.Id.floating = global::O2NextGen.SmallTalk.Droid.Resource.Id.floating; + global::Xamarin.Forms.Platform.Android.Resource.Id.flyoutcontent_appbar = global::O2NextGen.SmallTalk.Droid.Resource.Id.flyoutcontent_appbar; + global::Xamarin.Forms.Platform.Android.Resource.Id.forever = global::O2NextGen.SmallTalk.Droid.Resource.Id.forever; + global::Xamarin.Forms.Platform.Android.Resource.Id.fragment_container_view_tag = global::O2NextGen.SmallTalk.Droid.Resource.Id.fragment_container_view_tag; + global::Xamarin.Forms.Platform.Android.Resource.Id.frost = global::O2NextGen.SmallTalk.Droid.Resource.Id.frost; + global::Xamarin.Forms.Platform.Android.Resource.Id.FUNCTION = global::O2NextGen.SmallTalk.Droid.Resource.Id.FUNCTION; + global::Xamarin.Forms.Platform.Android.Resource.Id.ghost_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.ghost_view; + global::Xamarin.Forms.Platform.Android.Resource.Id.ghost_view_holder = global::O2NextGen.SmallTalk.Droid.Resource.Id.ghost_view_holder; + global::Xamarin.Forms.Platform.Android.Resource.Id.gone = global::O2NextGen.SmallTalk.Droid.Resource.Id.gone; + global::Xamarin.Forms.Platform.Android.Resource.Id.graph = global::O2NextGen.SmallTalk.Droid.Resource.Id.graph; + global::Xamarin.Forms.Platform.Android.Resource.Id.graph_wrap = global::O2NextGen.SmallTalk.Droid.Resource.Id.graph_wrap; + global::Xamarin.Forms.Platform.Android.Resource.Id.grouping = global::O2NextGen.SmallTalk.Droid.Resource.Id.grouping; + global::Xamarin.Forms.Platform.Android.Resource.Id.groups = global::O2NextGen.SmallTalk.Droid.Resource.Id.groups; + global::Xamarin.Forms.Platform.Android.Resource.Id.group_divider = global::O2NextGen.SmallTalk.Droid.Resource.Id.group_divider; + global::Xamarin.Forms.Platform.Android.Resource.Id.guideline = global::O2NextGen.SmallTalk.Droid.Resource.Id.guideline; + global::Xamarin.Forms.Platform.Android.Resource.Id.header_title = global::O2NextGen.SmallTalk.Droid.Resource.Id.header_title; + global::Xamarin.Forms.Platform.Android.Resource.Id.hideable = global::O2NextGen.SmallTalk.Droid.Resource.Id.hideable; + global::Xamarin.Forms.Platform.Android.Resource.Id.home = global::O2NextGen.SmallTalk.Droid.Resource.Id.home; + global::Xamarin.Forms.Platform.Android.Resource.Id.homeAsUp = global::O2NextGen.SmallTalk.Droid.Resource.Id.homeAsUp; + global::Xamarin.Forms.Platform.Android.Resource.Id.honorRequest = global::O2NextGen.SmallTalk.Droid.Resource.Id.honorRequest; + global::Xamarin.Forms.Platform.Android.Resource.Id.horizontal_only = global::O2NextGen.SmallTalk.Droid.Resource.Id.horizontal_only; + global::Xamarin.Forms.Platform.Android.Resource.Id.icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.icon; + global::Xamarin.Forms.Platform.Android.Resource.Id.icon_group = global::O2NextGen.SmallTalk.Droid.Resource.Id.icon_group; + global::Xamarin.Forms.Platform.Android.Resource.Id.ifRoom = global::O2NextGen.SmallTalk.Droid.Resource.Id.ifRoom; + global::Xamarin.Forms.Platform.Android.Resource.Id.ignore = global::O2NextGen.SmallTalk.Droid.Resource.Id.ignore; + global::Xamarin.Forms.Platform.Android.Resource.Id.ignoreRequest = global::O2NextGen.SmallTalk.Droid.Resource.Id.ignoreRequest; + global::Xamarin.Forms.Platform.Android.Resource.Id.image = global::O2NextGen.SmallTalk.Droid.Resource.Id.image; + global::Xamarin.Forms.Platform.Android.Resource.Id.immediateStop = global::O2NextGen.SmallTalk.Droid.Resource.Id.immediateStop; + global::Xamarin.Forms.Platform.Android.Resource.Id.included = global::O2NextGen.SmallTalk.Droid.Resource.Id.included; + global::Xamarin.Forms.Platform.Android.Resource.Id.info = global::O2NextGen.SmallTalk.Droid.Resource.Id.info; + global::Xamarin.Forms.Platform.Android.Resource.Id.invisible = global::O2NextGen.SmallTalk.Droid.Resource.Id.invisible; + global::Xamarin.Forms.Platform.Android.Resource.Id.inward = global::O2NextGen.SmallTalk.Droid.Resource.Id.inward; + global::Xamarin.Forms.Platform.Android.Resource.Id.italic = global::O2NextGen.SmallTalk.Droid.Resource.Id.italic; + global::Xamarin.Forms.Platform.Android.Resource.Id.item_touch_helper_previous_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Id.item_touch_helper_previous_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Id.jumpToEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.jumpToEnd; + global::Xamarin.Forms.Platform.Android.Resource.Id.jumpToStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.jumpToStart; + global::Xamarin.Forms.Platform.Android.Resource.Id.labeled = global::O2NextGen.SmallTalk.Droid.Resource.Id.labeled; + global::Xamarin.Forms.Platform.Android.Resource.Id.layout = global::O2NextGen.SmallTalk.Droid.Resource.Id.layout; + global::Xamarin.Forms.Platform.Android.Resource.Id.left = global::O2NextGen.SmallTalk.Droid.Resource.Id.left; + global::Xamarin.Forms.Platform.Android.Resource.Id.leftToRight = global::O2NextGen.SmallTalk.Droid.Resource.Id.leftToRight; + global::Xamarin.Forms.Platform.Android.Resource.Id.legacy = global::O2NextGen.SmallTalk.Droid.Resource.Id.legacy; + global::Xamarin.Forms.Platform.Android.Resource.Id.line1 = global::O2NextGen.SmallTalk.Droid.Resource.Id.line1; + global::Xamarin.Forms.Platform.Android.Resource.Id.line3 = global::O2NextGen.SmallTalk.Droid.Resource.Id.line3; + global::Xamarin.Forms.Platform.Android.Resource.Id.linear = global::O2NextGen.SmallTalk.Droid.Resource.Id.linear; + global::Xamarin.Forms.Platform.Android.Resource.Id.listMode = global::O2NextGen.SmallTalk.Droid.Resource.Id.listMode; + global::Xamarin.Forms.Platform.Android.Resource.Id.list_item = global::O2NextGen.SmallTalk.Droid.Resource.Id.list_item; + global::Xamarin.Forms.Platform.Android.Resource.Id.main_appbar = global::O2NextGen.SmallTalk.Droid.Resource.Id.main_appbar; + global::Xamarin.Forms.Platform.Android.Resource.Id.main_tablayout = global::O2NextGen.SmallTalk.Droid.Resource.Id.main_tablayout; + global::Xamarin.Forms.Platform.Android.Resource.Id.main_toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Id.main_toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Id.main_viewpager = global::O2NextGen.SmallTalk.Droid.Resource.Id.main_viewpager; + global::Xamarin.Forms.Platform.Android.Resource.Id.masked = global::O2NextGen.SmallTalk.Droid.Resource.Id.masked; + global::Xamarin.Forms.Platform.Android.Resource.Id.match_constraint = global::O2NextGen.SmallTalk.Droid.Resource.Id.match_constraint; + global::Xamarin.Forms.Platform.Android.Resource.Id.match_parent = global::O2NextGen.SmallTalk.Droid.Resource.Id.match_parent; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_clock_display = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_clock_display; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_clock_face = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_clock_face; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_clock_hand = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_clock_hand; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_clock_period_am_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_clock_period_am_button; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_clock_period_pm_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_clock_period_pm_button; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_clock_period_toggle = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_clock_period_toggle; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_hour_text_input = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_hour_text_input; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_hour_tv = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_hour_tv; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_label = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_label; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_minute_text_input = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_minute_text_input; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_minute_tv = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_minute_tv; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_textinput_timepicker = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_textinput_timepicker; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_timepicker_cancel_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_timepicker_cancel_button; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_timepicker_container = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_timepicker_container; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_timepicker_edit_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_timepicker_edit_text; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_timepicker_mode_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_timepicker_mode_button; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_timepicker_ok_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_timepicker_ok_button; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_timepicker_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_timepicker_view; + global::Xamarin.Forms.Platform.Android.Resource.Id.material_value_index = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_value_index; + global::Xamarin.Forms.Platform.Android.Resource.Id.media_actions = global::O2NextGen.SmallTalk.Droid.Resource.Id.media_actions; + global::Xamarin.Forms.Platform.Android.Resource.Id.media_controller_compat_view_tag = global::O2NextGen.SmallTalk.Droid.Resource.Id.media_controller_compat_view_tag; + global::Xamarin.Forms.Platform.Android.Resource.Id.message = global::O2NextGen.SmallTalk.Droid.Resource.Id.message; + global::Xamarin.Forms.Platform.Android.Resource.Id.META = global::O2NextGen.SmallTalk.Droid.Resource.Id.META; + global::Xamarin.Forms.Platform.Android.Resource.Id.middle = global::O2NextGen.SmallTalk.Droid.Resource.Id.middle; + global::Xamarin.Forms.Platform.Android.Resource.Id.mini = global::O2NextGen.SmallTalk.Droid.Resource.Id.mini; + global::Xamarin.Forms.Platform.Android.Resource.Id.month_grid = global::O2NextGen.SmallTalk.Droid.Resource.Id.month_grid; + global::Xamarin.Forms.Platform.Android.Resource.Id.month_navigation_bar = global::O2NextGen.SmallTalk.Droid.Resource.Id.month_navigation_bar; + global::Xamarin.Forms.Platform.Android.Resource.Id.month_navigation_fragment_toggle = global::O2NextGen.SmallTalk.Droid.Resource.Id.month_navigation_fragment_toggle; + global::Xamarin.Forms.Platform.Android.Resource.Id.month_navigation_next = global::O2NextGen.SmallTalk.Droid.Resource.Id.month_navigation_next; + global::Xamarin.Forms.Platform.Android.Resource.Id.month_navigation_previous = global::O2NextGen.SmallTalk.Droid.Resource.Id.month_navigation_previous; + global::Xamarin.Forms.Platform.Android.Resource.Id.month_title = global::O2NextGen.SmallTalk.Droid.Resource.Id.month_title; + global::Xamarin.Forms.Platform.Android.Resource.Id.motion_base = global::O2NextGen.SmallTalk.Droid.Resource.Id.motion_base; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_anchor_parent = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_anchor_parent; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_days_of_week = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_days_of_week; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_day_selector_frame = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_day_selector_frame; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_frame = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_frame; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_main_pane = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_main_pane; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_months = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_months; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_selection_frame = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_selection_frame; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_text_input_frame = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_text_input_frame; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_year_selector_frame = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_year_selector_frame; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_card_checked_layer_id = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_card_checked_layer_id; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_child_content_container = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_child_content_container; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_internal_children_alpha_tag = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_internal_children_alpha_tag; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_motion_snapshot_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_motion_snapshot_view; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_fullscreen; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_header = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_header; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_header_selection_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_header_selection_text; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_header_title_and_selection = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_header_title_and_selection; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_header_toggle = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_header_toggle; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_text_input_date = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_text_input_date; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_text_input_range_end = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_text_input_range_end; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_text_input_range_start = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_text_input_range_start; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_title_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_title_text; + global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_view_tag_bottom_padding = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_view_tag_bottom_padding; + global::Xamarin.Forms.Platform.Android.Resource.Id.multiply = global::O2NextGen.SmallTalk.Droid.Resource.Id.multiply; + global::Xamarin.Forms.Platform.Android.Resource.Id.navigation_bar_item_icon_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.navigation_bar_item_icon_view; + global::Xamarin.Forms.Platform.Android.Resource.Id.navigation_bar_item_labels_group = global::O2NextGen.SmallTalk.Droid.Resource.Id.navigation_bar_item_labels_group; + global::Xamarin.Forms.Platform.Android.Resource.Id.navigation_bar_item_large_label_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.navigation_bar_item_large_label_view; + global::Xamarin.Forms.Platform.Android.Resource.Id.navigation_bar_item_small_label_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.navigation_bar_item_small_label_view; + global::Xamarin.Forms.Platform.Android.Resource.Id.navigation_header_container = global::O2NextGen.SmallTalk.Droid.Resource.Id.navigation_header_container; + global::Xamarin.Forms.Platform.Android.Resource.Id.nav_controller_view_tag = global::O2NextGen.SmallTalk.Droid.Resource.Id.nav_controller_view_tag; + global::Xamarin.Forms.Platform.Android.Resource.Id.never = global::O2NextGen.SmallTalk.Droid.Resource.Id.never; + global::Xamarin.Forms.Platform.Android.Resource.Id.neverCompleteToEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.neverCompleteToEnd; + global::Xamarin.Forms.Platform.Android.Resource.Id.neverCompleteToStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.neverCompleteToStart; + global::Xamarin.Forms.Platform.Android.Resource.Id.none = global::O2NextGen.SmallTalk.Droid.Resource.Id.none; + global::Xamarin.Forms.Platform.Android.Resource.Id.normal = global::O2NextGen.SmallTalk.Droid.Resource.Id.normal; + global::Xamarin.Forms.Platform.Android.Resource.Id.north = global::O2NextGen.SmallTalk.Droid.Resource.Id.north; + global::Xamarin.Forms.Platform.Android.Resource.Id.noScroll = global::O2NextGen.SmallTalk.Droid.Resource.Id.noScroll; + global::Xamarin.Forms.Platform.Android.Resource.Id.noState = global::O2NextGen.SmallTalk.Droid.Resource.Id.noState; + global::Xamarin.Forms.Platform.Android.Resource.Id.notification_background = global::O2NextGen.SmallTalk.Droid.Resource.Id.notification_background; + global::Xamarin.Forms.Platform.Android.Resource.Id.notification_main_column = global::O2NextGen.SmallTalk.Droid.Resource.Id.notification_main_column; + global::Xamarin.Forms.Platform.Android.Resource.Id.notification_main_column_container = global::O2NextGen.SmallTalk.Droid.Resource.Id.notification_main_column_container; + global::Xamarin.Forms.Platform.Android.Resource.Id.NO_DEBUG = global::O2NextGen.SmallTalk.Droid.Resource.Id.NO_DEBUG; + global::Xamarin.Forms.Platform.Android.Resource.Id.off = global::O2NextGen.SmallTalk.Droid.Resource.Id.off; + global::Xamarin.Forms.Platform.Android.Resource.Id.on = global::O2NextGen.SmallTalk.Droid.Resource.Id.on; + global::Xamarin.Forms.Platform.Android.Resource.Id.outline = global::O2NextGen.SmallTalk.Droid.Resource.Id.outline; + global::Xamarin.Forms.Platform.Android.Resource.Id.outward = global::O2NextGen.SmallTalk.Droid.Resource.Id.outward; + global::Xamarin.Forms.Platform.Android.Resource.Id.overshoot = global::O2NextGen.SmallTalk.Droid.Resource.Id.overshoot; + global::Xamarin.Forms.Platform.Android.Resource.Id.packed = global::O2NextGen.SmallTalk.Droid.Resource.Id.packed; + global::Xamarin.Forms.Platform.Android.Resource.Id.parallax = global::O2NextGen.SmallTalk.Droid.Resource.Id.parallax; + global::Xamarin.Forms.Platform.Android.Resource.Id.parent = global::O2NextGen.SmallTalk.Droid.Resource.Id.parent; + global::Xamarin.Forms.Platform.Android.Resource.Id.parentPanel = global::O2NextGen.SmallTalk.Droid.Resource.Id.parentPanel; + global::Xamarin.Forms.Platform.Android.Resource.Id.parentRelative = global::O2NextGen.SmallTalk.Droid.Resource.Id.parentRelative; + global::Xamarin.Forms.Platform.Android.Resource.Id.parent_matrix = global::O2NextGen.SmallTalk.Droid.Resource.Id.parent_matrix; + global::Xamarin.Forms.Platform.Android.Resource.Id.password_toggle = global::O2NextGen.SmallTalk.Droid.Resource.Id.password_toggle; + global::Xamarin.Forms.Platform.Android.Resource.Id.path = global::O2NextGen.SmallTalk.Droid.Resource.Id.path; + global::Xamarin.Forms.Platform.Android.Resource.Id.pathRelative = global::O2NextGen.SmallTalk.Droid.Resource.Id.pathRelative; + global::Xamarin.Forms.Platform.Android.Resource.Id.peekHeight = global::O2NextGen.SmallTalk.Droid.Resource.Id.peekHeight; + global::Xamarin.Forms.Platform.Android.Resource.Id.percent = global::O2NextGen.SmallTalk.Droid.Resource.Id.percent; + global::Xamarin.Forms.Platform.Android.Resource.Id.pin = global::O2NextGen.SmallTalk.Droid.Resource.Id.pin; + global::Xamarin.Forms.Platform.Android.Resource.Id.position = global::O2NextGen.SmallTalk.Droid.Resource.Id.position; + global::Xamarin.Forms.Platform.Android.Resource.Id.postLayout = global::O2NextGen.SmallTalk.Droid.Resource.Id.postLayout; + global::Xamarin.Forms.Platform.Android.Resource.Id.progress_circular = global::O2NextGen.SmallTalk.Droid.Resource.Id.progress_circular; + global::Xamarin.Forms.Platform.Android.Resource.Id.progress_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Id.progress_horizontal; + global::Xamarin.Forms.Platform.Android.Resource.Id.radio = global::O2NextGen.SmallTalk.Droid.Resource.Id.radio; + global::Xamarin.Forms.Platform.Android.Resource.Id.ratio = global::O2NextGen.SmallTalk.Droid.Resource.Id.ratio; + global::Xamarin.Forms.Platform.Android.Resource.Id.rectangles = global::O2NextGen.SmallTalk.Droid.Resource.Id.rectangles; + global::Xamarin.Forms.Platform.Android.Resource.Id.reverseSawtooth = global::O2NextGen.SmallTalk.Droid.Resource.Id.reverseSawtooth; + global::Xamarin.Forms.Platform.Android.Resource.Id.right = global::O2NextGen.SmallTalk.Droid.Resource.Id.right; + global::Xamarin.Forms.Platform.Android.Resource.Id.rightToLeft = global::O2NextGen.SmallTalk.Droid.Resource.Id.rightToLeft; + global::Xamarin.Forms.Platform.Android.Resource.Id.right_icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.right_icon; + global::Xamarin.Forms.Platform.Android.Resource.Id.right_side = global::O2NextGen.SmallTalk.Droid.Resource.Id.right_side; + global::Xamarin.Forms.Platform.Android.Resource.Id.rounded = global::O2NextGen.SmallTalk.Droid.Resource.Id.rounded; + global::Xamarin.Forms.Platform.Android.Resource.Id.row_index_key = global::O2NextGen.SmallTalk.Droid.Resource.Id.row_index_key; + global::Xamarin.Forms.Platform.Android.Resource.Id.save_non_transition_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Id.save_non_transition_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Id.save_overlay_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.save_overlay_view; + global::Xamarin.Forms.Platform.Android.Resource.Id.sawtooth = global::O2NextGen.SmallTalk.Droid.Resource.Id.sawtooth; + global::Xamarin.Forms.Platform.Android.Resource.Id.scale = global::O2NextGen.SmallTalk.Droid.Resource.Id.scale; + global::Xamarin.Forms.Platform.Android.Resource.Id.screen = global::O2NextGen.SmallTalk.Droid.Resource.Id.screen; + global::Xamarin.Forms.Platform.Android.Resource.Id.scroll = global::O2NextGen.SmallTalk.Droid.Resource.Id.scroll; + global::Xamarin.Forms.Platform.Android.Resource.Id.scrollable = global::O2NextGen.SmallTalk.Droid.Resource.Id.scrollable; + global::Xamarin.Forms.Platform.Android.Resource.Id.scrollIndicatorDown = global::O2NextGen.SmallTalk.Droid.Resource.Id.scrollIndicatorDown; + global::Xamarin.Forms.Platform.Android.Resource.Id.scrollIndicatorUp = global::O2NextGen.SmallTalk.Droid.Resource.Id.scrollIndicatorUp; + global::Xamarin.Forms.Platform.Android.Resource.Id.scrollView = global::O2NextGen.SmallTalk.Droid.Resource.Id.scrollView; + global::Xamarin.Forms.Platform.Android.Resource.Id.search_badge = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_badge; + global::Xamarin.Forms.Platform.Android.Resource.Id.search_bar = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_bar; + global::Xamarin.Forms.Platform.Android.Resource.Id.search_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_button; + global::Xamarin.Forms.Platform.Android.Resource.Id.search_close_btn = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_close_btn; + global::Xamarin.Forms.Platform.Android.Resource.Id.search_edit_frame = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_edit_frame; + global::Xamarin.Forms.Platform.Android.Resource.Id.search_go_btn = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_go_btn; + global::Xamarin.Forms.Platform.Android.Resource.Id.search_mag_icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_mag_icon; + global::Xamarin.Forms.Platform.Android.Resource.Id.search_plate = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_plate; + global::Xamarin.Forms.Platform.Android.Resource.Id.search_src_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_src_text; + global::Xamarin.Forms.Platform.Android.Resource.Id.search_voice_btn = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_voice_btn; + global::Xamarin.Forms.Platform.Android.Resource.Id.selected = global::O2NextGen.SmallTalk.Droid.Resource.Id.selected; + global::Xamarin.Forms.Platform.Android.Resource.Id.selection_type = global::O2NextGen.SmallTalk.Droid.Resource.Id.selection_type; + global::Xamarin.Forms.Platform.Android.Resource.Id.select_dialog_listview = global::O2NextGen.SmallTalk.Droid.Resource.Id.select_dialog_listview; + global::Xamarin.Forms.Platform.Android.Resource.Id.sharedValueSet = global::O2NextGen.SmallTalk.Droid.Resource.Id.sharedValueSet; + global::Xamarin.Forms.Platform.Android.Resource.Id.sharedValueUnset = global::O2NextGen.SmallTalk.Droid.Resource.Id.sharedValueUnset; + global::Xamarin.Forms.Platform.Android.Resource.Id.shellcontent_appbar = global::O2NextGen.SmallTalk.Droid.Resource.Id.shellcontent_appbar; + global::Xamarin.Forms.Platform.Android.Resource.Id.shellcontent_toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Id.shellcontent_toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Id.SHIFT = global::O2NextGen.SmallTalk.Droid.Resource.Id.SHIFT; + global::Xamarin.Forms.Platform.Android.Resource.Id.shortcut = global::O2NextGen.SmallTalk.Droid.Resource.Id.shortcut; + global::Xamarin.Forms.Platform.Android.Resource.Id.showCustom = global::O2NextGen.SmallTalk.Droid.Resource.Id.showCustom; + global::Xamarin.Forms.Platform.Android.Resource.Id.showHome = global::O2NextGen.SmallTalk.Droid.Resource.Id.showHome; + global::Xamarin.Forms.Platform.Android.Resource.Id.showTitle = global::O2NextGen.SmallTalk.Droid.Resource.Id.showTitle; + global::Xamarin.Forms.Platform.Android.Resource.Id.SHOW_ALL = global::O2NextGen.SmallTalk.Droid.Resource.Id.SHOW_ALL; + global::Xamarin.Forms.Platform.Android.Resource.Id.SHOW_PATH = global::O2NextGen.SmallTalk.Droid.Resource.Id.SHOW_PATH; + global::Xamarin.Forms.Platform.Android.Resource.Id.SHOW_PROGRESS = global::O2NextGen.SmallTalk.Droid.Resource.Id.SHOW_PROGRESS; + global::Xamarin.Forms.Platform.Android.Resource.Id.sin = global::O2NextGen.SmallTalk.Droid.Resource.Id.sin; + global::Xamarin.Forms.Platform.Android.Resource.Id.skipCollapsed = global::O2NextGen.SmallTalk.Droid.Resource.Id.skipCollapsed; + global::Xamarin.Forms.Platform.Android.Resource.Id.skipped = global::O2NextGen.SmallTalk.Droid.Resource.Id.skipped; + global::Xamarin.Forms.Platform.Android.Resource.Id.slide = global::O2NextGen.SmallTalk.Droid.Resource.Id.slide; + global::Xamarin.Forms.Platform.Android.Resource.Id.sliding_tabs = global::O2NextGen.SmallTalk.Droid.Resource.Id.sliding_tabs; + global::Xamarin.Forms.Platform.Android.Resource.Id.snackbar_action = global::O2NextGen.SmallTalk.Droid.Resource.Id.snackbar_action; + global::Xamarin.Forms.Platform.Android.Resource.Id.snackbar_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.snackbar_text; + global::Xamarin.Forms.Platform.Android.Resource.Id.snap = global::O2NextGen.SmallTalk.Droid.Resource.Id.snap; + global::Xamarin.Forms.Platform.Android.Resource.Id.snapMargins = global::O2NextGen.SmallTalk.Droid.Resource.Id.snapMargins; + global::Xamarin.Forms.Platform.Android.Resource.Id.south = global::O2NextGen.SmallTalk.Droid.Resource.Id.south; + global::Xamarin.Forms.Platform.Android.Resource.Id.spacer = global::O2NextGen.SmallTalk.Droid.Resource.Id.spacer; + global::Xamarin.Forms.Platform.Android.Resource.Id.special_effects_controller_view_tag = global::O2NextGen.SmallTalk.Droid.Resource.Id.special_effects_controller_view_tag; + global::Xamarin.Forms.Platform.Android.Resource.Id.spline = global::O2NextGen.SmallTalk.Droid.Resource.Id.spline; + global::Xamarin.Forms.Platform.Android.Resource.Id.split_action_bar = global::O2NextGen.SmallTalk.Droid.Resource.Id.split_action_bar; + global::Xamarin.Forms.Platform.Android.Resource.Id.spread = global::O2NextGen.SmallTalk.Droid.Resource.Id.spread; + global::Xamarin.Forms.Platform.Android.Resource.Id.spread_inside = global::O2NextGen.SmallTalk.Droid.Resource.Id.spread_inside; + global::Xamarin.Forms.Platform.Android.Resource.Id.spring = global::O2NextGen.SmallTalk.Droid.Resource.Id.spring; + global::Xamarin.Forms.Platform.Android.Resource.Id.square = global::O2NextGen.SmallTalk.Droid.Resource.Id.square; + global::Xamarin.Forms.Platform.Android.Resource.Id.src_atop = global::O2NextGen.SmallTalk.Droid.Resource.Id.src_atop; + global::Xamarin.Forms.Platform.Android.Resource.Id.src_in = global::O2NextGen.SmallTalk.Droid.Resource.Id.src_in; + global::Xamarin.Forms.Platform.Android.Resource.Id.src_over = global::O2NextGen.SmallTalk.Droid.Resource.Id.src_over; + global::Xamarin.Forms.Platform.Android.Resource.Id.standard = global::O2NextGen.SmallTalk.Droid.Resource.Id.standard; + global::Xamarin.Forms.Platform.Android.Resource.Id.start = global::O2NextGen.SmallTalk.Droid.Resource.Id.start; + global::Xamarin.Forms.Platform.Android.Resource.Id.startHorizontal = global::O2NextGen.SmallTalk.Droid.Resource.Id.startHorizontal; + global::Xamarin.Forms.Platform.Android.Resource.Id.startToEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.startToEnd; + global::Xamarin.Forms.Platform.Android.Resource.Id.startVertical = global::O2NextGen.SmallTalk.Droid.Resource.Id.startVertical; + global::Xamarin.Forms.Platform.Android.Resource.Id.staticLayout = global::O2NextGen.SmallTalk.Droid.Resource.Id.staticLayout; + global::Xamarin.Forms.Platform.Android.Resource.Id.staticPostLayout = global::O2NextGen.SmallTalk.Droid.Resource.Id.staticPostLayout; + global::Xamarin.Forms.Platform.Android.Resource.Id.status_bar_latest_event_content = global::O2NextGen.SmallTalk.Droid.Resource.Id.status_bar_latest_event_content; + global::Xamarin.Forms.Platform.Android.Resource.Id.stop = global::O2NextGen.SmallTalk.Droid.Resource.Id.stop; + global::Xamarin.Forms.Platform.Android.Resource.Id.stretch = global::O2NextGen.SmallTalk.Droid.Resource.Id.stretch; + global::Xamarin.Forms.Platform.Android.Resource.Id.submenuarrow = global::O2NextGen.SmallTalk.Droid.Resource.Id.submenuarrow; + global::Xamarin.Forms.Platform.Android.Resource.Id.submit_area = global::O2NextGen.SmallTalk.Droid.Resource.Id.submit_area; + global::Xamarin.Forms.Platform.Android.Resource.Id.supportScrollUp = global::O2NextGen.SmallTalk.Droid.Resource.Id.supportScrollUp; + global::Xamarin.Forms.Platform.Android.Resource.Id.SYM = global::O2NextGen.SmallTalk.Droid.Resource.Id.SYM; + global::Xamarin.Forms.Platform.Android.Resource.Id.tabMode = global::O2NextGen.SmallTalk.Droid.Resource.Id.tabMode; + global::Xamarin.Forms.Platform.Android.Resource.Id.tag_accessibility_actions = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_accessibility_actions; + global::Xamarin.Forms.Platform.Android.Resource.Id.tag_accessibility_clickable_spans = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_accessibility_clickable_spans; + global::Xamarin.Forms.Platform.Android.Resource.Id.tag_accessibility_heading = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_accessibility_heading; + global::Xamarin.Forms.Platform.Android.Resource.Id.tag_accessibility_pane_title = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_accessibility_pane_title; + global::Xamarin.Forms.Platform.Android.Resource.Id.tag_on_apply_window_listener = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_on_apply_window_listener; + global::Xamarin.Forms.Platform.Android.Resource.Id.tag_on_receive_content_listener = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_on_receive_content_listener; + global::Xamarin.Forms.Platform.Android.Resource.Id.tag_on_receive_content_mime_types = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_on_receive_content_mime_types; + global::Xamarin.Forms.Platform.Android.Resource.Id.tag_screen_reader_focusable = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_screen_reader_focusable; + global::Xamarin.Forms.Platform.Android.Resource.Id.tag_state_description = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_state_description; + global::Xamarin.Forms.Platform.Android.Resource.Id.tag_transition_group = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_transition_group; + global::Xamarin.Forms.Platform.Android.Resource.Id.tag_unhandled_key_event_manager = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_unhandled_key_event_manager; + global::Xamarin.Forms.Platform.Android.Resource.Id.tag_unhandled_key_listeners = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_unhandled_key_listeners; + global::Xamarin.Forms.Platform.Android.Resource.Id.tag_window_insets_animation_callback = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_window_insets_animation_callback; + global::Xamarin.Forms.Platform.Android.Resource.Id.test_checkbox_android_button_tint = global::O2NextGen.SmallTalk.Droid.Resource.Id.test_checkbox_android_button_tint; + global::Xamarin.Forms.Platform.Android.Resource.Id.test_checkbox_app_button_tint = global::O2NextGen.SmallTalk.Droid.Resource.Id.test_checkbox_app_button_tint; + global::Xamarin.Forms.Platform.Android.Resource.Id.test_radiobutton_android_button_tint = global::O2NextGen.SmallTalk.Droid.Resource.Id.test_radiobutton_android_button_tint; + global::Xamarin.Forms.Platform.Android.Resource.Id.test_radiobutton_app_button_tint = global::O2NextGen.SmallTalk.Droid.Resource.Id.test_radiobutton_app_button_tint; + global::Xamarin.Forms.Platform.Android.Resource.Id.text = global::O2NextGen.SmallTalk.Droid.Resource.Id.text; + global::Xamarin.Forms.Platform.Android.Resource.Id.text2 = global::O2NextGen.SmallTalk.Droid.Resource.Id.text2; + global::Xamarin.Forms.Platform.Android.Resource.Id.textEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.textEnd; + global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_counter = global::O2NextGen.SmallTalk.Droid.Resource.Id.textinput_counter; + global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_error = global::O2NextGen.SmallTalk.Droid.Resource.Id.textinput_error; + global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_helper_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.textinput_helper_text; + global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_placeholder = global::O2NextGen.SmallTalk.Droid.Resource.Id.textinput_placeholder; + global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_prefix_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.textinput_prefix_text; + global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_suffix_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.textinput_suffix_text; + global::Xamarin.Forms.Platform.Android.Resource.Id.textSpacerNoButtons = global::O2NextGen.SmallTalk.Droid.Resource.Id.textSpacerNoButtons; + global::Xamarin.Forms.Platform.Android.Resource.Id.textSpacerNoTitle = global::O2NextGen.SmallTalk.Droid.Resource.Id.textSpacerNoTitle; + global::Xamarin.Forms.Platform.Android.Resource.Id.textStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.textStart; + global::Xamarin.Forms.Platform.Android.Resource.Id.textTop = global::O2NextGen.SmallTalk.Droid.Resource.Id.textTop; + global::Xamarin.Forms.Platform.Android.Resource.Id.text_input_end_icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.text_input_end_icon; + global::Xamarin.Forms.Platform.Android.Resource.Id.text_input_error_icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.text_input_error_icon; + global::Xamarin.Forms.Platform.Android.Resource.Id.text_input_start_icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.text_input_start_icon; + global::Xamarin.Forms.Platform.Android.Resource.Id.time = global::O2NextGen.SmallTalk.Droid.Resource.Id.time; + global::Xamarin.Forms.Platform.Android.Resource.Id.title = global::O2NextGen.SmallTalk.Droid.Resource.Id.title; + global::Xamarin.Forms.Platform.Android.Resource.Id.titleDividerNoCustom = global::O2NextGen.SmallTalk.Droid.Resource.Id.titleDividerNoCustom; + global::Xamarin.Forms.Platform.Android.Resource.Id.title_template = global::O2NextGen.SmallTalk.Droid.Resource.Id.title_template; + global::Xamarin.Forms.Platform.Android.Resource.Id.toggle = global::O2NextGen.SmallTalk.Droid.Resource.Id.toggle; + global::Xamarin.Forms.Platform.Android.Resource.Id.toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Id.toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Id.top = global::O2NextGen.SmallTalk.Droid.Resource.Id.top; + global::Xamarin.Forms.Platform.Android.Resource.Id.topPanel = global::O2NextGen.SmallTalk.Droid.Resource.Id.topPanel; + global::Xamarin.Forms.Platform.Android.Resource.Id.TOP_END = global::O2NextGen.SmallTalk.Droid.Resource.Id.TOP_END; + global::Xamarin.Forms.Platform.Android.Resource.Id.TOP_START = global::O2NextGen.SmallTalk.Droid.Resource.Id.TOP_START; + global::Xamarin.Forms.Platform.Android.Resource.Id.touch_outside = global::O2NextGen.SmallTalk.Droid.Resource.Id.touch_outside; + global::Xamarin.Forms.Platform.Android.Resource.Id.transitionToEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.transitionToEnd; + global::Xamarin.Forms.Platform.Android.Resource.Id.transitionToStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.transitionToStart; + global::Xamarin.Forms.Platform.Android.Resource.Id.transition_current_scene = global::O2NextGen.SmallTalk.Droid.Resource.Id.transition_current_scene; + global::Xamarin.Forms.Platform.Android.Resource.Id.transition_layout_save = global::O2NextGen.SmallTalk.Droid.Resource.Id.transition_layout_save; + global::Xamarin.Forms.Platform.Android.Resource.Id.transition_position = global::O2NextGen.SmallTalk.Droid.Resource.Id.transition_position; + global::Xamarin.Forms.Platform.Android.Resource.Id.transition_scene_layoutid_cache = global::O2NextGen.SmallTalk.Droid.Resource.Id.transition_scene_layoutid_cache; + global::Xamarin.Forms.Platform.Android.Resource.Id.transition_transform = global::O2NextGen.SmallTalk.Droid.Resource.Id.transition_transform; + global::Xamarin.Forms.Platform.Android.Resource.Id.triangle = global::O2NextGen.SmallTalk.Droid.Resource.Id.triangle; + global::Xamarin.Forms.Platform.Android.Resource.Id.@unchecked = global::O2NextGen.SmallTalk.Droid.Resource.Id.@unchecked; + global::Xamarin.Forms.Platform.Android.Resource.Id.uniform = global::O2NextGen.SmallTalk.Droid.Resource.Id.uniform; + global::Xamarin.Forms.Platform.Android.Resource.Id.unlabeled = global::O2NextGen.SmallTalk.Droid.Resource.Id.unlabeled; + global::Xamarin.Forms.Platform.Android.Resource.Id.up = global::O2NextGen.SmallTalk.Droid.Resource.Id.up; + global::Xamarin.Forms.Platform.Android.Resource.Id.useLogo = global::O2NextGen.SmallTalk.Droid.Resource.Id.useLogo; + global::Xamarin.Forms.Platform.Android.Resource.Id.vertical_only = global::O2NextGen.SmallTalk.Droid.Resource.Id.vertical_only; + global::Xamarin.Forms.Platform.Android.Resource.Id.view_offset_helper = global::O2NextGen.SmallTalk.Droid.Resource.Id.view_offset_helper; + global::Xamarin.Forms.Platform.Android.Resource.Id.view_transition = global::O2NextGen.SmallTalk.Droid.Resource.Id.view_transition; + global::Xamarin.Forms.Platform.Android.Resource.Id.view_tree_lifecycle_owner = global::O2NextGen.SmallTalk.Droid.Resource.Id.view_tree_lifecycle_owner; + global::Xamarin.Forms.Platform.Android.Resource.Id.view_tree_saved_state_registry_owner = global::O2NextGen.SmallTalk.Droid.Resource.Id.view_tree_saved_state_registry_owner; + global::Xamarin.Forms.Platform.Android.Resource.Id.view_tree_view_model_store_owner = global::O2NextGen.SmallTalk.Droid.Resource.Id.view_tree_view_model_store_owner; + global::Xamarin.Forms.Platform.Android.Resource.Id.visible = global::O2NextGen.SmallTalk.Droid.Resource.Id.visible; + global::Xamarin.Forms.Platform.Android.Resource.Id.visible_removing_fragment_view_tag = global::O2NextGen.SmallTalk.Droid.Resource.Id.visible_removing_fragment_view_tag; + global::Xamarin.Forms.Platform.Android.Resource.Id.west = global::O2NextGen.SmallTalk.Droid.Resource.Id.west; + global::Xamarin.Forms.Platform.Android.Resource.Id.withinBounds = global::O2NextGen.SmallTalk.Droid.Resource.Id.withinBounds; + global::Xamarin.Forms.Platform.Android.Resource.Id.withText = global::O2NextGen.SmallTalk.Droid.Resource.Id.withText; + global::Xamarin.Forms.Platform.Android.Resource.Id.wrap = global::O2NextGen.SmallTalk.Droid.Resource.Id.wrap; + global::Xamarin.Forms.Platform.Android.Resource.Id.wrap_content = global::O2NextGen.SmallTalk.Droid.Resource.Id.wrap_content; + global::Xamarin.Forms.Platform.Android.Resource.Id.wrap_content_constrained = global::O2NextGen.SmallTalk.Droid.Resource.Id.wrap_content_constrained; + global::Xamarin.Forms.Platform.Android.Resource.Id.x_left = global::O2NextGen.SmallTalk.Droid.Resource.Id.x_left; + global::Xamarin.Forms.Platform.Android.Resource.Id.x_right = global::O2NextGen.SmallTalk.Droid.Resource.Id.x_right; + global::Xamarin.Forms.Platform.Android.Resource.Id.zero_corner_chip = global::O2NextGen.SmallTalk.Droid.Resource.Id.zero_corner_chip; + global::Xamarin.Forms.Platform.Android.Resource.Integer.abc_config_activityDefaultDur = global::O2NextGen.SmallTalk.Droid.Resource.Integer.abc_config_activityDefaultDur; + global::Xamarin.Forms.Platform.Android.Resource.Integer.abc_config_activityShortDur = global::O2NextGen.SmallTalk.Droid.Resource.Integer.abc_config_activityShortDur; + global::Xamarin.Forms.Platform.Android.Resource.Integer.app_bar_elevation_anim_duration = global::O2NextGen.SmallTalk.Droid.Resource.Integer.app_bar_elevation_anim_duration; + global::Xamarin.Forms.Platform.Android.Resource.Integer.bottom_sheet_slide_duration = global::O2NextGen.SmallTalk.Droid.Resource.Integer.bottom_sheet_slide_duration; + global::Xamarin.Forms.Platform.Android.Resource.Integer.cancel_button_image_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Integer.cancel_button_image_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Integer.config_navAnimTime = global::O2NextGen.SmallTalk.Droid.Resource.Integer.config_navAnimTime; + global::Xamarin.Forms.Platform.Android.Resource.Integer.config_tooltipAnimTime = global::O2NextGen.SmallTalk.Droid.Resource.Integer.config_tooltipAnimTime; + global::Xamarin.Forms.Platform.Android.Resource.Integer.design_snackbar_text_max_lines = global::O2NextGen.SmallTalk.Droid.Resource.Integer.design_snackbar_text_max_lines; + global::Xamarin.Forms.Platform.Android.Resource.Integer.design_tab_indicator_anim_duration_ms = global::O2NextGen.SmallTalk.Droid.Resource.Integer.design_tab_indicator_anim_duration_ms; + global::Xamarin.Forms.Platform.Android.Resource.Integer.hide_password_duration = global::O2NextGen.SmallTalk.Droid.Resource.Integer.hide_password_duration; + global::Xamarin.Forms.Platform.Android.Resource.Integer.material_motion_duration_long_1 = global::O2NextGen.SmallTalk.Droid.Resource.Integer.material_motion_duration_long_1; + global::Xamarin.Forms.Platform.Android.Resource.Integer.material_motion_duration_long_2 = global::O2NextGen.SmallTalk.Droid.Resource.Integer.material_motion_duration_long_2; + global::Xamarin.Forms.Platform.Android.Resource.Integer.material_motion_duration_medium_1 = global::O2NextGen.SmallTalk.Droid.Resource.Integer.material_motion_duration_medium_1; + global::Xamarin.Forms.Platform.Android.Resource.Integer.material_motion_duration_medium_2 = global::O2NextGen.SmallTalk.Droid.Resource.Integer.material_motion_duration_medium_2; + global::Xamarin.Forms.Platform.Android.Resource.Integer.material_motion_duration_short_1 = global::O2NextGen.SmallTalk.Droid.Resource.Integer.material_motion_duration_short_1; + global::Xamarin.Forms.Platform.Android.Resource.Integer.material_motion_duration_short_2 = global::O2NextGen.SmallTalk.Droid.Resource.Integer.material_motion_duration_short_2; + global::Xamarin.Forms.Platform.Android.Resource.Integer.material_motion_path = global::O2NextGen.SmallTalk.Droid.Resource.Integer.material_motion_path; + global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_badge_max_character_count = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_badge_max_character_count; + global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_btn_anim_delay_ms = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_btn_anim_delay_ms; + global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_btn_anim_duration_ms = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_btn_anim_duration_ms; + global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_calendar_header_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_calendar_header_orientation; + global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_calendar_selection_text_lines = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_calendar_selection_text_lines; + global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_calendar_year_selector_span = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_calendar_year_selector_span; + global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_card_anim_delay_ms = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_card_anim_delay_ms; + global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_card_anim_duration_ms = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_card_anim_duration_ms; + global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_chip_anim_duration = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_chip_anim_duration; + global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_tab_indicator_anim_duration_ms = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_tab_indicator_anim_duration_ms; + global::Xamarin.Forms.Platform.Android.Resource.Integer.show_password_duration = global::O2NextGen.SmallTalk.Droid.Resource.Integer.show_password_duration; + global::Xamarin.Forms.Platform.Android.Resource.Integer.status_bar_notification_info_maxnum = global::O2NextGen.SmallTalk.Droid.Resource.Integer.status_bar_notification_info_maxnum; + global::Xamarin.Forms.Platform.Android.Resource.Interpolator.btn_checkbox_checked_mtrl_animation_interpolator_0 = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Interpolator.btn_radio_to_on_mtrl_animation_interpolator_0; + global::Xamarin.Forms.Platform.Android.Resource.Interpolator.fast_out_slow_in = global::O2NextGen.SmallTalk.Droid.Resource.Interpolator.fast_out_slow_in; + global::Xamarin.Forms.Platform.Android.Resource.Interpolator.mtrl_fast_out_linear_in = global::O2NextGen.SmallTalk.Droid.Resource.Interpolator.mtrl_fast_out_linear_in; + global::Xamarin.Forms.Platform.Android.Resource.Interpolator.mtrl_fast_out_slow_in = global::O2NextGen.SmallTalk.Droid.Resource.Interpolator.mtrl_fast_out_slow_in; + global::Xamarin.Forms.Platform.Android.Resource.Interpolator.mtrl_linear = global::O2NextGen.SmallTalk.Droid.Resource.Interpolator.mtrl_linear; + global::Xamarin.Forms.Platform.Android.Resource.Interpolator.mtrl_linear_out_slow_in = global::O2NextGen.SmallTalk.Droid.Resource.Interpolator.mtrl_linear_out_slow_in; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_action_bar_title_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_action_bar_title_item; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_action_bar_up_container = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_action_bar_up_container; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_action_menu_item_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_action_menu_item_layout; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_action_menu_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_action_menu_layout; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_action_mode_bar = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_action_mode_bar; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_action_mode_close_item_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_action_mode_close_item_material; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_activity_chooser_view = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_activity_chooser_view; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_activity_chooser_view_list_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_activity_chooser_view_list_item; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_alert_dialog_button_bar_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_alert_dialog_button_bar_material; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_alert_dialog_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_alert_dialog_material; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_alert_dialog_title_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_alert_dialog_title_material; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_cascading_menu_item_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_cascading_menu_item_layout; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_dialog_title_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_dialog_title_material; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_expanded_menu_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_expanded_menu_layout; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_list_menu_item_checkbox = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_list_menu_item_checkbox; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_list_menu_item_icon = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_list_menu_item_icon; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_list_menu_item_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_list_menu_item_layout; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_list_menu_item_radio = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_list_menu_item_radio; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_popup_menu_header_item_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_popup_menu_header_item_layout; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_popup_menu_item_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_popup_menu_item_layout; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_screen_content_include = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_screen_content_include; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_screen_simple = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_screen_simple; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_screen_simple_overlay_action_mode = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_screen_simple_overlay_action_mode; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_screen_toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_screen_toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_search_dropdown_item_icons_2line = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_search_dropdown_item_icons_2line; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_search_view = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_search_view; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_select_dialog_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_select_dialog_material; + global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_tooltip; + global::Xamarin.Forms.Platform.Android.Resource.Layout.BottomTabLayout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.BottomTabLayout; + global::Xamarin.Forms.Platform.Android.Resource.Layout.custom_dialog = global::O2NextGen.SmallTalk.Droid.Resource.Layout.custom_dialog; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_bottom_navigation_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_bottom_navigation_item; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_bottom_sheet_dialog = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_bottom_sheet_dialog; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_layout_snackbar = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_layout_snackbar; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_layout_snackbar_include = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_layout_snackbar_include; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_layout_tab_icon = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_layout_tab_icon; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_layout_tab_text = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_layout_tab_text; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_menu_item_action_area = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_menu_item_action_area; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_navigation_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_navigation_item; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_navigation_item_header = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_navigation_item_header; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_navigation_item_separator = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_navigation_item_separator; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_navigation_item_subheader = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_navigation_item_subheader; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_navigation_menu = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_navigation_menu; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_navigation_menu_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_navigation_menu_item; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_text_input_end_icon = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_text_input_end_icon; + global::Xamarin.Forms.Platform.Android.Resource.Layout.design_text_input_start_icon = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_text_input_start_icon; + global::Xamarin.Forms.Platform.Android.Resource.Layout.FallbackTabbarDoNotUse = global::O2NextGen.SmallTalk.Droid.Resource.Layout.FallbackTabbarDoNotUse; + global::Xamarin.Forms.Platform.Android.Resource.Layout.FallbackToolbarDoNotUse = global::O2NextGen.SmallTalk.Droid.Resource.Layout.FallbackToolbarDoNotUse; + global::Xamarin.Forms.Platform.Android.Resource.Layout.FlyoutContent = global::O2NextGen.SmallTalk.Droid.Resource.Layout.FlyoutContent; + global::Xamarin.Forms.Platform.Android.Resource.Layout.material_chip_input_combo = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_chip_input_combo; + global::Xamarin.Forms.Platform.Android.Resource.Layout.material_clockface_textview = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_clockface_textview; + global::Xamarin.Forms.Platform.Android.Resource.Layout.material_clockface_view = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_clockface_view; + global::Xamarin.Forms.Platform.Android.Resource.Layout.material_clock_display = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_clock_display; + global::Xamarin.Forms.Platform.Android.Resource.Layout.material_clock_display_divider = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_clock_display_divider; + global::Xamarin.Forms.Platform.Android.Resource.Layout.material_clock_period_toggle = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_clock_period_toggle; + global::Xamarin.Forms.Platform.Android.Resource.Layout.material_clock_period_toggle_land = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_clock_period_toggle_land; + global::Xamarin.Forms.Platform.Android.Resource.Layout.material_radial_view_group = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_radial_view_group; + global::Xamarin.Forms.Platform.Android.Resource.Layout.material_textinput_timepicker = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_textinput_timepicker; + global::Xamarin.Forms.Platform.Android.Resource.Layout.material_timepicker = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_timepicker; + global::Xamarin.Forms.Platform.Android.Resource.Layout.material_timepicker_dialog = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_timepicker_dialog; + global::Xamarin.Forms.Platform.Android.Resource.Layout.material_timepicker_textinput_display = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_timepicker_textinput_display; + global::Xamarin.Forms.Platform.Android.Resource.Layout.material_time_chip = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_time_chip; + global::Xamarin.Forms.Platform.Android.Resource.Layout.material_time_input = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_time_input; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_alert_dialog = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_alert_dialog; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_alert_dialog_actions = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_alert_dialog_actions; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_alert_dialog_title = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_alert_dialog_title; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_alert_select_dialog_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_alert_select_dialog_item; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_alert_select_dialog_multichoice = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_alert_select_dialog_multichoice; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_alert_select_dialog_singlechoice = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_alert_select_dialog_singlechoice; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_day = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_day; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_days_of_week = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_days_of_week; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_day_of_week = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_day_of_week; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_horizontal; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_month = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_month; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_months = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_months; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_month_labeled = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_month_labeled; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_month_navigation = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_month_navigation; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_vertical = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_vertical; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_year = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_year; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_layout_snackbar = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_layout_snackbar; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_layout_snackbar_include = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_layout_snackbar_include; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_navigation_rail_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_navigation_rail_item; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_actions = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_actions; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_dialog = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_dialog; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_fullscreen; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_header_dialog = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_header_dialog; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_header_fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_header_fullscreen; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_header_selection_text = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_header_selection_text; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_header_title_text = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_header_title_text; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_header_toggle = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_header_toggle; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_text_input_date = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_text_input_date; + global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_text_input_date_range = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_text_input_date_range; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_action = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_action; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_action_tombstone = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_action_tombstone; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_media_action = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_media_action; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_media_cancel_action = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_media_cancel_action; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_big_media = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_big_media; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_big_media_custom = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_big_media_custom; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_big_media_narrow = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_big_media_narrow; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_big_media_narrow_custom = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_big_media_narrow_custom; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_custom_big = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_custom_big; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_icon_group = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_icon_group; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_lines_media = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_lines_media; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_media = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_media; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_media_custom = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_media_custom; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_part_chronometer = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_part_chronometer; + global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_part_time = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_part_time; + global::Xamarin.Forms.Platform.Android.Resource.Layout.RootLayout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.RootLayout; + global::Xamarin.Forms.Platform.Android.Resource.Layout.select_dialog_item_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.select_dialog_item_material; + global::Xamarin.Forms.Platform.Android.Resource.Layout.select_dialog_multichoice_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.select_dialog_multichoice_material; + global::Xamarin.Forms.Platform.Android.Resource.Layout.select_dialog_singlechoice_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.select_dialog_singlechoice_material; + global::Xamarin.Forms.Platform.Android.Resource.Layout.ShellContent = global::O2NextGen.SmallTalk.Droid.Resource.Layout.ShellContent; + global::Xamarin.Forms.Platform.Android.Resource.Layout.support_simple_spinner_dropdown_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.support_simple_spinner_dropdown_item; + global::Xamarin.Forms.Platform.Android.Resource.Layout.Tabbar = global::O2NextGen.SmallTalk.Droid.Resource.Layout.Tabbar; + global::Xamarin.Forms.Platform.Android.Resource.Layout.test_action_chip = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_action_chip; + global::Xamarin.Forms.Platform.Android.Resource.Layout.test_chip_zero_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_chip_zero_corner_radius; + global::Xamarin.Forms.Platform.Android.Resource.Layout.test_design_checkbox = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_design_checkbox; + global::Xamarin.Forms.Platform.Android.Resource.Layout.test_design_radiobutton = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_design_radiobutton; + global::Xamarin.Forms.Platform.Android.Resource.Layout.test_navigation_bar_item_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_navigation_bar_item_layout; + global::Xamarin.Forms.Platform.Android.Resource.Layout.test_reflow_chipgroup = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_reflow_chipgroup; + global::Xamarin.Forms.Platform.Android.Resource.Layout.test_toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Layout.test_toolbar_custom_background = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_toolbar_custom_background; + global::Xamarin.Forms.Platform.Android.Resource.Layout.test_toolbar_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_toolbar_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Layout.test_toolbar_surface = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_toolbar_surface; + global::Xamarin.Forms.Platform.Android.Resource.Layout.text_view_without_line_height = global::O2NextGen.SmallTalk.Droid.Resource.Layout.text_view_without_line_height; + global::Xamarin.Forms.Platform.Android.Resource.Layout.text_view_with_line_height_from_appearance = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Layout.text_view_with_line_height_from_style; + global::Xamarin.Forms.Platform.Android.Resource.Layout.text_view_with_theme_line_height = global::O2NextGen.SmallTalk.Droid.Resource.Layout.text_view_with_theme_line_height; + global::Xamarin.Forms.Platform.Android.Resource.Layout.Toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Layout.Toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Plurals.mtrl_badge_content_description = global::O2NextGen.SmallTalk.Droid.Resource.Plurals.mtrl_badge_content_description; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_action_bar_home_description = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_action_bar_home_description; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_action_bar_up_description = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_action_bar_up_description; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_action_menu_overflow_description = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_action_menu_overflow_description; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_action_mode_done = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_action_mode_done; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_activitychooserview_choose_application = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_activitychooserview_choose_application; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_activity_chooser_view_see_all = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_activity_chooser_view_see_all; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_capital_off = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_capital_off; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_capital_on = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_capital_on; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_alt_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_alt_shortcut_label; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_ctrl_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_ctrl_shortcut_label; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_delete_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_delete_shortcut_label; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_enter_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_enter_shortcut_label; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_function_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_function_shortcut_label; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_meta_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_meta_shortcut_label; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_shift_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_shift_shortcut_label; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_space_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_space_shortcut_label; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_sym_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_sym_shortcut_label; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_prepend_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_prepend_shortcut_label; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_clear = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_searchview_description_clear; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_query = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_searchview_description_query; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_search = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_searchview_description_search; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_submit = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_searchview_description_submit; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_voice = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_searchview_description_voice; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_search_hint = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_search_hint; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_shareactionprovider_share_with = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_shareactionprovider_share_with; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_shareactionprovider_share_with_application = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_shareactionprovider_share_with_application; + global::Xamarin.Forms.Platform.Android.Resource.String.abc_toolbar_collapse_description = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_toolbar_collapse_description; + global::Xamarin.Forms.Platform.Android.Resource.String.appbar_scrolling_view_behavior = global::O2NextGen.SmallTalk.Droid.Resource.String.appbar_scrolling_view_behavior; + global::Xamarin.Forms.Platform.Android.Resource.String.bottomsheet_action_expand_halfway = global::O2NextGen.SmallTalk.Droid.Resource.String.bottomsheet_action_expand_halfway; + global::Xamarin.Forms.Platform.Android.Resource.String.bottom_sheet_behavior = global::O2NextGen.SmallTalk.Droid.Resource.String.bottom_sheet_behavior; + global::Xamarin.Forms.Platform.Android.Resource.String.character_counter_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.character_counter_content_description; + global::Xamarin.Forms.Platform.Android.Resource.String.character_counter_overflowed_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.character_counter_overflowed_content_description; + global::Xamarin.Forms.Platform.Android.Resource.String.character_counter_pattern = global::O2NextGen.SmallTalk.Droid.Resource.String.character_counter_pattern; + global::Xamarin.Forms.Platform.Android.Resource.String.chip_text = global::O2NextGen.SmallTalk.Droid.Resource.String.chip_text; + global::Xamarin.Forms.Platform.Android.Resource.String.clear_text_end_icon_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.clear_text_end_icon_content_description; + global::Xamarin.Forms.Platform.Android.Resource.String.error_icon_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.error_icon_content_description; + global::Xamarin.Forms.Platform.Android.Resource.String.exposed_dropdown_menu_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.exposed_dropdown_menu_content_description; + global::Xamarin.Forms.Platform.Android.Resource.String.fab_transformation_scrim_behavior = global::O2NextGen.SmallTalk.Droid.Resource.String.fab_transformation_scrim_behavior; + global::Xamarin.Forms.Platform.Android.Resource.String.fab_transformation_sheet_behavior = global::O2NextGen.SmallTalk.Droid.Resource.String.fab_transformation_sheet_behavior; + global::Xamarin.Forms.Platform.Android.Resource.String.hide_bottom_view_on_scroll_behavior = global::O2NextGen.SmallTalk.Droid.Resource.String.hide_bottom_view_on_scroll_behavior; + global::Xamarin.Forms.Platform.Android.Resource.String.icon_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.icon_content_description; + global::Xamarin.Forms.Platform.Android.Resource.String.item_view_role_description = global::O2NextGen.SmallTalk.Droid.Resource.String.item_view_role_description; + global::Xamarin.Forms.Platform.Android.Resource.String.material_clock_display_divider = global::O2NextGen.SmallTalk.Droid.Resource.String.material_clock_display_divider; + global::Xamarin.Forms.Platform.Android.Resource.String.material_clock_toggle_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.material_clock_toggle_content_description; + global::Xamarin.Forms.Platform.Android.Resource.String.material_hour_selection = global::O2NextGen.SmallTalk.Droid.Resource.String.material_hour_selection; + global::Xamarin.Forms.Platform.Android.Resource.String.material_hour_suffix = global::O2NextGen.SmallTalk.Droid.Resource.String.material_hour_suffix; + global::Xamarin.Forms.Platform.Android.Resource.String.material_minute_selection = global::O2NextGen.SmallTalk.Droid.Resource.String.material_minute_selection; + global::Xamarin.Forms.Platform.Android.Resource.String.material_minute_suffix = global::O2NextGen.SmallTalk.Droid.Resource.String.material_minute_suffix; + global::Xamarin.Forms.Platform.Android.Resource.String.material_motion_easing_accelerated = global::O2NextGen.SmallTalk.Droid.Resource.String.material_motion_easing_accelerated; + global::Xamarin.Forms.Platform.Android.Resource.String.material_motion_easing_decelerated = global::O2NextGen.SmallTalk.Droid.Resource.String.material_motion_easing_decelerated; + global::Xamarin.Forms.Platform.Android.Resource.String.material_motion_easing_emphasized = global::O2NextGen.SmallTalk.Droid.Resource.String.material_motion_easing_emphasized; + global::Xamarin.Forms.Platform.Android.Resource.String.material_motion_easing_linear = global::O2NextGen.SmallTalk.Droid.Resource.String.material_motion_easing_linear; + global::Xamarin.Forms.Platform.Android.Resource.String.material_motion_easing_standard = global::O2NextGen.SmallTalk.Droid.Resource.String.material_motion_easing_standard; + global::Xamarin.Forms.Platform.Android.Resource.String.material_slider_range_end = global::O2NextGen.SmallTalk.Droid.Resource.String.material_slider_range_end; + global::Xamarin.Forms.Platform.Android.Resource.String.material_slider_range_start = global::O2NextGen.SmallTalk.Droid.Resource.String.material_slider_range_start; + global::Xamarin.Forms.Platform.Android.Resource.String.material_timepicker_am = global::O2NextGen.SmallTalk.Droid.Resource.String.material_timepicker_am; + global::Xamarin.Forms.Platform.Android.Resource.String.material_timepicker_clock_mode_description = global::O2NextGen.SmallTalk.Droid.Resource.String.material_timepicker_clock_mode_description; + global::Xamarin.Forms.Platform.Android.Resource.String.material_timepicker_hour = global::O2NextGen.SmallTalk.Droid.Resource.String.material_timepicker_hour; + global::Xamarin.Forms.Platform.Android.Resource.String.material_timepicker_minute = global::O2NextGen.SmallTalk.Droid.Resource.String.material_timepicker_minute; + global::Xamarin.Forms.Platform.Android.Resource.String.material_timepicker_pm = global::O2NextGen.SmallTalk.Droid.Resource.String.material_timepicker_pm; + global::Xamarin.Forms.Platform.Android.Resource.String.material_timepicker_select_time = global::O2NextGen.SmallTalk.Droid.Resource.String.material_timepicker_select_time; + global::Xamarin.Forms.Platform.Android.Resource.String.material_timepicker_text_input_mode_description = global::O2NextGen.SmallTalk.Droid.Resource.String.material_timepicker_text_input_mode_description; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_badge_numberless_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_badge_numberless_content_description; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_chip_close_icon_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_chip_close_icon_content_description; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_exceed_max_badge_number_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_exceed_max_badge_number_content_description; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_exceed_max_badge_number_suffix = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_exceed_max_badge_number_suffix; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_a11y_next_month = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_a11y_next_month; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_a11y_prev_month = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_a11y_prev_month; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_announce_current_selection = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_announce_current_selection; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_cancel = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_cancel; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_confirm = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_confirm; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_date_header_selected = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_date_header_selected; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_date_header_title = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_date_header_title; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_date_header_unselected = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_date_header_unselected; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_day_of_week_column_header = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_day_of_week_column_header; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_invalid_format = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_invalid_format; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_invalid_format_example = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_invalid_format_example; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_invalid_format_use = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_invalid_format_use; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_invalid_range = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_invalid_range; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_navigate_to_year_description = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_navigate_to_year_description; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_out_of_range = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_out_of_range; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_range_header_only_end_selected = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_range_header_only_start_selected; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_range_header_selected = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_range_header_selected; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_range_header_title = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_range_header_title; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_range_header_unselected = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_range_header_unselected; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_save = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_save; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_text_input_date_hint = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_text_input_day_abbr; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_text_input_month_abbr = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_text_input_month_abbr; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_text_input_year_abbr = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_text_input_year_abbr; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_toggle_to_calendar_input_mode = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_toggle_to_calendar_input_mode; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_toggle_to_day_selection = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_toggle_to_day_selection; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_toggle_to_text_input_mode = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_toggle_to_text_input_mode; + global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_toggle_to_year_selection = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_toggle_to_year_selection; + global::Xamarin.Forms.Platform.Android.Resource.String.nav_app_bar_navigate_up_description = global::O2NextGen.SmallTalk.Droid.Resource.String.nav_app_bar_navigate_up_description; + global::Xamarin.Forms.Platform.Android.Resource.String.nav_app_bar_open_drawer_description = global::O2NextGen.SmallTalk.Droid.Resource.String.nav_app_bar_open_drawer_description; + global::Xamarin.Forms.Platform.Android.Resource.String.overflow_tab_title = global::O2NextGen.SmallTalk.Droid.Resource.String.overflow_tab_title; + global::Xamarin.Forms.Platform.Android.Resource.String.password_toggle_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.password_toggle_content_description; + global::Xamarin.Forms.Platform.Android.Resource.String.path_password_eye = global::O2NextGen.SmallTalk.Droid.Resource.String.path_password_eye; + global::Xamarin.Forms.Platform.Android.Resource.String.path_password_eye_mask_strike_through = global::O2NextGen.SmallTalk.Droid.Resource.String.path_password_eye_mask_strike_through; + global::Xamarin.Forms.Platform.Android.Resource.String.path_password_eye_mask_visible = global::O2NextGen.SmallTalk.Droid.Resource.String.path_password_eye_mask_visible; + global::Xamarin.Forms.Platform.Android.Resource.String.path_password_strike_through = global::O2NextGen.SmallTalk.Droid.Resource.String.path_password_strike_through; + global::Xamarin.Forms.Platform.Android.Resource.String.search_menu_title = global::O2NextGen.SmallTalk.Droid.Resource.String.search_menu_title; + global::Xamarin.Forms.Platform.Android.Resource.String.status_bar_notification_info_overflow = global::O2NextGen.SmallTalk.Droid.Resource.String.status_bar_notification_info_overflow; + global::Xamarin.Forms.Platform.Android.Resource.Style.AlertDialog_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.AlertDialog_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.AlertDialog_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.AlertDialog_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.AndroidThemeColorAccentYellow = global::O2NextGen.SmallTalk.Droid.Resource.Style.AndroidThemeColorAccentYellow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Animation_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Animation_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Animation_AppCompat_DropDownUp = global::O2NextGen.SmallTalk.Droid.Resource.Style.Animation_AppCompat_DropDownUp; + global::Xamarin.Forms.Platform.Android.Resource.Style.Animation_AppCompat_Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Style.Animation_AppCompat_Tooltip; + global::Xamarin.Forms.Platform.Android.Resource.Style.Animation_Design_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Animation_Design_BottomSheetDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Animation_MaterialComponents_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Animation_MaterialComponents_BottomSheetDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.AppCompatDialogStyle = global::O2NextGen.SmallTalk.Droid.Resource.Style.AppCompatDialogStyle; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_AlertDialog_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_AlertDialog_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_AlertDialog_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_AlertDialog_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Animation_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Animation_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Animation_AppCompat_DropDownUp = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Animation_AppCompat_DropDownUp; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Animation_AppCompat_Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Animation_AppCompat_Tooltip; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_CardView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_CardView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_DialogWindowTitleBackground_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_DialogWindowTitleBackground_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_DialogWindowTitle_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_DialogWindowTitle_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Icon; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Panel = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Panel; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Text = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Text; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Body1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Body1; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Body2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Body2; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Button; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Caption = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Caption; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Display1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display1; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Display2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display2; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Display3 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display3; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Display4 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display4; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Headline = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Headline; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Large = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Large; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Large_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Large_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Medium = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Medium; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Medium_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Medium_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Menu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Menu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_SearchResult = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_SearchResult; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Subtitle; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Small; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Small_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Small_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Subhead = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Subhead; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Subhead_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Subhead_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Title_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Title_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Tooltip; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Menu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Colored; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_DropDownItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_DropDownItem; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Header; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Large; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Small; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_Switch = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Switch; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_MaterialComponents_Badge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Badge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_MaterialComponents_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Button; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_MaterialComponents_Headline6 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Headline6; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_MaterialComponents_Subtitle2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Subtitle2; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dark = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dark; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dark_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dark_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_CompactMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_CompactMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_DialogWhenLarge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Dialog_FixedSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_FixedSize; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_DarkActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Light_DarkActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Light_DialogWhenLarge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_Dialog_FixedSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_FixedSize; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_CompactMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_CompactMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_DialogWhenLarge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Dialog_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Dialog_FixedSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_FixedSize; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DialogWhenLarge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_FixedSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_FixedSize; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_ThemeOverlay_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_ThemeOverlay_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_AppCompat_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_AppCompat_Light_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_MaterialComponents; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_MaterialComponents_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_MaterialComponents_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_MaterialComponents_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_MaterialComponents_Light_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V22_Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V22_Theme_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V22_Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V22_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V23_Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V23_Theme_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V23_Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V23_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V26_Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V26_Theme_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V26_Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V26_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V26_Widget_AppCompat_Toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V26_Widget_AppCompat_Toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V28_Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V28_Theme_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V28_Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V28_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_ThemeOverlay_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_ThemeOverlay_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_Theme_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Theme_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_Theme_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Theme_AppCompat_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_Theme_AppCompat_Light_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Widget_AppCompat_AutoCompleteTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_Widget_AppCompat_AutoCompleteTextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Widget_AppCompat_EditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_Widget_AppCompat_EditText; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Widget_AppCompat_Toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_Widget_AppCompat_Toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionBar_Solid = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_Solid; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionBar_TabBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_TabBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionBar_TabText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_TabText; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionBar_TabView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_TabView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionButton_CloseMode = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionButton_CloseMode; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionButton_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionButton_Overflow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionMode = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionMode; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActivityChooserView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActivityChooserView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_AutoCompleteTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_AutoCompleteTextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Button; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ButtonBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ButtonBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ButtonBar_AlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ButtonBar_AlertDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_Borderless = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Button_Borderless; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_Borderless_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Button_Borderless_Colored; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Button_ButtonBar_AlertDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Button_Colored; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Button_Small; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_CompoundButton_CheckBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_CheckBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_CompoundButton_RadioButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_RadioButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_CompoundButton_Switch = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_Switch; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle_Common = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle_Common; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_DropDownItem_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_DropDownItem_Spinner; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_EditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_EditText; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ImageButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ImageButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_Solid = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_Solid; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu_Overflow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ListMenuView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ListMenuView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ListPopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ListPopupWindow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ListView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ListView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ListView_DropDown = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ListView_DropDown; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ListView_Menu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ListView_Menu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_PopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_PopupMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_PopupMenu_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_PopupMenu_Overflow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_PopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_PopupWindow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ProgressBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ProgressBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ProgressBar_Horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ProgressBar_Horizontal; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_RatingBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_RatingBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_RatingBar_Indicator = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_RatingBar_Indicator; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_RatingBar_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_RatingBar_Small; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_SearchView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_SearchView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_SearchView_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_SearchView_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_SeekBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_SeekBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_SeekBar_Discrete = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_SeekBar_Discrete; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Spinner; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Spinner_Underlined = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Spinner_Underlined; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_TextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_TextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_TextView_SpinnerItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_TextView_SpinnerItem; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Toolbar_Button_Navigation = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Toolbar_Button_Navigation; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_Design_TabLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_Design_TabLayout; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_AutoCompleteTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_AutoCompleteTextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_CheckedTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_CheckedTextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_Chip = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_Chip; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_PopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ContextMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ContextMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_Overflow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_Slider = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_Slider; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_Snackbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_Snackbar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_TextInputEditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_TextInputEditText; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_TextInputLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_TextInputLayout; + global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_TextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_TextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.CardView = global::O2NextGen.SmallTalk.Droid.Resource.Style.CardView; + global::Xamarin.Forms.Platform.Android.Resource.Style.CardView_Dark = global::O2NextGen.SmallTalk.Droid.Resource.Style.CardView_Dark; + global::Xamarin.Forms.Platform.Android.Resource.Style.CardView_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.CardView_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.collectionViewTheme = global::O2NextGen.SmallTalk.Droid.Resource.Style.collectionViewTheme; + global::Xamarin.Forms.Platform.Android.Resource.Style.EmptyTheme = global::O2NextGen.SmallTalk.Droid.Resource.Style.EmptyTheme; + global::Xamarin.Forms.Platform.Android.Resource.Style.MainTheme = global::O2NextGen.SmallTalk.Droid.Resource.Style.MainTheme; + global::Xamarin.Forms.Platform.Android.Resource.Style.MainTheme_Base = global::O2NextGen.SmallTalk.Droid.Resource.Style.MainTheme_Base; + global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents; + global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Body_Text = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Body_Text; + global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar; + global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner; + global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon; + global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked; + global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel; + global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked; + global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text; + global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked; + global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_MaterialComponents; + global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_MaterialComponents_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_MaterialComponents_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_MaterialComponents_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_MaterialComponents_Light_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_ThemeOverlay_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_ThemeOverlay_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_ThemeOverlay_AppCompat_Dark = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_ThemeOverlay_AppCompat_Dark; + global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_ThemeOverlay_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_ThemeOverlay_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_V21_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_V21_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_V21_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_V21_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_V25_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_V25_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_V25_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_V25_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_Widget_AppCompat_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_Widget_AppCompat_Spinner; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_DialogWindowTitle_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_DialogWindowTitle_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_ActionBar_TitleItem; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_DialogTitle_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_DialogTitle_Icon; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Text; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_SearchView_MagIcon = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_SearchView_MagIcon; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Query = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Query; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Text = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Text; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton_Overflow; + global::Xamarin.Forms.Platform.Android.Resource.Style.scrollViewScrollBars = global::O2NextGen.SmallTalk.Droid.Resource.Style.scrollViewScrollBars; + global::Xamarin.Forms.Platform.Android.Resource.Style.scrollViewTheme = global::O2NextGen.SmallTalk.Droid.Resource.Style.scrollViewTheme; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_BottomLeftDifferentCornerSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_BottomLeftDifferentCornerSize; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_BottomRightCut = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_BottomRightCut; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_Cut = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_Cut; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_DifferentCornerSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_DifferentCornerSize; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_BottomSheet = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_BottomSheet; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_Chip = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_Chip; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_TopLeftCut = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_TopLeftCut; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_TopRightDifferentCornerSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_TopRightDifferentCornerSize; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearance_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearance_MaterialComponents; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearance_MaterialComponents_LargeComponent = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearance_MaterialComponents_LargeComponent; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearance_MaterialComponents_MediumComponent = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearance_MaterialComponents_MediumComponent; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearance_MaterialComponents_SmallComponent = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearance_MaterialComponents_SmallComponent; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearance_MaterialComponents_Test = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearance_MaterialComponents_Test; + global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearance_MaterialComponents_Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearance_MaterialComponents_Tooltip; + global::Xamarin.Forms.Platform.Android.Resource.Style.TestStyleWithLineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Style.TestStyleWithLineHeight; + global::Xamarin.Forms.Platform.Android.Resource.Style.TestStyleWithLineHeightAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Style.TestStyleWithLineHeightAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Style.TestStyleWithoutLineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Style.TestStyleWithoutLineHeight; + global::Xamarin.Forms.Platform.Android.Resource.Style.TestStyleWithThemeLineHeightAttribute = global::O2NextGen.SmallTalk.Droid.Resource.Style.TestStyleWithThemeLineHeightAttribute; + global::Xamarin.Forms.Platform.Android.Resource.Style.TestThemeWithLineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Style.TestThemeWithLineHeight; + global::Xamarin.Forms.Platform.Android.Resource.Style.TestThemeWithLineHeightDisabled = global::O2NextGen.SmallTalk.Droid.Resource.Style.TestThemeWithLineHeightDisabled; + global::Xamarin.Forms.Platform.Android.Resource.Style.Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = global::O2NextGen.SmallTalk.Droid.Resource.Style.Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day; + global::Xamarin.Forms.Platform.Android.Resource.Style.Test_Theme_MaterialComponents_MaterialCalendar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Test_Theme_MaterialComponents_MaterialCalendar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day = global::O2NextGen.SmallTalk.Droid.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day; + global::Xamarin.Forms.Platform.Android.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected = global::O2NextGen.SmallTalk.Droid.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Body1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Body1; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Body2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Body2; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Button; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Caption = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Caption; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Display1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Display1; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Display2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Display2; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Display3 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Display3; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Display4 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Display4; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Headline = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Headline; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Large = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Large; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Large_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Large_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Subtitle; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Large; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Small; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Medium = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Medium; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Medium_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Medium_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Menu = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Menu; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_SearchResult_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_SearchResult_Subtitle; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_SearchResult_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_SearchResult_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Small; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Small_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Small_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Subhead = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Subhead; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Subhead_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Subhead_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Title_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Title_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Tooltip; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Menu = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Menu; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_Button_Borderless_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button_Borderless_Colored; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_Button_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button_Colored; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_Button_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_DropDownItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_DropDownItem; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Header = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Header; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Large = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Large; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Small; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_Switch = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Switch; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_TextView_SpinnerItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_TextView_SpinnerItem; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Info = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Info; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Info_Media = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Info_Media; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Line2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Line2_Media = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2_Media; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Media = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Media; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Time = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Time; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Time_Media = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Time_Media; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Title_Media = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Title_Media; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_CollapsingToolbar_Expanded = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_CollapsingToolbar_Expanded; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Counter = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Counter; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Counter_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Counter_Overflow; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Error = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Error; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_HelperText = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_HelperText; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Hint = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Hint; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Placeholder = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Placeholder; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Prefix = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Prefix; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Snackbar_Message = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Snackbar_Message; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Suffix = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Suffix; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Tab = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Tab; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Badge = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Badge; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Body1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Body1; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Body2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Body2; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Button; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Caption = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Caption; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Chip = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Chip; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Headline1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline1; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Headline2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline2; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Headline3 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline3; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Headline4 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline4; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Headline5 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline5; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Headline6 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline6; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Overline = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Overline; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Subtitle1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Subtitle1; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Subtitle2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Subtitle2; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_TimePicker_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_TimePicker_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Tooltip; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Widget_AppCompat_ExpandedMenu_Item = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Widget_AppCompat_ExpandedMenu_Item; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Subtitle; + global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Title; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlayColorAccentRed = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlayColorAccentRed; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dark = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_Dark; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dark_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_Dark_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_DayNight = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_DayNight; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_DayNight_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_DayNight_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_Design_TextInputEditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_Design_TextInputEditText; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Primary = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Primary; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Surface = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Surface; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Primary = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Primary; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Surface = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Surface; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_BottomSheetDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dark = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dark; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dark_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dark_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert_Framework; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TimePicker = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TimePicker; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TimePicker_Display = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TimePicker_Display; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Primary = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Primary; + global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Surface = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Surface; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_CompactMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_CompactMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DayNight; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_DarkActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DayNight_DarkActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DayNight_DialogWhenLarge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DayNight_NoActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DialogWhenLarge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Empty = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Empty; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_DarkActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Light_DarkActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Light_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Light_DialogWhenLarge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Light_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Light_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Light_NoActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_NoActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_Design = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_Design; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_Design_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_Design_BottomSheetDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_Design_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_Design_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_Design_Light_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_Design_Light_BottomSheetDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_Design_Light_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_Design_Light_NoActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_Design_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_Design_NoActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_BottomSheetDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_CompactMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_CompactMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_BottomSheetDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_DialogWhenLarge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DialogWhenLarge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_Alert_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog_Alert_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_BarSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_BarSize; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_BottomSheetDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_DialogWhenLarge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_LargeTouch = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_LargeTouch; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_NoActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_NoActionBar_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_NoActionBar_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_NoActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_NoActionBar_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_NoActionBar_Bridge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionBar_Solid = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionBar_Solid; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionBar_TabBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionBar_TabBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionBar_TabText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionBar_TabText; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionBar_TabView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionBar_TabView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionButton_CloseMode = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionButton_CloseMode; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionButton_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionButton_Overflow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionMode = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionMode; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActivityChooserView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActivityChooserView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_AutoCompleteTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_AutoCompleteTextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Button; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ButtonBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ButtonBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ButtonBar_AlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ButtonBar_AlertDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_Borderless = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Button_Borderless; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_Borderless_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Button_Borderless_Colored; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_ButtonBar_AlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Button_ButtonBar_AlertDialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Button_Colored; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Button_Small; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_CompoundButton_CheckBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_CompoundButton_CheckBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_CompoundButton_RadioButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_CompoundButton_RadioButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_CompoundButton_Switch = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_CompoundButton_Switch; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_DrawerArrowToggle = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_DrawerArrowToggle; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_DropDownItem_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_DropDownItem_Spinner; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_EditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_EditText; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ImageButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ImageButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionButton_CloseMode = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionButton_CloseMode; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionButton_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionButton_Overflow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionMode_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionMode_Inverse; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActivityChooserView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActivityChooserView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_AutoCompleteTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_AutoCompleteTextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_DropDownItem_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_DropDownItem_Spinner; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ListPopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ListPopupWindow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ListView_DropDown = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ListView_DropDown; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_PopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_PopupMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_PopupMenu_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_PopupMenu_Overflow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_SearchView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_SearchView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_Spinner_DropDown_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_Spinner_DropDown_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ListMenuView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ListMenuView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ListPopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ListPopupWindow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ListView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ListView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ListView_DropDown = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ListView_DropDown; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ListView_Menu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ListView_Menu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_PopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_PopupMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_PopupMenu_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_PopupMenu_Overflow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_PopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_PopupWindow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ProgressBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ProgressBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ProgressBar_Horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ProgressBar_Horizontal; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_RatingBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_RatingBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_RatingBar_Indicator = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_RatingBar_Indicator; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_RatingBar_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_RatingBar_Small; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_SearchView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_SearchView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_SearchView_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_SearchView_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_SeekBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_SeekBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_SeekBar_Discrete = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_SeekBar_Discrete; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Spinner; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Spinner_DropDown = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Spinner_DropDown; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Spinner_DropDown_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Spinner_DropDown_ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Spinner_Underlined = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Spinner_Underlined; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_TextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_TextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_TextView_SpinnerItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_TextView_SpinnerItem; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Toolbar_Button_Navigation = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Toolbar_Button_Navigation; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Compat_NotificationActionContainer = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Compat_NotificationActionContainer; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Compat_NotificationActionText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Compat_NotificationActionText; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_AppBarLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_AppBarLayout; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_BottomNavigationView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_BottomNavigationView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_BottomSheet_Modal = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_BottomSheet_Modal; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_CollapsingToolbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_CollapsingToolbar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_FloatingActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_FloatingActionButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_NavigationView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_NavigationView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_ScrimInsetsFrameLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_ScrimInsetsFrameLayout; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_Snackbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_Snackbar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_TabLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_TabLayout; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_TextInputEditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_TextInputEditText; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_TextInputLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_TextInputLayout; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ActionBar_Primary = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_Primary; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ActionBar_PrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_PrimarySurface; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ActionBar_Solid = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_Solid; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ActionBar_Surface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_Surface; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_AppBarLayout_Primary = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_AppBarLayout_Primary; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_AppBarLayout_PrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_AppBarLayout_PrimarySurface; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_AppBarLayout_Surface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_AppBarLayout_Surface; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Badge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Badge; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomAppBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomAppBar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomAppBar_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomAppBar_Colored; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomAppBar_PrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomAppBar_PrimarySurface; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomNavigationView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomNavigationView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomNavigationView_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomNavigationView_Colored; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomNavigationView_PrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomNavigationView_PrimarySurface; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomSheet = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomSheet; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomSheet_Modal = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomSheet_Modal; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_Icon; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton_Icon; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_TextButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Flush = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Flush; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Icon; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_TextButton_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Icon; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_TextButton_Snackbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Snackbar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton_Icon; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CardView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CardView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CheckedTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CheckedTextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ChipGroup = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ChipGroup; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Chip_Action = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Chip_Action; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Chip_Choice = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Chip_Choice; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Chip_Entry = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Chip_Entry; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Chip_Filter = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Chip_Filter; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator_Medium = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator_Medium; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator_Small; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CollapsingToolbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CollapsingToolbar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CompoundButton_CheckBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CompoundButton_CheckBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CompoundButton_RadioButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CompoundButton_RadioButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CompoundButton_Switch = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CompoundButton_Switch; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton_Icon; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_FloatingActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_FloatingActionButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Light_ActionBar_Solid = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Light_ActionBar_Solid; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_LinearProgressIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_LinearProgressIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialButtonToggleGroup = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialButtonToggleGroup; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_DayTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_DayTextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Invalid = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Invalid; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Selected = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Selected; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Today = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Today; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Fullscreen; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderDivider = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderDivider; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderLayout; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderTitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderTitle; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Item = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Item; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_MonthTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_MonthTextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_YearNavigationButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_YearNavigationButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Selected = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Selected; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Today = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Today; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_NavigationRailView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_NavigationRailView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_NavigationRailView_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_NavigationRailView_Colored; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_NavigationRailView_Colored_Compact = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_NavigationRailView_Colored_Compact; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_NavigationRailView_Compact = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_NavigationRailView_Compact; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_NavigationRailView_PrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_NavigationRailView_PrimarySurface; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_NavigationView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_NavigationView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_PopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_PopupMenu_ContextMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu_ContextMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_PopupMenu_ListPopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu_ListPopupWindow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_PopupMenu_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu_Overflow; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ProgressIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ProgressIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ShapeableImageView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ShapeableImageView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Slider = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Slider; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Snackbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Snackbar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Snackbar_FullWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Snackbar_FullWidth; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Snackbar_TextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Snackbar_TextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TabLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TabLayout; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TabLayout_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TabLayout_Colored; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TabLayout_PrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TabLayout_PrimarySurface; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox_Dense; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextView; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TimePicker = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TimePicker; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TimePicker_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TimePicker_Button; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TimePicker_Clock = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TimePicker_Clock; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TimePicker_Display = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TimePicker_Display; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TimePicker_Display_TextInputEditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TimePicker_Display_TextInputEditText; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TimePicker_ImageButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TimePicker_ImageButton; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Toolbar_Primary = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Toolbar_Primary; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Toolbar_PrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Toolbar_PrimarySurface; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Toolbar_Surface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Toolbar_Surface; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Tooltip; + global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Support_CoordinatorLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Support_CoordinatorLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBarLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBarLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBarLayout_android_layout_gravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBarLayout_android_layout_gravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_background = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_background; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_backgroundSplit = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_backgroundSplit; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_backgroundStacked = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_backgroundStacked; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_contentInsetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_contentInsetEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_contentInsetEndWithActions = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_contentInsetEndWithActions; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_contentInsetLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_contentInsetLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_contentInsetRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_contentInsetRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_contentInsetStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_contentInsetStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_contentInsetStartWithNavigation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_contentInsetStartWithNavigation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_customNavigationLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_customNavigationLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_displayOptions = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_displayOptions; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_divider = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_divider; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_height; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_hideOnContentScroll = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_hideOnContentScroll; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_homeAsUpIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_homeAsUpIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_homeLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_homeLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_icon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_icon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_indeterminateProgressStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_indeterminateProgressStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_itemPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_itemPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_logo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_logo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_navigationMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_navigationMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_popupTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_popupTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_progressBarPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_progressBarPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_progressBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_progressBarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_subtitle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_subtitleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_subtitleTextStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_title = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_title; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_titleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_titleTextStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMenuItemView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMenuItemView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMenuItemView_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMenuItemView_android_minWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMenuView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMenuView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMode_background = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMode_background; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMode_backgroundSplit = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMode_backgroundSplit; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMode_closeItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMode_closeItemLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMode_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMode_height; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMode_subtitleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMode_subtitleTextStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMode_titleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMode_titleTextStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActivityChooserView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityChooserView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActivityChooserView_expandActivityOverflowButtonDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityChooserView_expandActivityOverflowButtonDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActivityChooserView_initialActivityCount = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityChooserView_initialActivityCount; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActivityNavigator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityNavigator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActivityNavigator_action = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityNavigator_action; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActivityNavigator_android_name = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityNavigator_android_name; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActivityNavigator_data = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityNavigator_data; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActivityNavigator_dataPattern = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityNavigator_dataPattern; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActivityNavigator_targetPackage = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityNavigator_targetPackage; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_android_layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_android_layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_buttonIconDimen = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_buttonIconDimen; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_buttonPanelSideLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_buttonPanelSideLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_listItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_listItemLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_listLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_listLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_multiChoiceItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_multiChoiceItemLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_showTitle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_showTitle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_singleChoiceItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_singleChoiceItemLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableCompat; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableCompat_android_constantSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_constantSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableCompat_android_dither = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_dither; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableCompat_android_enterFadeDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_enterFadeDuration; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableCompat_android_exitFadeDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_exitFadeDuration; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableCompat_android_variablePadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_variablePadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableCompat_android_visible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_visible; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableItem; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableItem_android_drawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableItem_android_drawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableItem_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableItem_android_id; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableTransition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableTransition_android_drawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_drawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableTransition_android_fromId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_fromId; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableTransition_android_reversible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_reversible; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableTransition_android_toId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_toId; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayoutStates; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates_state_collapsed = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayoutStates_state_collapsed; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates_state_collapsible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayoutStates_state_collapsible; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates_state_liftable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayoutStates_state_liftable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates_state_lifted = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayoutStates_state_lifted; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_android_background = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_android_background; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_android_keyboardNavigationCluster = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_android_keyboardNavigationCluster; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_android_touchscreenBlocksFocus = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_android_touchscreenBlocksFocus; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_expanded = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_expanded; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_Layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_Layout_layout_scrollFlags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_Layout_layout_scrollFlags; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_Layout_layout_scrollInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_Layout_layout_scrollInterpolator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_liftOnScroll = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_liftOnScroll; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_liftOnScrollTargetViewId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_liftOnScrollTargetViewId; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_statusBarForeground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_statusBarForeground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatImageView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatImageView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatImageView_android_src = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatImageView_android_src; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatImageView_srcCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatImageView_srcCompat; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatImageView_tint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatImageView_tint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatImageView_tintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatImageView_tintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatSeekBar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatSeekBar; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatSeekBar_android_thumb = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatSeekBar_android_thumb; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatSeekBar_tickMark = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatSeekBar_tickMark; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatSeekBar_tickMarkTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatSeekBar_tickMarkTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatSeekBar_tickMarkTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatSeekBar_tickMarkTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper_android_drawableBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper_android_drawableEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper_android_drawableLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper_android_drawableRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper_android_drawableStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper_android_drawableTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper_android_textAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper_android_textAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_android_textAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_android_textAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_autoSizeMaxTextSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_autoSizeMaxTextSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_autoSizeMinTextSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_autoSizeMinTextSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_autoSizePresetSizes = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_autoSizePresetSizes; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_autoSizeStepGranularity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_autoSizeStepGranularity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_autoSizeTextType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_autoSizeTextType; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableBottomCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableBottomCompat; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableEndCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableEndCompat; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableLeftCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableLeftCompat; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableRightCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableRightCompat; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableStartCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableStartCompat; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableTopCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableTopCompat; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_firstBaselineToTopHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_firstBaselineToTopHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_fontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_fontFamily; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_fontVariationSettings = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_fontVariationSettings; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_lastBaselineToBottomHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_lastBaselineToBottomHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_lineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_lineHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_textAllCaps = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_textAllCaps; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_textLocale = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_textLocale; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarDivider = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarDivider; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarItemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarItemBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarPopupTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarPopupTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarSplitStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarSplitStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarTabBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarTabBarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarTabStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarTabStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarTabTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarTabTextStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarWidgetTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarWidgetTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionDropDownStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionDropDownStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionMenuTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionMenuTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionMenuTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionMenuTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeCloseButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeCloseButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeCloseContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeCloseContentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeCloseDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeCloseDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeCopyDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeCopyDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeCutDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeCutDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeFindDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeFindDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModePasteDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModePasteDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModePopupWindowStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModePopupWindowStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeSelectAllDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeSelectAllDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeShareDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeShareDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeSplitBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeSplitBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeWebSearchDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeWebSearchDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionOverflowButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionOverflowButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionOverflowMenuStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionOverflowMenuStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_activityChooserViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_activityChooserViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_alertDialogButtonGroupStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_alertDialogButtonGroupStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_alertDialogCenterButtons = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_alertDialogCenterButtons; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_alertDialogStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_alertDialogStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_alertDialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_alertDialogTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_android_windowAnimationStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_android_windowAnimationStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_android_windowIsFloating = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_android_windowIsFloating; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_autoCompleteTextViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_autoCompleteTextViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_borderlessButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_borderlessButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_buttonBarButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_buttonBarButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_buttonBarNegativeButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_buttonBarNegativeButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_buttonBarNeutralButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_buttonBarNeutralButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_buttonBarPositiveButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_buttonBarPositiveButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_buttonBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_buttonBarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_buttonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_buttonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_buttonStyleSmall = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_buttonStyleSmall; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_checkboxStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_checkboxStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_checkedTextViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_checkedTextViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorAccent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorAccent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorBackgroundFloating = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorBackgroundFloating; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorButtonNormal = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorButtonNormal; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorControlActivated = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorControlActivated; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorControlHighlight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorControlHighlight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorControlNormal = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorControlNormal; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorError = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorError; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorPrimary = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorPrimary; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorPrimaryDark = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorPrimaryDark; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorSwitchThumbNormal = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorSwitchThumbNormal; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_controlBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_controlBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dialogCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_dialogCornerRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dialogPreferredPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_dialogPreferredPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_dialogTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dividerHorizontal = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_dividerHorizontal; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dividerVertical = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_dividerVertical; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dropdownListPreferredItemHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_dropdownListPreferredItemHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dropDownListViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_dropDownListViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_editTextBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_editTextBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_editTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_editTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_editTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_editTextStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_homeAsUpIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_homeAsUpIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_imageButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_imageButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listChoiceBackgroundIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listChoiceBackgroundIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listChoiceIndicatorMultipleAnimated = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listChoiceIndicatorMultipleAnimated; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listChoiceIndicatorSingleAnimated = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listChoiceIndicatorSingleAnimated; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listDividerAlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listDividerAlertDialog; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listMenuViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listMenuViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPopupWindowStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPopupWindowStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPreferredItemHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPreferredItemHeightLarge = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemHeightLarge; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPreferredItemHeightSmall = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemHeightSmall; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_panelBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_panelBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_panelMenuListTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_panelMenuListTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_panelMenuListWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_panelMenuListWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_popupMenuStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_popupMenuStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_popupWindowStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_popupWindowStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_radioButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_radioButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_ratingBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_ratingBarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_ratingBarStyleIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_ratingBarStyleIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_ratingBarStyleSmall = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_ratingBarStyleSmall; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_searchViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_searchViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_seekBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_seekBarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_selectableItemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_selectableItemBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_selectableItemBackgroundBorderless = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_selectableItemBackgroundBorderless; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_spinnerDropDownItemStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_spinnerDropDownItemStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_spinnerStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_spinnerStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_switchStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_switchStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearanceLargePopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearanceLargePopupMenu; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearanceListItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearanceListItem; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearanceListItemSecondary = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearanceListItemSecondary; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearanceListItemSmall = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearanceListItemSmall; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearancePopupMenuHeader = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearancePopupMenuHeader; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultSubtitle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultSubtitle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultTitle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultTitle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearanceSmallPopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearanceSmallPopupMenu; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textColorAlertDialogListItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textColorAlertDialogListItem; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textColorSearchUrl = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textColorSearchUrl; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_toolbarNavigationButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_toolbarNavigationButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_toolbarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_toolbarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_tooltipForegroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_tooltipForegroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_tooltipFrameBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_tooltipFrameBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_viewInflaterClass = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_viewInflaterClass; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowActionBar; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowActionBarOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowActionBarOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowActionModeOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowActionModeOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowFixedHeightMajor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowFixedHeightMajor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowFixedHeightMinor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowFixedHeightMinor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowFixedWidthMajor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowFixedWidthMajor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowFixedWidthMinor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowFixedWidthMinor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowMinWidthMajor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowMinWidthMajor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowMinWidthMinor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowMinWidthMinor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowNoTitle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowNoTitle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge_backgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge_backgroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge_badgeGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge_badgeGravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge_badgeTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge_badgeTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge_horizontalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge_horizontalOffset; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge_maxCharacterCount = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge_maxCharacterCount; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge_number = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge_number; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge_verticalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge_verticalOffset; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BaseProgressIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BaseProgressIndicator_android_indeterminate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_android_indeterminate; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BaseProgressIndicator_hideAnimationBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_hideAnimationBehavior; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BaseProgressIndicator_indicatorColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_indicatorColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BaseProgressIndicator_minHideDelay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_minHideDelay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BaseProgressIndicator_showAnimationBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_showAnimationBehavior; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BaseProgressIndicator_showDelay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_showDelay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BaseProgressIndicator_trackColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_trackColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BaseProgressIndicator_trackCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_trackCornerRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BaseProgressIndicator_trackThickness = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_trackThickness; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_backgroundTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_fabAlignmentMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_fabAlignmentMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_fabAnimationMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_fabAnimationMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_fabCradleMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_fabCradleMargin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_fabCradleRoundedCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_fabCradleRoundedCornerRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_fabCradleVerticalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_fabCradleVerticalOffset; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_hideOnScroll = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_hideOnScroll; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_paddingBottomSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_paddingBottomSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_paddingLeftSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_paddingLeftSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_paddingRightSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_paddingRightSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomNavigationView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView_itemHorizontalTranslationEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomNavigationView_itemHorizontalTranslationEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_android_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_android_maxWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_backgroundTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_draggable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_draggable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_expandedOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_expandedOffset; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_fitToContents = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_fitToContents; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_halfExpandedRatio = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_halfExpandedRatio; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_hideable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_hideable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_peekHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_peekHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_saveFlags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_saveFlags; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_skipCollapsed = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_skipCollapsed; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_gestureInsetBottomIgnored = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_gestureInsetBottomIgnored; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_paddingRightSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_paddingRightSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_paddingTopSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_paddingTopSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ButtonBarLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ButtonBarLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ButtonBarLayout_allowStacking = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ButtonBarLayout_allowStacking; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Capability = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Capability; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Capability_queryPatterns = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Capability_queryPatterns; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Capability_shortcutMatchRequired = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Capability_shortcutMatchRequired; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_android_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_android_minHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_android_minWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_cardBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_cardBackgroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_cardCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_cardCornerRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_cardElevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_cardElevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_cardMaxElevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_cardMaxElevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_cardPreventCornerOverlap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_cardPreventCornerOverlap; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_cardUseCompatPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_cardUseCompatPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_contentPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_contentPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_contentPaddingBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_contentPaddingBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_contentPaddingLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_contentPaddingLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_contentPaddingRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_contentPaddingRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_contentPaddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_contentPaddingTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Carousel = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Carousel_carousel_backwardTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_backwardTransition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Carousel_carousel_emptyViewsBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_emptyViewsBehavior; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Carousel_carousel_firstView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_firstView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Carousel_carousel_forwardTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_forwardTransition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Carousel_carousel_infinite = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_infinite; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Carousel_carousel_nextState = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_nextState; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Carousel_carousel_previousState = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_previousState; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Carousel_carousel_touchUpMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_touchUpMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Carousel_carousel_touchUp_dampeningFactor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_touchUp_dampeningFactor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Carousel_carousel_touchUp_velocityThreshold = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_touchUp_velocityThreshold; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_checkedChip = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup_checkedChip; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_chipSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup_chipSpacing; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_chipSpacingHorizontal = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup_chipSpacingHorizontal; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_chipSpacingVertical = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup_chipSpacingVertical; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_selectionRequired = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup_selectionRequired; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_singleLine = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup_singleLine; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_singleSelection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup_singleSelection; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_checkable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_android_checkable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_ellipsize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_android_ellipsize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_android_maxWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_text = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_android_text; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_textAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_android_textAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_textColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_android_textColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_textSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_android_textSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_checkedIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_checkedIcon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_checkedIconEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_checkedIconEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_checkedIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_checkedIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_checkedIconVisible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_checkedIconVisible; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipBackgroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipCornerRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipEndPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipIcon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipIconEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipIconEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipIconSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipIconVisible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipIconVisible; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipMinHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipMinHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipMinTouchTargetSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipMinTouchTargetSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipStartPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipStrokeColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipStrokeWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipSurfaceColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipSurfaceColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_closeIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_closeIcon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_closeIconEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_closeIconEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_closeIconEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_closeIconEndPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_closeIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_closeIconSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_closeIconStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_closeIconStartPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_closeIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_closeIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_closeIconVisible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_closeIconVisible; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_ensureMinTouchTargetSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_ensureMinTouchTargetSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_hideMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_hideMotionSpec; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_iconEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_iconEndPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_iconStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_iconStartPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_rippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_rippleColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_shapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_showMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_showMotionSpec; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_textEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_textEndPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_textStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_textStartPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CircularProgressIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CircularProgressIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CircularProgressIndicator_indicatorDirectionCircular = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CircularProgressIndicator_indicatorDirectionCircular; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CircularProgressIndicator_indicatorInset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CircularProgressIndicator_indicatorInset; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CircularProgressIndicator_indicatorSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CircularProgressIndicator_indicatorSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ClockFaceView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ClockFaceView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ClockFaceView_clockFaceBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ClockFaceView_clockFaceBackgroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ClockFaceView_clockNumberTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ClockFaceView_clockNumberTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ClockHandView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ClockHandView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ClockHandView_clockHandColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ClockHandView_clockHandColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ClockHandView_materialCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ClockHandView_materialCircleRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ClockHandView_selectorSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ClockHandView_selectorSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleGravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_contentScrim = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_contentScrim; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleGravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMargin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_extraMultilineHeightEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_extraMultilineHeightEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_forceApplySystemWindowInsetTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_forceApplySystemWindowInsetTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_maxLines = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_maxLines; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_scrimAnimationDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_scrimAnimationDuration; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_scrimVisibleHeightTrigger = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_scrimVisibleHeightTrigger; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_statusBarScrim = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_statusBarScrim; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_title = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_title; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_titleCollapseMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_titleCollapseMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_titleEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_titleEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_toolbarId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_toolbarId; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ColorStateListItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ColorStateListItem; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ColorStateListItem_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ColorStateListItem_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ColorStateListItem_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ColorStateListItem_android_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ColorStateListItem_android_color = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ColorStateListItem_android_color; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CompoundButton = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CompoundButton; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CompoundButton_android_button = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CompoundButton_android_button; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CompoundButton_buttonCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CompoundButton_buttonCompat; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CompoundButton_buttonTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CompoundButton_buttonTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CompoundButton_buttonTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CompoundButton_buttonTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_layout_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_height; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_layout_margin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_margin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginHorizontal = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginHorizontal; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginVertical = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginVertical; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_layout_width = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_width; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_maxHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_maxHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_maxWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_minHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_minWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_orientation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_padding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_padding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_paddingBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_paddingBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_paddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_paddingEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_paddingLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_paddingLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_paddingRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_paddingRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_paddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_paddingStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_paddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_paddingTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_android_visibility = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_visibility; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_barrierAllowsGoneWidgets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_barrierAllowsGoneWidgets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_barrierDirection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_barrierDirection; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_barrierMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_barrierMargin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_chainUseRtl = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_chainUseRtl; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_circularflow_angles = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_circularflow_angles; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_circularflow_defaultAngle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_circularflow_defaultAngle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_circularflow_defaultRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_circularflow_defaultRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_circularflow_radiusInDP = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_circularflow_radiusInDP; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_circularflow_viewCenter = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_circularflow_viewCenter; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_constraintSet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_constraintSet; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_constraint_referenced_ids = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_constraint_referenced_ids; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_constraint_referenced_tags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_constraint_referenced_tags; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_firstHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_firstHorizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_firstHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_firstHorizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_firstVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_firstVerticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_firstVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_firstVerticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalAlign; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalGap; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_lastHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_lastHorizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_lastHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_lastHorizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_lastVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_lastVerticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_lastVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_lastVerticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_maxElementsWrap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_maxElementsWrap; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_verticalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_verticalAlign; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_verticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_verticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_verticalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_verticalGap; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_verticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_verticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_flow_wrapMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_wrapMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layoutDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layoutDescription; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constrainedHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constrainedHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constrainedWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constrainedWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBottom_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBottom_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBottom_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBottom_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBottom_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBottom_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintCircle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintCircle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintCircleAngle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintCircleAngle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintCircleRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintDimensionRatio = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintDimensionRatio; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintEnd_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintEnd_toEndOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintEnd_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintEnd_toStartOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintGuide_begin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintGuide_begin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintGuide_end = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintGuide_end; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintGuide_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintGuide_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_default; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_max; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_min; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHorizontal_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHorizontal_bias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHorizontal_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHorizontal_weight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintLeft_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintLeft_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintLeft_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintLeft_toLeftOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintLeft_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintLeft_toRightOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintRight_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintRight_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintRight_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintRight_toLeftOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintRight_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintRight_toRightOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintStart_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintStart_toEndOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintStart_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintStart_toStartOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTag; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTop_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTop_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTop_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTop_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTop_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTop_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintVertical_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintVertical_bias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintVertical_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintVertical_chainStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintVertical_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintVertical_weight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_default; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_max; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_min; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_editor_absoluteX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_editor_absoluteX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_editor_absoluteY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_editor_absoluteY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginBaseline; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_marginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_marginBaseline; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_optimizationLevel = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_optimizationLevel; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_Layout_layout_wrapBehaviorInParent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_wrapBehaviorInParent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_placeholder = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_placeholder; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_placeholder_content = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_placeholder_content; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_placeholder_placeholder_emptyVisibility = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_placeholder_placeholder_emptyVisibility; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_ReactiveGuide = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_ReactiveGuide; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_applyToAllConstraintSets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_applyToAllConstraintSets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_applyToConstraintSet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_applyToConstraintSet; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_valueId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_valueId; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_id; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_layout_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_height; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_layout_marginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_marginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_layout_marginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_marginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_layout_marginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_marginLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_layout_marginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_marginRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_layout_marginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_marginStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_layout_marginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_marginTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_layout_width = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_width; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_maxHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_maxHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_maxWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_minHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_minWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_orientation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_rotation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_rotation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_rotationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_rotationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_rotationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_rotationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_scaleX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_scaleX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_scaleY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_scaleY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_transformPivotX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_transformPivotX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_transformPivotY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_transformPivotY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_translationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_translationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_translationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_translationZ; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_android_visibility = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_visibility; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_animateCircleAngleTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_animateCircleAngleTo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_animateRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_animateRelativeTo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_barrierAllowsGoneWidgets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_barrierAllowsGoneWidgets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_barrierDirection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_barrierDirection; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_barrierMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_barrierMargin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_chainUseRtl = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_chainUseRtl; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_constraint_referenced_ids = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_constraint_referenced_ids; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_drawPath = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_drawPath; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_firstHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_firstHorizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_firstHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_firstHorizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_firstVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_firstVerticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_firstVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_firstVerticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_horizontalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_horizontalAlign; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_horizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_horizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_horizontalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_horizontalGap; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_horizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_horizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_lastHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_lastHorizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_lastHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_lastHorizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_lastVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_lastVerticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_lastVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_lastVerticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_maxElementsWrap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_maxElementsWrap; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_verticalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_verticalAlign; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_verticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_verticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_verticalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_verticalGap; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_verticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_verticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_flow_wrapMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_wrapMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constrainedHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constrainedHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constrainedWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constrainedWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintBaseline_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintBaseline_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintBottom_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintBottom_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintCircleAngle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintCircleAngle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintCircleRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintDimensionRatio = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintDimensionRatio; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintGuide_begin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintGuide_begin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintGuide_end = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintGuide_end; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintGuide_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintGuide_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintHeight_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHeight_default; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintHeight_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHeight_max; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintHeight_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHeight_min; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintHeight_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHeight_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintHorizontal_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHorizontal_bias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintHorizontal_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHorizontal_chainStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintHorizontal_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHorizontal_weight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintLeft_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintLeft_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintRight_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintRight_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintTag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintTag; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintTop_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintTop_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintVertical_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintVertical_bias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintVertical_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintVertical_chainStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintVertical_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintVertical_weight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintWidth_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintWidth_default; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintWidth_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintWidth_max; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintWidth_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintWidth_min; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_constraintWidth_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintWidth_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_editor_absoluteX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_editor_absoluteX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_editor_absoluteY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_editor_absoluteY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_goneMarginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_goneMarginBaseline; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_goneMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_goneMarginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_goneMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_goneMarginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_goneMarginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_goneMarginLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_goneMarginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_goneMarginRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_goneMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_goneMarginStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_goneMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_goneMarginTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_marginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_marginBaseline; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_layout_wrapBehaviorInParent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_wrapBehaviorInParent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_motionProgress; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_motionStagger = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_motionStagger; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_motionTarget; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_pathMotionArc; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_pivotAnchor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_pivotAnchor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_polarRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_polarRelativeTo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_quantizeMotionInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_quantizeMotionInterpolator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_quantizeMotionPhase = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_quantizeMotionPhase; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_quantizeMotionSteps = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_quantizeMotionSteps; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_transformPivotTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_transformPivotTarget; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_transitionEasing; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_transitionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_transitionPathRotate; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintOverride_visibilityMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_visibilityMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_id; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_layout_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_height; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_layout_marginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_marginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_layout_marginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_marginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_layout_marginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_marginLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_layout_marginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_marginRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_layout_marginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_marginStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_layout_marginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_marginTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_layout_width = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_width; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_maxHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_maxHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_maxWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_minHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_minWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_orientation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_pivotX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_pivotX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_pivotY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_pivotY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_rotation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_rotation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_rotationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_rotationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_rotationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_rotationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_scaleX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_scaleX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_scaleY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_scaleY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_transformPivotX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_transformPivotX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_transformPivotY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_transformPivotY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_translationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_translationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_translationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_translationZ; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_android_visibility = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_visibility; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_animateCircleAngleTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_animateCircleAngleTo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_animateRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_animateRelativeTo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_barrierAllowsGoneWidgets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_barrierAllowsGoneWidgets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_barrierDirection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_barrierDirection; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_barrierMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_barrierMargin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_chainUseRtl = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_chainUseRtl; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_ConstraintRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_ConstraintRotate; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_constraint_referenced_ids = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_constraint_referenced_ids; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_constraint_referenced_tags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_constraint_referenced_tags; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_deriveConstraintsFrom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_deriveConstraintsFrom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_drawPath = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_drawPath; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_firstHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_firstHorizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_firstHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_firstHorizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_firstVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_firstVerticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_firstVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_firstVerticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_horizontalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_horizontalAlign; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_horizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_horizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_horizontalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_horizontalGap; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_horizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_horizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_lastHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_lastHorizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_lastHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_lastHorizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_lastVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_lastVerticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_lastVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_lastVerticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_maxElementsWrap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_maxElementsWrap; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_verticalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_verticalAlign; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_verticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_verticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_verticalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_verticalGap; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_verticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_verticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_flow_wrapMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_wrapMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constrainedHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constrainedHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constrainedWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constrainedWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintBaseline_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintBaseline_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintBaseline_toBaselineOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintBaseline_toBaselineOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintBaseline_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintBaseline_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintBaseline_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintBaseline_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintBottom_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintBottom_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintBottom_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintBottom_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintBottom_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintBottom_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintCircle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintCircle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintCircleAngle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintCircleAngle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintCircleRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintDimensionRatio = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintDimensionRatio; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintEnd_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintEnd_toEndOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintEnd_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintEnd_toStartOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintGuide_begin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintGuide_begin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintGuide_end = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintGuide_end; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintGuide_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintGuide_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintHeight_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintHeight_default; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintHeight_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintHeight_max; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintHeight_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintHeight_min; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintHeight_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintHeight_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintHorizontal_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintHorizontal_bias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintHorizontal_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintHorizontal_chainStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintHorizontal_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintHorizontal_weight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintLeft_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintLeft_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintLeft_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintLeft_toLeftOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintLeft_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintLeft_toRightOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintRight_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintRight_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintRight_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintRight_toLeftOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintRight_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintRight_toRightOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintStart_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintStart_toEndOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintStart_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintStart_toStartOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintTag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintTag; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintTop_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintTop_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintTop_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintTop_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintTop_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintTop_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintVertical_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintVertical_bias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintVertical_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintVertical_chainStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintVertical_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintVertical_weight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintWidth_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintWidth_default; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintWidth_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintWidth_max; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintWidth_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintWidth_min; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_constraintWidth_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintWidth_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_editor_absoluteX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_editor_absoluteX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_editor_absoluteY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_editor_absoluteY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_goneMarginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_goneMarginBaseline; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_goneMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_goneMarginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_goneMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_goneMarginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_goneMarginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_goneMarginLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_goneMarginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_goneMarginRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_goneMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_goneMarginStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_goneMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_goneMarginTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_marginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_marginBaseline; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_layout_wrapBehaviorInParent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_wrapBehaviorInParent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_motionProgress; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_motionStagger = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_motionStagger; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_pathMotionArc; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_pivotAnchor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_pivotAnchor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_polarRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_polarRelativeTo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_quantizeMotionSteps = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_quantizeMotionSteps; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_transitionEasing; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ConstraintSet_transitionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_transitionPathRotate; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_id; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_layout_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_height; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_layout_marginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_marginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_layout_marginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_marginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_layout_marginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_marginLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_layout_marginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_marginRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_layout_marginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_marginStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_layout_marginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_marginTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_layout_width = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_width; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_maxHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_maxHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_maxWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_minHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_minWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_orientation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_rotation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_rotation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_rotationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_rotationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_rotationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_rotationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_scaleX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_scaleX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_scaleY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_scaleY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_transformPivotX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_transformPivotX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_transformPivotY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_transformPivotY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_translationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_translationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_translationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_translationZ; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_android_visibility = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_visibility; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_animateCircleAngleTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_animateCircleAngleTo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_animateRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_animateRelativeTo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_barrierAllowsGoneWidgets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_barrierAllowsGoneWidgets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_barrierDirection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_barrierDirection; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_barrierMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_barrierMargin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_chainUseRtl = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_chainUseRtl; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_constraint_referenced_ids = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_constraint_referenced_ids; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_constraint_referenced_tags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_constraint_referenced_tags; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_drawPath = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_drawPath; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_firstHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_firstHorizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_firstHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_firstHorizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_firstVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_firstVerticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_firstVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_firstVerticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_horizontalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_horizontalAlign; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_horizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_horizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_horizontalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_horizontalGap; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_horizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_horizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_lastHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_lastHorizontalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_lastHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_lastHorizontalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_lastVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_lastVerticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_lastVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_lastVerticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_maxElementsWrap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_maxElementsWrap; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_verticalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_verticalAlign; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_verticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_verticalBias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_verticalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_verticalGap; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_verticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_verticalStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_flow_wrapMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_wrapMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constrainedHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constrainedHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constrainedWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constrainedWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintBaseline_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintBaseline_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintBaseline_toBaselineOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintBaseline_toBaselineOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintBaseline_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintBaseline_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintBaseline_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintBaseline_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintBottom_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintBottom_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintBottom_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintBottom_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintBottom_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintBottom_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintCircle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintCircle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintCircleAngle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintCircleAngle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintCircleRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintDimensionRatio = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintDimensionRatio; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintEnd_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintEnd_toEndOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintEnd_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintEnd_toStartOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintGuide_begin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintGuide_begin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintGuide_end = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintGuide_end; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintGuide_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintGuide_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintHeight_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHeight_default; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintHeight_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHeight_max; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintHeight_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHeight_min; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintHeight_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHeight_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintHorizontal_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHorizontal_bias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintHorizontal_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHorizontal_chainStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintHorizontal_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHorizontal_weight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintLeft_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintLeft_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintLeft_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintLeft_toLeftOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintLeft_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintLeft_toRightOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintRight_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintRight_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintRight_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintRight_toLeftOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintRight_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintRight_toRightOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintStart_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintStart_toEndOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintStart_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintStart_toStartOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintTag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintTag; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintTop_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintTop_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintTop_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintTop_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintTop_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintTop_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintVertical_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintVertical_bias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintVertical_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintVertical_chainStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintVertical_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintVertical_weight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintWidth_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintWidth_default; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintWidth_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintWidth_max; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintWidth_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintWidth_min; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_constraintWidth_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintWidth_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_editor_absoluteX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_editor_absoluteX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_editor_absoluteY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_editor_absoluteY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_goneMarginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_goneMarginBaseline; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_goneMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_goneMarginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_goneMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_goneMarginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_goneMarginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_goneMarginLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_goneMarginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_goneMarginRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_goneMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_goneMarginStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_goneMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_goneMarginTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_marginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_marginBaseline; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_layout_wrapBehaviorInParent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_wrapBehaviorInParent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_motionProgress; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_motionStagger = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_motionStagger; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_pathMotionArc; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_pivotAnchor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_pivotAnchor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_polarRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_polarRelativeTo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_quantizeMotionInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_quantizeMotionInterpolator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_quantizeMotionPhase = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_quantizeMotionPhase; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_quantizeMotionSteps = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_quantizeMotionSteps; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_transformPivotTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_transformPivotTarget; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_transitionEasing; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_transitionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_transitionPathRotate; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Constraint_visibilityMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_visibilityMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_keylines = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_keylines; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_statusBarBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_statusBarBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CustomAttribute = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CustomAttribute_attributeName = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_attributeName; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CustomAttribute_customBoolean = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customBoolean; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CustomAttribute_customColorDrawableValue = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customColorDrawableValue; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CustomAttribute_customColorValue = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customColorValue; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CustomAttribute_customDimension = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customDimension; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CustomAttribute_customFloatValue = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customFloatValue; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CustomAttribute_customIntegerValue = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customIntegerValue; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CustomAttribute_customPixelDimension = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customPixelDimension; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CustomAttribute_customReference = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customReference; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CustomAttribute_customStringValue = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customStringValue; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.CustomAttribute_methodName = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_methodName; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_arrowHeadLength = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_arrowHeadLength; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_arrowShaftLength = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_arrowShaftLength; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_barLength = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_barLength; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_color = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_color; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_drawableSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_drawableSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_gapBetweenBars = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_gapBetweenBars; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_spinBars = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_spinBars; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_thickness = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_thickness; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerLayout_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerLayout_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_collapsedSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_collapsedSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_extendMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_extendMotionSpec; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_hideMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_hideMotionSpec; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_showMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_showMotionSpec; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_shrinkMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_shrinkMotionSpec; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_android_enabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_android_enabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_backgroundTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_backgroundTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_backgroundTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_Behavior_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_Behavior_Layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_Behavior_Layout_behavior_autoHide = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_Behavior_Layout_behavior_autoHide; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_borderWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_borderWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_ensureMinTouchTargetSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_ensureMinTouchTargetSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_fabCustomSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_fabCustomSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_fabSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_fabSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_hideMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_hideMotionSpec; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_hoveredFocusedTranslationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_hoveredFocusedTranslationZ; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_maxImageSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_maxImageSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_pressedTranslationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_pressedTranslationZ; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_rippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_rippleColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_shapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_showMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_showMotionSpec; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_useCompatPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_useCompatPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FlowLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FlowLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FlowLayout_itemSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FlowLayout_itemSpacing; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FlowLayout_lineSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FlowLayout_lineSpacing; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_android_font = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_font; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_android_fontStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_fontStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_android_fontVariationSettings = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_fontVariationSettings; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_android_fontWeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_fontWeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_android_ttcIndex = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_ttcIndex; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_font = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_font; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_fontStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_fontStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_fontVariationSettings = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_fontVariationSettings; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_fontWeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_fontWeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_ttcIndex = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_ttcIndex; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderAuthority = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderAuthority; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderCerts = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderCerts; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderFetchStrategy = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderFetchStrategy; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderFetchTimeout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderFetchTimeout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderPackage = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderPackage; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderQuery = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderQuery; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderSystemFontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderSystemFontFamily; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ForegroundLinearLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ForegroundLinearLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ForegroundLinearLayout_android_foreground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ForegroundLinearLayout_android_foreground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ForegroundLinearLayout_android_foregroundGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ForegroundLinearLayout_android_foregroundGravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ForegroundLinearLayout_foregroundInsidePadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ForegroundLinearLayout_foregroundInsidePadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Fragment = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Fragment; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FragmentContainerView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FragmentContainerView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FragmentContainerView_android_name = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FragmentContainerView_android_name; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.FragmentContainerView_android_tag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FragmentContainerView_android_tag; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Fragment_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Fragment_android_id; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Fragment_android_name = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Fragment_android_name; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Fragment_android_tag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Fragment_android_tag; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColorItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColorItem; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColorItem_android_color = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColorItem_android_color; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColorItem_android_offset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColorItem_android_offset; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_centerColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_centerColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_centerX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_centerX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_centerY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_centerY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_endColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_endColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_endX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_endX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_endY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_endY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_gradientRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_gradientRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_startColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_startColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_startX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_startX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_startY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_startY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_tileMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_tileMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_type = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_type; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView_altSrc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_altSrc; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView_blendSrc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_blendSrc; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView_brightness = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_brightness; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView_contrast = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_contrast; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView_crossfade = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_crossfade; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView_imagePanX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_imagePanX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView_imagePanY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_imagePanY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView_imageRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_imageRotate; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView_imageZoom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_imageZoom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView_overlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_overlay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView_round = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_round; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView_roundPercent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_roundPercent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView_saturation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_saturation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ImageFilterView_warmth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_warmth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.include = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.include; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.include_constraintSet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.include_constraintSet; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Insets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Insets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Insets_paddingBottomSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Insets_paddingBottomSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Insets_paddingLeftSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Insets_paddingLeftSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Insets_paddingRightSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Insets_paddingRightSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Insets_paddingTopSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Insets_paddingTopSystemWindowInsets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ItemsViewRendererTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ItemsViewRendererTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ItemsViewRendererTheme_collectionViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ItemsViewRendererTheme_collectionViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_android_rotation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_rotation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_android_rotationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_rotationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_android_rotationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_rotationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_android_scaleX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_scaleX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_android_scaleY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_scaleY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_android_transformPivotX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_transformPivotX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_android_transformPivotY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_transformPivotY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_android_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_translationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_android_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_translationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_android_translationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_translationZ; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_curveFit = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_curveFit; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_framePosition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_framePosition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_motionProgress; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_motionTarget; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_transformPivotTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_transformPivotTarget; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_transitionEasing; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyAttribute_transitionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_transitionPathRotate; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_android_rotation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_rotation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_android_rotationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_rotationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_android_rotationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_rotationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_android_scaleX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_scaleX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_android_scaleY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_scaleY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_android_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_translationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_android_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_translationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_android_translationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_translationZ; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_curveFit = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_curveFit; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_framePosition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_framePosition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_motionProgress; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_motionTarget; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_transitionEasing; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_transitionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_transitionPathRotate; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_waveOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_waveOffset; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_wavePeriod = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_wavePeriod; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_wavePhase = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_wavePhase; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_waveShape = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_waveShape; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyCycle_waveVariesBy = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_waveVariesBy; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyFrame = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyFrame; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyFramesAcceleration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyFramesAcceleration; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyFramesVelocity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyFramesVelocity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyPosition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyPosition_curveFit = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_curveFit; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyPosition_drawPath = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_drawPath; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyPosition_framePosition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_framePosition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyPosition_keyPositionType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_keyPositionType; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyPosition_motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_motionTarget; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyPosition_pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_pathMotionArc; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyPosition_percentHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_percentHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyPosition_percentWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_percentWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyPosition_percentX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_percentX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyPosition_percentY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_percentY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyPosition_sizePercent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_sizePercent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyPosition_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_transitionEasing; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_android_rotation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_rotation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_android_rotationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_rotationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_android_rotationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_rotationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_android_scaleX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_scaleX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_android_scaleY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_scaleY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_android_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_translationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_android_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_translationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_android_translationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_translationZ; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_curveFit = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_curveFit; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_framePosition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_framePosition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_motionProgress; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_motionTarget; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_transitionEasing; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_transitionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_transitionPathRotate; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_waveDecay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_waveDecay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_waveOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_waveOffset; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_wavePeriod = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_wavePeriod; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_wavePhase = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_wavePhase; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTimeCycle_waveShape = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_waveShape; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTrigger = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTrigger_framePosition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_framePosition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTrigger_motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_motionTarget; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTrigger_motion_postLayoutCollision = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_motion_postLayoutCollision; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTrigger_motion_triggerOnCollision = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_motion_triggerOnCollision; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTrigger_onCross = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_onCross; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTrigger_onNegativeCross = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_onNegativeCross; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTrigger_onPositiveCross = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_onPositiveCross; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTrigger_triggerId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_triggerId; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTrigger_triggerReceiver = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_triggerReceiver; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTrigger_triggerSlack = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_triggerSlack; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTrigger_viewTransitionOnCross = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_viewTransitionOnCross; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTrigger_viewTransitionOnNegativeCross = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_viewTransitionOnNegativeCross; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.KeyTrigger_viewTransitionOnPositiveCross = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_viewTransitionOnPositiveCross; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_android_layout_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_height; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_android_layout_marginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_marginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_android_layout_marginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_marginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_android_layout_marginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_marginLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_android_layout_marginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_marginRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_android_layout_marginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_marginStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_android_layout_marginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_marginTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_android_layout_width = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_width; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_orientation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_barrierAllowsGoneWidgets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_barrierAllowsGoneWidgets; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_barrierDirection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_barrierDirection; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_barrierMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_barrierMargin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_chainUseRtl = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_chainUseRtl; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_constraint_referenced_ids = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_constraint_referenced_ids; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_constraint_referenced_tags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_constraint_referenced_tags; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constrainedHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constrainedHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constrainedWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constrainedWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintBaseline_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintBaseline_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintBaseline_toBaselineOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintBaseline_toBaselineOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintBaseline_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintBaseline_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintBaseline_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintBaseline_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintBottom_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintBottom_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintBottom_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintBottom_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintBottom_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintBottom_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintCircle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintCircle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintCircleAngle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintCircleAngle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintCircleRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintDimensionRatio = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintDimensionRatio; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintEnd_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintEnd_toEndOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintEnd_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintEnd_toStartOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintGuide_begin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintGuide_begin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintGuide_end = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintGuide_end; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintGuide_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintGuide_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintHeight_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHeight_default; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintHeight_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHeight_max; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintHeight_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHeight_min; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintHeight_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHeight_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintHorizontal_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHorizontal_bias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintHorizontal_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHorizontal_chainStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintHorizontal_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHorizontal_weight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintLeft_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintLeft_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintLeft_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintLeft_toLeftOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintLeft_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintLeft_toRightOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintRight_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintRight_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintRight_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintRight_toLeftOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintRight_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintRight_toRightOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintStart_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintStart_toEndOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintStart_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintStart_toStartOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintTop_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintTop_creator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintTop_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintTop_toBottomOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintTop_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintTop_toTopOf; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintVertical_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintVertical_bias; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintVertical_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintVertical_chainStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintVertical_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintVertical_weight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintWidth_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintWidth_default; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintWidth_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintWidth_max; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintWidth_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintWidth_min; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_constraintWidth_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintWidth_percent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_editor_absoluteX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_editor_absoluteX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_editor_absoluteY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_editor_absoluteY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_goneMarginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_goneMarginBaseline; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_goneMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_goneMarginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_goneMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_goneMarginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_goneMarginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_goneMarginLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_goneMarginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_goneMarginRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_goneMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_goneMarginStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_goneMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_goneMarginTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_marginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_marginBaseline; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_layout_wrapBehaviorInParent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_wrapBehaviorInParent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_maxHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_maxHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_maxWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_minHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Layout_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_minWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_android_baselineAligned = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_android_baselineAligned; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_android_baselineAlignedChildIndex = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_android_baselineAlignedChildIndex; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_android_gravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_android_gravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_android_orientation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_android_weightSum = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_android_weightSum; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_divider = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_divider; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_dividerPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_dividerPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_Layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_gravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_gravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_height; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_weight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_width = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_width; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_measureWithLargestChild = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_measureWithLargestChild; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_showDividers = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_showDividers; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearProgressIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearProgressIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearProgressIndicator_indeterminateAnimationType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearProgressIndicator_indeterminateAnimationType; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearProgressIndicator_indicatorDirectionLinear = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearProgressIndicator_indicatorDirectionLinear; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ListPopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ListPopupWindow; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ListPopupWindow_android_dropDownHorizontalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ListPopupWindow_android_dropDownHorizontalOffset; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ListPopupWindow_android_dropDownVerticalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ListPopupWindow_android_dropDownVerticalOffset; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialog; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialogTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialog_backgroundInsetBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialog_backgroundInsetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialog_backgroundInsetStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialog_backgroundInsetTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAutoCompleteTextView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAutoCompleteTextView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAutoCompleteTextView_android_inputType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAutoCompleteTextView_android_inputType; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButtonToggleGroup = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButtonToggleGroup; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButtonToggleGroup_checkedButton = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButtonToggleGroup_checkedButton; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButtonToggleGroup_selectionRequired = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButtonToggleGroup_selectionRequired; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButtonToggleGroup_singleSelection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButtonToggleGroup_singleSelection; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_android_background = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_android_background; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_android_checkable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_android_checkable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_android_insetBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_android_insetBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_android_insetLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_android_insetLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_android_insetRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_android_insetRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_android_insetTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_android_insetTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_backgroundTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_backgroundTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_backgroundTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_cornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_cornerRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_icon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_icon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_iconGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_iconGravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_iconPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_iconPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_iconSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_iconSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_iconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_iconTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_iconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_iconTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_rippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_rippleColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_shapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_strokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_strokeColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_strokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_strokeWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_android_insetBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_android_insetBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_android_insetLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_android_insetLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_android_insetRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_android_insetRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_android_insetTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_android_insetTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_itemFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_itemFillColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_itemShapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_itemShapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_itemShapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_itemShapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_itemStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_itemStrokeColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_itemStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_itemStrokeWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_itemTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_itemTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_android_windowFullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_android_windowFullscreen; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_dayInvalidStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_dayInvalidStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_daySelectedStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_daySelectedStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_dayStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_dayStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_dayTodayStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_dayTodayStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_nestedScrollable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_nestedScrollable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_rangeFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_rangeFillColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_yearSelectedStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_yearSelectedStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_yearStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_yearStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_yearTodayStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_yearTodayStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_android_checkable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_android_checkable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_cardForegroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_cardForegroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_checkedIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_checkedIcon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_checkedIconMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_checkedIconMargin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_checkedIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_checkedIconSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_checkedIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_checkedIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_rippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_rippleColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_shapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_state_dragged = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_state_dragged; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_strokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_strokeColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_strokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_strokeWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCheckBox = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCheckBox; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCheckBox_buttonTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCheckBox_buttonTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCheckBox_useMaterialThemeColors = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCheckBox_useMaterialThemeColors; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialRadioButton = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialRadioButton; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialRadioButton_buttonTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialRadioButton_buttonTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialRadioButton_useMaterialThemeColors = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialRadioButton_useMaterialThemeColors; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialShape = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialShape; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialShape_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialShape_shapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialShape_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialShape_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextAppearance_android_letterSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextAppearance_android_letterSpacing; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextAppearance_android_lineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextAppearance_android_lineHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextAppearance_lineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextAppearance_lineHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextView_android_lineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextView_android_lineHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextView_android_textAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextView_android_textAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextView_lineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextView_lineHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTimePicker = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTimePicker; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTimePicker_clockIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTimePicker_clockIcon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTimePicker_keyboardIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTimePicker_keyboardIcon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialToolbar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialToolbar; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialToolbar_navigationIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialToolbar_navigationIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialToolbar_subtitleCentered = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialToolbar_subtitleCentered; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialToolbar_titleCentered = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialToolbar_titleCentered; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuGroup = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuGroup; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuGroup_android_checkableBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuGroup_android_checkableBehavior; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuGroup_android_enabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuGroup_android_enabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuGroup_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuGroup_android_id; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuGroup_android_menuCategory = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuGroup_android_menuCategory; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuGroup_android_orderInCategory = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuGroup_android_orderInCategory; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuGroup_android_visible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuGroup_android_visible; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_actionLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_actionLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_actionProviderClass = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_actionProviderClass; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_actionViewClass = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_actionViewClass; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_alphabeticModifiers = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_alphabeticModifiers; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_alphabeticShortcut = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_alphabeticShortcut; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_checkable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_checkable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_checked = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_checked; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_enabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_enabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_icon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_icon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_id; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_menuCategory = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_menuCategory; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_numericShortcut = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_numericShortcut; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_onClick = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_onClick; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_orderInCategory = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_orderInCategory; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_title = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_title; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_titleCondensed = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_titleCondensed; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_visible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_visible; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_contentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_contentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_iconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_iconTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_iconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_iconTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_numericModifiers = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_numericModifiers; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_showAsAction = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_showAsAction; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_tooltipText = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_tooltipText; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_android_headerBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_android_headerBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_android_horizontalDivider = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_android_horizontalDivider; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_android_itemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_android_itemBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_android_itemIconDisabledAlpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_android_itemIconDisabledAlpha; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_android_itemTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_android_itemTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_android_verticalDivider = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_android_verticalDivider; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_android_windowAnimationStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_android_windowAnimationStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_preserveIconSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_preserveIconSpacing; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_subMenuArrow = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_subMenuArrow; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MockView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MockView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MockView_mock_diagonalsColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MockView_mock_diagonalsColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MockView_mock_label = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MockView_mock_label; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MockView_mock_labelBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MockView_mock_labelBackgroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MockView_mock_labelColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MockView_mock_labelColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MockView_mock_showDiagonals = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MockView_mock_showDiagonals; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MockView_mock_showLabel = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MockView_mock_showLabel; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Motion = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionEffect = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionEffect_motionEffect_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionEffect_motionEffect_end = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_end; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionEffect_motionEffect_move = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_move; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionEffect_motionEffect_start = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_start; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionEffect_motionEffect_strict = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_strict; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionEffect_motionEffect_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_translationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionEffect_motionEffect_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_translationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionEffect_motionEffect_viewTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_viewTransition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionHelper = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionHelper; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionHelper_onHide = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionHelper_onHide; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionHelper_onShow = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionHelper_onShow; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_android_autoSizeTextType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_autoSizeTextType; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_android_fontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_fontFamily; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_android_gravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_gravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_android_shadowRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_shadowRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_android_text = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_text; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_android_textColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_textColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_android_textSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_textSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_android_textStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_textStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_android_typeface = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_typeface; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_borderRound = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_borderRound; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_borderRoundPercent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_borderRoundPercent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_scaleFromTextSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_scaleFromTextSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_textBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_textBackgroundPanX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textBackgroundPanX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_textBackgroundPanY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textBackgroundPanY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_textBackgroundRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textBackgroundRotate; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_textBackgroundZoom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textBackgroundZoom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_textOutlineColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textOutlineColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_textOutlineThickness = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textOutlineThickness; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_textPanX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textPanX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_textPanY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textPanY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_textureBlurFactor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textureBlurFactor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_textureEffect = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textureEffect; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_textureHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textureHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLabel_textureWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textureWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLayout_applyMotionScene = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLayout_applyMotionScene; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLayout_currentState = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLayout_currentState; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLayout_layoutDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLayout_layoutDescription; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLayout_motionDebug = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLayout_motionDebug; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLayout_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLayout_motionProgress; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionLayout_showPaths = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLayout_showPaths; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionScene = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionScene; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionScene_defaultDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionScene_defaultDuration; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionScene_layoutDuringTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionScene_layoutDuringTransition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionTelltales = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionTelltales; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionTelltales_telltales_tailColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionTelltales_telltales_tailColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionTelltales_telltales_tailScale = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionTelltales_telltales_tailScale; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.MotionTelltales_telltales_velocityMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionTelltales_telltales_velocityMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Motion_animateCircleAngleTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_animateCircleAngleTo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Motion_animateRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_animateRelativeTo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Motion_drawPath = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_drawPath; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Motion_motionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_motionPathRotate; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Motion_motionStagger = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_motionStagger; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Motion_pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_pathMotionArc; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Motion_quantizeMotionInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_quantizeMotionInterpolator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Motion_quantizeMotionPhase = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_quantizeMotionPhase; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Motion_quantizeMotionSteps = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_quantizeMotionSteps; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Motion_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_transitionEasing; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavAction = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavAction_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_android_id; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavAction_destination = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_destination; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavAction_enterAnim = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_enterAnim; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavAction_exitAnim = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_exitAnim; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavAction_launchSingleTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_launchSingleTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavAction_popEnterAnim = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_popEnterAnim; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavAction_popExitAnim = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_popExitAnim; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavAction_popUpTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_popUpTo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavAction_popUpToInclusive = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_popUpToInclusive; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavArgument = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavArgument; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavArgument_android_defaultValue = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavArgument_android_defaultValue; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavArgument_android_name = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavArgument_android_name; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavArgument_argType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavArgument_argType; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavArgument_nullable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavArgument_nullable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavDeepLink = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavDeepLink; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavDeepLink_action = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavDeepLink_action; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavDeepLink_android_autoVerify = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavDeepLink_android_autoVerify; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavDeepLink_mimeType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavDeepLink_mimeType; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavDeepLink_uri = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavDeepLink_uri; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavGraphNavigator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavGraphNavigator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavGraphNavigator_startDestination = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavGraphNavigator_startDestination; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavHost = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavHost; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavHost_navGraph = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavHost_navGraph; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationBarView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationBarView_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_backgroundTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationBarView_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationBarView_itemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_itemBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationBarView_itemIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_itemIconSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationBarView_itemIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_itemIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationBarView_itemRippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_itemRippleColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationBarView_itemTextAppearanceActive = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_itemTextAppearanceActive; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationBarView_itemTextAppearanceInactive = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_itemTextAppearanceInactive; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationBarView_itemTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_itemTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationBarView_labelVisibilityMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_labelVisibilityMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationBarView_menu = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_menu; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationRailView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationRailView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationRailView_headerLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationRailView_headerLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationRailView_menuGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationRailView_menuGravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_android_background = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_android_background; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_android_fitsSystemWindows = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_android_fitsSystemWindows; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_android_maxWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_headerLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_headerLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemHorizontalPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemHorizontalPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemIconPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemIconPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemIconSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemMaxLines = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemMaxLines; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemShapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemShapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemShapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemShapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemShapeFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemShapeFillColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemShapeInsetBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemShapeInsetBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemShapeInsetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemShapeInsetEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemShapeInsetStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemShapeInsetStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemShapeInsetTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemShapeInsetTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_menu = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_menu; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_shapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Navigator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Navigator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Navigator_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Navigator_android_id; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Navigator_android_label = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Navigator_android_label; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavInclude = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavInclude; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavInclude_graph = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavInclude_graph; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnClick = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnClick; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnClick_clickAction = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnClick_clickAction; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnClick_targetId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnClick_targetId; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_autoCompleteMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_autoCompleteMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_dragDirection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_dragDirection; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_dragScale = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_dragScale; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_dragThreshold = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_dragThreshold; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_limitBoundsTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_limitBoundsTo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_maxAcceleration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_maxAcceleration; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_maxVelocity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_maxVelocity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_moveWhenScrollAtTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_moveWhenScrollAtTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_nestedScrollFlags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_nestedScrollFlags; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_onTouchUp = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_onTouchUp; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_rotationCenterId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_rotationCenterId; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_springBoundary = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_springBoundary; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_springDamping = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_springDamping; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_springMass = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_springMass; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_springStiffness = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_springStiffness; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_springStopThreshold = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_springStopThreshold; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_touchAnchorId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_touchAnchorId; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_touchAnchorSide = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_touchAnchorSide; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.OnSwipe_touchRegionId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_touchRegionId; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PopupWindow; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindowBackgroundState = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PopupWindowBackgroundState; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindowBackgroundState_state_above_anchor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PopupWindowBackgroundState_state_above_anchor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindow_android_popupAnimationStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PopupWindow_android_popupAnimationStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindow_android_popupBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PopupWindow_android_popupBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindow_overlapAnchor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PopupWindow_overlapAnchor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.PropertySet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PropertySet; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.PropertySet_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PropertySet_android_alpha; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.PropertySet_android_visibility = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PropertySet_android_visibility; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.PropertySet_layout_constraintTag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PropertySet_layout_constraintTag; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.PropertySet_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PropertySet_motionProgress; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.PropertySet_visibilityMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PropertySet_visibilityMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RadialViewGroup = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RadialViewGroup; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RadialViewGroup_materialCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RadialViewGroup_materialCircleRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RangeSlider = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RangeSlider; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RangeSlider_minSeparation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RangeSlider_minSeparation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RangeSlider_values = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RangeSlider_values; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecycleListView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecycleListView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecycleListView_paddingBottomNoButtons = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecycleListView_paddingBottomNoButtons; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecycleListView_paddingTopNoTitle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecycleListView_paddingTopNoTitle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_android_clipToPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_android_clipToPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_android_descendantFocusability = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_android_descendantFocusability; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_android_orientation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_fastScrollEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_fastScrollEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_fastScrollHorizontalThumbDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_fastScrollHorizontalThumbDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_fastScrollHorizontalTrackDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_fastScrollHorizontalTrackDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_fastScrollVerticalThumbDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_fastScrollVerticalThumbDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_fastScrollVerticalTrackDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_fastScrollVerticalTrackDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_layoutManager = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_layoutManager; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_reverseLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_reverseLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_spanCount = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_spanCount; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_stackFromEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_stackFromEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ScrimInsetsFrameLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ScrimInsetsFrameLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ScrimInsetsFrameLayout_insetForeground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ScrimInsetsFrameLayout_insetForeground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ScrollingViewBehavior_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ScrollingViewBehavior_Layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ScrollingViewBehavior_Layout_behavior_overlapTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ScrollingViewBehavior_Layout_behavior_overlapTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ScrollViewRendererTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ScrollViewRendererTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ScrollViewRendererTheme_scrollViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ScrollViewRendererTheme_scrollViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_android_focusable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_android_focusable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_android_imeOptions = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_android_imeOptions; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_android_inputType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_android_inputType; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_android_maxWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_closeIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_closeIcon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_commitIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_commitIcon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_defaultQueryHint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_defaultQueryHint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_goIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_goIcon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_iconifiedByDefault = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_iconifiedByDefault; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_queryBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_queryBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_queryHint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_queryHint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_searchHintIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_searchHintIcon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_searchIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_searchIcon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_submitBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_submitBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_suggestionRowLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_suggestionRowLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_voiceIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_voiceIcon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_contentPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_contentPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_contentPaddingBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_contentPaddingBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_contentPaddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_contentPaddingEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_contentPaddingLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_contentPaddingLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_contentPaddingRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_contentPaddingRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_contentPaddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_contentPaddingStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_contentPaddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_contentPaddingTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_shapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_strokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_strokeColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_strokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_strokeWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerFamily; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerFamilyBottomLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyBottomLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerFamilyBottomRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyBottomRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerFamilyTopLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyTopLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerFamilyTopRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyTopRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerSizeBottomLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerSizeBottomLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerSizeBottomRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerSizeBottomRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerSizeTopLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerSizeTopLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerSizeTopRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerSizeTopRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_android_enabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_android_enabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_android_stepSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_android_stepSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_android_value = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_android_value; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_android_valueFrom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_android_valueFrom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_android_valueTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_android_valueTo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_haloColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_haloColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_haloRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_haloRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_labelBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_labelBehavior; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_labelStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_labelStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_thumbColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_thumbColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_thumbElevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_thumbElevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_thumbRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_thumbRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_thumbStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_thumbStrokeColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_thumbStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_thumbStrokeWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_tickColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_tickColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_tickColorActive = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_tickColorActive; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_tickColorInactive = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_tickColorInactive; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_tickVisible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_tickVisible; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_trackColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_trackColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_trackColorActive = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_trackColorActive; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_trackColorInactive = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_trackColorInactive; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_trackHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_trackHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Snackbar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Snackbar; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_actionTextColorAlpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_actionTextColorAlpha; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_android_maxWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_animationMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_animationMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_backgroundOverlayColorAlpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_backgroundOverlayColorAlpha; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_backgroundTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_backgroundTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_backgroundTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_maxActionInlineWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_maxActionInlineWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Snackbar_snackbarButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Snackbar_snackbarButtonStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Snackbar_snackbarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Snackbar_snackbarStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Snackbar_snackbarTextViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Snackbar_snackbarTextViewStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Spinner; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner_android_dropDownWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Spinner_android_dropDownWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner_android_entries = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Spinner_android_entries; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner_android_popupBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Spinner_android_popupBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner_android_prompt = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Spinner_android_prompt; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner_popupTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Spinner_popupTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.State = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.State; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawableItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawableItem; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawableItem_android_drawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawableItem_android_drawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_constantSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawable_android_constantSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_dither = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawable_android_dither; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_enterFadeDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawable_android_enterFadeDuration; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_exitFadeDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawable_android_exitFadeDuration; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_variablePadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawable_android_variablePadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_visible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawable_android_visible; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateSet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateSet; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateSet_defaultState = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateSet_defaultState; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.State_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.State_android_id; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.State_constraints = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.State_constraints; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwipeRefreshLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwipeRefreshLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_android_textOff = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_android_textOff; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_android_textOn = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_android_textOn; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_android_thumb = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_android_thumb; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_showText = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_showText; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_splitTrack = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_splitTrack; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_switchMinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_switchMinWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_switchPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_switchPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_switchTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_switchTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_thumbTextPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_thumbTextPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_thumbTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_thumbTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_thumbTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_thumbTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_track = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_track; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_trackTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_trackTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_trackTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_trackTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchMaterial = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchMaterial; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchMaterial_useMaterialThemeColors = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchMaterial_useMaterialThemeColors; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabItem; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabItem_android_icon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabItem_android_icon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabItem_android_layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabItem_android_layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabItem_android_text = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabItem_android_text; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabBackground; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabContentStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabContentStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabGravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIconTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIndicator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIndicatorAnimationDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIndicatorAnimationDuration; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIndicatorAnimationMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIndicatorAnimationMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIndicatorColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIndicatorColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIndicatorFullWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIndicatorFullWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIndicatorGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIndicatorGravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIndicatorHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIndicatorHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabInlineLabel = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabInlineLabel; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabMaxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabMaxWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabMinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabMinWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabPadding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabPaddingBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabPaddingBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabPaddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabPaddingEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabPaddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabPaddingStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabPaddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabPaddingTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabRippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabRippleColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabSelectedTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabSelectedTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabUnboundedRipple = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabUnboundedRipple; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_fontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_fontFamily; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_shadowColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_shadowColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_shadowDx = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_shadowDx; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_shadowDy = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_shadowDy; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_shadowRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_shadowRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_textColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_textColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_textColorHint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_textColorHint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_textColorLink = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_textColorLink; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_textFontWeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_textFontWeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_textSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_textSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_textStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_textStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_typeface = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_typeface; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_fontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_fontFamily; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_fontVariationSettings = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_fontVariationSettings; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_textAllCaps = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_textAllCaps; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_textLocale = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_textLocale; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects_android_fontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_fontFamily; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects_android_shadowColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_shadowColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects_android_shadowDx = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_shadowDx; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects_android_shadowDy = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_shadowDy; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects_android_shadowRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_shadowRadius; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects_android_text = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_text; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects_android_textSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_textSize; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects_android_textStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_textStyle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects_android_typeface = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_typeface; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects_borderRound = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_borderRound; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects_borderRoundPercent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_borderRoundPercent; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects_textFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_textFillColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects_textOutlineColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_textOutlineColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextEffects_textOutlineThickness = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_textOutlineThickness; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputEditText = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputEditText; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputEditText_textInputLayoutFocusedRectEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputEditText_textInputLayoutFocusedRectEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_android_enabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_android_enabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_android_hint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_android_hint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_android_maxWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_android_minWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_android_textColorHint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_android_textColorHint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxBackgroundColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxBackgroundMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxBackgroundMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxCollapsedPaddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxCollapsedPaddingTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxCornerRadiusTopEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusTopEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxCornerRadiusTopStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusTopStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxStrokeColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxStrokeErrorColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxStrokeErrorColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxStrokeWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxStrokeWidthFocused = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxStrokeWidthFocused; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_counterEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_counterEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_counterMaxLength = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_counterMaxLength; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_counterOverflowTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_counterOverflowTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_counterOverflowTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_counterOverflowTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_counterTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_counterTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_counterTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_counterTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_endIconCheckable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_endIconCheckable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_endIconContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_endIconContentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_endIconDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_endIconDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_endIconMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_endIconMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_endIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_endIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_endIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_endIconTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_errorContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_errorContentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_errorEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_errorEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_errorIconDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_errorIconDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_errorIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_errorIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_errorIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_errorIconTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_errorTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_errorTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_errorTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_errorTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_expandedHintEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_expandedHintEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_helperText = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_helperText; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_helperTextEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_helperTextEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_helperTextTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_helperTextTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_helperTextTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_helperTextTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_hintAnimationEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_hintAnimationEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_hintEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_hintEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_hintTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_hintTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_hintTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_hintTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_passwordToggleContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_passwordToggleContentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_passwordToggleDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_passwordToggleDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_passwordToggleEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_passwordToggleEnabled; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_passwordToggleTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_passwordToggleTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_passwordToggleTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_passwordToggleTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_placeholderText = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_placeholderText; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_placeholderTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_placeholderTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_placeholderTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_placeholderTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_prefixText = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_prefixText; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_prefixTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_prefixTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_prefixTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_prefixTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_shapeAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_startIconCheckable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_startIconCheckable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_startIconContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_startIconContentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_startIconDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_startIconDrawable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_startIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_startIconTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_startIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_startIconTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_suffixText = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_suffixText; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_suffixTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_suffixTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_suffixTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_suffixTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ThemeEnforcement = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ThemeEnforcement; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ThemeEnforcement_android_textAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ThemeEnforcement_android_textAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ThemeEnforcement_enforceMaterialTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ThemeEnforcement_enforceMaterialTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ThemeEnforcement_enforceTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ThemeEnforcement_enforceTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_android_gravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_android_gravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_android_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_android_minHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_buttonGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_buttonGravity; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_collapseContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_collapseContentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_collapseIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_collapseIcon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_contentInsetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_contentInsetEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_contentInsetEndWithActions = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_contentInsetEndWithActions; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_contentInsetLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_contentInsetLeft; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_contentInsetRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_contentInsetRight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_contentInsetStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_contentInsetStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_contentInsetStartWithNavigation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_contentInsetStartWithNavigation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_logo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_logo; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_logoDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_logoDescription; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_maxButtonHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_maxButtonHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_menu = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_menu; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_navigationContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_navigationContentDescription; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_navigationIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_navigationIcon; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_popupTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_popupTheme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_subtitle; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_subtitleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_subtitleTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_subtitleTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_subtitleTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_title = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_title; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleMargin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleMarginBottom; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleMarginEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMargins = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleMargins; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleMarginStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleMarginTop; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleTextAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleTextColor; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip_android_layout_margin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip_android_layout_margin; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip_android_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip_android_minHeight; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip_android_minWidth; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip_android_padding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip_android_padding; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip_android_text = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip_android_text; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip_android_textAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip_android_textAppearance; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip_backgroundTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transform = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transform_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_elevation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transform_android_rotation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_rotation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transform_android_rotationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_rotationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transform_android_rotationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_rotationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transform_android_scaleX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_scaleX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transform_android_scaleY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_scaleY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transform_android_transformPivotX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_transformPivotX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transform_android_transformPivotY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_transformPivotY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transform_android_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_translationX; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transform_android_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_translationY; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transform_android_translationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_translationZ; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transform_transformPivotTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_transformPivotTarget; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transition_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_android_id; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transition_autoTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_autoTransition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transition_constraintSetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_constraintSetEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transition_constraintSetStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_constraintSetStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transition_duration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_duration; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transition_layoutDuringTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_layoutDuringTransition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transition_motionInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_motionInterpolator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transition_pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_pathMotionArc; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transition_staggered = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_staggered; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transition_transitionDisable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_transitionDisable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Transition_transitionFlags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_transitionFlags; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Variant = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Variant; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Variant_constraints = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Variant_constraints; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Variant_region_heightLessThan = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Variant_region_heightLessThan; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Variant_region_heightMoreThan = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Variant_region_heightMoreThan; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Variant_region_widthLessThan = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Variant_region_widthLessThan; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.Variant_region_widthMoreThan = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Variant_region_widthMoreThan; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.View = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.View; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewBackgroundHelper = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewBackgroundHelper; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewBackgroundHelper_android_background = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewBackgroundHelper_android_background; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewBackgroundHelper_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewBackgroundHelper_backgroundTint; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewBackgroundHelper_backgroundTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewBackgroundHelper_backgroundTintMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewPager2 = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewPager2; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewPager2_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewPager2_android_orientation; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewStubCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewStubCompat; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewStubCompat_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewStubCompat_android_id; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewStubCompat_android_inflatedId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewStubCompat_android_inflatedId; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewStubCompat_android_layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewStubCompat_android_layout; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_android_id; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_clearsTag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_clearsTag; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_duration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_duration; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_ifTagNotSet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_ifTagNotSet; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_ifTagSet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_ifTagSet; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_motionInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_motionInterpolator; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_motionTarget; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_onStateTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_onStateTransition; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_pathMotionArc; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_setsTag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_setsTag; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_SharedValue = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_SharedValue; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_SharedValueId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_SharedValueId; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_transitionDisable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_transitionDisable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_upDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_upDuration; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewTransition_viewTransitionMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_viewTransitionMode; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_android_focusable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.View_android_focusable; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_android_theme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.View_android_theme; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_paddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.View_paddingEnd; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_paddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.View_paddingStart; + global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_theme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.View_theme; + global::Xamarin.Forms.Platform.Android.Resource.Xml.standalone_badge = global::O2NextGen.SmallTalk.Droid.Resource.Xml.standalone_badge; + global::Xamarin.Forms.Platform.Android.Resource.Xml.standalone_badge_gravity_bottom_end = global::O2NextGen.SmallTalk.Droid.Resource.Xml.standalone_badge_gravity_bottom_end; + global::Xamarin.Forms.Platform.Android.Resource.Xml.standalone_badge_gravity_bottom_start = global::O2NextGen.SmallTalk.Droid.Resource.Xml.standalone_badge_gravity_bottom_start; + global::Xamarin.Forms.Platform.Android.Resource.Xml.standalone_badge_gravity_top_start = global::O2NextGen.SmallTalk.Droid.Resource.Xml.standalone_badge_gravity_top_start; + global::Xamarin.Forms.Platform.Android.Resource.Xml.standalone_badge_offset = global::O2NextGen.SmallTalk.Droid.Resource.Xml.standalone_badge_offset; + global::Xamarin.Forms.Platform.Resource.Animation.abc_fade_in = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_fade_in; + global::Xamarin.Forms.Platform.Resource.Animation.abc_fade_out = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_fade_out; + global::Xamarin.Forms.Platform.Resource.Animation.abc_grow_fade_in_from_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_grow_fade_in_from_bottom; + global::Xamarin.Forms.Platform.Resource.Animation.abc_popup_enter = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_popup_enter; + global::Xamarin.Forms.Platform.Resource.Animation.abc_popup_exit = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_popup_exit; + global::Xamarin.Forms.Platform.Resource.Animation.abc_shrink_fade_out_from_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_shrink_fade_out_from_bottom; + global::Xamarin.Forms.Platform.Resource.Animation.abc_slide_in_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_slide_in_bottom; + global::Xamarin.Forms.Platform.Resource.Animation.abc_slide_in_top = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_slide_in_top; + global::Xamarin.Forms.Platform.Resource.Animation.abc_slide_out_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_slide_out_bottom; + global::Xamarin.Forms.Platform.Resource.Animation.abc_slide_out_top = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_slide_out_top; + global::Xamarin.Forms.Platform.Resource.Animation.abc_tooltip_enter = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_tooltip_enter; + global::Xamarin.Forms.Platform.Resource.Animation.abc_tooltip_exit = global::O2NextGen.SmallTalk.Droid.Resource.Animation.abc_tooltip_exit; + global::Xamarin.Forms.Platform.Resource.Animation.btn_checkbox_to_checked_box_inner_merged_animation = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Animation.btn_radio_to_on_mtrl_ring_outer_path_animation; + global::Xamarin.Forms.Platform.Resource.Animation.design_bottom_sheet_slide_in = global::O2NextGen.SmallTalk.Droid.Resource.Animation.design_bottom_sheet_slide_in; + global::Xamarin.Forms.Platform.Resource.Animation.design_bottom_sheet_slide_out = global::O2NextGen.SmallTalk.Droid.Resource.Animation.design_bottom_sheet_slide_out; + global::Xamarin.Forms.Platform.Resource.Animation.design_snackbar_in = global::O2NextGen.SmallTalk.Droid.Resource.Animation.design_snackbar_in; + global::Xamarin.Forms.Platform.Resource.Animation.design_snackbar_out = global::O2NextGen.SmallTalk.Droid.Resource.Animation.design_snackbar_out; + global::Xamarin.Forms.Platform.Resource.Animation.EnterFromLeft = global::O2NextGen.SmallTalk.Droid.Resource.Animation.EnterFromLeft; + global::Xamarin.Forms.Platform.Resource.Animation.EnterFromRight = global::O2NextGen.SmallTalk.Droid.Resource.Animation.EnterFromRight; + global::Xamarin.Forms.Platform.Resource.Animation.ExitToLeft = global::O2NextGen.SmallTalk.Droid.Resource.Animation.ExitToLeft; + global::Xamarin.Forms.Platform.Resource.Animation.ExitToRight = global::O2NextGen.SmallTalk.Droid.Resource.Animation.ExitToRight; + global::Xamarin.Forms.Platform.Resource.Animation.fragment_fast_out_extra_slow_in = global::O2NextGen.SmallTalk.Droid.Resource.Animation.fragment_fast_out_extra_slow_in; + global::Xamarin.Forms.Platform.Resource.Animation.mtrl_bottom_sheet_slide_in = global::O2NextGen.SmallTalk.Droid.Resource.Animation.mtrl_bottom_sheet_slide_in; + global::Xamarin.Forms.Platform.Resource.Animation.mtrl_bottom_sheet_slide_out = global::O2NextGen.SmallTalk.Droid.Resource.Animation.mtrl_bottom_sheet_slide_out; + global::Xamarin.Forms.Platform.Resource.Animation.mtrl_card_lowers_interpolator = global::O2NextGen.SmallTalk.Droid.Resource.Animation.mtrl_card_lowers_interpolator; + global::Xamarin.Forms.Platform.Resource.Animation.nav_default_enter_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animation.nav_default_enter_anim; + global::Xamarin.Forms.Platform.Resource.Animation.nav_default_exit_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animation.nav_default_exit_anim; + global::Xamarin.Forms.Platform.Resource.Animation.nav_default_pop_enter_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animation.nav_default_pop_enter_anim; + global::Xamarin.Forms.Platform.Resource.Animation.nav_default_pop_exit_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animation.nav_default_pop_exit_anim; + global::Xamarin.Forms.Platform.Resource.Animator.design_appbar_state_list_animator = global::O2NextGen.SmallTalk.Droid.Resource.Animator.design_appbar_state_list_animator; + global::Xamarin.Forms.Platform.Resource.Animator.design_fab_hide_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.design_fab_hide_motion_spec; + global::Xamarin.Forms.Platform.Resource.Animator.design_fab_show_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.design_fab_show_motion_spec; + global::Xamarin.Forms.Platform.Resource.Animator.fragment_close_enter = global::O2NextGen.SmallTalk.Droid.Resource.Animator.fragment_close_enter; + global::Xamarin.Forms.Platform.Resource.Animator.fragment_close_exit = global::O2NextGen.SmallTalk.Droid.Resource.Animator.fragment_close_exit; + global::Xamarin.Forms.Platform.Resource.Animator.fragment_fade_enter = global::O2NextGen.SmallTalk.Droid.Resource.Animator.fragment_fade_enter; + global::Xamarin.Forms.Platform.Resource.Animator.fragment_fade_exit = global::O2NextGen.SmallTalk.Droid.Resource.Animator.fragment_fade_exit; + global::Xamarin.Forms.Platform.Resource.Animator.fragment_open_enter = global::O2NextGen.SmallTalk.Droid.Resource.Animator.fragment_open_enter; + global::Xamarin.Forms.Platform.Resource.Animator.fragment_open_exit = global::O2NextGen.SmallTalk.Droid.Resource.Animator.fragment_open_exit; + global::Xamarin.Forms.Platform.Resource.Animator.linear_indeterminate_line1_head_interpolator = global::O2NextGen.SmallTalk.Droid.Resource.Animator.linear_indeterminate_line1_head_interpolator; + global::Xamarin.Forms.Platform.Resource.Animator.linear_indeterminate_line1_tail_interpolator = global::O2NextGen.SmallTalk.Droid.Resource.Animator.linear_indeterminate_line1_tail_interpolator; + global::Xamarin.Forms.Platform.Resource.Animator.linear_indeterminate_line2_head_interpolator = global::O2NextGen.SmallTalk.Droid.Resource.Animator.linear_indeterminate_line2_head_interpolator; + global::Xamarin.Forms.Platform.Resource.Animator.linear_indeterminate_line2_tail_interpolator = global::O2NextGen.SmallTalk.Droid.Resource.Animator.linear_indeterminate_line2_tail_interpolator; + global::Xamarin.Forms.Platform.Resource.Animator.mtrl_btn_state_list_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_btn_state_list_anim; + global::Xamarin.Forms.Platform.Resource.Animator.mtrl_btn_unelevated_state_list_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_btn_unelevated_state_list_anim; + global::Xamarin.Forms.Platform.Resource.Animator.mtrl_card_state_list_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_card_state_list_anim; + global::Xamarin.Forms.Platform.Resource.Animator.mtrl_chip_state_list_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_chip_state_list_anim; + global::Xamarin.Forms.Platform.Resource.Animator.mtrl_extended_fab_change_size_collapse_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_extended_fab_change_size_collapse_motion_spec; + global::Xamarin.Forms.Platform.Resource.Animator.mtrl_extended_fab_change_size_expand_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_extended_fab_change_size_expand_motion_spec; + global::Xamarin.Forms.Platform.Resource.Animator.mtrl_extended_fab_hide_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_extended_fab_hide_motion_spec; + global::Xamarin.Forms.Platform.Resource.Animator.mtrl_extended_fab_show_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_extended_fab_show_motion_spec; + global::Xamarin.Forms.Platform.Resource.Animator.mtrl_extended_fab_state_list_animator = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_extended_fab_state_list_animator; + global::Xamarin.Forms.Platform.Resource.Animator.mtrl_fab_hide_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_fab_hide_motion_spec; + global::Xamarin.Forms.Platform.Resource.Animator.mtrl_fab_show_motion_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_fab_show_motion_spec; + global::Xamarin.Forms.Platform.Resource.Animator.mtrl_fab_transformation_sheet_collapse_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_fab_transformation_sheet_collapse_spec; + global::Xamarin.Forms.Platform.Resource.Animator.mtrl_fab_transformation_sheet_expand_spec = global::O2NextGen.SmallTalk.Droid.Resource.Animator.mtrl_fab_transformation_sheet_expand_spec; + global::Xamarin.Forms.Platform.Resource.Animator.nav_default_enter_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.nav_default_enter_anim; + global::Xamarin.Forms.Platform.Resource.Animator.nav_default_exit_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.nav_default_exit_anim; + global::Xamarin.Forms.Platform.Resource.Animator.nav_default_pop_enter_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.nav_default_pop_enter_anim; + global::Xamarin.Forms.Platform.Resource.Animator.nav_default_pop_exit_anim = global::O2NextGen.SmallTalk.Droid.Resource.Animator.nav_default_pop_exit_anim; + global::Xamarin.Forms.Platform.Resource.Attribute.action = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.action; + global::Xamarin.Forms.Platform.Resource.Attribute.actionBarDivider = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarDivider; + global::Xamarin.Forms.Platform.Resource.Attribute.actionBarItemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarItemBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.actionBarPopupTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarPopupTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.actionBarSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarSize; + global::Xamarin.Forms.Platform.Resource.Attribute.actionBarSplitStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarSplitStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.actionBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.actionBarTabBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarTabBarStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.actionBarTabStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarTabStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.actionBarTabTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarTabTextStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.actionBarTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.actionBarWidgetTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionBarWidgetTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.actionButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.actionDropDownStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionDropDownStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.actionLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionLayout; + global::Xamarin.Forms.Platform.Resource.Attribute.actionMenuTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionMenuTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.actionMenuTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionMenuTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModeBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModeCloseButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeCloseButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModeCloseContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeCloseContentDescription; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModeCloseDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeCloseDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModeCopyDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeCopyDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModeCutDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeCutDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModeFindDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeFindDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModePasteDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModePasteDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModePopupWindowStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModePopupWindowStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModeSelectAllDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeSelectAllDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModeShareDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeShareDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModeSplitBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeSplitBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModeStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModeTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.actionModeWebSearchDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionModeWebSearchDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.actionOverflowButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionOverflowButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.actionOverflowMenuStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionOverflowMenuStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.actionProviderClass = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionProviderClass; + global::Xamarin.Forms.Platform.Resource.Attribute.actionTextColorAlpha = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionTextColorAlpha; + global::Xamarin.Forms.Platform.Resource.Attribute.actionViewClass = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.actionViewClass; + global::Xamarin.Forms.Platform.Resource.Attribute.activityChooserViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.activityChooserViewStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.alertDialogButtonGroupStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.alertDialogButtonGroupStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.alertDialogCenterButtons = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.alertDialogCenterButtons; + global::Xamarin.Forms.Platform.Resource.Attribute.alertDialogStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.alertDialogStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.alertDialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.alertDialogTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.allowStacking = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.allowStacking; + global::Xamarin.Forms.Platform.Resource.Attribute.alpha = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.alpha; + global::Xamarin.Forms.Platform.Resource.Attribute.alphabeticModifiers = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.alphabeticModifiers; + global::Xamarin.Forms.Platform.Resource.Attribute.altSrc = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.altSrc; + global::Xamarin.Forms.Platform.Resource.Attribute.animateCircleAngleTo = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.animateCircleAngleTo; + global::Xamarin.Forms.Platform.Resource.Attribute.animateRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.animateRelativeTo; + global::Xamarin.Forms.Platform.Resource.Attribute.animationMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.animationMode; + global::Xamarin.Forms.Platform.Resource.Attribute.appBarLayoutStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.appBarLayoutStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.applyMotionScene = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.applyMotionScene; + global::Xamarin.Forms.Platform.Resource.Attribute.arcMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.arcMode; + global::Xamarin.Forms.Platform.Resource.Attribute.argType = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.argType; + global::Xamarin.Forms.Platform.Resource.Attribute.arrowHeadLength = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.arrowHeadLength; + global::Xamarin.Forms.Platform.Resource.Attribute.arrowShaftLength = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.arrowShaftLength; + global::Xamarin.Forms.Platform.Resource.Attribute.attributeName = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.attributeName; + global::Xamarin.Forms.Platform.Resource.Attribute.autoCompleteMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoCompleteMode; + global::Xamarin.Forms.Platform.Resource.Attribute.autoCompleteTextViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoCompleteTextViewStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.autoSizeMaxTextSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoSizeMaxTextSize; + global::Xamarin.Forms.Platform.Resource.Attribute.autoSizeMinTextSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoSizeMinTextSize; + global::Xamarin.Forms.Platform.Resource.Attribute.autoSizePresetSizes = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoSizePresetSizes; + global::Xamarin.Forms.Platform.Resource.Attribute.autoSizeStepGranularity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoSizeStepGranularity; + global::Xamarin.Forms.Platform.Resource.Attribute.autoSizeTextType = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoSizeTextType; + global::Xamarin.Forms.Platform.Resource.Attribute.autoTransition = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.autoTransition; + global::Xamarin.Forms.Platform.Resource.Attribute.background = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.background; + global::Xamarin.Forms.Platform.Resource.Attribute.backgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundColor; + global::Xamarin.Forms.Platform.Resource.Attribute.backgroundInsetBottom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundInsetBottom; + global::Xamarin.Forms.Platform.Resource.Attribute.backgroundInsetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundInsetEnd; + global::Xamarin.Forms.Platform.Resource.Attribute.backgroundInsetStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundInsetStart; + global::Xamarin.Forms.Platform.Resource.Attribute.backgroundInsetTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundInsetTop; + global::Xamarin.Forms.Platform.Resource.Attribute.backgroundOverlayColorAlpha = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundOverlayColorAlpha; + global::Xamarin.Forms.Platform.Resource.Attribute.backgroundSplit = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundSplit; + global::Xamarin.Forms.Platform.Resource.Attribute.backgroundStacked = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundStacked; + global::Xamarin.Forms.Platform.Resource.Attribute.backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundTint; + global::Xamarin.Forms.Platform.Resource.Attribute.backgroundTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.backgroundTintMode; + global::Xamarin.Forms.Platform.Resource.Attribute.badgeGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.badgeGravity; + global::Xamarin.Forms.Platform.Resource.Attribute.badgeStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.badgeStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.badgeTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.badgeTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.barLength = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.barLength; + global::Xamarin.Forms.Platform.Resource.Attribute.barrierAllowsGoneWidgets = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.barrierAllowsGoneWidgets; + global::Xamarin.Forms.Platform.Resource.Attribute.barrierDirection = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.barrierDirection; + global::Xamarin.Forms.Platform.Resource.Attribute.barrierMargin = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.barrierMargin; + global::Xamarin.Forms.Platform.Resource.Attribute.behavior_autoHide = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_autoHide; + global::Xamarin.Forms.Platform.Resource.Attribute.behavior_autoShrink = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_autoShrink; + global::Xamarin.Forms.Platform.Resource.Attribute.behavior_draggable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_draggable; + global::Xamarin.Forms.Platform.Resource.Attribute.behavior_expandedOffset = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_expandedOffset; + global::Xamarin.Forms.Platform.Resource.Attribute.behavior_fitToContents = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_fitToContents; + global::Xamarin.Forms.Platform.Resource.Attribute.behavior_halfExpandedRatio = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_halfExpandedRatio; + global::Xamarin.Forms.Platform.Resource.Attribute.behavior_hideable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_hideable; + global::Xamarin.Forms.Platform.Resource.Attribute.behavior_overlapTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_overlapTop; + global::Xamarin.Forms.Platform.Resource.Attribute.behavior_peekHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_peekHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.behavior_saveFlags = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_saveFlags; + global::Xamarin.Forms.Platform.Resource.Attribute.behavior_skipCollapsed = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.behavior_skipCollapsed; + global::Xamarin.Forms.Platform.Resource.Attribute.blendSrc = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.blendSrc; + global::Xamarin.Forms.Platform.Resource.Attribute.borderlessButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.borderlessButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.borderRound = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.borderRound; + global::Xamarin.Forms.Platform.Resource.Attribute.borderRoundPercent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.borderRoundPercent; + global::Xamarin.Forms.Platform.Resource.Attribute.borderWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.borderWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.bottomAppBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.bottomAppBarStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.bottomNavigationStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.bottomNavigationStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.bottomSheetDialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.bottomSheetDialogTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.bottomSheetStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.bottomSheetStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.boxBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxBackgroundColor; + global::Xamarin.Forms.Platform.Resource.Attribute.boxBackgroundMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxBackgroundMode; + global::Xamarin.Forms.Platform.Resource.Attribute.boxCollapsedPaddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxCollapsedPaddingTop; + global::Xamarin.Forms.Platform.Resource.Attribute.boxCornerRadiusBottomEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxCornerRadiusBottomEnd; + global::Xamarin.Forms.Platform.Resource.Attribute.boxCornerRadiusBottomStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxCornerRadiusBottomStart; + global::Xamarin.Forms.Platform.Resource.Attribute.boxCornerRadiusTopEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxCornerRadiusTopEnd; + global::Xamarin.Forms.Platform.Resource.Attribute.boxCornerRadiusTopStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxCornerRadiusTopStart; + global::Xamarin.Forms.Platform.Resource.Attribute.boxStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxStrokeColor; + global::Xamarin.Forms.Platform.Resource.Attribute.boxStrokeErrorColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxStrokeErrorColor; + global::Xamarin.Forms.Platform.Resource.Attribute.boxStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxStrokeWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.boxStrokeWidthFocused = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.boxStrokeWidthFocused; + global::Xamarin.Forms.Platform.Resource.Attribute.brightness = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.brightness; + global::Xamarin.Forms.Platform.Resource.Attribute.buttonBarButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonBarButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.buttonBarNegativeButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonBarNegativeButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.buttonBarNeutralButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonBarNeutralButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.buttonBarPositiveButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonBarPositiveButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.buttonBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonBarStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.buttonCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonCompat; + global::Xamarin.Forms.Platform.Resource.Attribute.buttonGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonGravity; + global::Xamarin.Forms.Platform.Resource.Attribute.buttonIconDimen = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonIconDimen; + global::Xamarin.Forms.Platform.Resource.Attribute.buttonPanelSideLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonPanelSideLayout; + global::Xamarin.Forms.Platform.Resource.Attribute.buttonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.buttonStyleSmall = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonStyleSmall; + global::Xamarin.Forms.Platform.Resource.Attribute.buttonTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonTint; + global::Xamarin.Forms.Platform.Resource.Attribute.buttonTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.buttonTintMode; + global::Xamarin.Forms.Platform.Resource.Attribute.cardBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardBackgroundColor; + global::Xamarin.Forms.Platform.Resource.Attribute.cardCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardCornerRadius; + global::Xamarin.Forms.Platform.Resource.Attribute.cardElevation = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardElevation; + global::Xamarin.Forms.Platform.Resource.Attribute.cardForegroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardForegroundColor; + global::Xamarin.Forms.Platform.Resource.Attribute.cardMaxElevation = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardMaxElevation; + global::Xamarin.Forms.Platform.Resource.Attribute.cardPreventCornerOverlap = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardPreventCornerOverlap; + global::Xamarin.Forms.Platform.Resource.Attribute.cardUseCompatPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardUseCompatPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.cardViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cardViewStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.carousel_backwardTransition = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_backwardTransition; + global::Xamarin.Forms.Platform.Resource.Attribute.carousel_emptyViewsBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_emptyViewsBehavior; + global::Xamarin.Forms.Platform.Resource.Attribute.carousel_firstView = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_firstView; + global::Xamarin.Forms.Platform.Resource.Attribute.carousel_forwardTransition = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_forwardTransition; + global::Xamarin.Forms.Platform.Resource.Attribute.carousel_infinite = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_infinite; + global::Xamarin.Forms.Platform.Resource.Attribute.carousel_nextState = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_nextState; + global::Xamarin.Forms.Platform.Resource.Attribute.carousel_previousState = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_previousState; + global::Xamarin.Forms.Platform.Resource.Attribute.carousel_touchUpMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_touchUpMode; + global::Xamarin.Forms.Platform.Resource.Attribute.carousel_touchUp_dampeningFactor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_touchUp_dampeningFactor; + global::Xamarin.Forms.Platform.Resource.Attribute.carousel_touchUp_velocityThreshold = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.carousel_touchUp_velocityThreshold; + global::Xamarin.Forms.Platform.Resource.Attribute.chainUseRtl = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chainUseRtl; + global::Xamarin.Forms.Platform.Resource.Attribute.checkboxStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkboxStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.checkedButton = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedButton; + global::Xamarin.Forms.Platform.Resource.Attribute.checkedChip = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedChip; + global::Xamarin.Forms.Platform.Resource.Attribute.checkedIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedIcon; + global::Xamarin.Forms.Platform.Resource.Attribute.checkedIconEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedIconEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.checkedIconMargin = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedIconMargin; + global::Xamarin.Forms.Platform.Resource.Attribute.checkedIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedIconSize; + global::Xamarin.Forms.Platform.Resource.Attribute.checkedIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedIconTint; + global::Xamarin.Forms.Platform.Resource.Attribute.checkedIconVisible = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedIconVisible; + global::Xamarin.Forms.Platform.Resource.Attribute.checkedTextViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.checkedTextViewStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.chipBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipBackgroundColor; + global::Xamarin.Forms.Platform.Resource.Attribute.chipCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipCornerRadius; + global::Xamarin.Forms.Platform.Resource.Attribute.chipEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipEndPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.chipGroupStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipGroupStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.chipIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipIcon; + global::Xamarin.Forms.Platform.Resource.Attribute.chipIconEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipIconEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.chipIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipIconSize; + global::Xamarin.Forms.Platform.Resource.Attribute.chipIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipIconTint; + global::Xamarin.Forms.Platform.Resource.Attribute.chipIconVisible = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipIconVisible; + global::Xamarin.Forms.Platform.Resource.Attribute.chipMinHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipMinHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.chipMinTouchTargetSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipMinTouchTargetSize; + global::Xamarin.Forms.Platform.Resource.Attribute.chipSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipSpacing; + global::Xamarin.Forms.Platform.Resource.Attribute.chipSpacingHorizontal = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipSpacingHorizontal; + global::Xamarin.Forms.Platform.Resource.Attribute.chipSpacingVertical = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipSpacingVertical; + global::Xamarin.Forms.Platform.Resource.Attribute.chipStandaloneStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipStandaloneStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.chipStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipStartPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.chipStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipStrokeColor; + global::Xamarin.Forms.Platform.Resource.Attribute.chipStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipStrokeWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.chipStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.chipSurfaceColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.chipSurfaceColor; + global::Xamarin.Forms.Platform.Resource.Attribute.circleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.circleRadius; + global::Xamarin.Forms.Platform.Resource.Attribute.circularflow_angles = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.circularflow_angles; + global::Xamarin.Forms.Platform.Resource.Attribute.circularflow_defaultAngle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.circularflow_defaultAngle; + global::Xamarin.Forms.Platform.Resource.Attribute.circularflow_defaultRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.circularflow_defaultRadius; + global::Xamarin.Forms.Platform.Resource.Attribute.circularflow_radiusInDP = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.circularflow_radiusInDP; + global::Xamarin.Forms.Platform.Resource.Attribute.circularflow_viewCenter = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.circularflow_viewCenter; + global::Xamarin.Forms.Platform.Resource.Attribute.circularProgressIndicatorStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.circularProgressIndicatorStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.clearsTag = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.clearsTag; + global::Xamarin.Forms.Platform.Resource.Attribute.clickAction = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.clickAction; + global::Xamarin.Forms.Platform.Resource.Attribute.clockFaceBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.clockFaceBackgroundColor; + global::Xamarin.Forms.Platform.Resource.Attribute.clockHandColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.clockHandColor; + global::Xamarin.Forms.Platform.Resource.Attribute.clockIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.clockIcon; + global::Xamarin.Forms.Platform.Resource.Attribute.clockNumberTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.clockNumberTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.closeIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeIcon; + global::Xamarin.Forms.Platform.Resource.Attribute.closeIconEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeIconEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.closeIconEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeIconEndPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.closeIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeIconSize; + global::Xamarin.Forms.Platform.Resource.Attribute.closeIconStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeIconStartPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.closeIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeIconTint; + global::Xamarin.Forms.Platform.Resource.Attribute.closeIconVisible = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeIconVisible; + global::Xamarin.Forms.Platform.Resource.Attribute.closeItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.closeItemLayout; + global::Xamarin.Forms.Platform.Resource.Attribute.collapseContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.collapseContentDescription; + global::Xamarin.Forms.Platform.Resource.Attribute.collapsedSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.collapsedSize; + global::Xamarin.Forms.Platform.Resource.Attribute.collapsedTitleGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.collapsedTitleGravity; + global::Xamarin.Forms.Platform.Resource.Attribute.collapsedTitleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.collapsedTitleTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.collapseIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.collapseIcon; + global::Xamarin.Forms.Platform.Resource.Attribute.collapsingToolbarLayoutStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.collapsingToolbarLayoutStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.collectionViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.collectionViewStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.color = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.color; + global::Xamarin.Forms.Platform.Resource.Attribute.colorAccent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorAccent; + global::Xamarin.Forms.Platform.Resource.Attribute.colorBackgroundFloating = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorBackgroundFloating; + global::Xamarin.Forms.Platform.Resource.Attribute.colorButtonNormal = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorButtonNormal; + global::Xamarin.Forms.Platform.Resource.Attribute.colorControlActivated = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorControlActivated; + global::Xamarin.Forms.Platform.Resource.Attribute.colorControlHighlight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorControlHighlight; + global::Xamarin.Forms.Platform.Resource.Attribute.colorControlNormal = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorControlNormal; + global::Xamarin.Forms.Platform.Resource.Attribute.colorError = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorError; + global::Xamarin.Forms.Platform.Resource.Attribute.colorOnBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorOnBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.colorOnError = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorOnError; + global::Xamarin.Forms.Platform.Resource.Attribute.colorOnPrimary = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorOnPrimary; + global::Xamarin.Forms.Platform.Resource.Attribute.colorOnPrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorOnPrimarySurface; + global::Xamarin.Forms.Platform.Resource.Attribute.colorOnSecondary = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorOnSecondary; + global::Xamarin.Forms.Platform.Resource.Attribute.colorOnSurface = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorOnSurface; + global::Xamarin.Forms.Platform.Resource.Attribute.colorPrimary = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorPrimary; + global::Xamarin.Forms.Platform.Resource.Attribute.colorPrimaryDark = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorPrimaryDark; + global::Xamarin.Forms.Platform.Resource.Attribute.colorPrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorPrimarySurface; + global::Xamarin.Forms.Platform.Resource.Attribute.colorPrimaryVariant = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorPrimaryVariant; + global::Xamarin.Forms.Platform.Resource.Attribute.colorSecondary = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorSecondary; + global::Xamarin.Forms.Platform.Resource.Attribute.colorSecondaryVariant = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorSecondaryVariant; + global::Xamarin.Forms.Platform.Resource.Attribute.colorSurface = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorSurface; + global::Xamarin.Forms.Platform.Resource.Attribute.colorSwitchThumbNormal = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.colorSwitchThumbNormal; + global::Xamarin.Forms.Platform.Resource.Attribute.commitIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.commitIcon; + global::Xamarin.Forms.Platform.Resource.Attribute.ConstraintRotate = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ConstraintRotate; + global::Xamarin.Forms.Platform.Resource.Attribute.constraints = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.constraints; + global::Xamarin.Forms.Platform.Resource.Attribute.constraintSet = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.constraintSet; + global::Xamarin.Forms.Platform.Resource.Attribute.constraintSetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.constraintSetEnd; + global::Xamarin.Forms.Platform.Resource.Attribute.constraintSetStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.constraintSetStart; + global::Xamarin.Forms.Platform.Resource.Attribute.constraint_referenced_ids = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.constraint_referenced_ids; + global::Xamarin.Forms.Platform.Resource.Attribute.constraint_referenced_tags = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.constraint_referenced_tags; + global::Xamarin.Forms.Platform.Resource.Attribute.content = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.content; + global::Xamarin.Forms.Platform.Resource.Attribute.contentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentDescription; + global::Xamarin.Forms.Platform.Resource.Attribute.contentInsetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentInsetEnd; + global::Xamarin.Forms.Platform.Resource.Attribute.contentInsetEndWithActions = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentInsetEndWithActions; + global::Xamarin.Forms.Platform.Resource.Attribute.contentInsetLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentInsetLeft; + global::Xamarin.Forms.Platform.Resource.Attribute.contentInsetRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentInsetRight; + global::Xamarin.Forms.Platform.Resource.Attribute.contentInsetStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentInsetStart; + global::Xamarin.Forms.Platform.Resource.Attribute.contentInsetStartWithNavigation = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentInsetStartWithNavigation; + global::Xamarin.Forms.Platform.Resource.Attribute.contentPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.contentPaddingBottom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentPaddingBottom; + global::Xamarin.Forms.Platform.Resource.Attribute.contentPaddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentPaddingEnd; + global::Xamarin.Forms.Platform.Resource.Attribute.contentPaddingLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentPaddingLeft; + global::Xamarin.Forms.Platform.Resource.Attribute.contentPaddingRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentPaddingRight; + global::Xamarin.Forms.Platform.Resource.Attribute.contentPaddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentPaddingStart; + global::Xamarin.Forms.Platform.Resource.Attribute.contentPaddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentPaddingTop; + global::Xamarin.Forms.Platform.Resource.Attribute.contentScrim = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contentScrim; + global::Xamarin.Forms.Platform.Resource.Attribute.contrast = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.contrast; + global::Xamarin.Forms.Platform.Resource.Attribute.controlBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.controlBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.coordinatorLayoutStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.coordinatorLayoutStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.cornerFamily = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerFamily; + global::Xamarin.Forms.Platform.Resource.Attribute.cornerFamilyBottomLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerFamilyBottomLeft; + global::Xamarin.Forms.Platform.Resource.Attribute.cornerFamilyBottomRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerFamilyBottomRight; + global::Xamarin.Forms.Platform.Resource.Attribute.cornerFamilyTopLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerFamilyTopLeft; + global::Xamarin.Forms.Platform.Resource.Attribute.cornerFamilyTopRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerFamilyTopRight; + global::Xamarin.Forms.Platform.Resource.Attribute.cornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerRadius; + global::Xamarin.Forms.Platform.Resource.Attribute.cornerSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerSize; + global::Xamarin.Forms.Platform.Resource.Attribute.cornerSizeBottomLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerSizeBottomLeft; + global::Xamarin.Forms.Platform.Resource.Attribute.cornerSizeBottomRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerSizeBottomRight; + global::Xamarin.Forms.Platform.Resource.Attribute.cornerSizeTopLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerSizeTopLeft; + global::Xamarin.Forms.Platform.Resource.Attribute.cornerSizeTopRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.cornerSizeTopRight; + global::Xamarin.Forms.Platform.Resource.Attribute.counterEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.counterEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.counterMaxLength = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.counterMaxLength; + global::Xamarin.Forms.Platform.Resource.Attribute.counterOverflowTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.counterOverflowTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.counterOverflowTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.counterOverflowTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.counterTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.counterTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.counterTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.counterTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.crossfade = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.crossfade; + global::Xamarin.Forms.Platform.Resource.Attribute.currentState = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.currentState; + global::Xamarin.Forms.Platform.Resource.Attribute.curveFit = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.curveFit; + global::Xamarin.Forms.Platform.Resource.Attribute.customBoolean = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customBoolean; + global::Xamarin.Forms.Platform.Resource.Attribute.customColorDrawableValue = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customColorDrawableValue; + global::Xamarin.Forms.Platform.Resource.Attribute.customColorValue = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customColorValue; + global::Xamarin.Forms.Platform.Resource.Attribute.customDimension = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customDimension; + global::Xamarin.Forms.Platform.Resource.Attribute.customFloatValue = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customFloatValue; + global::Xamarin.Forms.Platform.Resource.Attribute.customIntegerValue = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customIntegerValue; + global::Xamarin.Forms.Platform.Resource.Attribute.customNavigationLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customNavigationLayout; + global::Xamarin.Forms.Platform.Resource.Attribute.customPixelDimension = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customPixelDimension; + global::Xamarin.Forms.Platform.Resource.Attribute.customReference = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customReference; + global::Xamarin.Forms.Platform.Resource.Attribute.customStringValue = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.customStringValue; + global::Xamarin.Forms.Platform.Resource.Attribute.data = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.data; + global::Xamarin.Forms.Platform.Resource.Attribute.dataPattern = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dataPattern; + global::Xamarin.Forms.Platform.Resource.Attribute.dayInvalidStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dayInvalidStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.daySelectedStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.daySelectedStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.dayStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dayStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.dayTodayStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dayTodayStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.defaultDuration = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.defaultDuration; + global::Xamarin.Forms.Platform.Resource.Attribute.defaultQueryHint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.defaultQueryHint; + global::Xamarin.Forms.Platform.Resource.Attribute.defaultState = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.defaultState; + global::Xamarin.Forms.Platform.Resource.Attribute.deltaPolarAngle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.deltaPolarAngle; + global::Xamarin.Forms.Platform.Resource.Attribute.deltaPolarRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.deltaPolarRadius; + global::Xamarin.Forms.Platform.Resource.Attribute.deriveConstraintsFrom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.deriveConstraintsFrom; + global::Xamarin.Forms.Platform.Resource.Attribute.destination = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.destination; + global::Xamarin.Forms.Platform.Resource.Attribute.dialogCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dialogCornerRadius; + global::Xamarin.Forms.Platform.Resource.Attribute.dialogPreferredPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dialogPreferredPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.dialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dialogTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.displayOptions = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.displayOptions; + global::Xamarin.Forms.Platform.Resource.Attribute.divider = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.divider; + global::Xamarin.Forms.Platform.Resource.Attribute.dividerHorizontal = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dividerHorizontal; + global::Xamarin.Forms.Platform.Resource.Attribute.dividerPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dividerPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.dividerVertical = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dividerVertical; + global::Xamarin.Forms.Platform.Resource.Attribute.dragDirection = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dragDirection; + global::Xamarin.Forms.Platform.Resource.Attribute.dragScale = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dragScale; + global::Xamarin.Forms.Platform.Resource.Attribute.dragThreshold = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dragThreshold; + global::Xamarin.Forms.Platform.Resource.Attribute.drawableBottomCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableBottomCompat; + global::Xamarin.Forms.Platform.Resource.Attribute.drawableEndCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableEndCompat; + global::Xamarin.Forms.Platform.Resource.Attribute.drawableLeftCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableLeftCompat; + global::Xamarin.Forms.Platform.Resource.Attribute.drawableRightCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableRightCompat; + global::Xamarin.Forms.Platform.Resource.Attribute.drawableSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableSize; + global::Xamarin.Forms.Platform.Resource.Attribute.drawableStartCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableStartCompat; + global::Xamarin.Forms.Platform.Resource.Attribute.drawableTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableTint; + global::Xamarin.Forms.Platform.Resource.Attribute.drawableTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableTintMode; + global::Xamarin.Forms.Platform.Resource.Attribute.drawableTopCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawableTopCompat; + global::Xamarin.Forms.Platform.Resource.Attribute.drawerArrowStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawerArrowStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.drawerLayoutStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawerLayoutStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.drawPath = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.drawPath; + global::Xamarin.Forms.Platform.Resource.Attribute.dropdownListPreferredItemHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dropdownListPreferredItemHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.dropDownListViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.dropDownListViewStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.duration = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.duration; + global::Xamarin.Forms.Platform.Resource.Attribute.editTextBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.editTextBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.editTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.editTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.editTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.editTextStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.elevation = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.elevation; + global::Xamarin.Forms.Platform.Resource.Attribute.elevationOverlayColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.elevationOverlayColor; + global::Xamarin.Forms.Platform.Resource.Attribute.elevationOverlayEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.elevationOverlayEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.enableEdgeToEdge = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.enableEdgeToEdge; + global::Xamarin.Forms.Platform.Resource.Attribute.endIconCheckable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.endIconCheckable; + global::Xamarin.Forms.Platform.Resource.Attribute.endIconContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.endIconContentDescription; + global::Xamarin.Forms.Platform.Resource.Attribute.endIconDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.endIconDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.endIconMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.endIconMode; + global::Xamarin.Forms.Platform.Resource.Attribute.endIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.endIconTint; + global::Xamarin.Forms.Platform.Resource.Attribute.endIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.endIconTintMode; + global::Xamarin.Forms.Platform.Resource.Attribute.enforceMaterialTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.enforceMaterialTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.enforceTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.enforceTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.ensureMinTouchTargetSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ensureMinTouchTargetSize; + global::Xamarin.Forms.Platform.Resource.Attribute.enterAnim = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.enterAnim; + global::Xamarin.Forms.Platform.Resource.Attribute.errorContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.errorContentDescription; + global::Xamarin.Forms.Platform.Resource.Attribute.errorEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.errorEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.errorIconDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.errorIconDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.errorIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.errorIconTint; + global::Xamarin.Forms.Platform.Resource.Attribute.errorIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.errorIconTintMode; + global::Xamarin.Forms.Platform.Resource.Attribute.errorTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.errorTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.errorTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.errorTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.exitAnim = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.exitAnim; + global::Xamarin.Forms.Platform.Resource.Attribute.expandActivityOverflowButtonDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandActivityOverflowButtonDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.expanded = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expanded; + global::Xamarin.Forms.Platform.Resource.Attribute.expandedHintEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedHintEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.expandedTitleGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedTitleGravity; + global::Xamarin.Forms.Platform.Resource.Attribute.expandedTitleMargin = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedTitleMargin; + global::Xamarin.Forms.Platform.Resource.Attribute.expandedTitleMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedTitleMarginBottom; + global::Xamarin.Forms.Platform.Resource.Attribute.expandedTitleMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedTitleMarginEnd; + global::Xamarin.Forms.Platform.Resource.Attribute.expandedTitleMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedTitleMarginStart; + global::Xamarin.Forms.Platform.Resource.Attribute.expandedTitleMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedTitleMarginTop; + global::Xamarin.Forms.Platform.Resource.Attribute.expandedTitleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.expandedTitleTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.extendedFloatingActionButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.extendedFloatingActionButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.extendMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.extendMotionSpec; + global::Xamarin.Forms.Platform.Resource.Attribute.extraMultilineHeightEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.extraMultilineHeightEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.fabAlignmentMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fabAlignmentMode; + global::Xamarin.Forms.Platform.Resource.Attribute.fabAnimationMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fabAnimationMode; + global::Xamarin.Forms.Platform.Resource.Attribute.fabCradleMargin = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fabCradleMargin; + global::Xamarin.Forms.Platform.Resource.Attribute.fabCradleRoundedCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fabCradleRoundedCornerRadius; + global::Xamarin.Forms.Platform.Resource.Attribute.fabCradleVerticalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fabCradleVerticalOffset; + global::Xamarin.Forms.Platform.Resource.Attribute.fabCustomSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fabCustomSize; + global::Xamarin.Forms.Platform.Resource.Attribute.fabSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fabSize; + global::Xamarin.Forms.Platform.Resource.Attribute.fastScrollEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fastScrollEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.fastScrollHorizontalThumbDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fastScrollHorizontalThumbDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.fastScrollHorizontalTrackDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fastScrollHorizontalTrackDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.fastScrollVerticalThumbDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fastScrollVerticalThumbDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.fastScrollVerticalTrackDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fastScrollVerticalTrackDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.firstBaselineToTopHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.firstBaselineToTopHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.floatingActionButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.floatingActionButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_firstHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_firstHorizontalBias; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_firstHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_firstHorizontalStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_firstVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_firstVerticalBias; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_firstVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_firstVerticalStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_horizontalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_horizontalAlign; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_horizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_horizontalBias; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_horizontalGap = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_horizontalGap; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_horizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_horizontalStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_lastHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_lastHorizontalBias; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_lastHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_lastHorizontalStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_lastVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_lastVerticalBias; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_lastVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_lastVerticalStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_maxElementsWrap = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_maxElementsWrap; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_padding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_padding; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_verticalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_verticalAlign; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_verticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_verticalBias; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_verticalGap = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_verticalGap; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_verticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_verticalStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.flow_wrapMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.flow_wrapMode; + global::Xamarin.Forms.Platform.Resource.Attribute.font = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.font; + global::Xamarin.Forms.Platform.Resource.Attribute.fontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontFamily; + global::Xamarin.Forms.Platform.Resource.Attribute.fontProviderAuthority = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderAuthority; + global::Xamarin.Forms.Platform.Resource.Attribute.fontProviderCerts = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderCerts; + global::Xamarin.Forms.Platform.Resource.Attribute.fontProviderFetchStrategy = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderFetchStrategy; + global::Xamarin.Forms.Platform.Resource.Attribute.fontProviderFetchTimeout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderFetchTimeout; + global::Xamarin.Forms.Platform.Resource.Attribute.fontProviderPackage = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderPackage; + global::Xamarin.Forms.Platform.Resource.Attribute.fontProviderQuery = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderQuery; + global::Xamarin.Forms.Platform.Resource.Attribute.fontProviderSystemFontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontProviderSystemFontFamily; + global::Xamarin.Forms.Platform.Resource.Attribute.fontStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.fontVariationSettings = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontVariationSettings; + global::Xamarin.Forms.Platform.Resource.Attribute.fontWeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.fontWeight; + global::Xamarin.Forms.Platform.Resource.Attribute.forceApplySystemWindowInsetTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.forceApplySystemWindowInsetTop; + global::Xamarin.Forms.Platform.Resource.Attribute.foregroundInsidePadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.foregroundInsidePadding; + global::Xamarin.Forms.Platform.Resource.Attribute.framePosition = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.framePosition; + global::Xamarin.Forms.Platform.Resource.Attribute.gapBetweenBars = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.gapBetweenBars; + global::Xamarin.Forms.Platform.Resource.Attribute.gestureInsetBottomIgnored = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.gestureInsetBottomIgnored; + global::Xamarin.Forms.Platform.Resource.Attribute.goIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.goIcon; + global::Xamarin.Forms.Platform.Resource.Attribute.graph = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.graph; + global::Xamarin.Forms.Platform.Resource.Attribute.haloColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.haloColor; + global::Xamarin.Forms.Platform.Resource.Attribute.haloRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.haloRadius; + global::Xamarin.Forms.Platform.Resource.Attribute.headerLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.headerLayout; + global::Xamarin.Forms.Platform.Resource.Attribute.height = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.height; + global::Xamarin.Forms.Platform.Resource.Attribute.helperText = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.helperText; + global::Xamarin.Forms.Platform.Resource.Attribute.helperTextEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.helperTextEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.helperTextTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.helperTextTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.helperTextTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.helperTextTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.hideAnimationBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hideAnimationBehavior; + global::Xamarin.Forms.Platform.Resource.Attribute.hideMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hideMotionSpec; + global::Xamarin.Forms.Platform.Resource.Attribute.hideOnContentScroll = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hideOnContentScroll; + global::Xamarin.Forms.Platform.Resource.Attribute.hideOnScroll = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hideOnScroll; + global::Xamarin.Forms.Platform.Resource.Attribute.hintAnimationEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hintAnimationEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.hintEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hintEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.hintTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hintTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.hintTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hintTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.homeAsUpIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.homeAsUpIndicator; + global::Xamarin.Forms.Platform.Resource.Attribute.homeLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.homeLayout; + global::Xamarin.Forms.Platform.Resource.Attribute.horizontalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.horizontalOffset; + global::Xamarin.Forms.Platform.Resource.Attribute.hoveredFocusedTranslationZ = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.hoveredFocusedTranslationZ; + global::Xamarin.Forms.Platform.Resource.Attribute.icon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.icon; + global::Xamarin.Forms.Platform.Resource.Attribute.iconEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconEndPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.iconGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconGravity; + global::Xamarin.Forms.Platform.Resource.Attribute.iconifiedByDefault = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconifiedByDefault; + global::Xamarin.Forms.Platform.Resource.Attribute.iconPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.iconSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconSize; + global::Xamarin.Forms.Platform.Resource.Attribute.iconStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconStartPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.iconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconTint; + global::Xamarin.Forms.Platform.Resource.Attribute.iconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.iconTintMode; + global::Xamarin.Forms.Platform.Resource.Attribute.ifTagNotSet = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ifTagNotSet; + global::Xamarin.Forms.Platform.Resource.Attribute.ifTagSet = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ifTagSet; + global::Xamarin.Forms.Platform.Resource.Attribute.imageButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.imageButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.imagePanX = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.imagePanX; + global::Xamarin.Forms.Platform.Resource.Attribute.imagePanY = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.imagePanY; + global::Xamarin.Forms.Platform.Resource.Attribute.imageRotate = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.imageRotate; + global::Xamarin.Forms.Platform.Resource.Attribute.imageZoom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.imageZoom; + global::Xamarin.Forms.Platform.Resource.Attribute.indeterminateAnimationType = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.indeterminateAnimationType; + global::Xamarin.Forms.Platform.Resource.Attribute.indeterminateProgressStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.indeterminateProgressStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.indicatorColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.indicatorColor; + global::Xamarin.Forms.Platform.Resource.Attribute.indicatorDirectionCircular = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.indicatorDirectionCircular; + global::Xamarin.Forms.Platform.Resource.Attribute.indicatorDirectionLinear = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.indicatorDirectionLinear; + global::Xamarin.Forms.Platform.Resource.Attribute.indicatorInset = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.indicatorInset; + global::Xamarin.Forms.Platform.Resource.Attribute.indicatorSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.indicatorSize; + global::Xamarin.Forms.Platform.Resource.Attribute.initialActivityCount = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.initialActivityCount; + global::Xamarin.Forms.Platform.Resource.Attribute.insetForeground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.insetForeground; + global::Xamarin.Forms.Platform.Resource.Attribute.isLightTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.isLightTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.isMaterialTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.isMaterialTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.itemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.itemFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemFillColor; + global::Xamarin.Forms.Platform.Resource.Attribute.itemHorizontalPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemHorizontalPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.itemHorizontalTranslationEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemHorizontalTranslationEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.itemIconPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemIconPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.itemIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemIconSize; + global::Xamarin.Forms.Platform.Resource.Attribute.itemIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemIconTint; + global::Xamarin.Forms.Platform.Resource.Attribute.itemMaxLines = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemMaxLines; + global::Xamarin.Forms.Platform.Resource.Attribute.itemPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.itemRippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemRippleColor; + global::Xamarin.Forms.Platform.Resource.Attribute.itemShapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemShapeAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.itemShapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemShapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Resource.Attribute.itemShapeFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemShapeFillColor; + global::Xamarin.Forms.Platform.Resource.Attribute.itemShapeInsetBottom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemShapeInsetBottom; + global::Xamarin.Forms.Platform.Resource.Attribute.itemShapeInsetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemShapeInsetEnd; + global::Xamarin.Forms.Platform.Resource.Attribute.itemShapeInsetStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemShapeInsetStart; + global::Xamarin.Forms.Platform.Resource.Attribute.itemShapeInsetTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemShapeInsetTop; + global::Xamarin.Forms.Platform.Resource.Attribute.itemSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemSpacing; + global::Xamarin.Forms.Platform.Resource.Attribute.itemStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemStrokeColor; + global::Xamarin.Forms.Platform.Resource.Attribute.itemStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemStrokeWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.itemTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.itemTextAppearanceActive = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemTextAppearanceActive; + global::Xamarin.Forms.Platform.Resource.Attribute.itemTextAppearanceInactive = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemTextAppearanceInactive; + global::Xamarin.Forms.Platform.Resource.Attribute.itemTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.itemTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.keyboardIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.keyboardIcon; + global::Xamarin.Forms.Platform.Resource.Attribute.keylines = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.keylines; + global::Xamarin.Forms.Platform.Resource.Attribute.keyPositionType = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.keyPositionType; + global::Xamarin.Forms.Platform.Resource.Attribute.labelBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.labelBehavior; + global::Xamarin.Forms.Platform.Resource.Attribute.labelStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.labelStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.labelVisibilityMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.labelVisibilityMode; + global::Xamarin.Forms.Platform.Resource.Attribute.lastBaselineToBottomHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.lastBaselineToBottomHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.launchSingleTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.launchSingleTop; + global::Xamarin.Forms.Platform.Resource.Attribute.layout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout; + global::Xamarin.Forms.Platform.Resource.Attribute.layoutDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layoutDescription; + global::Xamarin.Forms.Platform.Resource.Attribute.layoutDuringTransition = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layoutDuringTransition; + global::Xamarin.Forms.Platform.Resource.Attribute.layoutManager = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layoutManager; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_anchor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_anchor; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_anchorGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_anchorGravity; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_behavior = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_behavior; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_collapseMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_collapseMode; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_collapseParallaxMultiplier = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_collapseParallaxMultiplier; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constrainedHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constrainedHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constrainedWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constrainedWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintBaseline_creator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintBaseline_creator; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintBaseline_toBaselineOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintBaseline_toBaselineOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintBaseline_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintBaseline_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintBaseline_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintBaseline_toTopOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintBottom_creator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintBottom_creator; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintBottom_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintBottom_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintBottom_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintBottom_toTopOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintCircle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintCircle; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintCircleAngle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintCircleAngle; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintCircleRadius; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintDimensionRatio = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintDimensionRatio; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintEnd_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintEnd_toEndOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintEnd_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintEnd_toStartOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintGuide_begin = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintGuide_begin; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintGuide_end = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintGuide_end; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintGuide_percent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintGuide_percent; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintHeight_default = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHeight_default; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintHeight_max = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHeight_max; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintHeight_min = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHeight_min; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintHeight_percent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHeight_percent; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintHorizontal_bias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHorizontal_bias; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintHorizontal_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHorizontal_chainStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintHorizontal_weight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintHorizontal_weight; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintLeft_creator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintLeft_creator; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintLeft_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintLeft_toLeftOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintLeft_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintLeft_toRightOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintRight_creator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintRight_creator; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintRight_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintRight_toLeftOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintRight_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintRight_toRightOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintStart_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintStart_toEndOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintStart_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintStart_toStartOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintTag = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintTag; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintTop_creator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintTop_creator; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintTop_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintTop_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintTop_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintTop_toTopOf; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintVertical_bias = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintVertical_bias; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintVertical_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintVertical_chainStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintVertical_weight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintVertical_weight; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintWidth_default = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintWidth_default; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintWidth_max = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintWidth_max; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintWidth_min = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintWidth_min; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_constraintWidth_percent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_constraintWidth_percent; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_dodgeInsetEdges = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_dodgeInsetEdges; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_editor_absoluteX = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_editor_absoluteX; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_editor_absoluteY = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_editor_absoluteY; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_goneMarginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_goneMarginBaseline; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_goneMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_goneMarginBottom; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_goneMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_goneMarginEnd; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_goneMarginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_goneMarginLeft; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_goneMarginRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_goneMarginRight; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_goneMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_goneMarginStart; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_goneMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_goneMarginTop; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_insetEdge = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_insetEdge; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_keyline = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_keyline; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_marginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_marginBaseline; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_optimizationLevel = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_optimizationLevel; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_scrollFlags = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_scrollFlags; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_scrollInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_scrollInterpolator; + global::Xamarin.Forms.Platform.Resource.Attribute.layout_wrapBehaviorInParent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.layout_wrapBehaviorInParent; + global::Xamarin.Forms.Platform.Resource.Attribute.liftOnScroll = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.liftOnScroll; + global::Xamarin.Forms.Platform.Resource.Attribute.liftOnScrollTargetViewId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.liftOnScrollTargetViewId; + global::Xamarin.Forms.Platform.Resource.Attribute.limitBoundsTo = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.limitBoundsTo; + global::Xamarin.Forms.Platform.Resource.Attribute.linearProgressIndicatorStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.linearProgressIndicatorStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.lineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.lineHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.lineSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.lineSpacing; + global::Xamarin.Forms.Platform.Resource.Attribute.listChoiceBackgroundIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listChoiceBackgroundIndicator; + global::Xamarin.Forms.Platform.Resource.Attribute.listChoiceIndicatorMultipleAnimated = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listChoiceIndicatorMultipleAnimated; + global::Xamarin.Forms.Platform.Resource.Attribute.listChoiceIndicatorSingleAnimated = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listChoiceIndicatorSingleAnimated; + global::Xamarin.Forms.Platform.Resource.Attribute.listDividerAlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listDividerAlertDialog; + global::Xamarin.Forms.Platform.Resource.Attribute.listItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listItemLayout; + global::Xamarin.Forms.Platform.Resource.Attribute.listLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listLayout; + global::Xamarin.Forms.Platform.Resource.Attribute.listMenuViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listMenuViewStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.listPopupWindowStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPopupWindowStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.listPreferredItemHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPreferredItemHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.listPreferredItemHeightLarge = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPreferredItemHeightLarge; + global::Xamarin.Forms.Platform.Resource.Attribute.listPreferredItemHeightSmall = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPreferredItemHeightSmall; + global::Xamarin.Forms.Platform.Resource.Attribute.listPreferredItemPaddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPreferredItemPaddingEnd; + global::Xamarin.Forms.Platform.Resource.Attribute.listPreferredItemPaddingLeft = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPreferredItemPaddingLeft; + global::Xamarin.Forms.Platform.Resource.Attribute.listPreferredItemPaddingRight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPreferredItemPaddingRight; + global::Xamarin.Forms.Platform.Resource.Attribute.listPreferredItemPaddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.listPreferredItemPaddingStart; + global::Xamarin.Forms.Platform.Resource.Attribute.logo = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.logo; + global::Xamarin.Forms.Platform.Resource.Attribute.logoDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.logoDescription; + global::Xamarin.Forms.Platform.Resource.Attribute.materialAlertDialogBodyTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialAlertDialogBodyTextStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.materialAlertDialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialAlertDialogTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.materialAlertDialogTitleIconStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialAlertDialogTitleIconStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.materialAlertDialogTitlePanelStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialAlertDialogTitlePanelStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.materialAlertDialogTitleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialAlertDialogTitleTextStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.materialButtonOutlinedStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialButtonOutlinedStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.materialButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.materialButtonToggleGroupStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialButtonToggleGroupStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarDay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarDay; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarFullscreenTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarFullscreenTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarHeaderCancelButton = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarHeaderCancelButton; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarHeaderConfirmButton = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarHeaderConfirmButton; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarHeaderDivider = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarHeaderDivider; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarHeaderLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarHeaderLayout; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarHeaderSelection = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarHeaderSelection; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarHeaderTitle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarHeaderTitle; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarHeaderToggleButton = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarHeaderToggleButton; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarMonth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarMonth; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarMonthNavigationButton = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarMonthNavigationButton; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarYearNavigationButton = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCalendarYearNavigationButton; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCardViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCardViewStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.materialCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialCircleRadius; + global::Xamarin.Forms.Platform.Resource.Attribute.materialClockStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialClockStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.materialThemeOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialThemeOverlay; + global::Xamarin.Forms.Platform.Resource.Attribute.materialTimePickerStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialTimePickerStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.materialTimePickerTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.materialTimePickerTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.maxAcceleration = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxAcceleration; + global::Xamarin.Forms.Platform.Resource.Attribute.maxActionInlineWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxActionInlineWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.maxButtonHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxButtonHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.maxCharacterCount = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxCharacterCount; + global::Xamarin.Forms.Platform.Resource.Attribute.maxHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.maxImageSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxImageSize; + global::Xamarin.Forms.Platform.Resource.Attribute.maxLines = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxLines; + global::Xamarin.Forms.Platform.Resource.Attribute.maxVelocity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxVelocity; + global::Xamarin.Forms.Platform.Resource.Attribute.maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.maxWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.measureWithLargestChild = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.measureWithLargestChild; + global::Xamarin.Forms.Platform.Resource.Attribute.menu = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.menu; + global::Xamarin.Forms.Platform.Resource.Attribute.menuGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.menuGravity; + global::Xamarin.Forms.Platform.Resource.Attribute.methodName = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.methodName; + global::Xamarin.Forms.Platform.Resource.Attribute.mimeType = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.mimeType; + global::Xamarin.Forms.Platform.Resource.Attribute.minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.minHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.minHideDelay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.minHideDelay; + global::Xamarin.Forms.Platform.Resource.Attribute.minSeparation = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.minSeparation; + global::Xamarin.Forms.Platform.Resource.Attribute.minTouchTargetSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.minTouchTargetSize; + global::Xamarin.Forms.Platform.Resource.Attribute.minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.minWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.mock_diagonalsColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.mock_diagonalsColor; + global::Xamarin.Forms.Platform.Resource.Attribute.mock_label = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.mock_label; + global::Xamarin.Forms.Platform.Resource.Attribute.mock_labelBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.mock_labelBackgroundColor; + global::Xamarin.Forms.Platform.Resource.Attribute.mock_labelColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.mock_labelColor; + global::Xamarin.Forms.Platform.Resource.Attribute.mock_showDiagonals = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.mock_showDiagonals; + global::Xamarin.Forms.Platform.Resource.Attribute.mock_showLabel = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.mock_showLabel; + global::Xamarin.Forms.Platform.Resource.Attribute.motionDebug = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionDebug; + global::Xamarin.Forms.Platform.Resource.Attribute.motionDurationLong1 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionDurationLong1; + global::Xamarin.Forms.Platform.Resource.Attribute.motionDurationLong2 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionDurationLong2; + global::Xamarin.Forms.Platform.Resource.Attribute.motionDurationMedium1 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionDurationMedium1; + global::Xamarin.Forms.Platform.Resource.Attribute.motionDurationMedium2 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionDurationMedium2; + global::Xamarin.Forms.Platform.Resource.Attribute.motionDurationShort1 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionDurationShort1; + global::Xamarin.Forms.Platform.Resource.Attribute.motionDurationShort2 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionDurationShort2; + global::Xamarin.Forms.Platform.Resource.Attribute.motionEasingAccelerated = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEasingAccelerated; + global::Xamarin.Forms.Platform.Resource.Attribute.motionEasingDecelerated = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEasingDecelerated; + global::Xamarin.Forms.Platform.Resource.Attribute.motionEasingEmphasized = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEasingEmphasized; + global::Xamarin.Forms.Platform.Resource.Attribute.motionEasingLinear = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEasingLinear; + global::Xamarin.Forms.Platform.Resource.Attribute.motionEasingStandard = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEasingStandard; + global::Xamarin.Forms.Platform.Resource.Attribute.motionEffect_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_alpha; + global::Xamarin.Forms.Platform.Resource.Attribute.motionEffect_end = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_end; + global::Xamarin.Forms.Platform.Resource.Attribute.motionEffect_move = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_move; + global::Xamarin.Forms.Platform.Resource.Attribute.motionEffect_start = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_start; + global::Xamarin.Forms.Platform.Resource.Attribute.motionEffect_strict = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_strict; + global::Xamarin.Forms.Platform.Resource.Attribute.motionEffect_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_translationX; + global::Xamarin.Forms.Platform.Resource.Attribute.motionEffect_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_translationY; + global::Xamarin.Forms.Platform.Resource.Attribute.motionEffect_viewTransition = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionEffect_viewTransition; + global::Xamarin.Forms.Platform.Resource.Attribute.motionInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionInterpolator; + global::Xamarin.Forms.Platform.Resource.Attribute.motionPath = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionPath; + global::Xamarin.Forms.Platform.Resource.Attribute.motionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionPathRotate; + global::Xamarin.Forms.Platform.Resource.Attribute.motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionProgress; + global::Xamarin.Forms.Platform.Resource.Attribute.motionStagger = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionStagger; + global::Xamarin.Forms.Platform.Resource.Attribute.motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motionTarget; + global::Xamarin.Forms.Platform.Resource.Attribute.motion_postLayoutCollision = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motion_postLayoutCollision; + global::Xamarin.Forms.Platform.Resource.Attribute.motion_triggerOnCollision = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.motion_triggerOnCollision; + global::Xamarin.Forms.Platform.Resource.Attribute.moveWhenScrollAtTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.moveWhenScrollAtTop; + global::Xamarin.Forms.Platform.Resource.Attribute.multiChoiceItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.multiChoiceItemLayout; + global::Xamarin.Forms.Platform.Resource.Attribute.navGraph = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.navGraph; + global::Xamarin.Forms.Platform.Resource.Attribute.navigationContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.navigationContentDescription; + global::Xamarin.Forms.Platform.Resource.Attribute.navigationIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.navigationIcon; + global::Xamarin.Forms.Platform.Resource.Attribute.navigationIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.navigationIconTint; + global::Xamarin.Forms.Platform.Resource.Attribute.navigationMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.navigationMode; + global::Xamarin.Forms.Platform.Resource.Attribute.navigationRailStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.navigationRailStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.navigationViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.navigationViewStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.nestedScrollable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.nestedScrollable; + global::Xamarin.Forms.Platform.Resource.Attribute.nestedScrollFlags = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.nestedScrollFlags; + global::Xamarin.Forms.Platform.Resource.Attribute.nestedScrollViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.nestedScrollViewStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.nullable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.nullable; + global::Xamarin.Forms.Platform.Resource.Attribute.number = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.number; + global::Xamarin.Forms.Platform.Resource.Attribute.numericModifiers = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.numericModifiers; + global::Xamarin.Forms.Platform.Resource.Attribute.onCross = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.onCross; + global::Xamarin.Forms.Platform.Resource.Attribute.onHide = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.onHide; + global::Xamarin.Forms.Platform.Resource.Attribute.onNegativeCross = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.onNegativeCross; + global::Xamarin.Forms.Platform.Resource.Attribute.onPositiveCross = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.onPositiveCross; + global::Xamarin.Forms.Platform.Resource.Attribute.onShow = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.onShow; + global::Xamarin.Forms.Platform.Resource.Attribute.onStateTransition = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.onStateTransition; + global::Xamarin.Forms.Platform.Resource.Attribute.onTouchUp = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.onTouchUp; + global::Xamarin.Forms.Platform.Resource.Attribute.overlapAnchor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.overlapAnchor; + global::Xamarin.Forms.Platform.Resource.Attribute.overlay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.overlay; + global::Xamarin.Forms.Platform.Resource.Attribute.paddingBottomNoButtons = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingBottomNoButtons; + global::Xamarin.Forms.Platform.Resource.Attribute.paddingBottomSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingBottomSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Attribute.paddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingEnd; + global::Xamarin.Forms.Platform.Resource.Attribute.paddingLeftSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingLeftSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Attribute.paddingRightSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingRightSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Attribute.paddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingStart; + global::Xamarin.Forms.Platform.Resource.Attribute.paddingTopNoTitle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingTopNoTitle; + global::Xamarin.Forms.Platform.Resource.Attribute.paddingTopSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.paddingTopSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Attribute.panelBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.panelBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.panelMenuListTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.panelMenuListTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.panelMenuListWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.panelMenuListWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.passwordToggleContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.passwordToggleContentDescription; + global::Xamarin.Forms.Platform.Resource.Attribute.passwordToggleDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.passwordToggleDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.passwordToggleEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.passwordToggleEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.passwordToggleTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.passwordToggleTint; + global::Xamarin.Forms.Platform.Resource.Attribute.passwordToggleTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.passwordToggleTintMode; + global::Xamarin.Forms.Platform.Resource.Attribute.pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.pathMotionArc; + global::Xamarin.Forms.Platform.Resource.Attribute.path_percent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.path_percent; + global::Xamarin.Forms.Platform.Resource.Attribute.percentHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.percentHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.percentWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.percentWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.percentX = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.percentX; + global::Xamarin.Forms.Platform.Resource.Attribute.percentY = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.percentY; + global::Xamarin.Forms.Platform.Resource.Attribute.perpendicularPath_percent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.perpendicularPath_percent; + global::Xamarin.Forms.Platform.Resource.Attribute.pivotAnchor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.pivotAnchor; + global::Xamarin.Forms.Platform.Resource.Attribute.placeholderText = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.placeholderText; + global::Xamarin.Forms.Platform.Resource.Attribute.placeholderTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.placeholderTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.placeholderTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.placeholderTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.placeholder_emptyVisibility = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.placeholder_emptyVisibility; + global::Xamarin.Forms.Platform.Resource.Attribute.polarRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.polarRelativeTo; + global::Xamarin.Forms.Platform.Resource.Attribute.popEnterAnim = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popEnterAnim; + global::Xamarin.Forms.Platform.Resource.Attribute.popExitAnim = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popExitAnim; + global::Xamarin.Forms.Platform.Resource.Attribute.popupMenuBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popupMenuBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.popupMenuStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popupMenuStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.popupTheme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popupTheme; + global::Xamarin.Forms.Platform.Resource.Attribute.popUpTo = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popUpTo; + global::Xamarin.Forms.Platform.Resource.Attribute.popUpToInclusive = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popUpToInclusive; + global::Xamarin.Forms.Platform.Resource.Attribute.popupWindowStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.popupWindowStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.prefixText = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.prefixText; + global::Xamarin.Forms.Platform.Resource.Attribute.prefixTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.prefixTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.prefixTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.prefixTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.preserveIconSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.preserveIconSpacing; + global::Xamarin.Forms.Platform.Resource.Attribute.pressedTranslationZ = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.pressedTranslationZ; + global::Xamarin.Forms.Platform.Resource.Attribute.progressBarPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.progressBarPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.progressBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.progressBarStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.quantizeMotionInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.quantizeMotionInterpolator; + global::Xamarin.Forms.Platform.Resource.Attribute.quantizeMotionPhase = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.quantizeMotionPhase; + global::Xamarin.Forms.Platform.Resource.Attribute.quantizeMotionSteps = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.quantizeMotionSteps; + global::Xamarin.Forms.Platform.Resource.Attribute.queryBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.queryBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.queryHint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.queryHint; + global::Xamarin.Forms.Platform.Resource.Attribute.queryPatterns = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.queryPatterns; + global::Xamarin.Forms.Platform.Resource.Attribute.radioButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.radioButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.rangeFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.rangeFillColor; + global::Xamarin.Forms.Platform.Resource.Attribute.ratingBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ratingBarStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.ratingBarStyleIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ratingBarStyleIndicator; + global::Xamarin.Forms.Platform.Resource.Attribute.ratingBarStyleSmall = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ratingBarStyleSmall; + global::Xamarin.Forms.Platform.Resource.Attribute.reactiveGuide_animateChange = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.reactiveGuide_animateChange; + global::Xamarin.Forms.Platform.Resource.Attribute.reactiveGuide_applyToAllConstraintSets = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.reactiveGuide_applyToAllConstraintSets; + global::Xamarin.Forms.Platform.Resource.Attribute.reactiveGuide_applyToConstraintSet = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.reactiveGuide_applyToConstraintSet; + global::Xamarin.Forms.Platform.Resource.Attribute.reactiveGuide_valueId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.reactiveGuide_valueId; + global::Xamarin.Forms.Platform.Resource.Attribute.recyclerViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.recyclerViewStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.region_heightLessThan = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.region_heightLessThan; + global::Xamarin.Forms.Platform.Resource.Attribute.region_heightMoreThan = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.region_heightMoreThan; + global::Xamarin.Forms.Platform.Resource.Attribute.region_widthLessThan = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.region_widthLessThan; + global::Xamarin.Forms.Platform.Resource.Attribute.region_widthMoreThan = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.region_widthMoreThan; + global::Xamarin.Forms.Platform.Resource.Attribute.reverseLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.reverseLayout; + global::Xamarin.Forms.Platform.Resource.Attribute.rippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.rippleColor; + global::Xamarin.Forms.Platform.Resource.Attribute.rotationCenterId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.rotationCenterId; + global::Xamarin.Forms.Platform.Resource.Attribute.round = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.round; + global::Xamarin.Forms.Platform.Resource.Attribute.roundPercent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.roundPercent; + global::Xamarin.Forms.Platform.Resource.Attribute.saturation = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.saturation; + global::Xamarin.Forms.Platform.Resource.Attribute.scaleFromTextSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.scaleFromTextSize; + global::Xamarin.Forms.Platform.Resource.Attribute.scrimAnimationDuration = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.scrimAnimationDuration; + global::Xamarin.Forms.Platform.Resource.Attribute.scrimBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.scrimBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.scrimVisibleHeightTrigger = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.scrimVisibleHeightTrigger; + global::Xamarin.Forms.Platform.Resource.Attribute.scrollViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.scrollViewStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.searchHintIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.searchHintIcon; + global::Xamarin.Forms.Platform.Resource.Attribute.searchIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.searchIcon; + global::Xamarin.Forms.Platform.Resource.Attribute.searchViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.searchViewStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.seekBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.seekBarStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.selectableItemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.selectableItemBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.selectableItemBackgroundBorderless = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.selectableItemBackgroundBorderless; + global::Xamarin.Forms.Platform.Resource.Attribute.selectionRequired = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.selectionRequired; + global::Xamarin.Forms.Platform.Resource.Attribute.selectorSize = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.selectorSize; + global::Xamarin.Forms.Platform.Resource.Attribute.setsTag = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.setsTag; + global::Xamarin.Forms.Platform.Resource.Attribute.shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.shapeAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.shapeAppearanceLargeComponent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.shapeAppearanceLargeComponent; + global::Xamarin.Forms.Platform.Resource.Attribute.shapeAppearanceMediumComponent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.shapeAppearanceMediumComponent; + global::Xamarin.Forms.Platform.Resource.Attribute.shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Resource.Attribute.shapeAppearanceSmallComponent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.shapeAppearanceSmallComponent; + global::Xamarin.Forms.Platform.Resource.Attribute.SharedValue = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.SharedValue; + global::Xamarin.Forms.Platform.Resource.Attribute.SharedValueId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.SharedValueId; + global::Xamarin.Forms.Platform.Resource.Attribute.shortcutMatchRequired = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.shortcutMatchRequired; + global::Xamarin.Forms.Platform.Resource.Attribute.showAnimationBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showAnimationBehavior; + global::Xamarin.Forms.Platform.Resource.Attribute.showAsAction = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showAsAction; + global::Xamarin.Forms.Platform.Resource.Attribute.showDelay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showDelay; + global::Xamarin.Forms.Platform.Resource.Attribute.showDividers = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showDividers; + global::Xamarin.Forms.Platform.Resource.Attribute.showMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showMotionSpec; + global::Xamarin.Forms.Platform.Resource.Attribute.showPaths = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showPaths; + global::Xamarin.Forms.Platform.Resource.Attribute.showText = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showText; + global::Xamarin.Forms.Platform.Resource.Attribute.showTitle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.showTitle; + global::Xamarin.Forms.Platform.Resource.Attribute.shrinkMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.shrinkMotionSpec; + global::Xamarin.Forms.Platform.Resource.Attribute.singleChoiceItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.singleChoiceItemLayout; + global::Xamarin.Forms.Platform.Resource.Attribute.singleLine = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.singleLine; + global::Xamarin.Forms.Platform.Resource.Attribute.singleSelection = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.singleSelection; + global::Xamarin.Forms.Platform.Resource.Attribute.sizePercent = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.sizePercent; + global::Xamarin.Forms.Platform.Resource.Attribute.sliderStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.sliderStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.snackbarButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.snackbarButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.snackbarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.snackbarStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.snackbarTextViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.snackbarTextViewStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.spanCount = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.spanCount; + global::Xamarin.Forms.Platform.Resource.Attribute.spinBars = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.spinBars; + global::Xamarin.Forms.Platform.Resource.Attribute.spinnerDropDownItemStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.spinnerDropDownItemStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.spinnerStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.spinnerStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.splitTrack = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.splitTrack; + global::Xamarin.Forms.Platform.Resource.Attribute.springBoundary = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.springBoundary; + global::Xamarin.Forms.Platform.Resource.Attribute.springDamping = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.springDamping; + global::Xamarin.Forms.Platform.Resource.Attribute.springMass = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.springMass; + global::Xamarin.Forms.Platform.Resource.Attribute.springStiffness = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.springStiffness; + global::Xamarin.Forms.Platform.Resource.Attribute.springStopThreshold = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.springStopThreshold; + global::Xamarin.Forms.Platform.Resource.Attribute.srcCompat = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.srcCompat; + global::Xamarin.Forms.Platform.Resource.Attribute.stackFromEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.stackFromEnd; + global::Xamarin.Forms.Platform.Resource.Attribute.staggered = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.staggered; + global::Xamarin.Forms.Platform.Resource.Attribute.startDestination = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.startDestination; + global::Xamarin.Forms.Platform.Resource.Attribute.startIconCheckable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.startIconCheckable; + global::Xamarin.Forms.Platform.Resource.Attribute.startIconContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.startIconContentDescription; + global::Xamarin.Forms.Platform.Resource.Attribute.startIconDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.startIconDrawable; + global::Xamarin.Forms.Platform.Resource.Attribute.startIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.startIconTint; + global::Xamarin.Forms.Platform.Resource.Attribute.startIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.startIconTintMode; + global::Xamarin.Forms.Platform.Resource.Attribute.state_above_anchor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.state_above_anchor; + global::Xamarin.Forms.Platform.Resource.Attribute.state_collapsed = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.state_collapsed; + global::Xamarin.Forms.Platform.Resource.Attribute.state_collapsible = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.state_collapsible; + global::Xamarin.Forms.Platform.Resource.Attribute.state_dragged = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.state_dragged; + global::Xamarin.Forms.Platform.Resource.Attribute.state_liftable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.state_liftable; + global::Xamarin.Forms.Platform.Resource.Attribute.state_lifted = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.state_lifted; + global::Xamarin.Forms.Platform.Resource.Attribute.statusBarBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.statusBarBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.statusBarForeground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.statusBarForeground; + global::Xamarin.Forms.Platform.Resource.Attribute.statusBarScrim = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.statusBarScrim; + global::Xamarin.Forms.Platform.Resource.Attribute.strokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.strokeColor; + global::Xamarin.Forms.Platform.Resource.Attribute.strokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.strokeWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.subMenuArrow = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.subMenuArrow; + global::Xamarin.Forms.Platform.Resource.Attribute.submitBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.submitBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.subtitle; + global::Xamarin.Forms.Platform.Resource.Attribute.subtitleCentered = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.subtitleCentered; + global::Xamarin.Forms.Platform.Resource.Attribute.subtitleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.subtitleTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.subtitleTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.subtitleTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.subtitleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.subtitleTextStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.suffixText = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.suffixText; + global::Xamarin.Forms.Platform.Resource.Attribute.suffixTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.suffixTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.suffixTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.suffixTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.suggestionRowLayout = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.suggestionRowLayout; + global::Xamarin.Forms.Platform.Resource.Attribute.swipeRefreshLayoutProgressSpinnerBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.swipeRefreshLayoutProgressSpinnerBackgroundColor; + global::Xamarin.Forms.Platform.Resource.Attribute.switchMinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.switchMinWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.switchPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.switchPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.switchStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.switchStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.switchTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.switchTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.tabBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.tabContentStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabContentStart; + global::Xamarin.Forms.Platform.Resource.Attribute.tabGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabGravity; + global::Xamarin.Forms.Platform.Resource.Attribute.tabIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIconTint; + global::Xamarin.Forms.Platform.Resource.Attribute.tabIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIconTintMode; + global::Xamarin.Forms.Platform.Resource.Attribute.tabIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIndicator; + global::Xamarin.Forms.Platform.Resource.Attribute.tabIndicatorAnimationDuration = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIndicatorAnimationDuration; + global::Xamarin.Forms.Platform.Resource.Attribute.tabIndicatorAnimationMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIndicatorAnimationMode; + global::Xamarin.Forms.Platform.Resource.Attribute.tabIndicatorColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIndicatorColor; + global::Xamarin.Forms.Platform.Resource.Attribute.tabIndicatorFullWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIndicatorFullWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.tabIndicatorGravity = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIndicatorGravity; + global::Xamarin.Forms.Platform.Resource.Attribute.tabIndicatorHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabIndicatorHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.tabInlineLabel = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabInlineLabel; + global::Xamarin.Forms.Platform.Resource.Attribute.tabMaxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabMaxWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.tabMinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabMinWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.tabMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabMode; + global::Xamarin.Forms.Platform.Resource.Attribute.tabPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.tabPaddingBottom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabPaddingBottom; + global::Xamarin.Forms.Platform.Resource.Attribute.tabPaddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabPaddingEnd; + global::Xamarin.Forms.Platform.Resource.Attribute.tabPaddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabPaddingStart; + global::Xamarin.Forms.Platform.Resource.Attribute.tabPaddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabPaddingTop; + global::Xamarin.Forms.Platform.Resource.Attribute.tabRippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabRippleColor; + global::Xamarin.Forms.Platform.Resource.Attribute.tabSelectedTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabSelectedTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.tabStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.tabTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.tabTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.tabUnboundedRipple = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tabUnboundedRipple; + global::Xamarin.Forms.Platform.Resource.Attribute.targetId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.targetId; + global::Xamarin.Forms.Platform.Resource.Attribute.targetPackage = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.targetPackage; + global::Xamarin.Forms.Platform.Resource.Attribute.telltales_tailColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.telltales_tailColor; + global::Xamarin.Forms.Platform.Resource.Attribute.telltales_tailScale = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.telltales_tailScale; + global::Xamarin.Forms.Platform.Resource.Attribute.telltales_velocityMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.telltales_velocityMode; + global::Xamarin.Forms.Platform.Resource.Attribute.textAllCaps = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAllCaps; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceBody1 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceBody1; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceBody2 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceBody2; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceButton = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceButton; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceCaption = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceCaption; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceHeadline1 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceHeadline1; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceHeadline2 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceHeadline2; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceHeadline3 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceHeadline3; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceHeadline4 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceHeadline4; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceHeadline5 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceHeadline5; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceHeadline6 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceHeadline6; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceLargePopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceLargePopupMenu; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceLineHeightEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceLineHeightEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceListItem = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceListItem; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceListItemSecondary = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceListItemSecondary; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceListItemSmall = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceListItemSmall; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceOverline = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceOverline; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearancePopupMenuHeader = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearancePopupMenuHeader; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceSearchResultSubtitle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceSearchResultSubtitle; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceSearchResultTitle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceSearchResultTitle; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceSmallPopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceSmallPopupMenu; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceSubtitle1 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceSubtitle1; + global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceSubtitle2 = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textAppearanceSubtitle2; + global::Xamarin.Forms.Platform.Resource.Attribute.textBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.textBackgroundPanX = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textBackgroundPanX; + global::Xamarin.Forms.Platform.Resource.Attribute.textBackgroundPanY = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textBackgroundPanY; + global::Xamarin.Forms.Platform.Resource.Attribute.textBackgroundRotate = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textBackgroundRotate; + global::Xamarin.Forms.Platform.Resource.Attribute.textBackgroundZoom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textBackgroundZoom; + global::Xamarin.Forms.Platform.Resource.Attribute.textColorAlertDialogListItem = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textColorAlertDialogListItem; + global::Xamarin.Forms.Platform.Resource.Attribute.textColorSearchUrl = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textColorSearchUrl; + global::Xamarin.Forms.Platform.Resource.Attribute.textEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textEndPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.textFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textFillColor; + global::Xamarin.Forms.Platform.Resource.Attribute.textInputLayoutFocusedRectEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textInputLayoutFocusedRectEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.textInputStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textInputStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.textLocale = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textLocale; + global::Xamarin.Forms.Platform.Resource.Attribute.textOutlineColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textOutlineColor; + global::Xamarin.Forms.Platform.Resource.Attribute.textOutlineThickness = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textOutlineThickness; + global::Xamarin.Forms.Platform.Resource.Attribute.textPanX = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textPanX; + global::Xamarin.Forms.Platform.Resource.Attribute.textPanY = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textPanY; + global::Xamarin.Forms.Platform.Resource.Attribute.textStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textStartPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.textureBlurFactor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textureBlurFactor; + global::Xamarin.Forms.Platform.Resource.Attribute.textureEffect = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textureEffect; + global::Xamarin.Forms.Platform.Resource.Attribute.textureHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textureHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.textureWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.textureWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.theme = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.theme; + global::Xamarin.Forms.Platform.Resource.Attribute.themeLineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.themeLineHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.thickness = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thickness; + global::Xamarin.Forms.Platform.Resource.Attribute.thumbColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbColor; + global::Xamarin.Forms.Platform.Resource.Attribute.thumbElevation = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbElevation; + global::Xamarin.Forms.Platform.Resource.Attribute.thumbRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbRadius; + global::Xamarin.Forms.Platform.Resource.Attribute.thumbStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbStrokeColor; + global::Xamarin.Forms.Platform.Resource.Attribute.thumbStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbStrokeWidth; + global::Xamarin.Forms.Platform.Resource.Attribute.thumbTextPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbTextPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.thumbTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbTint; + global::Xamarin.Forms.Platform.Resource.Attribute.thumbTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.thumbTintMode; + global::Xamarin.Forms.Platform.Resource.Attribute.tickColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tickColor; + global::Xamarin.Forms.Platform.Resource.Attribute.tickColorActive = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tickColorActive; + global::Xamarin.Forms.Platform.Resource.Attribute.tickColorInactive = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tickColorInactive; + global::Xamarin.Forms.Platform.Resource.Attribute.tickMark = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tickMark; + global::Xamarin.Forms.Platform.Resource.Attribute.tickMarkTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tickMarkTint; + global::Xamarin.Forms.Platform.Resource.Attribute.tickMarkTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tickMarkTintMode; + global::Xamarin.Forms.Platform.Resource.Attribute.tickVisible = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tickVisible; + global::Xamarin.Forms.Platform.Resource.Attribute.tint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tint; + global::Xamarin.Forms.Platform.Resource.Attribute.tintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tintMode; + global::Xamarin.Forms.Platform.Resource.Attribute.title = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.title; + global::Xamarin.Forms.Platform.Resource.Attribute.titleCentered = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleCentered; + global::Xamarin.Forms.Platform.Resource.Attribute.titleCollapseMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleCollapseMode; + global::Xamarin.Forms.Platform.Resource.Attribute.titleEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleEnabled; + global::Xamarin.Forms.Platform.Resource.Attribute.titleMargin = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleMargin; + global::Xamarin.Forms.Platform.Resource.Attribute.titleMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleMarginBottom; + global::Xamarin.Forms.Platform.Resource.Attribute.titleMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleMarginEnd; + global::Xamarin.Forms.Platform.Resource.Attribute.titleMargins = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleMargins; + global::Xamarin.Forms.Platform.Resource.Attribute.titleMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleMarginStart; + global::Xamarin.Forms.Platform.Resource.Attribute.titleMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleMarginTop; + global::Xamarin.Forms.Platform.Resource.Attribute.titleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleTextAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.titleTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleTextColor; + global::Xamarin.Forms.Platform.Resource.Attribute.titleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.titleTextStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.toolbarId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.toolbarId; + global::Xamarin.Forms.Platform.Resource.Attribute.toolbarNavigationButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.toolbarNavigationButtonStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.toolbarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.toolbarStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.tooltipForegroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tooltipForegroundColor; + global::Xamarin.Forms.Platform.Resource.Attribute.tooltipFrameBackground = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tooltipFrameBackground; + global::Xamarin.Forms.Platform.Resource.Attribute.tooltipStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tooltipStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.tooltipText = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.tooltipText; + global::Xamarin.Forms.Platform.Resource.Attribute.touchAnchorId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.touchAnchorId; + global::Xamarin.Forms.Platform.Resource.Attribute.touchAnchorSide = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.touchAnchorSide; + global::Xamarin.Forms.Platform.Resource.Attribute.touchRegionId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.touchRegionId; + global::Xamarin.Forms.Platform.Resource.Attribute.track = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.track; + global::Xamarin.Forms.Platform.Resource.Attribute.trackColor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackColor; + global::Xamarin.Forms.Platform.Resource.Attribute.trackColorActive = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackColorActive; + global::Xamarin.Forms.Platform.Resource.Attribute.trackColorInactive = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackColorInactive; + global::Xamarin.Forms.Platform.Resource.Attribute.trackCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackCornerRadius; + global::Xamarin.Forms.Platform.Resource.Attribute.trackHeight = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackHeight; + global::Xamarin.Forms.Platform.Resource.Attribute.trackThickness = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackThickness; + global::Xamarin.Forms.Platform.Resource.Attribute.trackTint = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackTint; + global::Xamarin.Forms.Platform.Resource.Attribute.trackTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.trackTintMode; + global::Xamarin.Forms.Platform.Resource.Attribute.transformPivotTarget = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.transformPivotTarget; + global::Xamarin.Forms.Platform.Resource.Attribute.transitionDisable = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.transitionDisable; + global::Xamarin.Forms.Platform.Resource.Attribute.transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.transitionEasing; + global::Xamarin.Forms.Platform.Resource.Attribute.transitionFlags = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.transitionFlags; + global::Xamarin.Forms.Platform.Resource.Attribute.transitionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.transitionPathRotate; + global::Xamarin.Forms.Platform.Resource.Attribute.transitionShapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.transitionShapeAppearance; + global::Xamarin.Forms.Platform.Resource.Attribute.triggerId = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.triggerId; + global::Xamarin.Forms.Platform.Resource.Attribute.triggerReceiver = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.triggerReceiver; + global::Xamarin.Forms.Platform.Resource.Attribute.triggerSlack = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.triggerSlack; + global::Xamarin.Forms.Platform.Resource.Attribute.ttcIndex = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.ttcIndex; + global::Xamarin.Forms.Platform.Resource.Attribute.upDuration = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.upDuration; + global::Xamarin.Forms.Platform.Resource.Attribute.uri = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.uri; + global::Xamarin.Forms.Platform.Resource.Attribute.useCompatPadding = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.useCompatPadding; + global::Xamarin.Forms.Platform.Resource.Attribute.useMaterialThemeColors = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.useMaterialThemeColors; + global::Xamarin.Forms.Platform.Resource.Attribute.values = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.values; + global::Xamarin.Forms.Platform.Resource.Attribute.verticalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.verticalOffset; + global::Xamarin.Forms.Platform.Resource.Attribute.viewInflaterClass = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.viewInflaterClass; + global::Xamarin.Forms.Platform.Resource.Attribute.viewTransitionMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.viewTransitionMode; + global::Xamarin.Forms.Platform.Resource.Attribute.viewTransitionOnCross = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.viewTransitionOnCross; + global::Xamarin.Forms.Platform.Resource.Attribute.viewTransitionOnNegativeCross = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.viewTransitionOnNegativeCross; + global::Xamarin.Forms.Platform.Resource.Attribute.viewTransitionOnPositiveCross = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.viewTransitionOnPositiveCross; + global::Xamarin.Forms.Platform.Resource.Attribute.visibilityMode = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.visibilityMode; + global::Xamarin.Forms.Platform.Resource.Attribute.voiceIcon = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.voiceIcon; + global::Xamarin.Forms.Platform.Resource.Attribute.warmth = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.warmth; + global::Xamarin.Forms.Platform.Resource.Attribute.waveDecay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.waveDecay; + global::Xamarin.Forms.Platform.Resource.Attribute.waveOffset = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.waveOffset; + global::Xamarin.Forms.Platform.Resource.Attribute.wavePeriod = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.wavePeriod; + global::Xamarin.Forms.Platform.Resource.Attribute.wavePhase = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.wavePhase; + global::Xamarin.Forms.Platform.Resource.Attribute.waveShape = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.waveShape; + global::Xamarin.Forms.Platform.Resource.Attribute.waveVariesBy = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.waveVariesBy; + global::Xamarin.Forms.Platform.Resource.Attribute.windowActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowActionBar; + global::Xamarin.Forms.Platform.Resource.Attribute.windowActionBarOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowActionBarOverlay; + global::Xamarin.Forms.Platform.Resource.Attribute.windowActionModeOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowActionModeOverlay; + global::Xamarin.Forms.Platform.Resource.Attribute.windowFixedHeightMajor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowFixedHeightMajor; + global::Xamarin.Forms.Platform.Resource.Attribute.windowFixedHeightMinor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowFixedHeightMinor; + global::Xamarin.Forms.Platform.Resource.Attribute.windowFixedWidthMajor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowFixedWidthMajor; + global::Xamarin.Forms.Platform.Resource.Attribute.windowFixedWidthMinor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowFixedWidthMinor; + global::Xamarin.Forms.Platform.Resource.Attribute.windowMinWidthMajor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowMinWidthMajor; + global::Xamarin.Forms.Platform.Resource.Attribute.windowMinWidthMinor = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowMinWidthMinor; + global::Xamarin.Forms.Platform.Resource.Attribute.windowNoTitle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.windowNoTitle; + global::Xamarin.Forms.Platform.Resource.Attribute.yearSelectedStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.yearSelectedStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.yearStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.yearStyle; + global::Xamarin.Forms.Platform.Resource.Attribute.yearTodayStyle = global::O2NextGen.SmallTalk.Droid.Resource.Attribute.yearTodayStyle; + global::Xamarin.Forms.Platform.Resource.Boolean.abc_action_bar_embed_tabs = global::O2NextGen.SmallTalk.Droid.Resource.Boolean.abc_action_bar_embed_tabs; + global::Xamarin.Forms.Platform.Resource.Boolean.abc_config_actionMenuItemAllCaps = global::O2NextGen.SmallTalk.Droid.Resource.Boolean.abc_config_actionMenuItemAllCaps; + global::Xamarin.Forms.Platform.Resource.Boolean.mtrl_btn_textappearance_all_caps = global::O2NextGen.SmallTalk.Droid.Resource.Boolean.mtrl_btn_textappearance_all_caps; + global::Xamarin.Forms.Platform.Resource.Color.abc_background_cache_hint_selector_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_background_cache_hint_selector_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.abc_background_cache_hint_selector_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_background_cache_hint_selector_material_light; + global::Xamarin.Forms.Platform.Resource.Color.abc_btn_colored_borderless_text_material = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_btn_colored_borderless_text_material; + global::Xamarin.Forms.Platform.Resource.Color.abc_btn_colored_text_material = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_btn_colored_text_material; + global::Xamarin.Forms.Platform.Resource.Color.abc_color_highlight_material = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_color_highlight_material; + global::Xamarin.Forms.Platform.Resource.Color.abc_decor_view_status_guard = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_decor_view_status_guard; + global::Xamarin.Forms.Platform.Resource.Color.abc_decor_view_status_guard_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_decor_view_status_guard_light; + global::Xamarin.Forms.Platform.Resource.Color.abc_hint_foreground_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_hint_foreground_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.abc_hint_foreground_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_hint_foreground_material_light; + global::Xamarin.Forms.Platform.Resource.Color.abc_primary_text_disable_only_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_primary_text_disable_only_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.abc_primary_text_disable_only_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_primary_text_disable_only_material_light; + global::Xamarin.Forms.Platform.Resource.Color.abc_primary_text_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_primary_text_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.abc_primary_text_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_primary_text_material_light; + global::Xamarin.Forms.Platform.Resource.Color.abc_search_url_text = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_search_url_text; + global::Xamarin.Forms.Platform.Resource.Color.abc_search_url_text_normal = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_search_url_text_normal; + global::Xamarin.Forms.Platform.Resource.Color.abc_search_url_text_pressed = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_search_url_text_pressed; + global::Xamarin.Forms.Platform.Resource.Color.abc_search_url_text_selected = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_search_url_text_selected; + global::Xamarin.Forms.Platform.Resource.Color.abc_secondary_text_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_secondary_text_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.abc_secondary_text_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_secondary_text_material_light; + global::Xamarin.Forms.Platform.Resource.Color.abc_tint_btn_checkable = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_tint_btn_checkable; + global::Xamarin.Forms.Platform.Resource.Color.abc_tint_default = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_tint_default; + global::Xamarin.Forms.Platform.Resource.Color.abc_tint_edittext = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_tint_edittext; + global::Xamarin.Forms.Platform.Resource.Color.abc_tint_seek_thumb = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_tint_seek_thumb; + global::Xamarin.Forms.Platform.Resource.Color.abc_tint_spinner = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_tint_spinner; + global::Xamarin.Forms.Platform.Resource.Color.abc_tint_switch_track = global::O2NextGen.SmallTalk.Droid.Resource.Color.abc_tint_switch_track; + global::Xamarin.Forms.Platform.Resource.Color.accent_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.accent_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.accent_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.accent_material_light; + global::Xamarin.Forms.Platform.Resource.Color.androidx_core_ripple_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.androidx_core_ripple_material_light; + global::Xamarin.Forms.Platform.Resource.Color.androidx_core_secondary_text_default_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.androidx_core_secondary_text_default_material_light; + global::Xamarin.Forms.Platform.Resource.Color.background_floating_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.background_floating_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.background_floating_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.background_floating_material_light; + global::Xamarin.Forms.Platform.Resource.Color.background_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.background_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.background_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.background_material_light; + global::Xamarin.Forms.Platform.Resource.Color.bright_foreground_disabled_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.bright_foreground_disabled_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.bright_foreground_disabled_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.bright_foreground_disabled_material_light; + global::Xamarin.Forms.Platform.Resource.Color.bright_foreground_inverse_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.bright_foreground_inverse_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.bright_foreground_inverse_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.bright_foreground_inverse_material_light; + global::Xamarin.Forms.Platform.Resource.Color.bright_foreground_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.bright_foreground_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.bright_foreground_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.bright_foreground_material_light; + global::Xamarin.Forms.Platform.Resource.Color.button_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.button_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.button_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.button_material_light; + global::Xamarin.Forms.Platform.Resource.Color.cardview_dark_background = global::O2NextGen.SmallTalk.Droid.Resource.Color.cardview_dark_background; + global::Xamarin.Forms.Platform.Resource.Color.cardview_light_background = global::O2NextGen.SmallTalk.Droid.Resource.Color.cardview_light_background; + global::Xamarin.Forms.Platform.Resource.Color.cardview_shadow_end_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.cardview_shadow_end_color; + global::Xamarin.Forms.Platform.Resource.Color.cardview_shadow_start_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.cardview_shadow_start_color; + global::Xamarin.Forms.Platform.Resource.Color.checkbox_themeable_attribute_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.checkbox_themeable_attribute_color; + global::Xamarin.Forms.Platform.Resource.Color.design_bottom_navigation_shadow_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_bottom_navigation_shadow_color; + global::Xamarin.Forms.Platform.Resource.Color.design_box_stroke_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_box_stroke_color; + global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_background = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_background; + global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_error = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_error; + global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_on_background = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_on_background; + global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_on_error = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_on_error; + global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_on_primary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_on_primary; + global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_on_secondary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_on_secondary; + global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_on_surface = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_on_surface; + global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_primary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_primary; + global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_primary_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_primary_dark; + global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_primary_variant = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_primary_variant; + global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_secondary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_secondary; + global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_secondary_variant = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_secondary_variant; + global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_surface = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_dark_default_color_surface; + global::Xamarin.Forms.Platform.Resource.Color.design_default_color_background = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_background; + global::Xamarin.Forms.Platform.Resource.Color.design_default_color_error = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_error; + global::Xamarin.Forms.Platform.Resource.Color.design_default_color_on_background = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_on_background; + global::Xamarin.Forms.Platform.Resource.Color.design_default_color_on_error = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_on_error; + global::Xamarin.Forms.Platform.Resource.Color.design_default_color_on_primary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_on_primary; + global::Xamarin.Forms.Platform.Resource.Color.design_default_color_on_secondary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_on_secondary; + global::Xamarin.Forms.Platform.Resource.Color.design_default_color_on_surface = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_on_surface; + global::Xamarin.Forms.Platform.Resource.Color.design_default_color_primary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_primary; + global::Xamarin.Forms.Platform.Resource.Color.design_default_color_primary_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_primary_dark; + global::Xamarin.Forms.Platform.Resource.Color.design_default_color_primary_variant = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_primary_variant; + global::Xamarin.Forms.Platform.Resource.Color.design_default_color_secondary = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_secondary; + global::Xamarin.Forms.Platform.Resource.Color.design_default_color_secondary_variant = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_secondary_variant; + global::Xamarin.Forms.Platform.Resource.Color.design_default_color_surface = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_default_color_surface; + global::Xamarin.Forms.Platform.Resource.Color.design_error = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_error; + global::Xamarin.Forms.Platform.Resource.Color.design_fab_shadow_end_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_fab_shadow_end_color; + global::Xamarin.Forms.Platform.Resource.Color.design_fab_shadow_mid_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_fab_shadow_mid_color; + global::Xamarin.Forms.Platform.Resource.Color.design_fab_shadow_start_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_fab_shadow_start_color; + global::Xamarin.Forms.Platform.Resource.Color.design_fab_stroke_end_inner_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_fab_stroke_end_inner_color; + global::Xamarin.Forms.Platform.Resource.Color.design_fab_stroke_end_outer_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_fab_stroke_end_outer_color; + global::Xamarin.Forms.Platform.Resource.Color.design_fab_stroke_top_inner_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_fab_stroke_top_inner_color; + global::Xamarin.Forms.Platform.Resource.Color.design_fab_stroke_top_outer_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_fab_stroke_top_outer_color; + global::Xamarin.Forms.Platform.Resource.Color.design_icon_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_icon_tint; + global::Xamarin.Forms.Platform.Resource.Color.design_snackbar_background_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.design_snackbar_background_color; + global::Xamarin.Forms.Platform.Resource.Color.dim_foreground_disabled_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.dim_foreground_disabled_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.dim_foreground_disabled_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.dim_foreground_disabled_material_light; + global::Xamarin.Forms.Platform.Resource.Color.dim_foreground_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.dim_foreground_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.dim_foreground_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.dim_foreground_material_light; + global::Xamarin.Forms.Platform.Resource.Color.error_color_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.error_color_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.error_color_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.error_color_material_light; + global::Xamarin.Forms.Platform.Resource.Color.foreground_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.foreground_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.foreground_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.foreground_material_light; + global::Xamarin.Forms.Platform.Resource.Color.highlighted_text_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.highlighted_text_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.highlighted_text_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.highlighted_text_material_light; + global::Xamarin.Forms.Platform.Resource.Color.material_blue_grey_800 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_blue_grey_800; + global::Xamarin.Forms.Platform.Resource.Color.material_blue_grey_900 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_blue_grey_900; + global::Xamarin.Forms.Platform.Resource.Color.material_blue_grey_950 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_blue_grey_950; + global::Xamarin.Forms.Platform.Resource.Color.material_cursor_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_cursor_color; + global::Xamarin.Forms.Platform.Resource.Color.material_deep_teal_200 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_deep_teal_200; + global::Xamarin.Forms.Platform.Resource.Color.material_deep_teal_500 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_deep_teal_500; + global::Xamarin.Forms.Platform.Resource.Color.material_grey_100 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_grey_100; + global::Xamarin.Forms.Platform.Resource.Color.material_grey_300 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_grey_300; + global::Xamarin.Forms.Platform.Resource.Color.material_grey_50 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_grey_50; + global::Xamarin.Forms.Platform.Resource.Color.material_grey_600 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_grey_600; + global::Xamarin.Forms.Platform.Resource.Color.material_grey_800 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_grey_800; + global::Xamarin.Forms.Platform.Resource.Color.material_grey_850 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_grey_850; + global::Xamarin.Forms.Platform.Resource.Color.material_grey_900 = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_grey_900; + global::Xamarin.Forms.Platform.Resource.Color.material_on_background_disabled = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_background_disabled; + global::Xamarin.Forms.Platform.Resource.Color.material_on_background_emphasis_high_type = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_background_emphasis_high_type; + global::Xamarin.Forms.Platform.Resource.Color.material_on_background_emphasis_medium = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_background_emphasis_medium; + global::Xamarin.Forms.Platform.Resource.Color.material_on_primary_disabled = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_primary_disabled; + global::Xamarin.Forms.Platform.Resource.Color.material_on_primary_emphasis_high_type = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_primary_emphasis_high_type; + global::Xamarin.Forms.Platform.Resource.Color.material_on_primary_emphasis_medium = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_primary_emphasis_medium; + global::Xamarin.Forms.Platform.Resource.Color.material_on_surface_disabled = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_surface_disabled; + global::Xamarin.Forms.Platform.Resource.Color.material_on_surface_emphasis_high_type = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_surface_emphasis_high_type; + global::Xamarin.Forms.Platform.Resource.Color.material_on_surface_emphasis_medium = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_surface_emphasis_medium; + global::Xamarin.Forms.Platform.Resource.Color.material_on_surface_stroke = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_on_surface_stroke; + global::Xamarin.Forms.Platform.Resource.Color.material_slider_active_tick_marks_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_slider_active_tick_marks_color; + global::Xamarin.Forms.Platform.Resource.Color.material_slider_active_track_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_slider_active_track_color; + global::Xamarin.Forms.Platform.Resource.Color.material_slider_halo_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_slider_halo_color; + global::Xamarin.Forms.Platform.Resource.Color.material_slider_inactive_tick_marks_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_slider_inactive_tick_marks_color; + global::Xamarin.Forms.Platform.Resource.Color.material_slider_inactive_track_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_slider_inactive_track_color; + global::Xamarin.Forms.Platform.Resource.Color.material_slider_thumb_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_slider_thumb_color; + global::Xamarin.Forms.Platform.Resource.Color.material_timepicker_button_background = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_timepicker_button_background; + global::Xamarin.Forms.Platform.Resource.Color.material_timepicker_button_stroke = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_timepicker_button_stroke; + global::Xamarin.Forms.Platform.Resource.Color.material_timepicker_clockface = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_timepicker_clockface; + global::Xamarin.Forms.Platform.Resource.Color.material_timepicker_clock_text_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_timepicker_clock_text_color; + global::Xamarin.Forms.Platform.Resource.Color.material_timepicker_modebutton_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.material_timepicker_modebutton_tint; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_bg_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_bg_color_selector; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_ripple_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_stroke_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_stroke_color_selector; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_text_btn_bg_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_text_btn_bg_color_selector; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_text_btn_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_text_btn_ripple_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_text_color_disabled = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_text_color_disabled; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_text_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_text_color_selector; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_transparent_bg_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_btn_transparent_bg_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_calendar_item_stroke_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_calendar_item_stroke_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_calendar_selected_range = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_calendar_selected_range; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_card_view_foreground = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_card_view_foreground; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_card_view_ripple = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_card_view_ripple; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_chip_background_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_chip_background_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_chip_close_icon_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_chip_close_icon_tint; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_chip_surface_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_chip_surface_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_chip_text_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_chip_text_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_choice_chip_background_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_choice_chip_background_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_choice_chip_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_choice_chip_ripple_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_choice_chip_text_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_choice_chip_text_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_error = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_error; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_fab_bg_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_fab_bg_color_selector; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_fab_icon_text_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_fab_icon_text_color_selector; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_fab_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_fab_ripple_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_filled_background_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_filled_background_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_filled_icon_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_filled_icon_tint; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_filled_stroke_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_filled_stroke_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_indicator_text_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_indicator_text_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_navigation_bar_colored_item_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_navigation_bar_colored_item_tint; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_navigation_bar_colored_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_navigation_bar_colored_ripple_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_navigation_bar_item_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_navigation_bar_item_tint; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_navigation_bar_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_navigation_bar_ripple_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_navigation_item_background_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_navigation_item_background_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_navigation_item_icon_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_navigation_item_icon_tint; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_navigation_item_text_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_navigation_item_text_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_on_primary_text_btn_text_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_on_primary_text_btn_text_color_selector; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_on_surface_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_on_surface_ripple_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_outlined_icon_tint = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_outlined_icon_tint; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_outlined_stroke_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_outlined_stroke_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_popupmenu_overlay_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_popupmenu_overlay_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_scrim_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_scrim_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_tabs_colored_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_tabs_colored_ripple_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_tabs_icon_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_tabs_icon_color_selector; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_tabs_icon_color_selector_colored = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_tabs_icon_color_selector_colored; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_tabs_legacy_text_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_tabs_legacy_text_color_selector; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_tabs_ripple_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_tabs_ripple_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_textinput_default_box_stroke_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_textinput_default_box_stroke_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_textinput_disabled_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_textinput_disabled_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_textinput_filled_box_default_background_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_textinput_filled_box_default_background_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_textinput_focused_box_stroke_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_textinput_focused_box_stroke_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_textinput_hovered_box_stroke_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_textinput_hovered_box_stroke_color; + global::Xamarin.Forms.Platform.Resource.Color.mtrl_text_btn_text_color_selector = global::O2NextGen.SmallTalk.Droid.Resource.Color.mtrl_text_btn_text_color_selector; + global::Xamarin.Forms.Platform.Resource.Color.notification_action_color_filter = global::O2NextGen.SmallTalk.Droid.Resource.Color.notification_action_color_filter; + global::Xamarin.Forms.Platform.Resource.Color.notification_icon_bg_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.notification_icon_bg_color; + global::Xamarin.Forms.Platform.Resource.Color.notification_material_background_media_default_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.notification_material_background_media_default_color; + global::Xamarin.Forms.Platform.Resource.Color.primary_dark_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_dark_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.primary_dark_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_dark_material_light; + global::Xamarin.Forms.Platform.Resource.Color.primary_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.primary_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_material_light; + global::Xamarin.Forms.Platform.Resource.Color.primary_text_default_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_text_default_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.primary_text_default_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_text_default_material_light; + global::Xamarin.Forms.Platform.Resource.Color.primary_text_disabled_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_text_disabled_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.primary_text_disabled_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.primary_text_disabled_material_light; + global::Xamarin.Forms.Platform.Resource.Color.radiobutton_themeable_attribute_color = global::O2NextGen.SmallTalk.Droid.Resource.Color.radiobutton_themeable_attribute_color; + global::Xamarin.Forms.Platform.Resource.Color.ripple_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.ripple_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.ripple_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.ripple_material_light; + global::Xamarin.Forms.Platform.Resource.Color.secondary_text_default_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.secondary_text_default_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.secondary_text_default_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.secondary_text_default_material_light; + global::Xamarin.Forms.Platform.Resource.Color.secondary_text_disabled_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.secondary_text_disabled_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.secondary_text_disabled_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.secondary_text_disabled_material_light; + global::Xamarin.Forms.Platform.Resource.Color.switch_thumb_disabled_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.switch_thumb_disabled_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.switch_thumb_disabled_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.switch_thumb_disabled_material_light; + global::Xamarin.Forms.Platform.Resource.Color.switch_thumb_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.switch_thumb_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.switch_thumb_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.switch_thumb_material_light; + global::Xamarin.Forms.Platform.Resource.Color.switch_thumb_normal_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.switch_thumb_normal_material_dark; + global::Xamarin.Forms.Platform.Resource.Color.switch_thumb_normal_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.switch_thumb_normal_material_light; + global::Xamarin.Forms.Platform.Resource.Color.test_mtrl_calendar_day = global::O2NextGen.SmallTalk.Droid.Resource.Color.test_mtrl_calendar_day; + global::Xamarin.Forms.Platform.Resource.Color.test_mtrl_calendar_day_selected = global::O2NextGen.SmallTalk.Droid.Resource.Color.test_mtrl_calendar_day_selected; + global::Xamarin.Forms.Platform.Resource.Color.tooltip_background_dark = global::O2NextGen.SmallTalk.Droid.Resource.Color.tooltip_background_dark; + global::Xamarin.Forms.Platform.Resource.Color.tooltip_background_light = global::O2NextGen.SmallTalk.Droid.Resource.Color.tooltip_background_light; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_content_inset_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_content_inset_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_content_inset_with_nav = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_content_inset_with_nav; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_default_height_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_default_height_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_default_padding_end_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_default_padding_end_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_default_padding_start_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_default_padding_start_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_elevation_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_elevation_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_icon_vertical_padding_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_icon_vertical_padding_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_overflow_padding_end_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_overflow_padding_end_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_overflow_padding_start_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_overflow_padding_start_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_stacked_max_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_stacked_max_height; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_stacked_tab_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_stacked_tab_max_width; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_subtitle_bottom_margin_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_subtitle_bottom_margin_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_subtitle_top_margin_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_bar_subtitle_top_margin_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_button_min_height_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_button_min_height_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_button_min_width_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_button_min_width_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_button_min_width_overflow_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_action_button_min_width_overflow_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_alert_dialog_button_bar_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_alert_dialog_button_bar_height; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_alert_dialog_button_dimen = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_alert_dialog_button_dimen; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_button_inset_horizontal_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_button_inset_horizontal_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_button_inset_vertical_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_button_inset_vertical_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_button_padding_horizontal_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_button_padding_horizontal_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_button_padding_vertical_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_button_padding_vertical_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_cascading_menus_min_smallest_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_cascading_menus_min_smallest_width; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_config_prefDialogWidth = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_config_prefDialogWidth; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_control_corner_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_control_corner_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_control_inset_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_control_inset_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_control_padding_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_control_padding_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_corner_radius_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_corner_radius_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_fixed_height_major = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_fixed_height_major; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_fixed_height_minor = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_fixed_height_minor; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_fixed_width_major = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_fixed_width_major; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_fixed_width_minor = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_fixed_width_minor; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_list_padding_bottom_no_buttons = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_list_padding_bottom_no_buttons; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_list_padding_top_no_title = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_list_padding_top_no_title; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_min_width_major = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_min_width_major; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_min_width_minor = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_min_width_minor; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_padding_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_padding_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_padding_top_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_padding_top_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_title_divider_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dialog_title_divider_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_disabled_alpha_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_disabled_alpha_material_dark; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_disabled_alpha_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_disabled_alpha_material_light; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dropdownitem_icon_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dropdownitem_icon_width; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dropdownitem_text_padding_left = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dropdownitem_text_padding_left; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_dropdownitem_text_padding_right = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_dropdownitem_text_padding_right; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_edit_text_inset_bottom_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_edit_text_inset_bottom_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_edit_text_inset_horizontal_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_edit_text_inset_horizontal_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_edit_text_inset_top_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_edit_text_inset_top_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_floating_window_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_floating_window_z; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_list_item_height_large_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_list_item_height_large_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_list_item_height_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_list_item_height_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_list_item_height_small_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_list_item_height_small_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_list_item_padding_horizontal_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_list_item_padding_horizontal_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_panel_menu_list_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_panel_menu_list_width; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_progress_bar_height_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_progress_bar_height_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_search_view_preferred_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_search_view_preferred_height; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_search_view_preferred_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_search_view_preferred_width; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_seekbar_track_background_height_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_seekbar_track_background_height_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_seekbar_track_progress_height_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_seekbar_track_progress_height_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_select_dialog_padding_start_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_select_dialog_padding_start_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_star_big = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_star_big; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_star_medium = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_star_medium; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_star_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_star_small; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_switch_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_switch_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_body_1_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_body_1_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_body_2_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_body_2_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_button_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_button_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_caption_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_caption_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_display_1_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_display_1_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_display_2_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_display_2_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_display_3_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_display_3_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_display_4_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_display_4_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_headline_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_headline_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_large_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_large_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_medium_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_medium_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_menu_header_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_menu_header_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_menu_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_menu_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_small_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_small_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_subhead_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_subhead_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_subtitle_material_toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_subtitle_material_toolbar; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_title_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_title_material; + global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_title_material_toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.abc_text_size_title_material_toolbar; + global::Xamarin.Forms.Platform.Resource.Dimension.action_bar_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.action_bar_size; + global::Xamarin.Forms.Platform.Resource.Dimension.appcompat_dialog_background_inset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.appcompat_dialog_background_inset; + global::Xamarin.Forms.Platform.Resource.Dimension.cardview_compat_inset_shadow = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.cardview_compat_inset_shadow; + global::Xamarin.Forms.Platform.Resource.Dimension.cardview_default_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.cardview_default_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.cardview_default_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.cardview_default_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.clock_face_margin_start = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.clock_face_margin_start; + global::Xamarin.Forms.Platform.Resource.Dimension.compat_button_inset_horizontal_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_button_inset_horizontal_material; + global::Xamarin.Forms.Platform.Resource.Dimension.compat_button_inset_vertical_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_button_inset_vertical_material; + global::Xamarin.Forms.Platform.Resource.Dimension.compat_button_padding_horizontal_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_button_padding_horizontal_material; + global::Xamarin.Forms.Platform.Resource.Dimension.compat_button_padding_vertical_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_button_padding_vertical_material; + global::Xamarin.Forms.Platform.Resource.Dimension.compat_control_corner_material = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_control_corner_material; + global::Xamarin.Forms.Platform.Resource.Dimension.compat_notification_large_icon_max_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_notification_large_icon_max_height; + global::Xamarin.Forms.Platform.Resource.Dimension.compat_notification_large_icon_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.compat_notification_large_icon_max_width; + global::Xamarin.Forms.Platform.Resource.Dimension.default_dimension = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.default_dimension; + global::Xamarin.Forms.Platform.Resource.Dimension.def_drawer_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.def_drawer_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.design_appbar_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_appbar_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_active_item_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_active_item_max_width; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_active_item_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_active_item_min_width; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_active_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_active_text_size; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_height; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_icon_size; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_item_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_item_max_width; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_item_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_item_min_width; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_label_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_label_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_shadow_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_shadow_height; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_navigation_text_size; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_sheet_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_sheet_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_sheet_modal_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_sheet_modal_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_sheet_peek_height_min = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_bottom_sheet_peek_height_min; + global::Xamarin.Forms.Platform.Resource.Dimension.design_fab_border_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_fab_border_width; + global::Xamarin.Forms.Platform.Resource.Dimension.design_fab_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_fab_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.design_fab_image_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_fab_image_size; + global::Xamarin.Forms.Platform.Resource.Dimension.design_fab_size_mini = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_fab_size_mini; + global::Xamarin.Forms.Platform.Resource.Dimension.design_fab_size_normal = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_fab_size_normal; + global::Xamarin.Forms.Platform.Resource.Dimension.design_fab_translation_z_hovered_focused = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_fab_translation_z_hovered_focused; + global::Xamarin.Forms.Platform.Resource.Dimension.design_fab_translation_z_pressed = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_fab_translation_z_pressed; + global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_icon_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_icon_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_icon_size; + global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_item_horizontal_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_item_horizontal_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_item_icon_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_item_icon_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_max_width; + global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_padding_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_padding_bottom; + global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_separator_vertical_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_navigation_separator_vertical_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_action_inline_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_action_inline_max_width; + global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_action_text_color_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_action_text_color_alpha; + global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_background_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_background_corner_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_extra_spacing_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_extra_spacing_horizontal; + global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_max_width; + global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_min_width; + global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_padding_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_padding_horizontal; + global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_padding_vertical = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_padding_vertical; + global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_padding_vertical_2lines = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_padding_vertical_2lines; + global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_snackbar_text_size; + global::Xamarin.Forms.Platform.Resource.Dimension.design_tab_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_tab_max_width; + global::Xamarin.Forms.Platform.Resource.Dimension.design_tab_scrollable_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_tab_scrollable_min_width; + global::Xamarin.Forms.Platform.Resource.Dimension.design_tab_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_tab_text_size; + global::Xamarin.Forms.Platform.Resource.Dimension.design_tab_text_size_2line = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_tab_text_size_2line; + global::Xamarin.Forms.Platform.Resource.Dimension.design_textinput_caption_translate_y = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.design_textinput_caption_translate_y; + global::Xamarin.Forms.Platform.Resource.Dimension.disabled_alpha_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.disabled_alpha_material_dark; + global::Xamarin.Forms.Platform.Resource.Dimension.disabled_alpha_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.disabled_alpha_material_light; + global::Xamarin.Forms.Platform.Resource.Dimension.fastscroll_default_thickness = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.fastscroll_default_thickness; + global::Xamarin.Forms.Platform.Resource.Dimension.fastscroll_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.fastscroll_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.fastscroll_minimum_range = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.fastscroll_minimum_range; + global::Xamarin.Forms.Platform.Resource.Dimension.highlight_alpha_material_colored = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.highlight_alpha_material_colored; + global::Xamarin.Forms.Platform.Resource.Dimension.highlight_alpha_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.highlight_alpha_material_dark; + global::Xamarin.Forms.Platform.Resource.Dimension.highlight_alpha_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.highlight_alpha_material_light; + global::Xamarin.Forms.Platform.Resource.Dimension.hint_alpha_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.hint_alpha_material_dark; + global::Xamarin.Forms.Platform.Resource.Dimension.hint_alpha_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.hint_alpha_material_light; + global::Xamarin.Forms.Platform.Resource.Dimension.hint_pressed_alpha_material_dark = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.hint_pressed_alpha_material_dark; + global::Xamarin.Forms.Platform.Resource.Dimension.hint_pressed_alpha_material_light = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.hint_pressed_alpha_material_light; + global::Xamarin.Forms.Platform.Resource.Dimension.item_touch_helper_max_drag_scroll_per_frame = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Dimension.item_touch_helper_swipe_escape_max_velocity; + global::Xamarin.Forms.Platform.Resource.Dimension.item_touch_helper_swipe_escape_velocity = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.item_touch_helper_swipe_escape_velocity; + global::Xamarin.Forms.Platform.Resource.Dimension.material_bottom_sheet_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_bottom_sheet_max_width; + global::Xamarin.Forms.Platform.Resource.Dimension.material_clock_display_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_display_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.material_clock_face_margin_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_face_margin_top; + global::Xamarin.Forms.Platform.Resource.Dimension.material_clock_hand_center_dot_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_hand_center_dot_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.material_clock_hand_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_hand_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.material_clock_hand_stroke_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_hand_stroke_width; + global::Xamarin.Forms.Platform.Resource.Dimension.material_clock_number_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_number_text_size; + global::Xamarin.Forms.Platform.Resource.Dimension.material_clock_period_toggle_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_period_toggle_height; + global::Xamarin.Forms.Platform.Resource.Dimension.material_clock_period_toggle_margin_left = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_period_toggle_margin_left; + global::Xamarin.Forms.Platform.Resource.Dimension.material_clock_period_toggle_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_period_toggle_width; + global::Xamarin.Forms.Platform.Resource.Dimension.material_clock_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_clock_size; + global::Xamarin.Forms.Platform.Resource.Dimension.material_cursor_inset_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_cursor_inset_bottom; + global::Xamarin.Forms.Platform.Resource.Dimension.material_cursor_inset_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_cursor_inset_top; + global::Xamarin.Forms.Platform.Resource.Dimension.material_cursor_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_cursor_width; + global::Xamarin.Forms.Platform.Resource.Dimension.material_emphasis_disabled = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_emphasis_disabled; + global::Xamarin.Forms.Platform.Resource.Dimension.material_emphasis_high_type = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_emphasis_high_type; + global::Xamarin.Forms.Platform.Resource.Dimension.material_emphasis_medium = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_emphasis_medium; + global::Xamarin.Forms.Platform.Resource.Dimension.material_filled_edittext_font_1_3_padding_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_filled_edittext_font_1_3_padding_bottom; + global::Xamarin.Forms.Platform.Resource.Dimension.material_filled_edittext_font_1_3_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_filled_edittext_font_1_3_padding_top; + global::Xamarin.Forms.Platform.Resource.Dimension.material_filled_edittext_font_2_0_padding_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_filled_edittext_font_2_0_padding_bottom; + global::Xamarin.Forms.Platform.Resource.Dimension.material_filled_edittext_font_2_0_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_filled_edittext_font_2_0_padding_top; + global::Xamarin.Forms.Platform.Resource.Dimension.material_font_1_3_box_collapsed_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_font_1_3_box_collapsed_padding_top; + global::Xamarin.Forms.Platform.Resource.Dimension.material_font_2_0_box_collapsed_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_font_2_0_box_collapsed_padding_top; + global::Xamarin.Forms.Platform.Resource.Dimension.material_helper_text_default_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_helper_text_default_padding_top; + global::Xamarin.Forms.Platform.Resource.Dimension.material_helper_text_font_1_3_padding_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_helper_text_font_1_3_padding_horizontal; + global::Xamarin.Forms.Platform.Resource.Dimension.material_helper_text_font_1_3_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_helper_text_font_1_3_padding_top; + global::Xamarin.Forms.Platform.Resource.Dimension.material_input_text_to_prefix_suffix_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_input_text_to_prefix_suffix_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.material_textinput_default_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_textinput_default_width; + global::Xamarin.Forms.Platform.Resource.Dimension.material_textinput_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_textinput_max_width; + global::Xamarin.Forms.Platform.Resource.Dimension.material_textinput_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_textinput_min_width; + global::Xamarin.Forms.Platform.Resource.Dimension.material_text_view_test_line_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_text_view_test_line_height; + global::Xamarin.Forms.Platform.Resource.Dimension.material_text_view_test_line_height_override = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_text_view_test_line_height_override; + global::Xamarin.Forms.Platform.Resource.Dimension.material_timepicker_dialog_buttons_margin_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_timepicker_dialog_buttons_margin_top; + global::Xamarin.Forms.Platform.Resource.Dimension.material_time_picker_minimum_screen_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_time_picker_minimum_screen_height; + global::Xamarin.Forms.Platform.Resource.Dimension.material_time_picker_minimum_screen_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.material_time_picker_minimum_screen_width; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_alert_dialog_background_inset_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_bottom; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_alert_dialog_background_inset_end = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_end; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_alert_dialog_background_inset_start = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_start; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_alert_dialog_background_inset_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_top; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_alert_dialog_picker_background_inset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_alert_dialog_picker_background_inset; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_badge_horizontal_edge_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_horizontal_edge_offset; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_badge_long_text_horizontal_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_long_text_horizontal_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_badge_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_badge_text_horizontal_edge_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_text_horizontal_edge_offset; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_badge_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_text_size; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_badge_toolbar_action_menu_item_horizontal_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_toolbar_action_menu_item_horizontal_offset; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_badge_toolbar_action_menu_item_vertical_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_toolbar_action_menu_item_vertical_offset; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_badge_with_text_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_badge_with_text_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_bottomappbar_fabOffsetEndMode = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_bottomappbar_fabOffsetEndMode; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_bottomappbar_fab_bottom_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_bottomappbar_fab_bottom_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_bottomappbar_fab_cradle_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_bottomappbar_fab_cradle_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_bottomappbar_fab_cradle_rounded_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_bottomappbar_fab_cradle_rounded_corner_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_bottomappbar_fab_cradle_vertical_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_bottomappbar_fab_cradle_vertical_offset; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_bottomappbar_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_bottomappbar_height; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_corner_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_dialog_btn_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_dialog_btn_min_width; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_disabled_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_disabled_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_disabled_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_disabled_z; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_focused_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_focused_z; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_hovered_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_hovered_z; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_icon_btn_padding_left = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_icon_btn_padding_left; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_icon_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_icon_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_inset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_inset; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_letter_spacing = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_letter_spacing; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_max_width; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_padding_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_padding_bottom; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_padding_left = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_padding_left; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_padding_right = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_padding_right; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_padding_top; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_pressed_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_pressed_z; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_snackbar_margin_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_snackbar_margin_horizontal; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_stroke_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_stroke_size; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_text_btn_icon_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_text_btn_icon_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_text_btn_padding_left = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_text_btn_padding_left; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_text_btn_padding_right = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_text_btn_padding_right; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_text_size; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_btn_z; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_action_confirm_button_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_action_confirm_button_min_width; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_action_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_action_height; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_action_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_action_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_bottom_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_bottom_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_content_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_content_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_days_of_week_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_days_of_week_height; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_day_corner = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_day_corner; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_day_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_day_height; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_day_horizontal_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_day_horizontal_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_day_today_stroke = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_day_today_stroke; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_day_vertical_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_day_vertical_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_day_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_day_width; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_dialog_background_inset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_dialog_background_inset; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_content_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_content_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_content_padding_fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_content_padding_fullscreen; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_divider_thickness = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_divider_thickness; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_height; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_height_fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_height_fullscreen; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_selection_line_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_selection_line_height; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_text_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_text_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_toggle_margin_bottom = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_toggle_margin_bottom; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_toggle_margin_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_header_toggle_margin_top; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_landscape_header_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_landscape_header_width; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_maximum_default_fullscreen_minor_axis = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_maximum_default_fullscreen_minor_axis; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_month_horizontal_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_month_horizontal_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_month_vertical_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_month_vertical_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_navigation_bottom_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_navigation_bottom_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_navigation_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_navigation_height; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_navigation_top_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_navigation_top_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_pre_l_text_clip_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_pre_l_text_clip_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_selection_baseline_to_top_fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_selection_baseline_to_top_fullscreen; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_bottom = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_top; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_text_input_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_text_input_padding_top; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_title_baseline_to_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_title_baseline_to_top; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_title_baseline_to_top_fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_title_baseline_to_top_fullscreen; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_year_corner = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_year_corner; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_year_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_year_height; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_year_horizontal_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_year_horizontal_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_year_vertical_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_year_vertical_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_year_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_calendar_year_width; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_card_checked_icon_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_card_checked_icon_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_card_checked_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_card_checked_icon_size; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_card_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_card_corner_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_card_dragged_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_card_dragged_z; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_card_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_card_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_card_spacing = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_card_spacing; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_chip_pressed_translation_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_chip_pressed_translation_z; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_chip_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_chip_text_size; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_edittext_rectangle_top_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_edittext_rectangle_top_offset; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_vertical_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_vertical_offset; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_vertical_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_vertical_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_bottom_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_bottom_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_corner_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_disabled_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_disabled_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_disabled_translation_z = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_disabled_translation_z; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_end_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_end_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_end_padding_icon = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_end_padding_icon; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_icon_size; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_icon_text_spacing = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_icon_text_spacing; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_min_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_min_height; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_min_width; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_start_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_start_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_start_padding_icon = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_start_padding_icon; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_top_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_top_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_translation_z_base = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_translation_z_base; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_translation_z_hovered_focused = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_translation_z_hovered_focused; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_translation_z_pressed = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_extended_fab_translation_z_pressed; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_fab_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_fab_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_fab_min_touch_target = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_fab_min_touch_target; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_fab_translation_z_hovered_focused = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_fab_translation_z_hovered_focused; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_fab_translation_z_pressed = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_fab_translation_z_pressed; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_high_ripple_default_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_high_ripple_default_alpha; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_high_ripple_focused_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_high_ripple_focused_alpha; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_high_ripple_hovered_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_high_ripple_hovered_alpha; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_high_ripple_pressed_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_high_ripple_pressed_alpha; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_large_touch_target = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_large_touch_target; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_low_ripple_default_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_low_ripple_default_alpha; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_low_ripple_focused_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_low_ripple_focused_alpha; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_low_ripple_hovered_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_low_ripple_hovered_alpha; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_low_ripple_pressed_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_low_ripple_pressed_alpha; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_min_touch_target_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_min_touch_target_size; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_bar_item_default_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_bar_item_default_icon_size; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_bar_item_default_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_bar_item_default_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_item_horizontal_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_item_horizontal_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_item_icon_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_item_icon_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_item_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_item_icon_size; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_item_shape_horizontal_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_item_shape_horizontal_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_item_shape_vertical_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_item_shape_vertical_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_rail_active_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_active_text_size; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_rail_compact_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_compact_width; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_rail_default_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_default_width; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_rail_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_rail_icon_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_icon_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_rail_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_icon_size; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_rail_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_rail_text_bottom_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_text_bottom_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_rail_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_navigation_rail_text_size; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_progress_circular_inset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_inset; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_progress_circular_inset_extra_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_inset_extra_small; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_progress_circular_inset_medium = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_inset_medium; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_progress_circular_inset_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_inset_small; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_progress_circular_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_progress_circular_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_size; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_progress_circular_size_extra_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_size_extra_small; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_progress_circular_size_medium = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_size_medium; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_progress_circular_size_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_size_small; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_progress_circular_track_thickness_extra_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_track_thickness_extra_small; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_progress_circular_track_thickness_medium = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_track_thickness_medium; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_progress_circular_track_thickness_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_circular_track_thickness_small; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_progress_indicator_full_rounded_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_indicator_full_rounded_corner_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_progress_track_thickness = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_progress_track_thickness; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_shape_corner_size_large_component = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_shape_corner_size_large_component; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_shape_corner_size_medium_component = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_shape_corner_size_medium_component; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_shape_corner_size_small_component = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_shape_corner_size_small_component; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_halo_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_halo_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_label_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_label_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_label_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_label_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_label_square_side = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_label_square_side; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_thumb_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_thumb_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_thumb_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_thumb_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_track_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_track_height; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_track_side_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_track_side_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_track_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_track_top; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_widget_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_slider_widget_height; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_snackbar_action_text_color_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_snackbar_action_text_color_alpha; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_snackbar_background_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_snackbar_background_corner_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_snackbar_background_overlay_color_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_snackbar_background_overlay_color_alpha; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_snackbar_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_snackbar_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_snackbar_message_margin_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_snackbar_message_margin_horizontal; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_snackbar_padding_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_snackbar_padding_horizontal; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_switch_thumb_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_switch_thumb_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_box_corner_radius_medium = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_box_corner_radius_medium; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_box_corner_radius_small = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_box_corner_radius_small; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_box_label_cutout_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_box_label_cutout_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_box_stroke_width_default = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_box_stroke_width_default; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_box_stroke_width_focused = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_box_stroke_width_focused; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_counter_margin_start = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_counter_margin_start; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_end_icon_margin_start = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_end_icon_margin_start; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_outline_box_expanded_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_outline_box_expanded_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_start_icon_margin_end = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_textinput_start_icon_margin_end; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_toolbar_default_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_toolbar_default_height; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_tooltip_arrowSize = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_tooltip_arrowSize; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_tooltip_cornerSize = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_tooltip_cornerSize; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_tooltip_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_tooltip_minHeight; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_tooltip_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_tooltip_minWidth; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_tooltip_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_tooltip_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_transition_shared_axis_slide_distance = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.mtrl_transition_shared_axis_slide_distance; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_action_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_action_icon_size; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_action_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_action_text_size; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_big_circle_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_big_circle_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_content_margin_start = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_content_margin_start; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_large_icon_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_large_icon_height; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_large_icon_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_large_icon_width; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_main_column_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_main_column_padding_top; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_media_narrow_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_media_narrow_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_right_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_right_icon_size; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_right_side_padding_top = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_right_side_padding_top; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_small_icon_background_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_small_icon_background_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_small_icon_size_as_large = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_small_icon_size_as_large; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_subtext_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_subtext_size; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_top_pad = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_top_pad; + global::Xamarin.Forms.Platform.Resource.Dimension.notification_top_pad_large_text = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.notification_top_pad_large_text; + global::Xamarin.Forms.Platform.Resource.Dimension.test_mtrl_calendar_day_cornerSize = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_mtrl_calendar_day_cornerSize; + global::Xamarin.Forms.Platform.Resource.Dimension.test_navigation_bar_active_item_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_active_item_max_width; + global::Xamarin.Forms.Platform.Resource.Dimension.test_navigation_bar_active_item_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_active_item_min_width; + global::Xamarin.Forms.Platform.Resource.Dimension.test_navigation_bar_active_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_active_text_size; + global::Xamarin.Forms.Platform.Resource.Dimension.test_navigation_bar_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_elevation; + global::Xamarin.Forms.Platform.Resource.Dimension.test_navigation_bar_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_height; + global::Xamarin.Forms.Platform.Resource.Dimension.test_navigation_bar_icon_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_icon_size; + global::Xamarin.Forms.Platform.Resource.Dimension.test_navigation_bar_item_max_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_item_max_width; + global::Xamarin.Forms.Platform.Resource.Dimension.test_navigation_bar_item_min_width = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_item_min_width; + global::Xamarin.Forms.Platform.Resource.Dimension.test_navigation_bar_label_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_label_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.test_navigation_bar_shadow_height = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_shadow_height; + global::Xamarin.Forms.Platform.Resource.Dimension.test_navigation_bar_text_size = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.test_navigation_bar_text_size; + global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_corner_radius; + global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_horizontal_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_horizontal_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_margin = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_margin; + global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_precise_anchor_extra_offset = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_precise_anchor_extra_offset; + global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_precise_anchor_threshold = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_precise_anchor_threshold; + global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_vertical_padding = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_vertical_padding; + global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_y_offset_non_touch = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_y_offset_non_touch; + global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_y_offset_touch = global::O2NextGen.SmallTalk.Droid.Resource.Dimension.tooltip_y_offset_touch; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ab_share_pack_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ab_share_pack_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_action_bar_item_background_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_action_bar_item_background_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_borderless_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_borderless_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_check_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_check_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_check_material_anim = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_check_material_anim; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_check_to_on_mtrl_000 = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_check_to_on_mtrl_000; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_check_to_on_mtrl_015 = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_check_to_on_mtrl_015; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_colored_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_colored_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_default_mtrl_shape = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_default_mtrl_shape; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_radio_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_radio_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_radio_material_anim = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_radio_material_anim; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_radio_to_on_mtrl_000 = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_radio_to_on_mtrl_000; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_radio_to_on_mtrl_015 = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_radio_to_on_mtrl_015; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_switch_to_on_mtrl_00001 = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_switch_to_on_mtrl_00001; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_switch_to_on_mtrl_00012 = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_btn_switch_to_on_mtrl_00012; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_cab_background_internal_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_cab_background_internal_bg; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_cab_background_top_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_cab_background_top_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_cab_background_top_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_cab_background_top_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_control_background_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_control_background_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_dialog_material_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_dialog_material_background; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_edit_text_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_edit_text_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_ab_back_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_ab_back_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_arrow_drop_right_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_arrow_drop_right_black_24dp; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_clear_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_clear_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_commit_search_api_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_commit_search_api_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_go_search_api_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_go_search_api_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_menu_copy_mtrl_am_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_menu_copy_mtrl_am_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_menu_cut_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_menu_cut_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_menu_overflow_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_menu_overflow_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_menu_paste_mtrl_am_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_menu_paste_mtrl_am_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_menu_selectall_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_menu_selectall_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_menu_share_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_menu_share_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_search_api_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_search_api_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_voice_search_api_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ic_voice_search_api_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_item_background_holo_dark = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_item_background_holo_dark; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_item_background_holo_light = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_item_background_holo_light; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_divider_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_divider_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_divider_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_divider_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_focused_holo = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_focused_holo; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_longpressed_holo = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_longpressed_holo; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_pressed_holo_dark = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_pressed_holo_dark; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_pressed_holo_light = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_pressed_holo_light; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_selector_background_transition_holo_dark = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_selector_background_transition_holo_dark; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_selector_background_transition_holo_light = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_selector_background_transition_holo_light; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_selector_disabled_holo_dark = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_selector_disabled_holo_dark; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_selector_disabled_holo_light = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_selector_disabled_holo_light; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_selector_holo_dark = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_selector_holo_dark; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_selector_holo_light = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_list_selector_holo_light; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_menu_hardkey_panel_mtrl_mult = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_menu_hardkey_panel_mtrl_mult; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_popup_background_mtrl_mult = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_popup_background_mtrl_mult; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ratingbar_indicator_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ratingbar_indicator_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ratingbar_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ratingbar_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_ratingbar_small_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_ratingbar_small_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_scrubber_control_off_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_scrubber_control_off_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_scrubber_control_to_pressed_mtrl_000 = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_scrubber_control_to_pressed_mtrl_000; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_scrubber_control_to_pressed_mtrl_005 = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_scrubber_control_to_pressed_mtrl_005; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_scrubber_primary_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_scrubber_primary_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_scrubber_track_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_scrubber_track_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_seekbar_thumb_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_seekbar_thumb_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_seekbar_tick_mark_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_seekbar_tick_mark_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_seekbar_track_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_seekbar_track_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_spinner_mtrl_am_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_spinner_mtrl_am_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_spinner_textfield_background_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_spinner_textfield_background_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_star_black_48dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_star_black_48dp; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_star_half_black_48dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_star_half_black_48dp; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_switch_thumb_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_switch_thumb_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_switch_track_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_switch_track_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_tab_indicator_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_tab_indicator_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_tab_indicator_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_tab_indicator_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_textfield_activated_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_textfield_activated_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_textfield_default_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_textfield_default_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_textfield_search_activated_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_textfield_search_activated_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_textfield_search_default_mtrl_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_textfield_search_default_mtrl_alpha; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_textfield_search_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_textfield_search_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_text_cursor_material = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_text_cursor_material; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_text_select_handle_left_mtrl = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_text_select_handle_left_mtrl; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_text_select_handle_middle_mtrl = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_text_select_handle_middle_mtrl; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_text_select_handle_right_mtrl = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_text_select_handle_right_mtrl; + global::Xamarin.Forms.Platform.Resource.Drawable.abc_vector_test = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.abc_vector_test; + global::Xamarin.Forms.Platform.Resource.Drawable.avd_hide_password = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.avd_hide_password; + global::Xamarin.Forms.Platform.Resource.Drawable.avd_show_password = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.avd_show_password; + global::Xamarin.Forms.Platform.Resource.Drawable.btn_checkbox_checked_mtrl = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_checkbox_checked_mtrl; + global::Xamarin.Forms.Platform.Resource.Drawable.btn_checkbox_checked_to_unchecked_mtrl_animation = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_checkbox_checked_to_unchecked_mtrl_animation; + global::Xamarin.Forms.Platform.Resource.Drawable.btn_checkbox_unchecked_mtrl = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_checkbox_unchecked_mtrl; + global::Xamarin.Forms.Platform.Resource.Drawable.btn_checkbox_unchecked_to_checked_mtrl_animation = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_checkbox_unchecked_to_checked_mtrl_animation; + global::Xamarin.Forms.Platform.Resource.Drawable.btn_radio_off_mtrl = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_radio_off_mtrl; + global::Xamarin.Forms.Platform.Resource.Drawable.btn_radio_off_to_on_mtrl_animation = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_radio_off_to_on_mtrl_animation; + global::Xamarin.Forms.Platform.Resource.Drawable.btn_radio_on_mtrl = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_radio_on_mtrl; + global::Xamarin.Forms.Platform.Resource.Drawable.btn_radio_on_to_off_mtrl_animation = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.btn_radio_on_to_off_mtrl_animation; + global::Xamarin.Forms.Platform.Resource.Drawable.design_fab_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.design_fab_background; + global::Xamarin.Forms.Platform.Resource.Drawable.design_ic_visibility = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.design_ic_visibility; + global::Xamarin.Forms.Platform.Resource.Drawable.design_ic_visibility_off = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.design_ic_visibility_off; + global::Xamarin.Forms.Platform.Resource.Drawable.design_password_eye = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.design_password_eye; + global::Xamarin.Forms.Platform.Resource.Drawable.design_snackbar_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.design_snackbar_background; + global::Xamarin.Forms.Platform.Resource.Drawable.ic_clock_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.ic_clock_black_24dp; + global::Xamarin.Forms.Platform.Resource.Drawable.ic_keyboard_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.ic_keyboard_black_24dp; + global::Xamarin.Forms.Platform.Resource.Drawable.ic_mtrl_checked_circle = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.ic_mtrl_checked_circle; + global::Xamarin.Forms.Platform.Resource.Drawable.ic_mtrl_chip_checked_black = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.ic_mtrl_chip_checked_black; + global::Xamarin.Forms.Platform.Resource.Drawable.ic_mtrl_chip_checked_circle = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.ic_mtrl_chip_checked_circle; + global::Xamarin.Forms.Platform.Resource.Drawable.ic_mtrl_chip_close_circle = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.ic_mtrl_chip_close_circle; + global::Xamarin.Forms.Platform.Resource.Drawable.material_cursor_drawable = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_cursor_drawable; + global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_calendar_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_calendar_black_24dp; + global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_clear_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_clear_black_24dp; + global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_edit_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_edit_black_24dp; + global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_keyboard_arrow_left_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_keyboard_arrow_left_black_24dp; + global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_keyboard_arrow_next_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_keyboard_arrow_next_black_24dp; + global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_keyboard_arrow_previous_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_keyboard_arrow_previous_black_24dp; + global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_keyboard_arrow_right_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_keyboard_arrow_right_black_24dp; + global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_menu_arrow_down_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_menu_arrow_down_black_24dp; + global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_menu_arrow_up_black_24dp = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.material_ic_menu_arrow_up_black_24dp; + global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_dialog_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_dialog_background; + global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_dropdown_arrow = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_dropdown_arrow; + global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_ic_arrow_drop_down = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_ic_arrow_drop_down; + global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_ic_arrow_drop_up = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_ic_arrow_drop_up; + global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_ic_cancel = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_ic_cancel; + global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_ic_error = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_ic_error; + global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_navigation_bar_item_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_navigation_bar_item_background; + global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_popupmenu_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_popupmenu_background; + global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_popupmenu_background_dark = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_popupmenu_background_dark; + global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_tabs_default_indicator = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.mtrl_tabs_default_indicator; + global::Xamarin.Forms.Platform.Resource.Drawable.navigation_empty_icon = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.navigation_empty_icon; + global::Xamarin.Forms.Platform.Resource.Drawable.notification_action_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_action_background; + global::Xamarin.Forms.Platform.Resource.Drawable.notification_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg; + global::Xamarin.Forms.Platform.Resource.Drawable.notification_bg_low = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_low; + global::Xamarin.Forms.Platform.Resource.Drawable.notification_bg_low_normal = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_low_normal; + global::Xamarin.Forms.Platform.Resource.Drawable.notification_bg_low_pressed = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_low_pressed; + global::Xamarin.Forms.Platform.Resource.Drawable.notification_bg_normal = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_normal; + global::Xamarin.Forms.Platform.Resource.Drawable.notification_bg_normal_pressed = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_bg_normal_pressed; + global::Xamarin.Forms.Platform.Resource.Drawable.notification_icon_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_icon_background; + global::Xamarin.Forms.Platform.Resource.Drawable.notification_template_icon_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_template_icon_bg; + global::Xamarin.Forms.Platform.Resource.Drawable.notification_template_icon_low_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_template_icon_low_bg; + global::Xamarin.Forms.Platform.Resource.Drawable.notification_tile_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notification_tile_bg; + global::Xamarin.Forms.Platform.Resource.Drawable.notify_panel_notification_icon_bg = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.notify_panel_notification_icon_bg; + global::Xamarin.Forms.Platform.Resource.Drawable.test_custom_background = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.test_custom_background; + global::Xamarin.Forms.Platform.Resource.Drawable.tooltip_frame_dark = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.tooltip_frame_dark; + global::Xamarin.Forms.Platform.Resource.Drawable.tooltip_frame_light = global::O2NextGen.SmallTalk.Droid.Resource.Drawable.tooltip_frame_light; + global::Xamarin.Forms.Platform.Resource.Id.accelerate = global::O2NextGen.SmallTalk.Droid.Resource.Id.accelerate; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_action_clickable_span = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_action_clickable_span; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_0 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_0; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_1 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_1; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_10 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_10; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_11 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_11; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_12 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_12; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_13 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_13; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_14 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_14; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_15 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_15; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_16 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_16; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_17 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_17; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_18 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_18; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_19 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_19; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_2 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_2; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_20 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_20; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_21 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_21; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_22 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_22; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_23 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_23; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_24 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_24; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_25 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_25; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_26 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_26; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_27 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_27; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_28 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_28; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_29 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_29; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_3 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_3; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_30 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_30; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_31 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_31; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_4 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_4; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_5 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_5; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_6 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_6; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_7 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_7; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_8 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_8; + global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_9 = global::O2NextGen.SmallTalk.Droid.Resource.Id.accessibility_custom_action_9; + global::Xamarin.Forms.Platform.Resource.Id.action0 = global::O2NextGen.SmallTalk.Droid.Resource.Id.action0; + global::Xamarin.Forms.Platform.Resource.Id.actionDown = global::O2NextGen.SmallTalk.Droid.Resource.Id.actionDown; + global::Xamarin.Forms.Platform.Resource.Id.actionDownUp = global::O2NextGen.SmallTalk.Droid.Resource.Id.actionDownUp; + global::Xamarin.Forms.Platform.Resource.Id.actions = global::O2NextGen.SmallTalk.Droid.Resource.Id.actions; + global::Xamarin.Forms.Platform.Resource.Id.actionUp = global::O2NextGen.SmallTalk.Droid.Resource.Id.actionUp; + global::Xamarin.Forms.Platform.Resource.Id.action_bar = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_bar; + global::Xamarin.Forms.Platform.Resource.Id.action_bar_activity_content = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_bar_activity_content; + global::Xamarin.Forms.Platform.Resource.Id.action_bar_container = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_bar_container; + global::Xamarin.Forms.Platform.Resource.Id.action_bar_root = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_bar_root; + global::Xamarin.Forms.Platform.Resource.Id.action_bar_spinner = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_bar_spinner; + global::Xamarin.Forms.Platform.Resource.Id.action_bar_subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_bar_subtitle; + global::Xamarin.Forms.Platform.Resource.Id.action_bar_title = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_bar_title; + global::Xamarin.Forms.Platform.Resource.Id.action_container = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_container; + global::Xamarin.Forms.Platform.Resource.Id.action_context_bar = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_context_bar; + global::Xamarin.Forms.Platform.Resource.Id.action_divider = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_divider; + global::Xamarin.Forms.Platform.Resource.Id.action_image = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_image; + global::Xamarin.Forms.Platform.Resource.Id.action_menu_divider = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_menu_divider; + global::Xamarin.Forms.Platform.Resource.Id.action_menu_presenter = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_menu_presenter; + global::Xamarin.Forms.Platform.Resource.Id.action_mode_bar = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_mode_bar; + global::Xamarin.Forms.Platform.Resource.Id.action_mode_bar_stub = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_mode_bar_stub; + global::Xamarin.Forms.Platform.Resource.Id.action_mode_close_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_mode_close_button; + global::Xamarin.Forms.Platform.Resource.Id.action_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.action_text; + global::Xamarin.Forms.Platform.Resource.Id.activity_chooser_view_content = global::O2NextGen.SmallTalk.Droid.Resource.Id.activity_chooser_view_content; + global::Xamarin.Forms.Platform.Resource.Id.add = global::O2NextGen.SmallTalk.Droid.Resource.Id.add; + global::Xamarin.Forms.Platform.Resource.Id.alertTitle = global::O2NextGen.SmallTalk.Droid.Resource.Id.alertTitle; + global::Xamarin.Forms.Platform.Resource.Id.aligned = global::O2NextGen.SmallTalk.Droid.Resource.Id.aligned; + global::Xamarin.Forms.Platform.Resource.Id.all = global::O2NextGen.SmallTalk.Droid.Resource.Id.all; + global::Xamarin.Forms.Platform.Resource.Id.allStates = global::O2NextGen.SmallTalk.Droid.Resource.Id.allStates; + global::Xamarin.Forms.Platform.Resource.Id.ALT = global::O2NextGen.SmallTalk.Droid.Resource.Id.ALT; + global::Xamarin.Forms.Platform.Resource.Id.always = global::O2NextGen.SmallTalk.Droid.Resource.Id.always; + global::Xamarin.Forms.Platform.Resource.Id.animateToEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.animateToEnd; + global::Xamarin.Forms.Platform.Resource.Id.animateToStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.animateToStart; + global::Xamarin.Forms.Platform.Resource.Id.anticipate = global::O2NextGen.SmallTalk.Droid.Resource.Id.anticipate; + global::Xamarin.Forms.Platform.Resource.Id.antiClockwise = global::O2NextGen.SmallTalk.Droid.Resource.Id.antiClockwise; + global::Xamarin.Forms.Platform.Resource.Id.arc = global::O2NextGen.SmallTalk.Droid.Resource.Id.arc; + global::Xamarin.Forms.Platform.Resource.Id.asConfigured = global::O2NextGen.SmallTalk.Droid.Resource.Id.asConfigured; + global::Xamarin.Forms.Platform.Resource.Id.async = global::O2NextGen.SmallTalk.Droid.Resource.Id.async; + global::Xamarin.Forms.Platform.Resource.Id.auto = global::O2NextGen.SmallTalk.Droid.Resource.Id.auto; + global::Xamarin.Forms.Platform.Resource.Id.autoComplete = global::O2NextGen.SmallTalk.Droid.Resource.Id.autoComplete; + global::Xamarin.Forms.Platform.Resource.Id.autoCompleteToEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.autoCompleteToEnd; + global::Xamarin.Forms.Platform.Resource.Id.autoCompleteToStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.autoCompleteToStart; + global::Xamarin.Forms.Platform.Resource.Id.barrier = global::O2NextGen.SmallTalk.Droid.Resource.Id.barrier; + global::Xamarin.Forms.Platform.Resource.Id.baseline = global::O2NextGen.SmallTalk.Droid.Resource.Id.baseline; + global::Xamarin.Forms.Platform.Resource.Id.beginning = global::O2NextGen.SmallTalk.Droid.Resource.Id.beginning; + global::Xamarin.Forms.Platform.Resource.Id.beginOnFirstDraw = global::O2NextGen.SmallTalk.Droid.Resource.Id.beginOnFirstDraw; + global::Xamarin.Forms.Platform.Resource.Id.bestChoice = global::O2NextGen.SmallTalk.Droid.Resource.Id.bestChoice; + global::Xamarin.Forms.Platform.Resource.Id.blocking = global::O2NextGen.SmallTalk.Droid.Resource.Id.blocking; + global::Xamarin.Forms.Platform.Resource.Id.bottom = global::O2NextGen.SmallTalk.Droid.Resource.Id.bottom; + global::Xamarin.Forms.Platform.Resource.Id.bottomtab_navarea = global::O2NextGen.SmallTalk.Droid.Resource.Id.bottomtab_navarea; + global::Xamarin.Forms.Platform.Resource.Id.bottomtab_tabbar = global::O2NextGen.SmallTalk.Droid.Resource.Id.bottomtab_tabbar; + global::Xamarin.Forms.Platform.Resource.Id.BOTTOM_END = global::O2NextGen.SmallTalk.Droid.Resource.Id.BOTTOM_END; + global::Xamarin.Forms.Platform.Resource.Id.BOTTOM_START = global::O2NextGen.SmallTalk.Droid.Resource.Id.BOTTOM_START; + global::Xamarin.Forms.Platform.Resource.Id.bounce = global::O2NextGen.SmallTalk.Droid.Resource.Id.bounce; + global::Xamarin.Forms.Platform.Resource.Id.bounceBoth = global::O2NextGen.SmallTalk.Droid.Resource.Id.bounceBoth; + global::Xamarin.Forms.Platform.Resource.Id.bounceEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.bounceEnd; + global::Xamarin.Forms.Platform.Resource.Id.bounceStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.bounceStart; + global::Xamarin.Forms.Platform.Resource.Id.buttonPanel = global::O2NextGen.SmallTalk.Droid.Resource.Id.buttonPanel; + global::Xamarin.Forms.Platform.Resource.Id.cache_measures = global::O2NextGen.SmallTalk.Droid.Resource.Id.cache_measures; + global::Xamarin.Forms.Platform.Resource.Id.cancel_action = global::O2NextGen.SmallTalk.Droid.Resource.Id.cancel_action; + global::Xamarin.Forms.Platform.Resource.Id.cancel_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.cancel_button; + global::Xamarin.Forms.Platform.Resource.Id.carryVelocity = global::O2NextGen.SmallTalk.Droid.Resource.Id.carryVelocity; + global::Xamarin.Forms.Platform.Resource.Id.center = global::O2NextGen.SmallTalk.Droid.Resource.Id.center; + global::Xamarin.Forms.Platform.Resource.Id.center_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Id.center_horizontal; + global::Xamarin.Forms.Platform.Resource.Id.center_vertical = global::O2NextGen.SmallTalk.Droid.Resource.Id.center_vertical; + global::Xamarin.Forms.Platform.Resource.Id.chain = global::O2NextGen.SmallTalk.Droid.Resource.Id.chain; + global::Xamarin.Forms.Platform.Resource.Id.chains = global::O2NextGen.SmallTalk.Droid.Resource.Id.chains; + global::Xamarin.Forms.Platform.Resource.Id.checkbox = global::O2NextGen.SmallTalk.Droid.Resource.Id.checkbox; + global::Xamarin.Forms.Platform.Resource.Id.@checked = global::O2NextGen.SmallTalk.Droid.Resource.Id.@checked; + global::Xamarin.Forms.Platform.Resource.Id.chip = global::O2NextGen.SmallTalk.Droid.Resource.Id.chip; + global::Xamarin.Forms.Platform.Resource.Id.chip1 = global::O2NextGen.SmallTalk.Droid.Resource.Id.chip1; + global::Xamarin.Forms.Platform.Resource.Id.chip2 = global::O2NextGen.SmallTalk.Droid.Resource.Id.chip2; + global::Xamarin.Forms.Platform.Resource.Id.chip3 = global::O2NextGen.SmallTalk.Droid.Resource.Id.chip3; + global::Xamarin.Forms.Platform.Resource.Id.chip_group = global::O2NextGen.SmallTalk.Droid.Resource.Id.chip_group; + global::Xamarin.Forms.Platform.Resource.Id.chronometer = global::O2NextGen.SmallTalk.Droid.Resource.Id.chronometer; + global::Xamarin.Forms.Platform.Resource.Id.circle_center = global::O2NextGen.SmallTalk.Droid.Resource.Id.circle_center; + global::Xamarin.Forms.Platform.Resource.Id.clear_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.clear_text; + global::Xamarin.Forms.Platform.Resource.Id.clip_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Id.clip_horizontal; + global::Xamarin.Forms.Platform.Resource.Id.clip_vertical = global::O2NextGen.SmallTalk.Droid.Resource.Id.clip_vertical; + global::Xamarin.Forms.Platform.Resource.Id.clockwise = global::O2NextGen.SmallTalk.Droid.Resource.Id.clockwise; + global::Xamarin.Forms.Platform.Resource.Id.closest = global::O2NextGen.SmallTalk.Droid.Resource.Id.closest; + global::Xamarin.Forms.Platform.Resource.Id.collapseActionView = global::O2NextGen.SmallTalk.Droid.Resource.Id.collapseActionView; + global::Xamarin.Forms.Platform.Resource.Id.confirm_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.confirm_button; + global::Xamarin.Forms.Platform.Resource.Id.constraint = global::O2NextGen.SmallTalk.Droid.Resource.Id.constraint; + global::Xamarin.Forms.Platform.Resource.Id.container = global::O2NextGen.SmallTalk.Droid.Resource.Id.container; + global::Xamarin.Forms.Platform.Resource.Id.content = global::O2NextGen.SmallTalk.Droid.Resource.Id.content; + global::Xamarin.Forms.Platform.Resource.Id.contentPanel = global::O2NextGen.SmallTalk.Droid.Resource.Id.contentPanel; + global::Xamarin.Forms.Platform.Resource.Id.contiguous = global::O2NextGen.SmallTalk.Droid.Resource.Id.contiguous; + global::Xamarin.Forms.Platform.Resource.Id.continuousVelocity = global::O2NextGen.SmallTalk.Droid.Resource.Id.continuousVelocity; + global::Xamarin.Forms.Platform.Resource.Id.coordinator = global::O2NextGen.SmallTalk.Droid.Resource.Id.coordinator; + global::Xamarin.Forms.Platform.Resource.Id.cos = global::O2NextGen.SmallTalk.Droid.Resource.Id.cos; + global::Xamarin.Forms.Platform.Resource.Id.counterclockwise = global::O2NextGen.SmallTalk.Droid.Resource.Id.counterclockwise; + global::Xamarin.Forms.Platform.Resource.Id.CTRL = global::O2NextGen.SmallTalk.Droid.Resource.Id.CTRL; + global::Xamarin.Forms.Platform.Resource.Id.currentState = global::O2NextGen.SmallTalk.Droid.Resource.Id.currentState; + global::Xamarin.Forms.Platform.Resource.Id.custom = global::O2NextGen.SmallTalk.Droid.Resource.Id.custom; + global::Xamarin.Forms.Platform.Resource.Id.customPanel = global::O2NextGen.SmallTalk.Droid.Resource.Id.customPanel; + global::Xamarin.Forms.Platform.Resource.Id.cut = global::O2NextGen.SmallTalk.Droid.Resource.Id.cut; + global::Xamarin.Forms.Platform.Resource.Id.date_picker_actions = global::O2NextGen.SmallTalk.Droid.Resource.Id.date_picker_actions; + global::Xamarin.Forms.Platform.Resource.Id.decelerate = global::O2NextGen.SmallTalk.Droid.Resource.Id.decelerate; + global::Xamarin.Forms.Platform.Resource.Id.decelerateAndComplete = global::O2NextGen.SmallTalk.Droid.Resource.Id.decelerateAndComplete; + global::Xamarin.Forms.Platform.Resource.Id.decor_content_parent = global::O2NextGen.SmallTalk.Droid.Resource.Id.decor_content_parent; + global::Xamarin.Forms.Platform.Resource.Id.default_activity_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.default_activity_button; + global::Xamarin.Forms.Platform.Resource.Id.deltaRelative = global::O2NextGen.SmallTalk.Droid.Resource.Id.deltaRelative; + global::Xamarin.Forms.Platform.Resource.Id.dependency_ordering = global::O2NextGen.SmallTalk.Droid.Resource.Id.dependency_ordering; + global::Xamarin.Forms.Platform.Resource.Id.design_bottom_sheet = global::O2NextGen.SmallTalk.Droid.Resource.Id.design_bottom_sheet; + global::Xamarin.Forms.Platform.Resource.Id.design_menu_item_action_area = global::O2NextGen.SmallTalk.Droid.Resource.Id.design_menu_item_action_area; + global::Xamarin.Forms.Platform.Resource.Id.design_menu_item_action_area_stub = global::O2NextGen.SmallTalk.Droid.Resource.Id.design_menu_item_action_area_stub; + global::Xamarin.Forms.Platform.Resource.Id.design_menu_item_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.design_menu_item_text; + global::Xamarin.Forms.Platform.Resource.Id.design_navigation_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.design_navigation_view; + global::Xamarin.Forms.Platform.Resource.Id.dialog_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.dialog_button; + global::Xamarin.Forms.Platform.Resource.Id.dimensions = global::O2NextGen.SmallTalk.Droid.Resource.Id.dimensions; + global::Xamarin.Forms.Platform.Resource.Id.direct = global::O2NextGen.SmallTalk.Droid.Resource.Id.direct; + global::Xamarin.Forms.Platform.Resource.Id.disableHome = global::O2NextGen.SmallTalk.Droid.Resource.Id.disableHome; + global::Xamarin.Forms.Platform.Resource.Id.disableIntraAutoTransition = global::O2NextGen.SmallTalk.Droid.Resource.Id.disableIntraAutoTransition; + global::Xamarin.Forms.Platform.Resource.Id.disablePostScroll = global::O2NextGen.SmallTalk.Droid.Resource.Id.disablePostScroll; + global::Xamarin.Forms.Platform.Resource.Id.disableScroll = global::O2NextGen.SmallTalk.Droid.Resource.Id.disableScroll; + global::Xamarin.Forms.Platform.Resource.Id.disjoint = global::O2NextGen.SmallTalk.Droid.Resource.Id.disjoint; + global::Xamarin.Forms.Platform.Resource.Id.dragAnticlockwise = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragAnticlockwise; + global::Xamarin.Forms.Platform.Resource.Id.dragClockwise = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragClockwise; + global::Xamarin.Forms.Platform.Resource.Id.dragDown = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragDown; + global::Xamarin.Forms.Platform.Resource.Id.dragEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragEnd; + global::Xamarin.Forms.Platform.Resource.Id.dragLeft = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragLeft; + global::Xamarin.Forms.Platform.Resource.Id.dragRight = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragRight; + global::Xamarin.Forms.Platform.Resource.Id.dragStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragStart; + global::Xamarin.Forms.Platform.Resource.Id.dragUp = global::O2NextGen.SmallTalk.Droid.Resource.Id.dragUp; + global::Xamarin.Forms.Platform.Resource.Id.dropdown_menu = global::O2NextGen.SmallTalk.Droid.Resource.Id.dropdown_menu; + global::Xamarin.Forms.Platform.Resource.Id.easeIn = global::O2NextGen.SmallTalk.Droid.Resource.Id.easeIn; + global::Xamarin.Forms.Platform.Resource.Id.easeInOut = global::O2NextGen.SmallTalk.Droid.Resource.Id.easeInOut; + global::Xamarin.Forms.Platform.Resource.Id.easeOut = global::O2NextGen.SmallTalk.Droid.Resource.Id.easeOut; + global::Xamarin.Forms.Platform.Resource.Id.east = global::O2NextGen.SmallTalk.Droid.Resource.Id.east; + global::Xamarin.Forms.Platform.Resource.Id.edit_query = global::O2NextGen.SmallTalk.Droid.Resource.Id.edit_query; + global::Xamarin.Forms.Platform.Resource.Id.elastic = global::O2NextGen.SmallTalk.Droid.Resource.Id.elastic; + global::Xamarin.Forms.Platform.Resource.Id.end = global::O2NextGen.SmallTalk.Droid.Resource.Id.end; + global::Xamarin.Forms.Platform.Resource.Id.endToStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.endToStart; + global::Xamarin.Forms.Platform.Resource.Id.end_padder = global::O2NextGen.SmallTalk.Droid.Resource.Id.end_padder; + global::Xamarin.Forms.Platform.Resource.Id.enterAlways = global::O2NextGen.SmallTalk.Droid.Resource.Id.enterAlways; + global::Xamarin.Forms.Platform.Resource.Id.enterAlwaysCollapsed = global::O2NextGen.SmallTalk.Droid.Resource.Id.enterAlwaysCollapsed; + global::Xamarin.Forms.Platform.Resource.Id.exitUntilCollapsed = global::O2NextGen.SmallTalk.Droid.Resource.Id.exitUntilCollapsed; + global::Xamarin.Forms.Platform.Resource.Id.expanded_menu = global::O2NextGen.SmallTalk.Droid.Resource.Id.expanded_menu; + global::Xamarin.Forms.Platform.Resource.Id.expand_activities_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.expand_activities_button; + global::Xamarin.Forms.Platform.Resource.Id.fade = global::O2NextGen.SmallTalk.Droid.Resource.Id.fade; + global::Xamarin.Forms.Platform.Resource.Id.fill = global::O2NextGen.SmallTalk.Droid.Resource.Id.fill; + global::Xamarin.Forms.Platform.Resource.Id.filled = global::O2NextGen.SmallTalk.Droid.Resource.Id.filled; + global::Xamarin.Forms.Platform.Resource.Id.fill_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Id.fill_horizontal; + global::Xamarin.Forms.Platform.Resource.Id.fill_vertical = global::O2NextGen.SmallTalk.Droid.Resource.Id.fill_vertical; + global::Xamarin.Forms.Platform.Resource.Id.fitToContents = global::O2NextGen.SmallTalk.Droid.Resource.Id.fitToContents; + global::Xamarin.Forms.Platform.Resource.Id.@fixed = global::O2NextGen.SmallTalk.Droid.Resource.Id.@fixed; + global::Xamarin.Forms.Platform.Resource.Id.flip = global::O2NextGen.SmallTalk.Droid.Resource.Id.flip; + global::Xamarin.Forms.Platform.Resource.Id.floating = global::O2NextGen.SmallTalk.Droid.Resource.Id.floating; + global::Xamarin.Forms.Platform.Resource.Id.flyoutcontent_appbar = global::O2NextGen.SmallTalk.Droid.Resource.Id.flyoutcontent_appbar; + global::Xamarin.Forms.Platform.Resource.Id.forever = global::O2NextGen.SmallTalk.Droid.Resource.Id.forever; + global::Xamarin.Forms.Platform.Resource.Id.fragment_container_view_tag = global::O2NextGen.SmallTalk.Droid.Resource.Id.fragment_container_view_tag; + global::Xamarin.Forms.Platform.Resource.Id.frost = global::O2NextGen.SmallTalk.Droid.Resource.Id.frost; + global::Xamarin.Forms.Platform.Resource.Id.FUNCTION = global::O2NextGen.SmallTalk.Droid.Resource.Id.FUNCTION; + global::Xamarin.Forms.Platform.Resource.Id.ghost_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.ghost_view; + global::Xamarin.Forms.Platform.Resource.Id.ghost_view_holder = global::O2NextGen.SmallTalk.Droid.Resource.Id.ghost_view_holder; + global::Xamarin.Forms.Platform.Resource.Id.gone = global::O2NextGen.SmallTalk.Droid.Resource.Id.gone; + global::Xamarin.Forms.Platform.Resource.Id.graph = global::O2NextGen.SmallTalk.Droid.Resource.Id.graph; + global::Xamarin.Forms.Platform.Resource.Id.graph_wrap = global::O2NextGen.SmallTalk.Droid.Resource.Id.graph_wrap; + global::Xamarin.Forms.Platform.Resource.Id.grouping = global::O2NextGen.SmallTalk.Droid.Resource.Id.grouping; + global::Xamarin.Forms.Platform.Resource.Id.groups = global::O2NextGen.SmallTalk.Droid.Resource.Id.groups; + global::Xamarin.Forms.Platform.Resource.Id.group_divider = global::O2NextGen.SmallTalk.Droid.Resource.Id.group_divider; + global::Xamarin.Forms.Platform.Resource.Id.guideline = global::O2NextGen.SmallTalk.Droid.Resource.Id.guideline; + global::Xamarin.Forms.Platform.Resource.Id.header_title = global::O2NextGen.SmallTalk.Droid.Resource.Id.header_title; + global::Xamarin.Forms.Platform.Resource.Id.hideable = global::O2NextGen.SmallTalk.Droid.Resource.Id.hideable; + global::Xamarin.Forms.Platform.Resource.Id.home = global::O2NextGen.SmallTalk.Droid.Resource.Id.home; + global::Xamarin.Forms.Platform.Resource.Id.homeAsUp = global::O2NextGen.SmallTalk.Droid.Resource.Id.homeAsUp; + global::Xamarin.Forms.Platform.Resource.Id.honorRequest = global::O2NextGen.SmallTalk.Droid.Resource.Id.honorRequest; + global::Xamarin.Forms.Platform.Resource.Id.horizontal_only = global::O2NextGen.SmallTalk.Droid.Resource.Id.horizontal_only; + global::Xamarin.Forms.Platform.Resource.Id.icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.icon; + global::Xamarin.Forms.Platform.Resource.Id.icon_group = global::O2NextGen.SmallTalk.Droid.Resource.Id.icon_group; + global::Xamarin.Forms.Platform.Resource.Id.ifRoom = global::O2NextGen.SmallTalk.Droid.Resource.Id.ifRoom; + global::Xamarin.Forms.Platform.Resource.Id.ignore = global::O2NextGen.SmallTalk.Droid.Resource.Id.ignore; + global::Xamarin.Forms.Platform.Resource.Id.ignoreRequest = global::O2NextGen.SmallTalk.Droid.Resource.Id.ignoreRequest; + global::Xamarin.Forms.Platform.Resource.Id.image = global::O2NextGen.SmallTalk.Droid.Resource.Id.image; + global::Xamarin.Forms.Platform.Resource.Id.immediateStop = global::O2NextGen.SmallTalk.Droid.Resource.Id.immediateStop; + global::Xamarin.Forms.Platform.Resource.Id.included = global::O2NextGen.SmallTalk.Droid.Resource.Id.included; + global::Xamarin.Forms.Platform.Resource.Id.info = global::O2NextGen.SmallTalk.Droid.Resource.Id.info; + global::Xamarin.Forms.Platform.Resource.Id.invisible = global::O2NextGen.SmallTalk.Droid.Resource.Id.invisible; + global::Xamarin.Forms.Platform.Resource.Id.inward = global::O2NextGen.SmallTalk.Droid.Resource.Id.inward; + global::Xamarin.Forms.Platform.Resource.Id.italic = global::O2NextGen.SmallTalk.Droid.Resource.Id.italic; + global::Xamarin.Forms.Platform.Resource.Id.item_touch_helper_previous_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Id.item_touch_helper_previous_elevation; + global::Xamarin.Forms.Platform.Resource.Id.jumpToEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.jumpToEnd; + global::Xamarin.Forms.Platform.Resource.Id.jumpToStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.jumpToStart; + global::Xamarin.Forms.Platform.Resource.Id.labeled = global::O2NextGen.SmallTalk.Droid.Resource.Id.labeled; + global::Xamarin.Forms.Platform.Resource.Id.layout = global::O2NextGen.SmallTalk.Droid.Resource.Id.layout; + global::Xamarin.Forms.Platform.Resource.Id.left = global::O2NextGen.SmallTalk.Droid.Resource.Id.left; + global::Xamarin.Forms.Platform.Resource.Id.leftToRight = global::O2NextGen.SmallTalk.Droid.Resource.Id.leftToRight; + global::Xamarin.Forms.Platform.Resource.Id.legacy = global::O2NextGen.SmallTalk.Droid.Resource.Id.legacy; + global::Xamarin.Forms.Platform.Resource.Id.line1 = global::O2NextGen.SmallTalk.Droid.Resource.Id.line1; + global::Xamarin.Forms.Platform.Resource.Id.line3 = global::O2NextGen.SmallTalk.Droid.Resource.Id.line3; + global::Xamarin.Forms.Platform.Resource.Id.linear = global::O2NextGen.SmallTalk.Droid.Resource.Id.linear; + global::Xamarin.Forms.Platform.Resource.Id.listMode = global::O2NextGen.SmallTalk.Droid.Resource.Id.listMode; + global::Xamarin.Forms.Platform.Resource.Id.list_item = global::O2NextGen.SmallTalk.Droid.Resource.Id.list_item; + global::Xamarin.Forms.Platform.Resource.Id.main_appbar = global::O2NextGen.SmallTalk.Droid.Resource.Id.main_appbar; + global::Xamarin.Forms.Platform.Resource.Id.main_tablayout = global::O2NextGen.SmallTalk.Droid.Resource.Id.main_tablayout; + global::Xamarin.Forms.Platform.Resource.Id.main_toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Id.main_toolbar; + global::Xamarin.Forms.Platform.Resource.Id.main_viewpager = global::O2NextGen.SmallTalk.Droid.Resource.Id.main_viewpager; + global::Xamarin.Forms.Platform.Resource.Id.masked = global::O2NextGen.SmallTalk.Droid.Resource.Id.masked; + global::Xamarin.Forms.Platform.Resource.Id.match_constraint = global::O2NextGen.SmallTalk.Droid.Resource.Id.match_constraint; + global::Xamarin.Forms.Platform.Resource.Id.match_parent = global::O2NextGen.SmallTalk.Droid.Resource.Id.match_parent; + global::Xamarin.Forms.Platform.Resource.Id.material_clock_display = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_clock_display; + global::Xamarin.Forms.Platform.Resource.Id.material_clock_face = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_clock_face; + global::Xamarin.Forms.Platform.Resource.Id.material_clock_hand = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_clock_hand; + global::Xamarin.Forms.Platform.Resource.Id.material_clock_period_am_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_clock_period_am_button; + global::Xamarin.Forms.Platform.Resource.Id.material_clock_period_pm_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_clock_period_pm_button; + global::Xamarin.Forms.Platform.Resource.Id.material_clock_period_toggle = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_clock_period_toggle; + global::Xamarin.Forms.Platform.Resource.Id.material_hour_text_input = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_hour_text_input; + global::Xamarin.Forms.Platform.Resource.Id.material_hour_tv = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_hour_tv; + global::Xamarin.Forms.Platform.Resource.Id.material_label = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_label; + global::Xamarin.Forms.Platform.Resource.Id.material_minute_text_input = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_minute_text_input; + global::Xamarin.Forms.Platform.Resource.Id.material_minute_tv = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_minute_tv; + global::Xamarin.Forms.Platform.Resource.Id.material_textinput_timepicker = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_textinput_timepicker; + global::Xamarin.Forms.Platform.Resource.Id.material_timepicker_cancel_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_timepicker_cancel_button; + global::Xamarin.Forms.Platform.Resource.Id.material_timepicker_container = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_timepicker_container; + global::Xamarin.Forms.Platform.Resource.Id.material_timepicker_edit_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_timepicker_edit_text; + global::Xamarin.Forms.Platform.Resource.Id.material_timepicker_mode_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_timepicker_mode_button; + global::Xamarin.Forms.Platform.Resource.Id.material_timepicker_ok_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_timepicker_ok_button; + global::Xamarin.Forms.Platform.Resource.Id.material_timepicker_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_timepicker_view; + global::Xamarin.Forms.Platform.Resource.Id.material_value_index = global::O2NextGen.SmallTalk.Droid.Resource.Id.material_value_index; + global::Xamarin.Forms.Platform.Resource.Id.media_actions = global::O2NextGen.SmallTalk.Droid.Resource.Id.media_actions; + global::Xamarin.Forms.Platform.Resource.Id.media_controller_compat_view_tag = global::O2NextGen.SmallTalk.Droid.Resource.Id.media_controller_compat_view_tag; + global::Xamarin.Forms.Platform.Resource.Id.message = global::O2NextGen.SmallTalk.Droid.Resource.Id.message; + global::Xamarin.Forms.Platform.Resource.Id.META = global::O2NextGen.SmallTalk.Droid.Resource.Id.META; + global::Xamarin.Forms.Platform.Resource.Id.middle = global::O2NextGen.SmallTalk.Droid.Resource.Id.middle; + global::Xamarin.Forms.Platform.Resource.Id.mini = global::O2NextGen.SmallTalk.Droid.Resource.Id.mini; + global::Xamarin.Forms.Platform.Resource.Id.month_grid = global::O2NextGen.SmallTalk.Droid.Resource.Id.month_grid; + global::Xamarin.Forms.Platform.Resource.Id.month_navigation_bar = global::O2NextGen.SmallTalk.Droid.Resource.Id.month_navigation_bar; + global::Xamarin.Forms.Platform.Resource.Id.month_navigation_fragment_toggle = global::O2NextGen.SmallTalk.Droid.Resource.Id.month_navigation_fragment_toggle; + global::Xamarin.Forms.Platform.Resource.Id.month_navigation_next = global::O2NextGen.SmallTalk.Droid.Resource.Id.month_navigation_next; + global::Xamarin.Forms.Platform.Resource.Id.month_navigation_previous = global::O2NextGen.SmallTalk.Droid.Resource.Id.month_navigation_previous; + global::Xamarin.Forms.Platform.Resource.Id.month_title = global::O2NextGen.SmallTalk.Droid.Resource.Id.month_title; + global::Xamarin.Forms.Platform.Resource.Id.motion_base = global::O2NextGen.SmallTalk.Droid.Resource.Id.motion_base; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_anchor_parent = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_anchor_parent; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_days_of_week = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_days_of_week; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_day_selector_frame = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_day_selector_frame; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_frame = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_frame; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_main_pane = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_main_pane; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_months = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_months; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_selection_frame = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_selection_frame; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_text_input_frame = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_text_input_frame; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_year_selector_frame = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_calendar_year_selector_frame; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_card_checked_layer_id = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_card_checked_layer_id; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_child_content_container = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_child_content_container; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_internal_children_alpha_tag = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_internal_children_alpha_tag; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_motion_snapshot_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_motion_snapshot_view; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_fullscreen; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_header = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_header; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_header_selection_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_header_selection_text; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_header_title_and_selection = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_header_title_and_selection; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_header_toggle = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_header_toggle; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_text_input_date = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_text_input_date; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_text_input_range_end = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_text_input_range_end; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_text_input_range_start = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_text_input_range_start; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_title_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_picker_title_text; + global::Xamarin.Forms.Platform.Resource.Id.mtrl_view_tag_bottom_padding = global::O2NextGen.SmallTalk.Droid.Resource.Id.mtrl_view_tag_bottom_padding; + global::Xamarin.Forms.Platform.Resource.Id.multiply = global::O2NextGen.SmallTalk.Droid.Resource.Id.multiply; + global::Xamarin.Forms.Platform.Resource.Id.navigation_bar_item_icon_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.navigation_bar_item_icon_view; + global::Xamarin.Forms.Platform.Resource.Id.navigation_bar_item_labels_group = global::O2NextGen.SmallTalk.Droid.Resource.Id.navigation_bar_item_labels_group; + global::Xamarin.Forms.Platform.Resource.Id.navigation_bar_item_large_label_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.navigation_bar_item_large_label_view; + global::Xamarin.Forms.Platform.Resource.Id.navigation_bar_item_small_label_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.navigation_bar_item_small_label_view; + global::Xamarin.Forms.Platform.Resource.Id.navigation_header_container = global::O2NextGen.SmallTalk.Droid.Resource.Id.navigation_header_container; + global::Xamarin.Forms.Platform.Resource.Id.nav_controller_view_tag = global::O2NextGen.SmallTalk.Droid.Resource.Id.nav_controller_view_tag; + global::Xamarin.Forms.Platform.Resource.Id.never = global::O2NextGen.SmallTalk.Droid.Resource.Id.never; + global::Xamarin.Forms.Platform.Resource.Id.neverCompleteToEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.neverCompleteToEnd; + global::Xamarin.Forms.Platform.Resource.Id.neverCompleteToStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.neverCompleteToStart; + global::Xamarin.Forms.Platform.Resource.Id.none = global::O2NextGen.SmallTalk.Droid.Resource.Id.none; + global::Xamarin.Forms.Platform.Resource.Id.normal = global::O2NextGen.SmallTalk.Droid.Resource.Id.normal; + global::Xamarin.Forms.Platform.Resource.Id.north = global::O2NextGen.SmallTalk.Droid.Resource.Id.north; + global::Xamarin.Forms.Platform.Resource.Id.noScroll = global::O2NextGen.SmallTalk.Droid.Resource.Id.noScroll; + global::Xamarin.Forms.Platform.Resource.Id.noState = global::O2NextGen.SmallTalk.Droid.Resource.Id.noState; + global::Xamarin.Forms.Platform.Resource.Id.notification_background = global::O2NextGen.SmallTalk.Droid.Resource.Id.notification_background; + global::Xamarin.Forms.Platform.Resource.Id.notification_main_column = global::O2NextGen.SmallTalk.Droid.Resource.Id.notification_main_column; + global::Xamarin.Forms.Platform.Resource.Id.notification_main_column_container = global::O2NextGen.SmallTalk.Droid.Resource.Id.notification_main_column_container; + global::Xamarin.Forms.Platform.Resource.Id.NO_DEBUG = global::O2NextGen.SmallTalk.Droid.Resource.Id.NO_DEBUG; + global::Xamarin.Forms.Platform.Resource.Id.off = global::O2NextGen.SmallTalk.Droid.Resource.Id.off; + global::Xamarin.Forms.Platform.Resource.Id.on = global::O2NextGen.SmallTalk.Droid.Resource.Id.on; + global::Xamarin.Forms.Platform.Resource.Id.outline = global::O2NextGen.SmallTalk.Droid.Resource.Id.outline; + global::Xamarin.Forms.Platform.Resource.Id.outward = global::O2NextGen.SmallTalk.Droid.Resource.Id.outward; + global::Xamarin.Forms.Platform.Resource.Id.overshoot = global::O2NextGen.SmallTalk.Droid.Resource.Id.overshoot; + global::Xamarin.Forms.Platform.Resource.Id.packed = global::O2NextGen.SmallTalk.Droid.Resource.Id.packed; + global::Xamarin.Forms.Platform.Resource.Id.parallax = global::O2NextGen.SmallTalk.Droid.Resource.Id.parallax; + global::Xamarin.Forms.Platform.Resource.Id.parent = global::O2NextGen.SmallTalk.Droid.Resource.Id.parent; + global::Xamarin.Forms.Platform.Resource.Id.parentPanel = global::O2NextGen.SmallTalk.Droid.Resource.Id.parentPanel; + global::Xamarin.Forms.Platform.Resource.Id.parentRelative = global::O2NextGen.SmallTalk.Droid.Resource.Id.parentRelative; + global::Xamarin.Forms.Platform.Resource.Id.parent_matrix = global::O2NextGen.SmallTalk.Droid.Resource.Id.parent_matrix; + global::Xamarin.Forms.Platform.Resource.Id.password_toggle = global::O2NextGen.SmallTalk.Droid.Resource.Id.password_toggle; + global::Xamarin.Forms.Platform.Resource.Id.path = global::O2NextGen.SmallTalk.Droid.Resource.Id.path; + global::Xamarin.Forms.Platform.Resource.Id.pathRelative = global::O2NextGen.SmallTalk.Droid.Resource.Id.pathRelative; + global::Xamarin.Forms.Platform.Resource.Id.peekHeight = global::O2NextGen.SmallTalk.Droid.Resource.Id.peekHeight; + global::Xamarin.Forms.Platform.Resource.Id.percent = global::O2NextGen.SmallTalk.Droid.Resource.Id.percent; + global::Xamarin.Forms.Platform.Resource.Id.pin = global::O2NextGen.SmallTalk.Droid.Resource.Id.pin; + global::Xamarin.Forms.Platform.Resource.Id.position = global::O2NextGen.SmallTalk.Droid.Resource.Id.position; + global::Xamarin.Forms.Platform.Resource.Id.postLayout = global::O2NextGen.SmallTalk.Droid.Resource.Id.postLayout; + global::Xamarin.Forms.Platform.Resource.Id.progress_circular = global::O2NextGen.SmallTalk.Droid.Resource.Id.progress_circular; + global::Xamarin.Forms.Platform.Resource.Id.progress_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Id.progress_horizontal; + global::Xamarin.Forms.Platform.Resource.Id.radio = global::O2NextGen.SmallTalk.Droid.Resource.Id.radio; + global::Xamarin.Forms.Platform.Resource.Id.ratio = global::O2NextGen.SmallTalk.Droid.Resource.Id.ratio; + global::Xamarin.Forms.Platform.Resource.Id.rectangles = global::O2NextGen.SmallTalk.Droid.Resource.Id.rectangles; + global::Xamarin.Forms.Platform.Resource.Id.reverseSawtooth = global::O2NextGen.SmallTalk.Droid.Resource.Id.reverseSawtooth; + global::Xamarin.Forms.Platform.Resource.Id.right = global::O2NextGen.SmallTalk.Droid.Resource.Id.right; + global::Xamarin.Forms.Platform.Resource.Id.rightToLeft = global::O2NextGen.SmallTalk.Droid.Resource.Id.rightToLeft; + global::Xamarin.Forms.Platform.Resource.Id.right_icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.right_icon; + global::Xamarin.Forms.Platform.Resource.Id.right_side = global::O2NextGen.SmallTalk.Droid.Resource.Id.right_side; + global::Xamarin.Forms.Platform.Resource.Id.rounded = global::O2NextGen.SmallTalk.Droid.Resource.Id.rounded; + global::Xamarin.Forms.Platform.Resource.Id.row_index_key = global::O2NextGen.SmallTalk.Droid.Resource.Id.row_index_key; + global::Xamarin.Forms.Platform.Resource.Id.save_non_transition_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Id.save_non_transition_alpha; + global::Xamarin.Forms.Platform.Resource.Id.save_overlay_view = global::O2NextGen.SmallTalk.Droid.Resource.Id.save_overlay_view; + global::Xamarin.Forms.Platform.Resource.Id.sawtooth = global::O2NextGen.SmallTalk.Droid.Resource.Id.sawtooth; + global::Xamarin.Forms.Platform.Resource.Id.scale = global::O2NextGen.SmallTalk.Droid.Resource.Id.scale; + global::Xamarin.Forms.Platform.Resource.Id.screen = global::O2NextGen.SmallTalk.Droid.Resource.Id.screen; + global::Xamarin.Forms.Platform.Resource.Id.scroll = global::O2NextGen.SmallTalk.Droid.Resource.Id.scroll; + global::Xamarin.Forms.Platform.Resource.Id.scrollable = global::O2NextGen.SmallTalk.Droid.Resource.Id.scrollable; + global::Xamarin.Forms.Platform.Resource.Id.scrollIndicatorDown = global::O2NextGen.SmallTalk.Droid.Resource.Id.scrollIndicatorDown; + global::Xamarin.Forms.Platform.Resource.Id.scrollIndicatorUp = global::O2NextGen.SmallTalk.Droid.Resource.Id.scrollIndicatorUp; + global::Xamarin.Forms.Platform.Resource.Id.scrollView = global::O2NextGen.SmallTalk.Droid.Resource.Id.scrollView; + global::Xamarin.Forms.Platform.Resource.Id.search_badge = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_badge; + global::Xamarin.Forms.Platform.Resource.Id.search_bar = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_bar; + global::Xamarin.Forms.Platform.Resource.Id.search_button = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_button; + global::Xamarin.Forms.Platform.Resource.Id.search_close_btn = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_close_btn; + global::Xamarin.Forms.Platform.Resource.Id.search_edit_frame = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_edit_frame; + global::Xamarin.Forms.Platform.Resource.Id.search_go_btn = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_go_btn; + global::Xamarin.Forms.Platform.Resource.Id.search_mag_icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_mag_icon; + global::Xamarin.Forms.Platform.Resource.Id.search_plate = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_plate; + global::Xamarin.Forms.Platform.Resource.Id.search_src_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_src_text; + global::Xamarin.Forms.Platform.Resource.Id.search_voice_btn = global::O2NextGen.SmallTalk.Droid.Resource.Id.search_voice_btn; + global::Xamarin.Forms.Platform.Resource.Id.selected = global::O2NextGen.SmallTalk.Droid.Resource.Id.selected; + global::Xamarin.Forms.Platform.Resource.Id.selection_type = global::O2NextGen.SmallTalk.Droid.Resource.Id.selection_type; + global::Xamarin.Forms.Platform.Resource.Id.select_dialog_listview = global::O2NextGen.SmallTalk.Droid.Resource.Id.select_dialog_listview; + global::Xamarin.Forms.Platform.Resource.Id.sharedValueSet = global::O2NextGen.SmallTalk.Droid.Resource.Id.sharedValueSet; + global::Xamarin.Forms.Platform.Resource.Id.sharedValueUnset = global::O2NextGen.SmallTalk.Droid.Resource.Id.sharedValueUnset; + global::Xamarin.Forms.Platform.Resource.Id.shellcontent_appbar = global::O2NextGen.SmallTalk.Droid.Resource.Id.shellcontent_appbar; + global::Xamarin.Forms.Platform.Resource.Id.shellcontent_toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Id.shellcontent_toolbar; + global::Xamarin.Forms.Platform.Resource.Id.SHIFT = global::O2NextGen.SmallTalk.Droid.Resource.Id.SHIFT; + global::Xamarin.Forms.Platform.Resource.Id.shortcut = global::O2NextGen.SmallTalk.Droid.Resource.Id.shortcut; + global::Xamarin.Forms.Platform.Resource.Id.showCustom = global::O2NextGen.SmallTalk.Droid.Resource.Id.showCustom; + global::Xamarin.Forms.Platform.Resource.Id.showHome = global::O2NextGen.SmallTalk.Droid.Resource.Id.showHome; + global::Xamarin.Forms.Platform.Resource.Id.showTitle = global::O2NextGen.SmallTalk.Droid.Resource.Id.showTitle; + global::Xamarin.Forms.Platform.Resource.Id.SHOW_ALL = global::O2NextGen.SmallTalk.Droid.Resource.Id.SHOW_ALL; + global::Xamarin.Forms.Platform.Resource.Id.SHOW_PATH = global::O2NextGen.SmallTalk.Droid.Resource.Id.SHOW_PATH; + global::Xamarin.Forms.Platform.Resource.Id.SHOW_PROGRESS = global::O2NextGen.SmallTalk.Droid.Resource.Id.SHOW_PROGRESS; + global::Xamarin.Forms.Platform.Resource.Id.sin = global::O2NextGen.SmallTalk.Droid.Resource.Id.sin; + global::Xamarin.Forms.Platform.Resource.Id.skipCollapsed = global::O2NextGen.SmallTalk.Droid.Resource.Id.skipCollapsed; + global::Xamarin.Forms.Platform.Resource.Id.skipped = global::O2NextGen.SmallTalk.Droid.Resource.Id.skipped; + global::Xamarin.Forms.Platform.Resource.Id.slide = global::O2NextGen.SmallTalk.Droid.Resource.Id.slide; + global::Xamarin.Forms.Platform.Resource.Id.sliding_tabs = global::O2NextGen.SmallTalk.Droid.Resource.Id.sliding_tabs; + global::Xamarin.Forms.Platform.Resource.Id.snackbar_action = global::O2NextGen.SmallTalk.Droid.Resource.Id.snackbar_action; + global::Xamarin.Forms.Platform.Resource.Id.snackbar_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.snackbar_text; + global::Xamarin.Forms.Platform.Resource.Id.snap = global::O2NextGen.SmallTalk.Droid.Resource.Id.snap; + global::Xamarin.Forms.Platform.Resource.Id.snapMargins = global::O2NextGen.SmallTalk.Droid.Resource.Id.snapMargins; + global::Xamarin.Forms.Platform.Resource.Id.south = global::O2NextGen.SmallTalk.Droid.Resource.Id.south; + global::Xamarin.Forms.Platform.Resource.Id.spacer = global::O2NextGen.SmallTalk.Droid.Resource.Id.spacer; + global::Xamarin.Forms.Platform.Resource.Id.special_effects_controller_view_tag = global::O2NextGen.SmallTalk.Droid.Resource.Id.special_effects_controller_view_tag; + global::Xamarin.Forms.Platform.Resource.Id.spline = global::O2NextGen.SmallTalk.Droid.Resource.Id.spline; + global::Xamarin.Forms.Platform.Resource.Id.split_action_bar = global::O2NextGen.SmallTalk.Droid.Resource.Id.split_action_bar; + global::Xamarin.Forms.Platform.Resource.Id.spread = global::O2NextGen.SmallTalk.Droid.Resource.Id.spread; + global::Xamarin.Forms.Platform.Resource.Id.spread_inside = global::O2NextGen.SmallTalk.Droid.Resource.Id.spread_inside; + global::Xamarin.Forms.Platform.Resource.Id.spring = global::O2NextGen.SmallTalk.Droid.Resource.Id.spring; + global::Xamarin.Forms.Platform.Resource.Id.square = global::O2NextGen.SmallTalk.Droid.Resource.Id.square; + global::Xamarin.Forms.Platform.Resource.Id.src_atop = global::O2NextGen.SmallTalk.Droid.Resource.Id.src_atop; + global::Xamarin.Forms.Platform.Resource.Id.src_in = global::O2NextGen.SmallTalk.Droid.Resource.Id.src_in; + global::Xamarin.Forms.Platform.Resource.Id.src_over = global::O2NextGen.SmallTalk.Droid.Resource.Id.src_over; + global::Xamarin.Forms.Platform.Resource.Id.standard = global::O2NextGen.SmallTalk.Droid.Resource.Id.standard; + global::Xamarin.Forms.Platform.Resource.Id.start = global::O2NextGen.SmallTalk.Droid.Resource.Id.start; + global::Xamarin.Forms.Platform.Resource.Id.startHorizontal = global::O2NextGen.SmallTalk.Droid.Resource.Id.startHorizontal; + global::Xamarin.Forms.Platform.Resource.Id.startToEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.startToEnd; + global::Xamarin.Forms.Platform.Resource.Id.startVertical = global::O2NextGen.SmallTalk.Droid.Resource.Id.startVertical; + global::Xamarin.Forms.Platform.Resource.Id.staticLayout = global::O2NextGen.SmallTalk.Droid.Resource.Id.staticLayout; + global::Xamarin.Forms.Platform.Resource.Id.staticPostLayout = global::O2NextGen.SmallTalk.Droid.Resource.Id.staticPostLayout; + global::Xamarin.Forms.Platform.Resource.Id.status_bar_latest_event_content = global::O2NextGen.SmallTalk.Droid.Resource.Id.status_bar_latest_event_content; + global::Xamarin.Forms.Platform.Resource.Id.stop = global::O2NextGen.SmallTalk.Droid.Resource.Id.stop; + global::Xamarin.Forms.Platform.Resource.Id.stretch = global::O2NextGen.SmallTalk.Droid.Resource.Id.stretch; + global::Xamarin.Forms.Platform.Resource.Id.submenuarrow = global::O2NextGen.SmallTalk.Droid.Resource.Id.submenuarrow; + global::Xamarin.Forms.Platform.Resource.Id.submit_area = global::O2NextGen.SmallTalk.Droid.Resource.Id.submit_area; + global::Xamarin.Forms.Platform.Resource.Id.supportScrollUp = global::O2NextGen.SmallTalk.Droid.Resource.Id.supportScrollUp; + global::Xamarin.Forms.Platform.Resource.Id.SYM = global::O2NextGen.SmallTalk.Droid.Resource.Id.SYM; + global::Xamarin.Forms.Platform.Resource.Id.tabMode = global::O2NextGen.SmallTalk.Droid.Resource.Id.tabMode; + global::Xamarin.Forms.Platform.Resource.Id.tag_accessibility_actions = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_accessibility_actions; + global::Xamarin.Forms.Platform.Resource.Id.tag_accessibility_clickable_spans = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_accessibility_clickable_spans; + global::Xamarin.Forms.Platform.Resource.Id.tag_accessibility_heading = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_accessibility_heading; + global::Xamarin.Forms.Platform.Resource.Id.tag_accessibility_pane_title = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_accessibility_pane_title; + global::Xamarin.Forms.Platform.Resource.Id.tag_on_apply_window_listener = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_on_apply_window_listener; + global::Xamarin.Forms.Platform.Resource.Id.tag_on_receive_content_listener = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_on_receive_content_listener; + global::Xamarin.Forms.Platform.Resource.Id.tag_on_receive_content_mime_types = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_on_receive_content_mime_types; + global::Xamarin.Forms.Platform.Resource.Id.tag_screen_reader_focusable = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_screen_reader_focusable; + global::Xamarin.Forms.Platform.Resource.Id.tag_state_description = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_state_description; + global::Xamarin.Forms.Platform.Resource.Id.tag_transition_group = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_transition_group; + global::Xamarin.Forms.Platform.Resource.Id.tag_unhandled_key_event_manager = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_unhandled_key_event_manager; + global::Xamarin.Forms.Platform.Resource.Id.tag_unhandled_key_listeners = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_unhandled_key_listeners; + global::Xamarin.Forms.Platform.Resource.Id.tag_window_insets_animation_callback = global::O2NextGen.SmallTalk.Droid.Resource.Id.tag_window_insets_animation_callback; + global::Xamarin.Forms.Platform.Resource.Id.test_checkbox_android_button_tint = global::O2NextGen.SmallTalk.Droid.Resource.Id.test_checkbox_android_button_tint; + global::Xamarin.Forms.Platform.Resource.Id.test_checkbox_app_button_tint = global::O2NextGen.SmallTalk.Droid.Resource.Id.test_checkbox_app_button_tint; + global::Xamarin.Forms.Platform.Resource.Id.test_radiobutton_android_button_tint = global::O2NextGen.SmallTalk.Droid.Resource.Id.test_radiobutton_android_button_tint; + global::Xamarin.Forms.Platform.Resource.Id.test_radiobutton_app_button_tint = global::O2NextGen.SmallTalk.Droid.Resource.Id.test_radiobutton_app_button_tint; + global::Xamarin.Forms.Platform.Resource.Id.text = global::O2NextGen.SmallTalk.Droid.Resource.Id.text; + global::Xamarin.Forms.Platform.Resource.Id.text2 = global::O2NextGen.SmallTalk.Droid.Resource.Id.text2; + global::Xamarin.Forms.Platform.Resource.Id.textEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.textEnd; + global::Xamarin.Forms.Platform.Resource.Id.textinput_counter = global::O2NextGen.SmallTalk.Droid.Resource.Id.textinput_counter; + global::Xamarin.Forms.Platform.Resource.Id.textinput_error = global::O2NextGen.SmallTalk.Droid.Resource.Id.textinput_error; + global::Xamarin.Forms.Platform.Resource.Id.textinput_helper_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.textinput_helper_text; + global::Xamarin.Forms.Platform.Resource.Id.textinput_placeholder = global::O2NextGen.SmallTalk.Droid.Resource.Id.textinput_placeholder; + global::Xamarin.Forms.Platform.Resource.Id.textinput_prefix_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.textinput_prefix_text; + global::Xamarin.Forms.Platform.Resource.Id.textinput_suffix_text = global::O2NextGen.SmallTalk.Droid.Resource.Id.textinput_suffix_text; + global::Xamarin.Forms.Platform.Resource.Id.textSpacerNoButtons = global::O2NextGen.SmallTalk.Droid.Resource.Id.textSpacerNoButtons; + global::Xamarin.Forms.Platform.Resource.Id.textSpacerNoTitle = global::O2NextGen.SmallTalk.Droid.Resource.Id.textSpacerNoTitle; + global::Xamarin.Forms.Platform.Resource.Id.textStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.textStart; + global::Xamarin.Forms.Platform.Resource.Id.textTop = global::O2NextGen.SmallTalk.Droid.Resource.Id.textTop; + global::Xamarin.Forms.Platform.Resource.Id.text_input_end_icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.text_input_end_icon; + global::Xamarin.Forms.Platform.Resource.Id.text_input_error_icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.text_input_error_icon; + global::Xamarin.Forms.Platform.Resource.Id.text_input_start_icon = global::O2NextGen.SmallTalk.Droid.Resource.Id.text_input_start_icon; + global::Xamarin.Forms.Platform.Resource.Id.time = global::O2NextGen.SmallTalk.Droid.Resource.Id.time; + global::Xamarin.Forms.Platform.Resource.Id.title = global::O2NextGen.SmallTalk.Droid.Resource.Id.title; + global::Xamarin.Forms.Platform.Resource.Id.titleDividerNoCustom = global::O2NextGen.SmallTalk.Droid.Resource.Id.titleDividerNoCustom; + global::Xamarin.Forms.Platform.Resource.Id.title_template = global::O2NextGen.SmallTalk.Droid.Resource.Id.title_template; + global::Xamarin.Forms.Platform.Resource.Id.toggle = global::O2NextGen.SmallTalk.Droid.Resource.Id.toggle; + global::Xamarin.Forms.Platform.Resource.Id.toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Id.toolbar; + global::Xamarin.Forms.Platform.Resource.Id.top = global::O2NextGen.SmallTalk.Droid.Resource.Id.top; + global::Xamarin.Forms.Platform.Resource.Id.topPanel = global::O2NextGen.SmallTalk.Droid.Resource.Id.topPanel; + global::Xamarin.Forms.Platform.Resource.Id.TOP_END = global::O2NextGen.SmallTalk.Droid.Resource.Id.TOP_END; + global::Xamarin.Forms.Platform.Resource.Id.TOP_START = global::O2NextGen.SmallTalk.Droid.Resource.Id.TOP_START; + global::Xamarin.Forms.Platform.Resource.Id.touch_outside = global::O2NextGen.SmallTalk.Droid.Resource.Id.touch_outside; + global::Xamarin.Forms.Platform.Resource.Id.transitionToEnd = global::O2NextGen.SmallTalk.Droid.Resource.Id.transitionToEnd; + global::Xamarin.Forms.Platform.Resource.Id.transitionToStart = global::O2NextGen.SmallTalk.Droid.Resource.Id.transitionToStart; + global::Xamarin.Forms.Platform.Resource.Id.transition_current_scene = global::O2NextGen.SmallTalk.Droid.Resource.Id.transition_current_scene; + global::Xamarin.Forms.Platform.Resource.Id.transition_layout_save = global::O2NextGen.SmallTalk.Droid.Resource.Id.transition_layout_save; + global::Xamarin.Forms.Platform.Resource.Id.transition_position = global::O2NextGen.SmallTalk.Droid.Resource.Id.transition_position; + global::Xamarin.Forms.Platform.Resource.Id.transition_scene_layoutid_cache = global::O2NextGen.SmallTalk.Droid.Resource.Id.transition_scene_layoutid_cache; + global::Xamarin.Forms.Platform.Resource.Id.transition_transform = global::O2NextGen.SmallTalk.Droid.Resource.Id.transition_transform; + global::Xamarin.Forms.Platform.Resource.Id.triangle = global::O2NextGen.SmallTalk.Droid.Resource.Id.triangle; + global::Xamarin.Forms.Platform.Resource.Id.@unchecked = global::O2NextGen.SmallTalk.Droid.Resource.Id.@unchecked; + global::Xamarin.Forms.Platform.Resource.Id.uniform = global::O2NextGen.SmallTalk.Droid.Resource.Id.uniform; + global::Xamarin.Forms.Platform.Resource.Id.unlabeled = global::O2NextGen.SmallTalk.Droid.Resource.Id.unlabeled; + global::Xamarin.Forms.Platform.Resource.Id.up = global::O2NextGen.SmallTalk.Droid.Resource.Id.up; + global::Xamarin.Forms.Platform.Resource.Id.useLogo = global::O2NextGen.SmallTalk.Droid.Resource.Id.useLogo; + global::Xamarin.Forms.Platform.Resource.Id.vertical_only = global::O2NextGen.SmallTalk.Droid.Resource.Id.vertical_only; + global::Xamarin.Forms.Platform.Resource.Id.view_offset_helper = global::O2NextGen.SmallTalk.Droid.Resource.Id.view_offset_helper; + global::Xamarin.Forms.Platform.Resource.Id.view_transition = global::O2NextGen.SmallTalk.Droid.Resource.Id.view_transition; + global::Xamarin.Forms.Platform.Resource.Id.view_tree_lifecycle_owner = global::O2NextGen.SmallTalk.Droid.Resource.Id.view_tree_lifecycle_owner; + global::Xamarin.Forms.Platform.Resource.Id.view_tree_saved_state_registry_owner = global::O2NextGen.SmallTalk.Droid.Resource.Id.view_tree_saved_state_registry_owner; + global::Xamarin.Forms.Platform.Resource.Id.view_tree_view_model_store_owner = global::O2NextGen.SmallTalk.Droid.Resource.Id.view_tree_view_model_store_owner; + global::Xamarin.Forms.Platform.Resource.Id.visible = global::O2NextGen.SmallTalk.Droid.Resource.Id.visible; + global::Xamarin.Forms.Platform.Resource.Id.visible_removing_fragment_view_tag = global::O2NextGen.SmallTalk.Droid.Resource.Id.visible_removing_fragment_view_tag; + global::Xamarin.Forms.Platform.Resource.Id.west = global::O2NextGen.SmallTalk.Droid.Resource.Id.west; + global::Xamarin.Forms.Platform.Resource.Id.withinBounds = global::O2NextGen.SmallTalk.Droid.Resource.Id.withinBounds; + global::Xamarin.Forms.Platform.Resource.Id.withText = global::O2NextGen.SmallTalk.Droid.Resource.Id.withText; + global::Xamarin.Forms.Platform.Resource.Id.wrap = global::O2NextGen.SmallTalk.Droid.Resource.Id.wrap; + global::Xamarin.Forms.Platform.Resource.Id.wrap_content = global::O2NextGen.SmallTalk.Droid.Resource.Id.wrap_content; + global::Xamarin.Forms.Platform.Resource.Id.wrap_content_constrained = global::O2NextGen.SmallTalk.Droid.Resource.Id.wrap_content_constrained; + global::Xamarin.Forms.Platform.Resource.Id.x_left = global::O2NextGen.SmallTalk.Droid.Resource.Id.x_left; + global::Xamarin.Forms.Platform.Resource.Id.x_right = global::O2NextGen.SmallTalk.Droid.Resource.Id.x_right; + global::Xamarin.Forms.Platform.Resource.Id.zero_corner_chip = global::O2NextGen.SmallTalk.Droid.Resource.Id.zero_corner_chip; + global::Xamarin.Forms.Platform.Resource.Integer.abc_config_activityDefaultDur = global::O2NextGen.SmallTalk.Droid.Resource.Integer.abc_config_activityDefaultDur; + global::Xamarin.Forms.Platform.Resource.Integer.abc_config_activityShortDur = global::O2NextGen.SmallTalk.Droid.Resource.Integer.abc_config_activityShortDur; + global::Xamarin.Forms.Platform.Resource.Integer.app_bar_elevation_anim_duration = global::O2NextGen.SmallTalk.Droid.Resource.Integer.app_bar_elevation_anim_duration; + global::Xamarin.Forms.Platform.Resource.Integer.bottom_sheet_slide_duration = global::O2NextGen.SmallTalk.Droid.Resource.Integer.bottom_sheet_slide_duration; + global::Xamarin.Forms.Platform.Resource.Integer.cancel_button_image_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Integer.cancel_button_image_alpha; + global::Xamarin.Forms.Platform.Resource.Integer.config_navAnimTime = global::O2NextGen.SmallTalk.Droid.Resource.Integer.config_navAnimTime; + global::Xamarin.Forms.Platform.Resource.Integer.config_tooltipAnimTime = global::O2NextGen.SmallTalk.Droid.Resource.Integer.config_tooltipAnimTime; + global::Xamarin.Forms.Platform.Resource.Integer.design_snackbar_text_max_lines = global::O2NextGen.SmallTalk.Droid.Resource.Integer.design_snackbar_text_max_lines; + global::Xamarin.Forms.Platform.Resource.Integer.design_tab_indicator_anim_duration_ms = global::O2NextGen.SmallTalk.Droid.Resource.Integer.design_tab_indicator_anim_duration_ms; + global::Xamarin.Forms.Platform.Resource.Integer.hide_password_duration = global::O2NextGen.SmallTalk.Droid.Resource.Integer.hide_password_duration; + global::Xamarin.Forms.Platform.Resource.Integer.material_motion_duration_long_1 = global::O2NextGen.SmallTalk.Droid.Resource.Integer.material_motion_duration_long_1; + global::Xamarin.Forms.Platform.Resource.Integer.material_motion_duration_long_2 = global::O2NextGen.SmallTalk.Droid.Resource.Integer.material_motion_duration_long_2; + global::Xamarin.Forms.Platform.Resource.Integer.material_motion_duration_medium_1 = global::O2NextGen.SmallTalk.Droid.Resource.Integer.material_motion_duration_medium_1; + global::Xamarin.Forms.Platform.Resource.Integer.material_motion_duration_medium_2 = global::O2NextGen.SmallTalk.Droid.Resource.Integer.material_motion_duration_medium_2; + global::Xamarin.Forms.Platform.Resource.Integer.material_motion_duration_short_1 = global::O2NextGen.SmallTalk.Droid.Resource.Integer.material_motion_duration_short_1; + global::Xamarin.Forms.Platform.Resource.Integer.material_motion_duration_short_2 = global::O2NextGen.SmallTalk.Droid.Resource.Integer.material_motion_duration_short_2; + global::Xamarin.Forms.Platform.Resource.Integer.material_motion_path = global::O2NextGen.SmallTalk.Droid.Resource.Integer.material_motion_path; + global::Xamarin.Forms.Platform.Resource.Integer.mtrl_badge_max_character_count = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_badge_max_character_count; + global::Xamarin.Forms.Platform.Resource.Integer.mtrl_btn_anim_delay_ms = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_btn_anim_delay_ms; + global::Xamarin.Forms.Platform.Resource.Integer.mtrl_btn_anim_duration_ms = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_btn_anim_duration_ms; + global::Xamarin.Forms.Platform.Resource.Integer.mtrl_calendar_header_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_calendar_header_orientation; + global::Xamarin.Forms.Platform.Resource.Integer.mtrl_calendar_selection_text_lines = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_calendar_selection_text_lines; + global::Xamarin.Forms.Platform.Resource.Integer.mtrl_calendar_year_selector_span = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_calendar_year_selector_span; + global::Xamarin.Forms.Platform.Resource.Integer.mtrl_card_anim_delay_ms = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_card_anim_delay_ms; + global::Xamarin.Forms.Platform.Resource.Integer.mtrl_card_anim_duration_ms = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_card_anim_duration_ms; + global::Xamarin.Forms.Platform.Resource.Integer.mtrl_chip_anim_duration = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_chip_anim_duration; + global::Xamarin.Forms.Platform.Resource.Integer.mtrl_tab_indicator_anim_duration_ms = global::O2NextGen.SmallTalk.Droid.Resource.Integer.mtrl_tab_indicator_anim_duration_ms; + global::Xamarin.Forms.Platform.Resource.Integer.show_password_duration = global::O2NextGen.SmallTalk.Droid.Resource.Integer.show_password_duration; + global::Xamarin.Forms.Platform.Resource.Integer.status_bar_notification_info_maxnum = global::O2NextGen.SmallTalk.Droid.Resource.Integer.status_bar_notification_info_maxnum; + global::Xamarin.Forms.Platform.Resource.Interpolator.btn_checkbox_checked_mtrl_animation_interpolator_0 = global::O2NextGen.SmallTalk.Droid.Resource.Interpolator.btn_checkbox_checked_mtrl_animation_interpolator_0; + global::Xamarin.Forms.Platform.Resource.Interpolator.btn_checkbox_checked_mtrl_animation_interpolator_1 = global::O2NextGen.SmallTalk.Droid.Resource.Interpolator.btn_checkbox_checked_mtrl_animation_interpolator_1; + global::Xamarin.Forms.Platform.Resource.Interpolator.btn_checkbox_unchecked_mtrl_animation_interpolator_0 = global::O2NextGen.SmallTalk.Droid.Resource.Interpolator.btn_checkbox_unchecked_mtrl_animation_interpolator_0; + global::Xamarin.Forms.Platform.Resource.Interpolator.btn_checkbox_unchecked_mtrl_animation_interpolator_1 = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Interpolator.btn_radio_to_on_mtrl_animation_interpolator_0; + global::Xamarin.Forms.Platform.Resource.Interpolator.fast_out_slow_in = global::O2NextGen.SmallTalk.Droid.Resource.Interpolator.fast_out_slow_in; + global::Xamarin.Forms.Platform.Resource.Interpolator.mtrl_fast_out_linear_in = global::O2NextGen.SmallTalk.Droid.Resource.Interpolator.mtrl_fast_out_linear_in; + global::Xamarin.Forms.Platform.Resource.Interpolator.mtrl_fast_out_slow_in = global::O2NextGen.SmallTalk.Droid.Resource.Interpolator.mtrl_fast_out_slow_in; + global::Xamarin.Forms.Platform.Resource.Interpolator.mtrl_linear = global::O2NextGen.SmallTalk.Droid.Resource.Interpolator.mtrl_linear; + global::Xamarin.Forms.Platform.Resource.Interpolator.mtrl_linear_out_slow_in = global::O2NextGen.SmallTalk.Droid.Resource.Interpolator.mtrl_linear_out_slow_in; + global::Xamarin.Forms.Platform.Resource.Layout.abc_action_bar_title_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_action_bar_title_item; + global::Xamarin.Forms.Platform.Resource.Layout.abc_action_bar_up_container = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_action_bar_up_container; + global::Xamarin.Forms.Platform.Resource.Layout.abc_action_menu_item_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_action_menu_item_layout; + global::Xamarin.Forms.Platform.Resource.Layout.abc_action_menu_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_action_menu_layout; + global::Xamarin.Forms.Platform.Resource.Layout.abc_action_mode_bar = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_action_mode_bar; + global::Xamarin.Forms.Platform.Resource.Layout.abc_action_mode_close_item_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_action_mode_close_item_material; + global::Xamarin.Forms.Platform.Resource.Layout.abc_activity_chooser_view = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_activity_chooser_view; + global::Xamarin.Forms.Platform.Resource.Layout.abc_activity_chooser_view_list_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_activity_chooser_view_list_item; + global::Xamarin.Forms.Platform.Resource.Layout.abc_alert_dialog_button_bar_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_alert_dialog_button_bar_material; + global::Xamarin.Forms.Platform.Resource.Layout.abc_alert_dialog_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_alert_dialog_material; + global::Xamarin.Forms.Platform.Resource.Layout.abc_alert_dialog_title_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_alert_dialog_title_material; + global::Xamarin.Forms.Platform.Resource.Layout.abc_cascading_menu_item_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_cascading_menu_item_layout; + global::Xamarin.Forms.Platform.Resource.Layout.abc_dialog_title_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_dialog_title_material; + global::Xamarin.Forms.Platform.Resource.Layout.abc_expanded_menu_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_expanded_menu_layout; + global::Xamarin.Forms.Platform.Resource.Layout.abc_list_menu_item_checkbox = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_list_menu_item_checkbox; + global::Xamarin.Forms.Platform.Resource.Layout.abc_list_menu_item_icon = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_list_menu_item_icon; + global::Xamarin.Forms.Platform.Resource.Layout.abc_list_menu_item_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_list_menu_item_layout; + global::Xamarin.Forms.Platform.Resource.Layout.abc_list_menu_item_radio = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_list_menu_item_radio; + global::Xamarin.Forms.Platform.Resource.Layout.abc_popup_menu_header_item_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_popup_menu_header_item_layout; + global::Xamarin.Forms.Platform.Resource.Layout.abc_popup_menu_item_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_popup_menu_item_layout; + global::Xamarin.Forms.Platform.Resource.Layout.abc_screen_content_include = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_screen_content_include; + global::Xamarin.Forms.Platform.Resource.Layout.abc_screen_simple = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_screen_simple; + global::Xamarin.Forms.Platform.Resource.Layout.abc_screen_simple_overlay_action_mode = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_screen_simple_overlay_action_mode; + global::Xamarin.Forms.Platform.Resource.Layout.abc_screen_toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_screen_toolbar; + global::Xamarin.Forms.Platform.Resource.Layout.abc_search_dropdown_item_icons_2line = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_search_dropdown_item_icons_2line; + global::Xamarin.Forms.Platform.Resource.Layout.abc_search_view = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_search_view; + global::Xamarin.Forms.Platform.Resource.Layout.abc_select_dialog_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_select_dialog_material; + global::Xamarin.Forms.Platform.Resource.Layout.abc_tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Layout.abc_tooltip; + global::Xamarin.Forms.Platform.Resource.Layout.BottomTabLayout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.BottomTabLayout; + global::Xamarin.Forms.Platform.Resource.Layout.custom_dialog = global::O2NextGen.SmallTalk.Droid.Resource.Layout.custom_dialog; + global::Xamarin.Forms.Platform.Resource.Layout.design_bottom_navigation_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_bottom_navigation_item; + global::Xamarin.Forms.Platform.Resource.Layout.design_bottom_sheet_dialog = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_bottom_sheet_dialog; + global::Xamarin.Forms.Platform.Resource.Layout.design_layout_snackbar = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_layout_snackbar; + global::Xamarin.Forms.Platform.Resource.Layout.design_layout_snackbar_include = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_layout_snackbar_include; + global::Xamarin.Forms.Platform.Resource.Layout.design_layout_tab_icon = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_layout_tab_icon; + global::Xamarin.Forms.Platform.Resource.Layout.design_layout_tab_text = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_layout_tab_text; + global::Xamarin.Forms.Platform.Resource.Layout.design_menu_item_action_area = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_menu_item_action_area; + global::Xamarin.Forms.Platform.Resource.Layout.design_navigation_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_navigation_item; + global::Xamarin.Forms.Platform.Resource.Layout.design_navigation_item_header = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_navigation_item_header; + global::Xamarin.Forms.Platform.Resource.Layout.design_navigation_item_separator = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_navigation_item_separator; + global::Xamarin.Forms.Platform.Resource.Layout.design_navigation_item_subheader = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_navigation_item_subheader; + global::Xamarin.Forms.Platform.Resource.Layout.design_navigation_menu = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_navigation_menu; + global::Xamarin.Forms.Platform.Resource.Layout.design_navigation_menu_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_navigation_menu_item; + global::Xamarin.Forms.Platform.Resource.Layout.design_text_input_end_icon = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_text_input_end_icon; + global::Xamarin.Forms.Platform.Resource.Layout.design_text_input_start_icon = global::O2NextGen.SmallTalk.Droid.Resource.Layout.design_text_input_start_icon; + global::Xamarin.Forms.Platform.Resource.Layout.FallbackTabbarDoNotUse = global::O2NextGen.SmallTalk.Droid.Resource.Layout.FallbackTabbarDoNotUse; + global::Xamarin.Forms.Platform.Resource.Layout.FallbackToolbarDoNotUse = global::O2NextGen.SmallTalk.Droid.Resource.Layout.FallbackToolbarDoNotUse; + global::Xamarin.Forms.Platform.Resource.Layout.FlyoutContent = global::O2NextGen.SmallTalk.Droid.Resource.Layout.FlyoutContent; + global::Xamarin.Forms.Platform.Resource.Layout.material_chip_input_combo = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_chip_input_combo; + global::Xamarin.Forms.Platform.Resource.Layout.material_clockface_textview = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_clockface_textview; + global::Xamarin.Forms.Platform.Resource.Layout.material_clockface_view = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_clockface_view; + global::Xamarin.Forms.Platform.Resource.Layout.material_clock_display = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_clock_display; + global::Xamarin.Forms.Platform.Resource.Layout.material_clock_display_divider = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_clock_display_divider; + global::Xamarin.Forms.Platform.Resource.Layout.material_clock_period_toggle = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_clock_period_toggle; + global::Xamarin.Forms.Platform.Resource.Layout.material_clock_period_toggle_land = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_clock_period_toggle_land; + global::Xamarin.Forms.Platform.Resource.Layout.material_radial_view_group = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_radial_view_group; + global::Xamarin.Forms.Platform.Resource.Layout.material_textinput_timepicker = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_textinput_timepicker; + global::Xamarin.Forms.Platform.Resource.Layout.material_timepicker = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_timepicker; + global::Xamarin.Forms.Platform.Resource.Layout.material_timepicker_dialog = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_timepicker_dialog; + global::Xamarin.Forms.Platform.Resource.Layout.material_timepicker_textinput_display = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_timepicker_textinput_display; + global::Xamarin.Forms.Platform.Resource.Layout.material_time_chip = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_time_chip; + global::Xamarin.Forms.Platform.Resource.Layout.material_time_input = global::O2NextGen.SmallTalk.Droid.Resource.Layout.material_time_input; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_alert_dialog = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_alert_dialog; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_alert_dialog_actions = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_alert_dialog_actions; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_alert_dialog_title = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_alert_dialog_title; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_alert_select_dialog_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_alert_select_dialog_item; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_alert_select_dialog_multichoice = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_alert_select_dialog_multichoice; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_alert_select_dialog_singlechoice = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_alert_select_dialog_singlechoice; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_day = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_day; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_days_of_week = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_days_of_week; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_day_of_week = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_day_of_week; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_horizontal; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_month = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_month; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_months = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_months; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_month_labeled = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_month_labeled; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_month_navigation = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_month_navigation; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_vertical = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_vertical; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_year = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_calendar_year; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_layout_snackbar = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_layout_snackbar; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_layout_snackbar_include = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_layout_snackbar_include; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_navigation_rail_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_navigation_rail_item; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_actions = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_actions; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_dialog = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_dialog; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_fullscreen; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_header_dialog = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_header_dialog; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_header_fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_header_fullscreen; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_header_selection_text = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_header_selection_text; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_header_title_text = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_header_title_text; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_header_toggle = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_header_toggle; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_text_input_date = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_text_input_date; + global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_text_input_date_range = global::O2NextGen.SmallTalk.Droid.Resource.Layout.mtrl_picker_text_input_date_range; + global::Xamarin.Forms.Platform.Resource.Layout.notification_action = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_action; + global::Xamarin.Forms.Platform.Resource.Layout.notification_action_tombstone = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_action_tombstone; + global::Xamarin.Forms.Platform.Resource.Layout.notification_media_action = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_media_action; + global::Xamarin.Forms.Platform.Resource.Layout.notification_media_cancel_action = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_media_cancel_action; + global::Xamarin.Forms.Platform.Resource.Layout.notification_template_big_media = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_big_media; + global::Xamarin.Forms.Platform.Resource.Layout.notification_template_big_media_custom = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_big_media_custom; + global::Xamarin.Forms.Platform.Resource.Layout.notification_template_big_media_narrow = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_big_media_narrow; + global::Xamarin.Forms.Platform.Resource.Layout.notification_template_big_media_narrow_custom = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_big_media_narrow_custom; + global::Xamarin.Forms.Platform.Resource.Layout.notification_template_custom_big = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_custom_big; + global::Xamarin.Forms.Platform.Resource.Layout.notification_template_icon_group = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_icon_group; + global::Xamarin.Forms.Platform.Resource.Layout.notification_template_lines_media = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_lines_media; + global::Xamarin.Forms.Platform.Resource.Layout.notification_template_media = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_media; + global::Xamarin.Forms.Platform.Resource.Layout.notification_template_media_custom = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_media_custom; + global::Xamarin.Forms.Platform.Resource.Layout.notification_template_part_chronometer = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_part_chronometer; + global::Xamarin.Forms.Platform.Resource.Layout.notification_template_part_time = global::O2NextGen.SmallTalk.Droid.Resource.Layout.notification_template_part_time; + global::Xamarin.Forms.Platform.Resource.Layout.RootLayout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.RootLayout; + global::Xamarin.Forms.Platform.Resource.Layout.select_dialog_item_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.select_dialog_item_material; + global::Xamarin.Forms.Platform.Resource.Layout.select_dialog_multichoice_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.select_dialog_multichoice_material; + global::Xamarin.Forms.Platform.Resource.Layout.select_dialog_singlechoice_material = global::O2NextGen.SmallTalk.Droid.Resource.Layout.select_dialog_singlechoice_material; + global::Xamarin.Forms.Platform.Resource.Layout.ShellContent = global::O2NextGen.SmallTalk.Droid.Resource.Layout.ShellContent; + global::Xamarin.Forms.Platform.Resource.Layout.support_simple_spinner_dropdown_item = global::O2NextGen.SmallTalk.Droid.Resource.Layout.support_simple_spinner_dropdown_item; + global::Xamarin.Forms.Platform.Resource.Layout.Tabbar = global::O2NextGen.SmallTalk.Droid.Resource.Layout.Tabbar; + global::Xamarin.Forms.Platform.Resource.Layout.test_action_chip = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_action_chip; + global::Xamarin.Forms.Platform.Resource.Layout.test_chip_zero_corner_radius = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_chip_zero_corner_radius; + global::Xamarin.Forms.Platform.Resource.Layout.test_design_checkbox = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_design_checkbox; + global::Xamarin.Forms.Platform.Resource.Layout.test_design_radiobutton = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_design_radiobutton; + global::Xamarin.Forms.Platform.Resource.Layout.test_navigation_bar_item_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_navigation_bar_item_layout; + global::Xamarin.Forms.Platform.Resource.Layout.test_reflow_chipgroup = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_reflow_chipgroup; + global::Xamarin.Forms.Platform.Resource.Layout.test_toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_toolbar; + global::Xamarin.Forms.Platform.Resource.Layout.test_toolbar_custom_background = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_toolbar_custom_background; + global::Xamarin.Forms.Platform.Resource.Layout.test_toolbar_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_toolbar_elevation; + global::Xamarin.Forms.Platform.Resource.Layout.test_toolbar_surface = global::O2NextGen.SmallTalk.Droid.Resource.Layout.test_toolbar_surface; + global::Xamarin.Forms.Platform.Resource.Layout.text_view_without_line_height = global::O2NextGen.SmallTalk.Droid.Resource.Layout.text_view_without_line_height; + global::Xamarin.Forms.Platform.Resource.Layout.text_view_with_line_height_from_appearance = global::O2NextGen.SmallTalk.Droid.Resource.Layout.text_view_with_line_height_from_appearance; + global::Xamarin.Forms.Platform.Resource.Layout.text_view_with_line_height_from_layout = global::O2NextGen.SmallTalk.Droid.Resource.Layout.text_view_with_line_height_from_layout; + global::Xamarin.Forms.Platform.Resource.Layout.text_view_with_line_height_from_style = global::O2NextGen.SmallTalk.Droid.Resource.Layout.text_view_with_line_height_from_style; + global::Xamarin.Forms.Platform.Resource.Layout.text_view_with_theme_line_height = global::O2NextGen.SmallTalk.Droid.Resource.Layout.text_view_with_theme_line_height; + global::Xamarin.Forms.Platform.Resource.Layout.Toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Layout.Toolbar; + global::Xamarin.Forms.Platform.Resource.Plurals.mtrl_badge_content_description = global::O2NextGen.SmallTalk.Droid.Resource.Plurals.mtrl_badge_content_description; + global::Xamarin.Forms.Platform.Resource.String.abc_action_bar_home_description = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_action_bar_home_description; + global::Xamarin.Forms.Platform.Resource.String.abc_action_bar_up_description = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_action_bar_up_description; + global::Xamarin.Forms.Platform.Resource.String.abc_action_menu_overflow_description = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_action_menu_overflow_description; + global::Xamarin.Forms.Platform.Resource.String.abc_action_mode_done = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_action_mode_done; + global::Xamarin.Forms.Platform.Resource.String.abc_activitychooserview_choose_application = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_activitychooserview_choose_application; + global::Xamarin.Forms.Platform.Resource.String.abc_activity_chooser_view_see_all = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_activity_chooser_view_see_all; + global::Xamarin.Forms.Platform.Resource.String.abc_capital_off = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_capital_off; + global::Xamarin.Forms.Platform.Resource.String.abc_capital_on = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_capital_on; + global::Xamarin.Forms.Platform.Resource.String.abc_menu_alt_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_alt_shortcut_label; + global::Xamarin.Forms.Platform.Resource.String.abc_menu_ctrl_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_ctrl_shortcut_label; + global::Xamarin.Forms.Platform.Resource.String.abc_menu_delete_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_delete_shortcut_label; + global::Xamarin.Forms.Platform.Resource.String.abc_menu_enter_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_enter_shortcut_label; + global::Xamarin.Forms.Platform.Resource.String.abc_menu_function_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_function_shortcut_label; + global::Xamarin.Forms.Platform.Resource.String.abc_menu_meta_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_meta_shortcut_label; + global::Xamarin.Forms.Platform.Resource.String.abc_menu_shift_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_shift_shortcut_label; + global::Xamarin.Forms.Platform.Resource.String.abc_menu_space_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_space_shortcut_label; + global::Xamarin.Forms.Platform.Resource.String.abc_menu_sym_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_menu_sym_shortcut_label; + global::Xamarin.Forms.Platform.Resource.String.abc_prepend_shortcut_label = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_prepend_shortcut_label; + global::Xamarin.Forms.Platform.Resource.String.abc_searchview_description_clear = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_searchview_description_clear; + global::Xamarin.Forms.Platform.Resource.String.abc_searchview_description_query = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_searchview_description_query; + global::Xamarin.Forms.Platform.Resource.String.abc_searchview_description_search = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_searchview_description_search; + global::Xamarin.Forms.Platform.Resource.String.abc_searchview_description_submit = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_searchview_description_submit; + global::Xamarin.Forms.Platform.Resource.String.abc_searchview_description_voice = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_searchview_description_voice; + global::Xamarin.Forms.Platform.Resource.String.abc_search_hint = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_search_hint; + global::Xamarin.Forms.Platform.Resource.String.abc_shareactionprovider_share_with = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_shareactionprovider_share_with; + global::Xamarin.Forms.Platform.Resource.String.abc_shareactionprovider_share_with_application = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_shareactionprovider_share_with_application; + global::Xamarin.Forms.Platform.Resource.String.abc_toolbar_collapse_description = global::O2NextGen.SmallTalk.Droid.Resource.String.abc_toolbar_collapse_description; + global::Xamarin.Forms.Platform.Resource.String.appbar_scrolling_view_behavior = global::O2NextGen.SmallTalk.Droid.Resource.String.appbar_scrolling_view_behavior; + global::Xamarin.Forms.Platform.Resource.String.bottomsheet_action_expand_halfway = global::O2NextGen.SmallTalk.Droid.Resource.String.bottomsheet_action_expand_halfway; + global::Xamarin.Forms.Platform.Resource.String.bottom_sheet_behavior = global::O2NextGen.SmallTalk.Droid.Resource.String.bottom_sheet_behavior; + global::Xamarin.Forms.Platform.Resource.String.character_counter_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.character_counter_content_description; + global::Xamarin.Forms.Platform.Resource.String.character_counter_overflowed_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.character_counter_overflowed_content_description; + global::Xamarin.Forms.Platform.Resource.String.character_counter_pattern = global::O2NextGen.SmallTalk.Droid.Resource.String.character_counter_pattern; + global::Xamarin.Forms.Platform.Resource.String.chip_text = global::O2NextGen.SmallTalk.Droid.Resource.String.chip_text; + global::Xamarin.Forms.Platform.Resource.String.clear_text_end_icon_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.clear_text_end_icon_content_description; + global::Xamarin.Forms.Platform.Resource.String.error_icon_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.error_icon_content_description; + global::Xamarin.Forms.Platform.Resource.String.exposed_dropdown_menu_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.exposed_dropdown_menu_content_description; + global::Xamarin.Forms.Platform.Resource.String.fab_transformation_scrim_behavior = global::O2NextGen.SmallTalk.Droid.Resource.String.fab_transformation_scrim_behavior; + global::Xamarin.Forms.Platform.Resource.String.fab_transformation_sheet_behavior = global::O2NextGen.SmallTalk.Droid.Resource.String.fab_transformation_sheet_behavior; + global::Xamarin.Forms.Platform.Resource.String.hide_bottom_view_on_scroll_behavior = global::O2NextGen.SmallTalk.Droid.Resource.String.hide_bottom_view_on_scroll_behavior; + global::Xamarin.Forms.Platform.Resource.String.icon_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.icon_content_description; + global::Xamarin.Forms.Platform.Resource.String.item_view_role_description = global::O2NextGen.SmallTalk.Droid.Resource.String.item_view_role_description; + global::Xamarin.Forms.Platform.Resource.String.material_clock_display_divider = global::O2NextGen.SmallTalk.Droid.Resource.String.material_clock_display_divider; + global::Xamarin.Forms.Platform.Resource.String.material_clock_toggle_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.material_clock_toggle_content_description; + global::Xamarin.Forms.Platform.Resource.String.material_hour_selection = global::O2NextGen.SmallTalk.Droid.Resource.String.material_hour_selection; + global::Xamarin.Forms.Platform.Resource.String.material_hour_suffix = global::O2NextGen.SmallTalk.Droid.Resource.String.material_hour_suffix; + global::Xamarin.Forms.Platform.Resource.String.material_minute_selection = global::O2NextGen.SmallTalk.Droid.Resource.String.material_minute_selection; + global::Xamarin.Forms.Platform.Resource.String.material_minute_suffix = global::O2NextGen.SmallTalk.Droid.Resource.String.material_minute_suffix; + global::Xamarin.Forms.Platform.Resource.String.material_motion_easing_accelerated = global::O2NextGen.SmallTalk.Droid.Resource.String.material_motion_easing_accelerated; + global::Xamarin.Forms.Platform.Resource.String.material_motion_easing_decelerated = global::O2NextGen.SmallTalk.Droid.Resource.String.material_motion_easing_decelerated; + global::Xamarin.Forms.Platform.Resource.String.material_motion_easing_emphasized = global::O2NextGen.SmallTalk.Droid.Resource.String.material_motion_easing_emphasized; + global::Xamarin.Forms.Platform.Resource.String.material_motion_easing_linear = global::O2NextGen.SmallTalk.Droid.Resource.String.material_motion_easing_linear; + global::Xamarin.Forms.Platform.Resource.String.material_motion_easing_standard = global::O2NextGen.SmallTalk.Droid.Resource.String.material_motion_easing_standard; + global::Xamarin.Forms.Platform.Resource.String.material_slider_range_end = global::O2NextGen.SmallTalk.Droid.Resource.String.material_slider_range_end; + global::Xamarin.Forms.Platform.Resource.String.material_slider_range_start = global::O2NextGen.SmallTalk.Droid.Resource.String.material_slider_range_start; + global::Xamarin.Forms.Platform.Resource.String.material_timepicker_am = global::O2NextGen.SmallTalk.Droid.Resource.String.material_timepicker_am; + global::Xamarin.Forms.Platform.Resource.String.material_timepicker_clock_mode_description = global::O2NextGen.SmallTalk.Droid.Resource.String.material_timepicker_clock_mode_description; + global::Xamarin.Forms.Platform.Resource.String.material_timepicker_hour = global::O2NextGen.SmallTalk.Droid.Resource.String.material_timepicker_hour; + global::Xamarin.Forms.Platform.Resource.String.material_timepicker_minute = global::O2NextGen.SmallTalk.Droid.Resource.String.material_timepicker_minute; + global::Xamarin.Forms.Platform.Resource.String.material_timepicker_pm = global::O2NextGen.SmallTalk.Droid.Resource.String.material_timepicker_pm; + global::Xamarin.Forms.Platform.Resource.String.material_timepicker_select_time = global::O2NextGen.SmallTalk.Droid.Resource.String.material_timepicker_select_time; + global::Xamarin.Forms.Platform.Resource.String.material_timepicker_text_input_mode_description = global::O2NextGen.SmallTalk.Droid.Resource.String.material_timepicker_text_input_mode_description; + global::Xamarin.Forms.Platform.Resource.String.mtrl_badge_numberless_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_badge_numberless_content_description; + global::Xamarin.Forms.Platform.Resource.String.mtrl_chip_close_icon_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_chip_close_icon_content_description; + global::Xamarin.Forms.Platform.Resource.String.mtrl_exceed_max_badge_number_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_exceed_max_badge_number_content_description; + global::Xamarin.Forms.Platform.Resource.String.mtrl_exceed_max_badge_number_suffix = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_exceed_max_badge_number_suffix; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_a11y_next_month = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_a11y_next_month; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_a11y_prev_month = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_a11y_prev_month; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_announce_current_selection = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_announce_current_selection; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_cancel = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_cancel; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_confirm = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_confirm; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_date_header_selected = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_date_header_selected; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_date_header_title = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_date_header_title; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_date_header_unselected = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_date_header_unselected; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_day_of_week_column_header = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_day_of_week_column_header; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_invalid_format = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_invalid_format; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_invalid_format_example = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_invalid_format_example; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_invalid_format_use = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_invalid_format_use; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_invalid_range = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_invalid_range; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_navigate_to_year_description = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_navigate_to_year_description; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_out_of_range = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_out_of_range; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_range_header_only_end_selected = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_range_header_only_end_selected; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_range_header_only_start_selected = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_range_header_only_start_selected; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_range_header_selected = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_range_header_selected; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_range_header_title = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_range_header_title; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_range_header_unselected = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_range_header_unselected; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_save = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_save; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_text_input_date_hint = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_text_input_date_hint; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_text_input_date_range_end_hint = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_text_input_date_range_start_hint; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_text_input_day_abbr = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_text_input_day_abbr; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_text_input_month_abbr = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_text_input_month_abbr; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_text_input_year_abbr = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_text_input_year_abbr; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_toggle_to_calendar_input_mode = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_toggle_to_calendar_input_mode; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_toggle_to_day_selection = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_toggle_to_day_selection; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_toggle_to_text_input_mode = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_toggle_to_text_input_mode; + global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_toggle_to_year_selection = global::O2NextGen.SmallTalk.Droid.Resource.String.mtrl_picker_toggle_to_year_selection; + global::Xamarin.Forms.Platform.Resource.String.nav_app_bar_navigate_up_description = global::O2NextGen.SmallTalk.Droid.Resource.String.nav_app_bar_navigate_up_description; + global::Xamarin.Forms.Platform.Resource.String.nav_app_bar_open_drawer_description = global::O2NextGen.SmallTalk.Droid.Resource.String.nav_app_bar_open_drawer_description; + global::Xamarin.Forms.Platform.Resource.String.overflow_tab_title = global::O2NextGen.SmallTalk.Droid.Resource.String.overflow_tab_title; + global::Xamarin.Forms.Platform.Resource.String.password_toggle_content_description = global::O2NextGen.SmallTalk.Droid.Resource.String.password_toggle_content_description; + global::Xamarin.Forms.Platform.Resource.String.path_password_eye = global::O2NextGen.SmallTalk.Droid.Resource.String.path_password_eye; + global::Xamarin.Forms.Platform.Resource.String.path_password_eye_mask_strike_through = global::O2NextGen.SmallTalk.Droid.Resource.String.path_password_eye_mask_strike_through; + global::Xamarin.Forms.Platform.Resource.String.path_password_eye_mask_visible = global::O2NextGen.SmallTalk.Droid.Resource.String.path_password_eye_mask_visible; + global::Xamarin.Forms.Platform.Resource.String.path_password_strike_through = global::O2NextGen.SmallTalk.Droid.Resource.String.path_password_strike_through; + global::Xamarin.Forms.Platform.Resource.String.search_menu_title = global::O2NextGen.SmallTalk.Droid.Resource.String.search_menu_title; + global::Xamarin.Forms.Platform.Resource.String.status_bar_notification_info_overflow = global::O2NextGen.SmallTalk.Droid.Resource.String.status_bar_notification_info_overflow; + global::Xamarin.Forms.Platform.Resource.Style.AlertDialog_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.AlertDialog_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.AlertDialog_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.AlertDialog_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.AndroidThemeColorAccentYellow = global::O2NextGen.SmallTalk.Droid.Resource.Style.AndroidThemeColorAccentYellow; + global::Xamarin.Forms.Platform.Resource.Style.Animation_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Animation_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Animation_AppCompat_DropDownUp = global::O2NextGen.SmallTalk.Droid.Resource.Style.Animation_AppCompat_DropDownUp; + global::Xamarin.Forms.Platform.Resource.Style.Animation_AppCompat_Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Style.Animation_AppCompat_Tooltip; + global::Xamarin.Forms.Platform.Resource.Style.Animation_Design_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Animation_Design_BottomSheetDialog; + global::Xamarin.Forms.Platform.Resource.Style.Animation_MaterialComponents_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Animation_MaterialComponents_BottomSheetDialog; + global::Xamarin.Forms.Platform.Resource.Style.AppCompatDialogStyle = global::O2NextGen.SmallTalk.Droid.Resource.Style.AppCompatDialogStyle; + global::Xamarin.Forms.Platform.Resource.Style.Base_AlertDialog_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_AlertDialog_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Base_AlertDialog_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_AlertDialog_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.Base_Animation_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Animation_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_Animation_AppCompat_DropDownUp = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Animation_AppCompat_DropDownUp; + global::Xamarin.Forms.Platform.Resource.Style.Base_Animation_AppCompat_Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Animation_AppCompat_Tooltip; + global::Xamarin.Forms.Platform.Resource.Style.Base_CardView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_CardView; + global::Xamarin.Forms.Platform.Resource.Style.Base_DialogWindowTitleBackground_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_DialogWindowTitleBackground_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Base_DialogWindowTitle_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_DialogWindowTitle_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Icon; + global::Xamarin.Forms.Platform.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Panel = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Panel; + global::Xamarin.Forms.Platform.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Text = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Text; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Body1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Body1; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Body2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Body2; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Button; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Caption = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Caption; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Display1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display1; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Display2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display2; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Display3 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display3; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Display4 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display4; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Headline = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Headline; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Large = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Large; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Large_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Large_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Medium = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Medium; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Medium_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Medium_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Menu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Menu; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_SearchResult = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_SearchResult; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Subtitle; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Title; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Small; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Small_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Small_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Subhead = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Subhead; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Subhead_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Subhead_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Title; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Title_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Title_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Tooltip; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Menu; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Title; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Colored; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_DropDownItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_DropDownItem; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Header; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Large; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Small; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_Switch = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Switch; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_MaterialComponents_Badge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Badge; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_MaterialComponents_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Button; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_MaterialComponents_Headline6 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Headline6; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_MaterialComponents_Subtitle2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Subtitle2; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle; + global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Title; + global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_AppCompat_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_AppCompat_Dark = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dark; + global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_AppCompat_Dark_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dark_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework; + global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework; + global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_CompactMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_CompactMenu; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_DialogWhenLarge; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Dialog_FixedSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_FixedSize; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Light_DarkActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Light_DarkActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Light_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Light_DialogWhenLarge; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Light_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Light_Dialog_FixedSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_FixedSize; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Light_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_CompactMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_CompactMenu; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_DialogWhenLarge; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Dialog_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Dialog_FixedSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_FixedSize; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DialogWhenLarge; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_FixedSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_FixedSize; + global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents; + global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light; + global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Base_V21_ThemeOverlay_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_ThemeOverlay_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_AppCompat_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_AppCompat_Light_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_MaterialComponents; + global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_MaterialComponents_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_MaterialComponents_Light; + global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_MaterialComponents_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V21_Theme_MaterialComponents_Light_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_V22_Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V22_Theme_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Base_V22_Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V22_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.Base_V23_Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V23_Theme_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Base_V23_Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V23_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.Base_V26_Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V26_Theme_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Base_V26_Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V26_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.Base_V26_Widget_AppCompat_Toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V26_Widget_AppCompat_Toolbar; + global::Xamarin.Forms.Platform.Resource.Style.Base_V28_Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V28_Theme_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Base_V28_Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V28_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.Base_V7_ThemeOverlay_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_ThemeOverlay_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_V7_Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_Theme_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Base_V7_Theme_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_Theme_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_V7_Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.Base_V7_Theme_AppCompat_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_Theme_AppCompat_Light_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_V7_Widget_AppCompat_AutoCompleteTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_Widget_AppCompat_AutoCompleteTextView; + global::Xamarin.Forms.Platform.Resource.Style.Base_V7_Widget_AppCompat_EditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_Widget_AppCompat_EditText; + global::Xamarin.Forms.Platform.Resource.Style.Base_V7_Widget_AppCompat_Toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_V7_Widget_AppCompat_Toolbar; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionBar_Solid = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_Solid; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionBar_TabBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_TabBar; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionBar_TabText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_TabText; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionBar_TabView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_TabView; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionButton; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionButton_CloseMode = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionButton_CloseMode; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionButton_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionButton_Overflow; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionMode = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActionMode; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActivityChooserView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ActivityChooserView; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_AutoCompleteTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_AutoCompleteTextView; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Button; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ButtonBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ButtonBar; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ButtonBar_AlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ButtonBar_AlertDialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Button_Borderless = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Button_Borderless; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Button_Borderless_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Button_Borderless_Colored; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Button_ButtonBar_AlertDialog; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Button_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Button_Colored; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Button_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Button_Small; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_CompoundButton_CheckBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_CheckBox; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_CompoundButton_RadioButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_RadioButton; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_CompoundButton_Switch = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_Switch; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle_Common = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle_Common; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_DropDownItem_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_DropDownItem_Spinner; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_EditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_EditText; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ImageButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ImageButton; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_Solid = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_Solid; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabBar; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabView; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu_Overflow; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ListMenuView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ListMenuView; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ListPopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ListPopupWindow; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ListView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ListView; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ListView_DropDown = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ListView_DropDown; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ListView_Menu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ListView_Menu; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_PopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_PopupMenu; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_PopupMenu_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_PopupMenu_Overflow; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_PopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_PopupWindow; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ProgressBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ProgressBar; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ProgressBar_Horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_ProgressBar_Horizontal; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_RatingBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_RatingBar; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_RatingBar_Indicator = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_RatingBar_Indicator; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_RatingBar_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_RatingBar_Small; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_SearchView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_SearchView; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_SearchView_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_SearchView_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_SeekBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_SeekBar; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_SeekBar_Discrete = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_SeekBar_Discrete; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Spinner; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Spinner_Underlined = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Spinner_Underlined; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_TextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_TextView; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_TextView_SpinnerItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_TextView_SpinnerItem; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Toolbar; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Toolbar_Button_Navigation = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_AppCompat_Toolbar_Button_Navigation; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_Design_TabLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_Design_TabLayout; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_AutoCompleteTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_AutoCompleteTextView; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_CheckedTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_CheckedTextView; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_Chip = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_Chip; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_PopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ContextMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ContextMenu; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_Overflow; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_Slider = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_Slider; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_Snackbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_Snackbar; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_TextInputEditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_TextInputEditText; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_TextInputLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_TextInputLayout; + global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_TextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Base_Widget_MaterialComponents_TextView; + global::Xamarin.Forms.Platform.Resource.Style.CardView = global::O2NextGen.SmallTalk.Droid.Resource.Style.CardView; + global::Xamarin.Forms.Platform.Resource.Style.CardView_Dark = global::O2NextGen.SmallTalk.Droid.Resource.Style.CardView_Dark; + global::Xamarin.Forms.Platform.Resource.Style.CardView_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.CardView_Light; + global::Xamarin.Forms.Platform.Resource.Style.collectionViewTheme = global::O2NextGen.SmallTalk.Droid.Resource.Style.collectionViewTheme; + global::Xamarin.Forms.Platform.Resource.Style.EmptyTheme = global::O2NextGen.SmallTalk.Droid.Resource.Style.EmptyTheme; + global::Xamarin.Forms.Platform.Resource.Style.MainTheme = global::O2NextGen.SmallTalk.Droid.Resource.Style.MainTheme; + global::Xamarin.Forms.Platform.Resource.Style.MainTheme_Base = global::O2NextGen.SmallTalk.Droid.Resource.Style.MainTheme_Base; + global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents; + global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Body_Text = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Body_Text; + global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar; + global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner; + global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon; + global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked; + global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel; + global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked; + global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text; + global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked = global::O2NextGen.SmallTalk.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked; + global::Xamarin.Forms.Platform.Resource.Style.Platform_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Platform_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.Platform_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_MaterialComponents; + global::Xamarin.Forms.Platform.Resource.Style.Platform_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Platform_MaterialComponents_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_MaterialComponents_Light; + global::Xamarin.Forms.Platform.Resource.Style.Platform_MaterialComponents_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_MaterialComponents_Light_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Platform_ThemeOverlay_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_ThemeOverlay_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Platform_ThemeOverlay_AppCompat_Dark = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_ThemeOverlay_AppCompat_Dark; + global::Xamarin.Forms.Platform.Resource.Style.Platform_ThemeOverlay_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_ThemeOverlay_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.Platform_V21_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_V21_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Platform_V21_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_V21_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.Platform_V25_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_V25_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Platform_V25_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_V25_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.Platform_Widget_AppCompat_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.Platform_Widget_AppCompat_Spinner; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_DialogWindowTitle_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_DialogWindowTitle_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_ActionBar_TitleItem; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_DialogTitle_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_DialogTitle_Icon; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Text; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Title; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_SearchView_MagIcon = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_SearchView_MagIcon; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Query = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Query; + global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Text = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Text; + global::Xamarin.Forms.Platform.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton; + global::Xamarin.Forms.Platform.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton_Overflow; + global::Xamarin.Forms.Platform.Resource.Style.scrollViewScrollBars = global::O2NextGen.SmallTalk.Droid.Resource.Style.scrollViewScrollBars; + global::Xamarin.Forms.Platform.Resource.Style.scrollViewTheme = global::O2NextGen.SmallTalk.Droid.Resource.Style.scrollViewTheme; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_BottomLeftDifferentCornerSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_BottomLeftDifferentCornerSize; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_BottomRightCut = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_BottomRightCut; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_Cut = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_Cut; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_DifferentCornerSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_DifferentCornerSize; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_BottomSheet = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_BottomSheet; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_Chip = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_Chip; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_TopLeftCut = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_TopLeftCut; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_TopRightDifferentCornerSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearanceOverlay_TopRightDifferentCornerSize; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearance_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearance_MaterialComponents; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearance_MaterialComponents_LargeComponent = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearance_MaterialComponents_LargeComponent; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearance_MaterialComponents_MediumComponent = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearance_MaterialComponents_MediumComponent; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearance_MaterialComponents_SmallComponent = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearance_MaterialComponents_SmallComponent; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearance_MaterialComponents_Test = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearance_MaterialComponents_Test; + global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearance_MaterialComponents_Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Style.ShapeAppearance_MaterialComponents_Tooltip; + global::Xamarin.Forms.Platform.Resource.Style.TestStyleWithLineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Style.TestStyleWithLineHeight; + global::Xamarin.Forms.Platform.Resource.Style.TestStyleWithLineHeightAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Style.TestStyleWithLineHeightAppearance; + global::Xamarin.Forms.Platform.Resource.Style.TestStyleWithoutLineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Style.TestStyleWithoutLineHeight; + global::Xamarin.Forms.Platform.Resource.Style.TestStyleWithThemeLineHeightAttribute = global::O2NextGen.SmallTalk.Droid.Resource.Style.TestStyleWithThemeLineHeightAttribute; + global::Xamarin.Forms.Platform.Resource.Style.TestThemeWithLineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Style.TestThemeWithLineHeight; + global::Xamarin.Forms.Platform.Resource.Style.TestThemeWithLineHeightDisabled = global::O2NextGen.SmallTalk.Droid.Resource.Style.TestThemeWithLineHeightDisabled; + global::Xamarin.Forms.Platform.Resource.Style.Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = global::O2NextGen.SmallTalk.Droid.Resource.Style.Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day; + global::Xamarin.Forms.Platform.Resource.Style.Test_Theme_MaterialComponents_MaterialCalendar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Test_Theme_MaterialComponents_MaterialCalendar; + global::Xamarin.Forms.Platform.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar; + global::Xamarin.Forms.Platform.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day = global::O2NextGen.SmallTalk.Droid.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day; + global::Xamarin.Forms.Platform.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected = global::O2NextGen.SmallTalk.Droid.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Body1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Body1; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Body2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Body2; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Button; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Caption = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Caption; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Display1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Display1; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Display2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Display2; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Display3 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Display3; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Display4 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Display4; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Headline = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Headline; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Large = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Large; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Large_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Large_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Subtitle; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Title; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Large; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Small; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Medium = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Medium; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Medium_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Medium_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Menu = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Menu; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_SearchResult_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_SearchResult_Subtitle; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_SearchResult_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_SearchResult_Title; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Small; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Small_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Small_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Subhead = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Subhead; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Subhead_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Subhead_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Title; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Title_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Title_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Tooltip; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Menu = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Menu; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_Button_Borderless_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button_Borderless_Colored; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_Button_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button_Colored; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_Button_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_DropDownItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_DropDownItem; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Header = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Header; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Large = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Large; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Small; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_Switch = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Switch; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_TextView_SpinnerItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_AppCompat_Widget_TextView_SpinnerItem; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Info = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Info; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Info_Media = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Info_Media; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Line2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Line2_Media = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2_Media; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Media = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Media; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Time = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Time; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Time_Media = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Time_Media; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Title; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Title_Media = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Compat_Notification_Title_Media; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_CollapsingToolbar_Expanded = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_CollapsingToolbar_Expanded; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Counter = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Counter; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Counter_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Counter_Overflow; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Error = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Error; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_HelperText = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_HelperText; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Hint = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Hint; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Placeholder = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Placeholder; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Prefix = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Prefix; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Snackbar_Message = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Snackbar_Message; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Suffix = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Suffix; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Tab = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Design_Tab; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Badge = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Badge; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Body1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Body1; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Body2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Body2; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Button; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Caption = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Caption; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Chip = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Chip; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Headline1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline1; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Headline2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline2; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Headline3 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline3; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Headline4 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline4; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Headline5 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline5; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Headline6 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline6; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Overline = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Overline; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Subtitle1 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Subtitle1; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Subtitle2 = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Subtitle2; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_TimePicker_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_TimePicker_Title; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_MaterialComponents_Tooltip; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Widget_AppCompat_ExpandedMenu_Item = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Widget_AppCompat_ExpandedMenu_Item; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Subtitle; + global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Title = global::O2NextGen.SmallTalk.Droid.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Title; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlayColorAccentRed = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlayColorAccentRed; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_Dark = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_Dark; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_Dark_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_Dark_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_DayNight = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_DayNight; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_DayNight_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_DayNight_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_Design_TextInputEditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_Design_TextInputEditText; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Primary = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Primary; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Surface = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Surface; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Primary = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Primary; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Surface = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Surface; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_BottomSheetDialog; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Dark = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dark; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Dark_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dark_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert_Framework; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Light; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text = global::O2NextGen.SmallTalk.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::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_TimePicker = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TimePicker; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_TimePicker_Display = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TimePicker_Display; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Primary = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Primary; + global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Surface = global::O2NextGen.SmallTalk.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Surface; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_CompactMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_CompactMenu; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DayNight = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DayNight; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DayNight_DarkActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DayNight_DarkActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DayNight_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DayNight_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DayNight_DialogWhenLarge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DayNight_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DayNight_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DayNight_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DayNight_NoActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_DialogWhenLarge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Empty = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Empty; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Light; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Light_DarkActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Light_DarkActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Light_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Light_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Light_DialogWhenLarge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Light_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Light_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Light_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Light_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Light_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_Light_NoActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_AppCompat_NoActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Theme_Design = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_Design; + global::Xamarin.Forms.Platform.Resource.Style.Theme_Design_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_Design_BottomSheetDialog; + global::Xamarin.Forms.Platform.Resource.Style.Theme_Design_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_Design_Light; + global::Xamarin.Forms.Platform.Resource.Style.Theme_Design_Light_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_Design_Light_BottomSheetDialog; + global::Xamarin.Forms.Platform.Resource.Style.Theme_Design_Light_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_Design_Light_NoActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Theme_Design_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_Design_NoActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_BottomSheetDialog; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_CompactMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_CompactMenu; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_BottomSheetDialog; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_DialogWhenLarge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_DialogWhenLarge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog_Alert_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog_Alert_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_BarSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_BarSize; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_BottomSheetDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_BottomSheetDialog; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_DialogWhenLarge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_DialogWhenLarge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_LargeTouch = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_LargeTouch; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_NoActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_NoActionBar_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_Light_NoActionBar_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_NoActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_NoActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_NoActionBar_Bridge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Theme_MaterialComponents_NoActionBar_Bridge; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionBar_Solid = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionBar_Solid; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionBar_TabBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionBar_TabBar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionBar_TabText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionBar_TabText; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionBar_TabView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionBar_TabView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionButton_CloseMode = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionButton_CloseMode; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionButton_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionButton_Overflow; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionMode = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActionMode; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActivityChooserView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ActivityChooserView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_AutoCompleteTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_AutoCompleteTextView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Button; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ButtonBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ButtonBar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ButtonBar_AlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ButtonBar_AlertDialog; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Button_Borderless = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Button_Borderless; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Button_Borderless_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Button_Borderless_Colored; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Button_ButtonBar_AlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Button_ButtonBar_AlertDialog; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Button_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Button_Colored; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Button_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Button_Small; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_CompoundButton_CheckBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_CompoundButton_CheckBox; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_CompoundButton_RadioButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_CompoundButton_RadioButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_CompoundButton_Switch = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_CompoundButton_Switch; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_DrawerArrowToggle = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_DrawerArrowToggle; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_DropDownItem_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_DropDownItem_Spinner; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_EditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_EditText; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ImageButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ImageButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionButton_CloseMode = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionButton_CloseMode; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionButton_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionButton_Overflow; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionMode_Inverse = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActionMode_Inverse; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActivityChooserView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ActivityChooserView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_AutoCompleteTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_AutoCompleteTextView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_DropDownItem_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_DropDownItem_Spinner; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ListPopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ListPopupWindow; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ListView_DropDown = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_ListView_DropDown; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_PopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_PopupMenu; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_PopupMenu_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_PopupMenu_Overflow; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_SearchView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_SearchView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_Spinner_DropDown_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Light_Spinner_DropDown_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ListMenuView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ListMenuView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ListPopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ListPopupWindow; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ListView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ListView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ListView_DropDown = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ListView_DropDown; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ListView_Menu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ListView_Menu; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_PopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_PopupMenu; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_PopupMenu_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_PopupMenu_Overflow; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_PopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_PopupWindow; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ProgressBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ProgressBar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ProgressBar_Horizontal = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_ProgressBar_Horizontal; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_RatingBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_RatingBar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_RatingBar_Indicator = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_RatingBar_Indicator; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_RatingBar_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_RatingBar_Small; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_SearchView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_SearchView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_SearchView_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_SearchView_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_SeekBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_SeekBar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_SeekBar_Discrete = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_SeekBar_Discrete; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Spinner; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Spinner_DropDown = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Spinner_DropDown; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Spinner_DropDown_ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Spinner_DropDown_ActionBar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Spinner_Underlined = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Spinner_Underlined; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_TextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_TextView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_TextView_SpinnerItem = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_TextView_SpinnerItem; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Toolbar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Toolbar_Button_Navigation = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_AppCompat_Toolbar_Button_Navigation; + global::Xamarin.Forms.Platform.Resource.Style.Widget_Compat_NotificationActionContainer = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Compat_NotificationActionContainer; + global::Xamarin.Forms.Platform.Resource.Style.Widget_Compat_NotificationActionText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Compat_NotificationActionText; + global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_AppBarLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_AppBarLayout; + global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_BottomNavigationView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_BottomNavigationView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_BottomSheet_Modal = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_BottomSheet_Modal; + global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_CollapsingToolbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_CollapsingToolbar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_FloatingActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_FloatingActionButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_NavigationView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_NavigationView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_ScrimInsetsFrameLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_ScrimInsetsFrameLayout; + global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_Snackbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_Snackbar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_TabLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_TabLayout; + global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_TextInputEditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_TextInputEditText; + global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_TextInputLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Design_TextInputLayout; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ActionBar_Primary = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_Primary; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ActionBar_PrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_PrimarySurface; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ActionBar_Solid = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_Solid; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ActionBar_Surface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_Surface; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_AppBarLayout_Primary = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_AppBarLayout_Primary; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_AppBarLayout_PrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_AppBarLayout_PrimarySurface; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_AppBarLayout_Surface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_AppBarLayout_Surface; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Badge = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Badge; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomAppBar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomAppBar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomAppBar_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomAppBar_Colored; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomAppBar_PrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomAppBar_PrimarySurface; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomNavigationView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomNavigationView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomNavigationView_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomNavigationView_Colored; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomNavigationView_PrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomNavigationView_PrimarySurface; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomSheet = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomSheet; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomSheet_Modal = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_BottomSheet_Modal; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_Icon; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton_Icon; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_TextButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Flush = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Flush; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Icon; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_TextButton_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Icon; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_TextButton_Snackbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Snackbar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton_Icon; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CardView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CardView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CheckedTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CheckedTextView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ChipGroup = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ChipGroup; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Chip_Action = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Chip_Action; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Chip_Choice = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Chip_Choice; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Chip_Entry = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Chip_Entry; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Chip_Filter = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Chip_Filter; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator_Medium = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator_Medium; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator_Small = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CircularProgressIndicator_Small; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CollapsingToolbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CollapsingToolbar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CompoundButton_CheckBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CompoundButton_CheckBox; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CompoundButton_RadioButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CompoundButton_RadioButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CompoundButton_Switch = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_CompoundButton_Switch; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton_Icon = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton_Icon; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_FloatingActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_FloatingActionButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Light_ActionBar_Solid = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Light_ActionBar_Solid; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_LinearProgressIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_LinearProgressIndicator; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialButtonToggleGroup = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialButtonToggleGroup; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_DayTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_DayTextView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Invalid = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Invalid; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Selected = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Selected; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Today = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Today; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Fullscreen; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderDivider = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderDivider; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderLayout; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderTitle = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderTitle; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Item = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Item; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_MonthTextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_MonthTextView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_YearNavigationButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_YearNavigationButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Selected = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Selected; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Today = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Today; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_NavigationRailView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_NavigationRailView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_NavigationRailView_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_NavigationRailView_Colored; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_NavigationRailView_Colored_Compact = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_NavigationRailView_Colored_Compact; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_NavigationRailView_Compact = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_NavigationRailView_Compact; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_NavigationRailView_PrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_NavigationRailView_PrimarySurface; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_NavigationView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_NavigationView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_PopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_PopupMenu_ContextMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu_ContextMenu; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_PopupMenu_ListPopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu_ListPopupWindow; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_PopupMenu_Overflow = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu_Overflow; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ProgressIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ProgressIndicator; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ShapeableImageView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_ShapeableImageView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Slider = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Slider; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Snackbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Snackbar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Snackbar_FullWidth = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Snackbar_FullWidth; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Snackbar_TextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Snackbar_TextView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TabLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TabLayout; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TabLayout_Colored = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TabLayout_Colored; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TabLayout_PrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TabLayout_PrimarySurface; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox_Dense; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextView = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TextView; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TimePicker = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TimePicker; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TimePicker_Button = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TimePicker_Button; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TimePicker_Clock = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TimePicker_Clock; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TimePicker_Display = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TimePicker_Display; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TimePicker_Display_TextInputEditText = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TimePicker_Display_TextInputEditText; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TimePicker_ImageButton = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TimePicker_ImageButton; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Toolbar; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Toolbar_Primary = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Toolbar_Primary; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Toolbar_PrimarySurface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Toolbar_PrimarySurface; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Toolbar_Surface = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Toolbar_Surface; + global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_MaterialComponents_Tooltip; + global::Xamarin.Forms.Platform.Resource.Style.Widget_Support_CoordinatorLayout = global::O2NextGen.SmallTalk.Droid.Resource.Style.Widget_Support_CoordinatorLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBarLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBarLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBarLayout_android_layout_gravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBarLayout_android_layout_gravity; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_background = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_background; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_backgroundSplit = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_backgroundSplit; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_backgroundStacked = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_backgroundStacked; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_contentInsetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_contentInsetEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_contentInsetEndWithActions = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_contentInsetEndWithActions; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_contentInsetLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_contentInsetLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_contentInsetRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_contentInsetRight; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_contentInsetStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_contentInsetStart; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_contentInsetStartWithNavigation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_contentInsetStartWithNavigation; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_customNavigationLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_customNavigationLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_displayOptions = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_displayOptions; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_divider = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_divider; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_height; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_hideOnContentScroll = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_hideOnContentScroll; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_homeAsUpIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_homeAsUpIndicator; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_homeLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_homeLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_icon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_icon; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_indeterminateProgressStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_indeterminateProgressStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_itemPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_itemPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_logo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_logo; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_navigationMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_navigationMode; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_popupTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_popupTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_progressBarPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_progressBarPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_progressBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_progressBarStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_subtitle; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_subtitleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_subtitleTextStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_title = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_title; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_titleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionBar_titleTextStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionMenuItemView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMenuItemView; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionMenuItemView_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMenuItemView_android_minWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionMenuView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMenuView; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMode; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionMode_background = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMode_background; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionMode_backgroundSplit = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMode_backgroundSplit; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionMode_closeItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMode_closeItemLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionMode_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMode_height; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionMode_subtitleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMode_subtitleTextStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ActionMode_titleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActionMode_titleTextStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ActivityChooserView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityChooserView; + global::Xamarin.Forms.Platform.Resource.Styleable.ActivityChooserView_expandActivityOverflowButtonDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityChooserView_expandActivityOverflowButtonDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.ActivityChooserView_initialActivityCount = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityChooserView_initialActivityCount; + global::Xamarin.Forms.Platform.Resource.Styleable.ActivityNavigator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityNavigator; + global::Xamarin.Forms.Platform.Resource.Styleable.ActivityNavigator_action = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityNavigator_action; + global::Xamarin.Forms.Platform.Resource.Styleable.ActivityNavigator_android_name = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityNavigator_android_name; + global::Xamarin.Forms.Platform.Resource.Styleable.ActivityNavigator_data = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityNavigator_data; + global::Xamarin.Forms.Platform.Resource.Styleable.ActivityNavigator_dataPattern = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityNavigator_dataPattern; + global::Xamarin.Forms.Platform.Resource.Styleable.ActivityNavigator_targetPackage = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ActivityNavigator_targetPackage; + global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog; + global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_android_layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_android_layout; + global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_buttonIconDimen = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_buttonIconDimen; + global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_buttonPanelSideLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_buttonPanelSideLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_listItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_listItemLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_listLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_listLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_multiChoiceItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_multiChoiceItemLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_showTitle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_showTitle; + global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_singleChoiceItemLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AlertDialog_singleChoiceItemLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableCompat; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableCompat_android_constantSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_constantSize; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableCompat_android_dither = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_dither; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableCompat_android_enterFadeDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_enterFadeDuration; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableCompat_android_exitFadeDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_exitFadeDuration; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableCompat_android_variablePadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_variablePadding; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableCompat_android_visible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_visible; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableItem; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableItem_android_drawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableItem_android_drawable; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableItem_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableItem_android_id; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableTransition; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableTransition_android_drawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_drawable; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableTransition_android_fromId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_fromId; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableTransition_android_reversible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_reversible; + global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableTransition_android_toId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_toId; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayoutStates = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayoutStates; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayoutStates_state_collapsed = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayoutStates_state_collapsed; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayoutStates_state_collapsible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayoutStates_state_collapsible; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayoutStates_state_liftable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayoutStates_state_liftable; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayoutStates_state_lifted = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayoutStates_state_lifted; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_android_background = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_android_background; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_android_keyboardNavigationCluster = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_android_keyboardNavigationCluster; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_android_touchscreenBlocksFocus = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_android_touchscreenBlocksFocus; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_expanded = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_expanded; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_Layout; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_Layout_layout_scrollFlags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_Layout_layout_scrollFlags; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_Layout_layout_scrollInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_Layout_layout_scrollInterpolator; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_liftOnScroll = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_liftOnScroll; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_liftOnScrollTargetViewId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_liftOnScrollTargetViewId; + global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_statusBarForeground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppBarLayout_statusBarForeground; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatImageView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatImageView; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatImageView_android_src = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatImageView_android_src; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatImageView_srcCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatImageView_srcCompat; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatImageView_tint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatImageView_tint; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatImageView_tintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatImageView_tintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatSeekBar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatSeekBar; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatSeekBar_android_thumb = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatSeekBar_android_thumb; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatSeekBar_tickMark = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatSeekBar_tickMark; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatSeekBar_tickMarkTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatSeekBar_tickMarkTint; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatSeekBar_tickMarkTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatSeekBar_tickMarkTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper_android_drawableBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper_android_drawableEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper_android_drawableLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper_android_drawableRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableRight; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper_android_drawableStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableStart; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper_android_drawableTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableTop; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper_android_textAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextHelper_android_textAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_android_textAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_android_textAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_autoSizeMaxTextSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_autoSizeMaxTextSize; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_autoSizeMinTextSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_autoSizeMinTextSize; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_autoSizePresetSizes = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_autoSizePresetSizes; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_autoSizeStepGranularity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_autoSizeStepGranularity; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_autoSizeTextType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_autoSizeTextType; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableBottomCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableBottomCompat; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableEndCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableEndCompat; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableLeftCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableLeftCompat; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableRightCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableRightCompat; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableStartCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableStartCompat; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableTint; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableTopCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_drawableTopCompat; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_firstBaselineToTopHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_firstBaselineToTopHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_fontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_fontFamily; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_fontVariationSettings = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_fontVariationSettings; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_lastBaselineToBottomHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_lastBaselineToBottomHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_lineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_lineHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_textAllCaps = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_textAllCaps; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_textLocale = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTextView_textLocale; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarDivider = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarDivider; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarItemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarItemBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarPopupTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarPopupTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarSize; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarSplitStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarSplitStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarTabBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarTabBarStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarTabStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarTabStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarTabTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarTabTextStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarWidgetTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionBarWidgetTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionButtonStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionDropDownStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionDropDownStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionMenuTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionMenuTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionMenuTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionMenuTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeCloseButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeCloseButtonStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeCloseContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeCloseContentDescription; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeCloseDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeCloseDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeCopyDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeCopyDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeCutDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeCutDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeFindDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeFindDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModePasteDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModePasteDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModePopupWindowStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModePopupWindowStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeSelectAllDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeSelectAllDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeShareDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeShareDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeSplitBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeSplitBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeWebSearchDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionModeWebSearchDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionOverflowButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionOverflowButtonStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionOverflowMenuStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_actionOverflowMenuStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_activityChooserViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_activityChooserViewStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_alertDialogButtonGroupStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_alertDialogButtonGroupStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_alertDialogCenterButtons = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_alertDialogCenterButtons; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_alertDialogStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_alertDialogStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_alertDialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_alertDialogTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_android_windowAnimationStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_android_windowAnimationStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_android_windowIsFloating = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_android_windowIsFloating; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_autoCompleteTextViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_autoCompleteTextViewStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_borderlessButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_borderlessButtonStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_buttonBarButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_buttonBarButtonStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_buttonBarNegativeButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_buttonBarNegativeButtonStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_buttonBarNeutralButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_buttonBarNeutralButtonStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_buttonBarPositiveButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_buttonBarPositiveButtonStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_buttonBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_buttonBarStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_buttonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_buttonStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_buttonStyleSmall = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_buttonStyleSmall; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_checkboxStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_checkboxStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_checkedTextViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_checkedTextViewStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorAccent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorAccent; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorBackgroundFloating = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorBackgroundFloating; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorButtonNormal = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorButtonNormal; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorControlActivated = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorControlActivated; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorControlHighlight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorControlHighlight; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorControlNormal = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorControlNormal; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorError = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorError; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorPrimary = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorPrimary; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorPrimaryDark = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorPrimaryDark; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorSwitchThumbNormal = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_colorSwitchThumbNormal; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_controlBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_controlBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_dialogCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_dialogCornerRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_dialogPreferredPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_dialogPreferredPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_dialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_dialogTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_dividerHorizontal = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_dividerHorizontal; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_dividerVertical = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_dividerVertical; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_dropdownListPreferredItemHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_dropdownListPreferredItemHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_dropDownListViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_dropDownListViewStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_editTextBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_editTextBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_editTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_editTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_editTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_editTextStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_homeAsUpIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_homeAsUpIndicator; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_imageButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_imageButtonStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listChoiceBackgroundIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listChoiceBackgroundIndicator; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listChoiceIndicatorMultipleAnimated = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listChoiceIndicatorMultipleAnimated; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listChoiceIndicatorSingleAnimated = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listChoiceIndicatorSingleAnimated; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listDividerAlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listDividerAlertDialog; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listMenuViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listMenuViewStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPopupWindowStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPopupWindowStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPreferredItemHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPreferredItemHeightLarge = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemHeightLarge; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPreferredItemHeightSmall = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemHeightSmall; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingRight; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingStart; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_panelBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_panelBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_panelMenuListTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_panelMenuListTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_panelMenuListWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_panelMenuListWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_popupMenuStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_popupMenuStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_popupWindowStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_popupWindowStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_radioButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_radioButtonStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_ratingBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_ratingBarStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_ratingBarStyleIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_ratingBarStyleIndicator; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_ratingBarStyleSmall = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_ratingBarStyleSmall; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_searchViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_searchViewStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_seekBarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_seekBarStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_selectableItemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_selectableItemBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_selectableItemBackgroundBorderless = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_selectableItemBackgroundBorderless; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_spinnerDropDownItemStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_spinnerDropDownItemStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_spinnerStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_spinnerStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_switchStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_switchStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearanceLargePopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearanceLargePopupMenu; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearanceListItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearanceListItem; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearanceListItemSecondary = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearanceListItemSecondary; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearanceListItemSmall = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearanceListItemSmall; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearancePopupMenuHeader = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearancePopupMenuHeader; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultSubtitle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultSubtitle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultTitle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultTitle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearanceSmallPopupMenu = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textAppearanceSmallPopupMenu; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textColorAlertDialogListItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textColorAlertDialogListItem; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textColorSearchUrl = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_textColorSearchUrl; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_toolbarNavigationButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_toolbarNavigationButtonStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_toolbarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_toolbarStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_tooltipForegroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_tooltipForegroundColor; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_tooltipFrameBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_tooltipFrameBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_viewInflaterClass = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_viewInflaterClass; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowActionBar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowActionBar; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowActionBarOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowActionBarOverlay; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowActionModeOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowActionModeOverlay; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowFixedHeightMajor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowFixedHeightMajor; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowFixedHeightMinor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowFixedHeightMinor; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowFixedWidthMajor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowFixedWidthMajor; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowFixedWidthMinor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowFixedWidthMinor; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowMinWidthMajor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowMinWidthMajor; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowMinWidthMinor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowMinWidthMinor; + global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowNoTitle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.AppCompatTheme_windowNoTitle; + global::Xamarin.Forms.Platform.Resource.Styleable.Badge = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge; + global::Xamarin.Forms.Platform.Resource.Styleable.Badge_backgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge_backgroundColor; + global::Xamarin.Forms.Platform.Resource.Styleable.Badge_badgeGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge_badgeGravity; + global::Xamarin.Forms.Platform.Resource.Styleable.Badge_badgeTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge_badgeTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.Badge_horizontalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge_horizontalOffset; + global::Xamarin.Forms.Platform.Resource.Styleable.Badge_maxCharacterCount = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge_maxCharacterCount; + global::Xamarin.Forms.Platform.Resource.Styleable.Badge_number = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge_number; + global::Xamarin.Forms.Platform.Resource.Styleable.Badge_verticalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Badge_verticalOffset; + global::Xamarin.Forms.Platform.Resource.Styleable.BaseProgressIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator; + global::Xamarin.Forms.Platform.Resource.Styleable.BaseProgressIndicator_android_indeterminate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_android_indeterminate; + global::Xamarin.Forms.Platform.Resource.Styleable.BaseProgressIndicator_hideAnimationBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_hideAnimationBehavior; + global::Xamarin.Forms.Platform.Resource.Styleable.BaseProgressIndicator_indicatorColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_indicatorColor; + global::Xamarin.Forms.Platform.Resource.Styleable.BaseProgressIndicator_minHideDelay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_minHideDelay; + global::Xamarin.Forms.Platform.Resource.Styleable.BaseProgressIndicator_showAnimationBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_showAnimationBehavior; + global::Xamarin.Forms.Platform.Resource.Styleable.BaseProgressIndicator_showDelay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_showDelay; + global::Xamarin.Forms.Platform.Resource.Styleable.BaseProgressIndicator_trackColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_trackColor; + global::Xamarin.Forms.Platform.Resource.Styleable.BaseProgressIndicator_trackCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_trackCornerRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.BaseProgressIndicator_trackThickness = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BaseProgressIndicator_trackThickness; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_backgroundTint; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_fabAlignmentMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_fabAlignmentMode; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_fabAnimationMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_fabAnimationMode; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_fabCradleMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_fabCradleMargin; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_fabCradleRoundedCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_fabCradleRoundedCornerRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_fabCradleVerticalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_fabCradleVerticalOffset; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_hideOnScroll = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_hideOnScroll; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_paddingBottomSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_paddingBottomSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_paddingLeftSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_paddingLeftSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_paddingRightSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomAppBar_paddingRightSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomNavigationView; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView_itemHorizontalTranslationEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomNavigationView_itemHorizontalTranslationEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_android_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_android_maxWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_backgroundTint; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_draggable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_draggable; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_expandedOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_expandedOffset; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_fitToContents = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_fitToContents; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_halfExpandedRatio = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_halfExpandedRatio; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_hideable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_hideable; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_peekHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_peekHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_saveFlags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_saveFlags; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_skipCollapsed = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_skipCollapsed; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_gestureInsetBottomIgnored = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_gestureInsetBottomIgnored; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_paddingRightSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_paddingRightSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_paddingTopSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_paddingTopSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Resource.Styleable.ButtonBarLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ButtonBarLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.ButtonBarLayout_allowStacking = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ButtonBarLayout_allowStacking; + global::Xamarin.Forms.Platform.Resource.Styleable.Capability = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Capability; + global::Xamarin.Forms.Platform.Resource.Styleable.Capability_queryPatterns = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Capability_queryPatterns; + global::Xamarin.Forms.Platform.Resource.Styleable.Capability_shortcutMatchRequired = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Capability_shortcutMatchRequired; + global::Xamarin.Forms.Platform.Resource.Styleable.CardView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView; + global::Xamarin.Forms.Platform.Resource.Styleable.CardView_android_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_android_minHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.CardView_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_android_minWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.CardView_cardBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_cardBackgroundColor; + global::Xamarin.Forms.Platform.Resource.Styleable.CardView_cardCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_cardCornerRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.CardView_cardElevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_cardElevation; + global::Xamarin.Forms.Platform.Resource.Styleable.CardView_cardMaxElevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_cardMaxElevation; + global::Xamarin.Forms.Platform.Resource.Styleable.CardView_cardPreventCornerOverlap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_cardPreventCornerOverlap; + global::Xamarin.Forms.Platform.Resource.Styleable.CardView_cardUseCompatPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_cardUseCompatPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.CardView_contentPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_contentPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.CardView_contentPaddingBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_contentPaddingBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.CardView_contentPaddingLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_contentPaddingLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.CardView_contentPaddingRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_contentPaddingRight; + global::Xamarin.Forms.Platform.Resource.Styleable.CardView_contentPaddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CardView_contentPaddingTop; + global::Xamarin.Forms.Platform.Resource.Styleable.Carousel = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel; + global::Xamarin.Forms.Platform.Resource.Styleable.Carousel_carousel_backwardTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_backwardTransition; + global::Xamarin.Forms.Platform.Resource.Styleable.Carousel_carousel_emptyViewsBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_emptyViewsBehavior; + global::Xamarin.Forms.Platform.Resource.Styleable.Carousel_carousel_firstView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_firstView; + global::Xamarin.Forms.Platform.Resource.Styleable.Carousel_carousel_forwardTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_forwardTransition; + global::Xamarin.Forms.Platform.Resource.Styleable.Carousel_carousel_infinite = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_infinite; + global::Xamarin.Forms.Platform.Resource.Styleable.Carousel_carousel_nextState = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_nextState; + global::Xamarin.Forms.Platform.Resource.Styleable.Carousel_carousel_previousState = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_previousState; + global::Xamarin.Forms.Platform.Resource.Styleable.Carousel_carousel_touchUpMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_touchUpMode; + global::Xamarin.Forms.Platform.Resource.Styleable.Carousel_carousel_touchUp_dampeningFactor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_touchUp_dampeningFactor; + global::Xamarin.Forms.Platform.Resource.Styleable.Carousel_carousel_touchUp_velocityThreshold = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Carousel_carousel_touchUp_velocityThreshold; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip; + global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup; + global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup_checkedChip = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup_checkedChip; + global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup_chipSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup_chipSpacing; + global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup_chipSpacingHorizontal = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup_chipSpacingHorizontal; + global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup_chipSpacingVertical = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup_chipSpacingVertical; + global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup_selectionRequired = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup_selectionRequired; + global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup_singleLine = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup_singleLine; + global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup_singleSelection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ChipGroup_singleSelection; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_android_checkable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_android_checkable; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_android_ellipsize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_android_ellipsize; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_android_maxWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_android_text = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_android_text; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_android_textAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_android_textAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_android_textColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_android_textColor; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_android_textSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_android_textSize; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_checkedIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_checkedIcon; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_checkedIconEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_checkedIconEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_checkedIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_checkedIconTint; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_checkedIconVisible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_checkedIconVisible; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipBackgroundColor; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipCornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipCornerRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipEndPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipIcon; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipIconEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipIconEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipIconSize; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipIconTint; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipIconVisible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipIconVisible; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipMinHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipMinHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipMinTouchTargetSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipMinTouchTargetSize; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipStartPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipStrokeColor; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipStrokeWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipSurfaceColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_chipSurfaceColor; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_closeIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_closeIcon; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_closeIconEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_closeIconEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_closeIconEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_closeIconEndPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_closeIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_closeIconSize; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_closeIconStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_closeIconStartPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_closeIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_closeIconTint; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_closeIconVisible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_closeIconVisible; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_ensureMinTouchTargetSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_ensureMinTouchTargetSize; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_hideMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_hideMotionSpec; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_iconEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_iconEndPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_iconStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_iconStartPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_rippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_rippleColor; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_shapeAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_showMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_showMotionSpec; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_textEndPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_textEndPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.Chip_textStartPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Chip_textStartPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.CircularProgressIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CircularProgressIndicator; + global::Xamarin.Forms.Platform.Resource.Styleable.CircularProgressIndicator_indicatorDirectionCircular = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CircularProgressIndicator_indicatorDirectionCircular; + global::Xamarin.Forms.Platform.Resource.Styleable.CircularProgressIndicator_indicatorInset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CircularProgressIndicator_indicatorInset; + global::Xamarin.Forms.Platform.Resource.Styleable.CircularProgressIndicator_indicatorSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CircularProgressIndicator_indicatorSize; + global::Xamarin.Forms.Platform.Resource.Styleable.ClockFaceView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ClockFaceView; + global::Xamarin.Forms.Platform.Resource.Styleable.ClockFaceView_clockFaceBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ClockFaceView_clockFaceBackgroundColor; + global::Xamarin.Forms.Platform.Resource.Styleable.ClockFaceView_clockNumberTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ClockFaceView_clockNumberTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.ClockHandView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ClockHandView; + global::Xamarin.Forms.Platform.Resource.Styleable.ClockHandView_clockHandColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ClockHandView_clockHandColor; + global::Xamarin.Forms.Platform.Resource.Styleable.ClockHandView_materialCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ClockHandView_materialCircleRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.ClockHandView_selectorSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ClockHandView_selectorSize; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleGravity; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_contentScrim = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_contentScrim; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_expandedTitleGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleGravity; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMargin; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginStart; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginTop; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_expandedTitleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_extraMultilineHeightEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_extraMultilineHeightEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_forceApplySystemWindowInsetTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_forceApplySystemWindowInsetTop; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseMode; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_maxLines = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_maxLines; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_scrimAnimationDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_scrimAnimationDuration; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_scrimVisibleHeightTrigger = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_scrimVisibleHeightTrigger; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_statusBarScrim = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_statusBarScrim; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_title = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_title; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_titleCollapseMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_titleCollapseMode; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_titleEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_titleEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_toolbarId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CollapsingToolbarLayout_toolbarId; + global::Xamarin.Forms.Platform.Resource.Styleable.ColorStateListItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ColorStateListItem; + global::Xamarin.Forms.Platform.Resource.Styleable.ColorStateListItem_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ColorStateListItem_alpha; + global::Xamarin.Forms.Platform.Resource.Styleable.ColorStateListItem_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ColorStateListItem_android_alpha; + global::Xamarin.Forms.Platform.Resource.Styleable.ColorStateListItem_android_color = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ColorStateListItem_android_color; + global::Xamarin.Forms.Platform.Resource.Styleable.CompoundButton = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CompoundButton; + global::Xamarin.Forms.Platform.Resource.Styleable.CompoundButton_android_button = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CompoundButton_android_button; + global::Xamarin.Forms.Platform.Resource.Styleable.CompoundButton_buttonCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CompoundButton_buttonCompat; + global::Xamarin.Forms.Platform.Resource.Styleable.CompoundButton_buttonTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CompoundButton_buttonTint; + global::Xamarin.Forms.Platform.Resource.Styleable.CompoundButton_buttonTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CompoundButton_buttonTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_layout_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_height; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_layout_margin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_margin; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginHorizontal = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginHorizontal; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginRight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginStart; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginTop; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginVertical = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_marginVertical; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_layout_width = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_layout_width; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_maxHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_maxHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_maxWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_minHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_minWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_orientation; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_padding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_padding; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_paddingBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_paddingBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_paddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_paddingEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_paddingLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_paddingLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_paddingRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_paddingRight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_paddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_paddingStart; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_paddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_paddingTop; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_android_visibility = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_android_visibility; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_barrierAllowsGoneWidgets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_barrierAllowsGoneWidgets; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_barrierDirection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_barrierDirection; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_barrierMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_barrierMargin; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_chainUseRtl = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_chainUseRtl; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_circularflow_angles = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_circularflow_angles; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_circularflow_defaultAngle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_circularflow_defaultAngle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_circularflow_defaultRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_circularflow_defaultRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_circularflow_radiusInDP = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_circularflow_radiusInDP; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_circularflow_viewCenter = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_circularflow_viewCenter; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_constraintSet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_constraintSet; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_constraint_referenced_ids = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_constraint_referenced_ids; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_constraint_referenced_tags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_constraint_referenced_tags; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_firstHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_firstHorizontalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_firstHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_firstHorizontalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_firstVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_firstVerticalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_firstVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_firstVerticalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalAlign; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalGap; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_horizontalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_lastHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_lastHorizontalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_lastHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_lastHorizontalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_lastVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_lastVerticalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_lastVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_lastVerticalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_maxElementsWrap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_maxElementsWrap; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_verticalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_verticalAlign; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_verticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_verticalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_verticalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_verticalGap; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_verticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_verticalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_flow_wrapMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_flow_wrapMode; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layoutDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layoutDescription; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constrainedHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constrainedHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constrainedWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constrainedWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBaseline_toTopOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBottom_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBottom_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBottom_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBottom_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBottom_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintBottom_toTopOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintCircle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintCircle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintCircleAngle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintCircleAngle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintCircleRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintDimensionRatio = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintDimensionRatio; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintEnd_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintEnd_toEndOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintEnd_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintEnd_toStartOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintGuide_begin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintGuide_begin; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintGuide_end = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintGuide_end; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintGuide_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintGuide_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_default; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_max; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_min; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHeight_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHorizontal_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHorizontal_bias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHorizontal_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintHorizontal_weight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintLeft_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintLeft_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintLeft_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintLeft_toLeftOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintLeft_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintLeft_toRightOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintRight_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintRight_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintRight_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintRight_toLeftOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintRight_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintRight_toRightOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintStart_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintStart_toEndOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintStart_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintStart_toStartOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTag; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTop_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTop_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTop_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTop_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTop_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintTop_toTopOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintVertical_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintVertical_bias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintVertical_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintVertical_chainStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintVertical_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintVertical_weight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_default; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_max; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_min; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_constraintWidth_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_editor_absoluteX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_editor_absoluteX; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_editor_absoluteY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_editor_absoluteY; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginBaseline; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginRight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginStart; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_goneMarginTop; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_marginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_marginBaseline; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_optimizationLevel = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_optimizationLevel; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_Layout_layout_wrapBehaviorInParent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_Layout_layout_wrapBehaviorInParent; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_placeholder = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_placeholder; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_placeholder_content = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_placeholder_content; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_placeholder_placeholder_emptyVisibility = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_placeholder_placeholder_emptyVisibility; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_ReactiveGuide = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_ReactiveGuide; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_applyToAllConstraintSets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_applyToAllConstraintSets; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_applyToConstraintSet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_applyToConstraintSet; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_valueId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintLayout_ReactiveGuide_reactiveGuide_valueId; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_alpha; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_id; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_layout_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_height; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_layout_marginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_marginBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_layout_marginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_marginEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_layout_marginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_marginLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_layout_marginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_marginRight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_layout_marginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_marginStart; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_layout_marginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_marginTop; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_layout_width = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_layout_width; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_maxHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_maxHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_maxWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_minHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_minWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_orientation; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_rotation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_rotation; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_rotationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_rotationX; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_rotationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_rotationY; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_scaleX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_scaleX; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_scaleY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_scaleY; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_transformPivotX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_transformPivotX; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_transformPivotY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_transformPivotY; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_translationX; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_translationY; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_translationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_translationZ; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_android_visibility = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_android_visibility; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_animateCircleAngleTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_animateCircleAngleTo; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_animateRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_animateRelativeTo; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_barrierAllowsGoneWidgets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_barrierAllowsGoneWidgets; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_barrierDirection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_barrierDirection; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_barrierMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_barrierMargin; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_chainUseRtl = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_chainUseRtl; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_constraint_referenced_ids = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_constraint_referenced_ids; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_drawPath = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_drawPath; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_firstHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_firstHorizontalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_firstHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_firstHorizontalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_firstVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_firstVerticalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_firstVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_firstVerticalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_horizontalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_horizontalAlign; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_horizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_horizontalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_horizontalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_horizontalGap; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_horizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_horizontalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_lastHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_lastHorizontalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_lastHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_lastHorizontalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_lastVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_lastVerticalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_lastVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_lastVerticalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_maxElementsWrap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_maxElementsWrap; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_verticalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_verticalAlign; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_verticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_verticalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_verticalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_verticalGap; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_verticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_verticalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_flow_wrapMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_flow_wrapMode; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constrainedHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constrainedHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constrainedWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constrainedWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintBaseline_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintBaseline_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintBottom_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintBottom_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintCircleAngle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintCircleAngle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintCircleRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintDimensionRatio = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintDimensionRatio; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintGuide_begin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintGuide_begin; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintGuide_end = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintGuide_end; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintGuide_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintGuide_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintHeight_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHeight_default; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintHeight_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHeight_max; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintHeight_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHeight_min; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintHeight_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHeight_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintHorizontal_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHorizontal_bias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintHorizontal_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHorizontal_chainStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintHorizontal_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintHorizontal_weight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintLeft_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintLeft_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintRight_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintRight_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintTag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintTag; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintTop_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintTop_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintVertical_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintVertical_bias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintVertical_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintVertical_chainStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintVertical_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintVertical_weight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintWidth_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintWidth_default; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintWidth_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintWidth_max; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintWidth_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintWidth_min; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_constraintWidth_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_constraintWidth_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_editor_absoluteX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_editor_absoluteX; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_editor_absoluteY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_editor_absoluteY; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_goneMarginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_goneMarginBaseline; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_goneMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_goneMarginBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_goneMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_goneMarginEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_goneMarginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_goneMarginLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_goneMarginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_goneMarginRight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_goneMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_goneMarginStart; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_goneMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_goneMarginTop; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_marginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_marginBaseline; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_layout_wrapBehaviorInParent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_layout_wrapBehaviorInParent; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_motionProgress; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_motionStagger = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_motionStagger; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_motionTarget; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_pathMotionArc; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_pivotAnchor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_pivotAnchor; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_polarRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_polarRelativeTo; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_quantizeMotionInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_quantizeMotionInterpolator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_quantizeMotionPhase = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_quantizeMotionPhase; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_quantizeMotionSteps = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_quantizeMotionSteps; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_transformPivotTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_transformPivotTarget; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_transitionEasing; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_transitionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_transitionPathRotate; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintOverride_visibilityMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintOverride_visibilityMode; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_alpha; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_id; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_layout_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_height; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_layout_marginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_marginBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_layout_marginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_marginEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_layout_marginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_marginLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_layout_marginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_marginRight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_layout_marginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_marginStart; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_layout_marginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_marginTop; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_layout_width = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_layout_width; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_maxHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_maxHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_maxWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_minHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_minWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_orientation; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_pivotX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_pivotX; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_pivotY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_pivotY; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_rotation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_rotation; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_rotationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_rotationX; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_rotationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_rotationY; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_scaleX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_scaleX; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_scaleY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_scaleY; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_transformPivotX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_transformPivotX; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_transformPivotY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_transformPivotY; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_translationX; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_translationY; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_translationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_translationZ; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_android_visibility = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_android_visibility; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_animateCircleAngleTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_animateCircleAngleTo; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_animateRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_animateRelativeTo; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_barrierAllowsGoneWidgets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_barrierAllowsGoneWidgets; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_barrierDirection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_barrierDirection; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_barrierMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_barrierMargin; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_chainUseRtl = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_chainUseRtl; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_ConstraintRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_ConstraintRotate; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_constraint_referenced_ids = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_constraint_referenced_ids; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_constraint_referenced_tags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_constraint_referenced_tags; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_deriveConstraintsFrom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_deriveConstraintsFrom; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_drawPath = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_drawPath; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_firstHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_firstHorizontalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_firstHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_firstHorizontalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_firstVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_firstVerticalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_firstVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_firstVerticalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_horizontalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_horizontalAlign; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_horizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_horizontalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_horizontalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_horizontalGap; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_horizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_horizontalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_lastHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_lastHorizontalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_lastHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_lastHorizontalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_lastVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_lastVerticalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_lastVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_lastVerticalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_maxElementsWrap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_maxElementsWrap; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_verticalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_verticalAlign; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_verticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_verticalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_verticalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_verticalGap; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_verticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_verticalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_flow_wrapMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_flow_wrapMode; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constrainedHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constrainedHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constrainedWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constrainedWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintBaseline_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintBaseline_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintBaseline_toBaselineOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintBaseline_toBaselineOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintBaseline_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintBaseline_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintBaseline_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintBaseline_toTopOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintBottom_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintBottom_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintBottom_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintBottom_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintBottom_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintBottom_toTopOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintCircle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintCircle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintCircleAngle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintCircleAngle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintCircleRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintDimensionRatio = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintDimensionRatio; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintEnd_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintEnd_toEndOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintEnd_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintEnd_toStartOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintGuide_begin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintGuide_begin; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintGuide_end = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintGuide_end; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintGuide_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintGuide_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintHeight_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintHeight_default; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintHeight_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintHeight_max; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintHeight_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintHeight_min; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintHeight_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintHeight_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintHorizontal_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintHorizontal_bias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintHorizontal_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintHorizontal_chainStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintHorizontal_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintHorizontal_weight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintLeft_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintLeft_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintLeft_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintLeft_toLeftOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintLeft_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintLeft_toRightOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintRight_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintRight_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintRight_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintRight_toLeftOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintRight_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintRight_toRightOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintStart_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintStart_toEndOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintStart_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintStart_toStartOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintTag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintTag; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintTop_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintTop_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintTop_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintTop_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintTop_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintTop_toTopOf; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintVertical_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintVertical_bias; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintVertical_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintVertical_chainStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintVertical_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintVertical_weight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintWidth_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintWidth_default; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintWidth_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintWidth_max; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintWidth_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintWidth_min; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_constraintWidth_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_constraintWidth_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_editor_absoluteX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_editor_absoluteX; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_editor_absoluteY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_editor_absoluteY; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_goneMarginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_goneMarginBaseline; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_goneMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_goneMarginBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_goneMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_goneMarginEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_goneMarginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_goneMarginLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_goneMarginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_goneMarginRight; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_goneMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_goneMarginStart; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_goneMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_goneMarginTop; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_marginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_marginBaseline; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_layout_wrapBehaviorInParent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_layout_wrapBehaviorInParent; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_motionProgress; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_motionStagger = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_motionStagger; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_pathMotionArc; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_pivotAnchor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_pivotAnchor; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_polarRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_polarRelativeTo; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_quantizeMotionSteps = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_quantizeMotionSteps; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_transitionEasing; + global::Xamarin.Forms.Platform.Resource.Styleable.ConstraintSet_transitionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ConstraintSet_transitionPathRotate; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_alpha; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_id; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_layout_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_height; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_layout_marginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_marginBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_layout_marginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_marginEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_layout_marginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_marginLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_layout_marginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_marginRight; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_layout_marginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_marginStart; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_layout_marginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_marginTop; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_layout_width = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_layout_width; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_maxHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_maxHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_maxWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_minHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_minWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_orientation; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_rotation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_rotation; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_rotationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_rotationX; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_rotationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_rotationY; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_scaleX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_scaleX; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_scaleY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_scaleY; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_transformPivotX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_transformPivotX; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_transformPivotY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_transformPivotY; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_translationX; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_translationY; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_translationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_translationZ; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_android_visibility = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_android_visibility; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_animateCircleAngleTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_animateCircleAngleTo; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_animateRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_animateRelativeTo; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_barrierAllowsGoneWidgets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_barrierAllowsGoneWidgets; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_barrierDirection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_barrierDirection; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_barrierMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_barrierMargin; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_chainUseRtl = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_chainUseRtl; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_constraint_referenced_ids = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_constraint_referenced_ids; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_constraint_referenced_tags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_constraint_referenced_tags; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_drawPath = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_drawPath; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_firstHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_firstHorizontalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_firstHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_firstHorizontalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_firstVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_firstVerticalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_firstVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_firstVerticalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_horizontalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_horizontalAlign; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_horizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_horizontalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_horizontalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_horizontalGap; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_horizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_horizontalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_lastHorizontalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_lastHorizontalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_lastHorizontalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_lastHorizontalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_lastVerticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_lastVerticalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_lastVerticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_lastVerticalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_maxElementsWrap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_maxElementsWrap; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_verticalAlign = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_verticalAlign; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_verticalBias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_verticalBias; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_verticalGap = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_verticalGap; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_verticalStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_verticalStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_flow_wrapMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_flow_wrapMode; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constrainedHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constrainedHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constrainedWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constrainedWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintBaseline_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintBaseline_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintBaseline_toBaselineOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintBaseline_toBaselineOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintBaseline_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintBaseline_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintBaseline_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintBaseline_toTopOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintBottom_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintBottom_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintBottom_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintBottom_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintBottom_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintBottom_toTopOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintCircle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintCircle; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintCircleAngle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintCircleAngle; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintCircleRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintDimensionRatio = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintDimensionRatio; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintEnd_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintEnd_toEndOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintEnd_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintEnd_toStartOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintGuide_begin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintGuide_begin; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintGuide_end = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintGuide_end; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintGuide_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintGuide_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintHeight_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHeight_default; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintHeight_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHeight_max; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintHeight_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHeight_min; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintHeight_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHeight_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintHorizontal_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHorizontal_bias; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintHorizontal_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHorizontal_chainStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintHorizontal_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintHorizontal_weight; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintLeft_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintLeft_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintLeft_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintLeft_toLeftOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintLeft_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintLeft_toRightOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintRight_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintRight_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintRight_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintRight_toLeftOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintRight_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintRight_toRightOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintStart_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintStart_toEndOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintStart_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintStart_toStartOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintTag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintTag; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintTop_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintTop_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintTop_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintTop_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintTop_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintTop_toTopOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintVertical_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintVertical_bias; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintVertical_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintVertical_chainStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintVertical_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintVertical_weight; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintWidth_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintWidth_default; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintWidth_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintWidth_max; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintWidth_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintWidth_min; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_constraintWidth_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_constraintWidth_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_editor_absoluteX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_editor_absoluteX; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_editor_absoluteY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_editor_absoluteY; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_goneMarginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_goneMarginBaseline; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_goneMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_goneMarginBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_goneMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_goneMarginEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_goneMarginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_goneMarginLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_goneMarginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_goneMarginRight; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_goneMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_goneMarginStart; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_goneMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_goneMarginTop; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_marginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_marginBaseline; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_layout_wrapBehaviorInParent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_layout_wrapBehaviorInParent; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_motionProgress; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_motionStagger = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_motionStagger; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_pathMotionArc; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_pivotAnchor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_pivotAnchor; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_polarRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_polarRelativeTo; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_quantizeMotionInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_quantizeMotionInterpolator; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_quantizeMotionPhase = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_quantizeMotionPhase; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_quantizeMotionSteps = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_quantizeMotionSteps; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_transformPivotTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_transformPivotTarget; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_transitionEasing; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_transitionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_transitionPathRotate; + global::Xamarin.Forms.Platform.Resource.Styleable.Constraint_visibilityMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Constraint_visibilityMode; + global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_keylines = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_keylines; + global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout; + global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity; + global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor; + global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity; + global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior; + global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges; + global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge; + global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline; + global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_statusBarBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CoordinatorLayout_statusBarBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.CustomAttribute = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute; + global::Xamarin.Forms.Platform.Resource.Styleable.CustomAttribute_attributeName = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_attributeName; + global::Xamarin.Forms.Platform.Resource.Styleable.CustomAttribute_customBoolean = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customBoolean; + global::Xamarin.Forms.Platform.Resource.Styleable.CustomAttribute_customColorDrawableValue = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customColorDrawableValue; + global::Xamarin.Forms.Platform.Resource.Styleable.CustomAttribute_customColorValue = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customColorValue; + global::Xamarin.Forms.Platform.Resource.Styleable.CustomAttribute_customDimension = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customDimension; + global::Xamarin.Forms.Platform.Resource.Styleable.CustomAttribute_customFloatValue = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customFloatValue; + global::Xamarin.Forms.Platform.Resource.Styleable.CustomAttribute_customIntegerValue = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customIntegerValue; + global::Xamarin.Forms.Platform.Resource.Styleable.CustomAttribute_customPixelDimension = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customPixelDimension; + global::Xamarin.Forms.Platform.Resource.Styleable.CustomAttribute_customReference = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customReference; + global::Xamarin.Forms.Platform.Resource.Styleable.CustomAttribute_customStringValue = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_customStringValue; + global::Xamarin.Forms.Platform.Resource.Styleable.CustomAttribute_methodName = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.CustomAttribute_methodName; + global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle; + global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_arrowHeadLength = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_arrowHeadLength; + global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_arrowShaftLength = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_arrowShaftLength; + global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_barLength = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_barLength; + global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_color = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_color; + global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_drawableSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_drawableSize; + global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_gapBetweenBars = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_gapBetweenBars; + global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_spinBars = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_spinBars; + global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_thickness = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerArrowToggle_thickness; + global::Xamarin.Forms.Platform.Resource.Styleable.DrawerLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.DrawerLayout_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.DrawerLayout_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton; + global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout; + global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide; + global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink; + global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_collapsedSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_collapsedSize; + global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_extendMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_extendMotionSpec; + global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_hideMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_hideMotionSpec; + global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_showMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_showMotionSpec; + global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_shrinkMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ExtendedFloatingActionButton_shrinkMotionSpec; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_android_enabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_android_enabled; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_backgroundTint; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_backgroundTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_backgroundTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_Behavior_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_Behavior_Layout; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_Behavior_Layout_behavior_autoHide = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_Behavior_Layout_behavior_autoHide; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_borderWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_borderWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_ensureMinTouchTargetSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_ensureMinTouchTargetSize; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_fabCustomSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_fabCustomSize; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_fabSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_fabSize; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_hideMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_hideMotionSpec; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_hoveredFocusedTranslationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_hoveredFocusedTranslationZ; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_maxImageSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_maxImageSize; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_pressedTranslationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_pressedTranslationZ; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_rippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_rippleColor; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_shapeAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_showMotionSpec = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_showMotionSpec; + global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_useCompatPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FloatingActionButton_useCompatPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.FlowLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FlowLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.FlowLayout_itemSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FlowLayout_itemSpacing; + global::Xamarin.Forms.Platform.Resource.Styleable.FlowLayout_lineSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FlowLayout_lineSpacing; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_android_font = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_font; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_android_fontStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_fontStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_android_fontVariationSettings = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_fontVariationSettings; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_android_fontWeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_fontWeight; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_android_ttcIndex = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_android_ttcIndex; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_font = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_font; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_fontStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_fontStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_fontVariationSettings = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_fontVariationSettings; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_fontWeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_fontWeight; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_ttcIndex = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamilyFont_ttcIndex; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily_fontProviderAuthority = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderAuthority; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily_fontProviderCerts = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderCerts; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily_fontProviderFetchStrategy = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderFetchStrategy; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily_fontProviderFetchTimeout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderFetchTimeout; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily_fontProviderPackage = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderPackage; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily_fontProviderQuery = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderQuery; + global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily_fontProviderSystemFontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FontFamily_fontProviderSystemFontFamily; + global::Xamarin.Forms.Platform.Resource.Styleable.ForegroundLinearLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ForegroundLinearLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.ForegroundLinearLayout_android_foreground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ForegroundLinearLayout_android_foreground; + global::Xamarin.Forms.Platform.Resource.Styleable.ForegroundLinearLayout_android_foregroundGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ForegroundLinearLayout_android_foregroundGravity; + global::Xamarin.Forms.Platform.Resource.Styleable.ForegroundLinearLayout_foregroundInsidePadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ForegroundLinearLayout_foregroundInsidePadding; + global::Xamarin.Forms.Platform.Resource.Styleable.Fragment = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Fragment; + global::Xamarin.Forms.Platform.Resource.Styleable.FragmentContainerView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FragmentContainerView; + global::Xamarin.Forms.Platform.Resource.Styleable.FragmentContainerView_android_name = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FragmentContainerView_android_name; + global::Xamarin.Forms.Platform.Resource.Styleable.FragmentContainerView_android_tag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.FragmentContainerView_android_tag; + global::Xamarin.Forms.Platform.Resource.Styleable.Fragment_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Fragment_android_id; + global::Xamarin.Forms.Platform.Resource.Styleable.Fragment_android_name = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Fragment_android_name; + global::Xamarin.Forms.Platform.Resource.Styleable.Fragment_android_tag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Fragment_android_tag; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColorItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColorItem; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColorItem_android_color = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColorItem_android_color; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColorItem_android_offset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColorItem_android_offset; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_centerColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_centerColor; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_centerX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_centerX; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_centerY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_centerY; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_endColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_endColor; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_endX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_endX; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_endY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_endY; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_gradientRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_gradientRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_startColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_startColor; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_startX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_startX; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_startY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_startY; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_tileMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_tileMode; + global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_type = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.GradientColor_android_type; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView_altSrc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_altSrc; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView_blendSrc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_blendSrc; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView_brightness = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_brightness; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView_contrast = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_contrast; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView_crossfade = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_crossfade; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView_imagePanX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_imagePanX; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView_imagePanY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_imagePanY; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView_imageRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_imageRotate; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView_imageZoom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_imageZoom; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView_overlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_overlay; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView_round = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_round; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView_roundPercent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_roundPercent; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView_saturation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_saturation; + global::Xamarin.Forms.Platform.Resource.Styleable.ImageFilterView_warmth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ImageFilterView_warmth; + global::Xamarin.Forms.Platform.Resource.Styleable.include = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.include; + global::Xamarin.Forms.Platform.Resource.Styleable.include_constraintSet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.include_constraintSet; + global::Xamarin.Forms.Platform.Resource.Styleable.Insets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Insets; + global::Xamarin.Forms.Platform.Resource.Styleable.Insets_paddingBottomSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Insets_paddingBottomSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Styleable.Insets_paddingLeftSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Insets_paddingLeftSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Styleable.Insets_paddingRightSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Insets_paddingRightSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Styleable.Insets_paddingTopSystemWindowInsets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Insets_paddingTopSystemWindowInsets; + global::Xamarin.Forms.Platform.Resource.Styleable.ItemsViewRendererTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ItemsViewRendererTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.ItemsViewRendererTheme_collectionViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ItemsViewRendererTheme_collectionViewStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_alpha; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_android_rotation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_rotation; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_android_rotationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_rotationX; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_android_rotationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_rotationY; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_android_scaleX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_scaleX; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_android_scaleY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_scaleY; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_android_transformPivotX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_transformPivotX; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_android_transformPivotY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_transformPivotY; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_android_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_translationX; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_android_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_translationY; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_android_translationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_android_translationZ; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_curveFit = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_curveFit; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_framePosition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_framePosition; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_motionProgress; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_motionTarget; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_transformPivotTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_transformPivotTarget; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_transitionEasing; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyAttribute_transitionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyAttribute_transitionPathRotate; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_alpha; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_android_rotation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_rotation; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_android_rotationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_rotationX; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_android_rotationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_rotationY; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_android_scaleX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_scaleX; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_android_scaleY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_scaleY; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_android_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_translationX; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_android_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_translationY; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_android_translationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_android_translationZ; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_curveFit = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_curveFit; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_framePosition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_framePosition; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_motionProgress; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_motionTarget; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_transitionEasing; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_transitionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_transitionPathRotate; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_waveOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_waveOffset; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_wavePeriod = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_wavePeriod; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_wavePhase = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_wavePhase; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_waveShape = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_waveShape; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyCycle_waveVariesBy = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyCycle_waveVariesBy; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyFrame = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyFrame; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyFramesAcceleration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyFramesAcceleration; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyFramesVelocity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyFramesVelocity; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyPosition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyPosition_curveFit = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_curveFit; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyPosition_drawPath = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_drawPath; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyPosition_framePosition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_framePosition; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyPosition_keyPositionType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_keyPositionType; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyPosition_motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_motionTarget; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyPosition_pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_pathMotionArc; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyPosition_percentHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_percentHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyPosition_percentWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_percentWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyPosition_percentX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_percentX; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyPosition_percentY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_percentY; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyPosition_sizePercent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_sizePercent; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyPosition_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyPosition_transitionEasing; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_alpha; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_android_rotation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_rotation; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_android_rotationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_rotationX; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_android_rotationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_rotationY; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_android_scaleX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_scaleX; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_android_scaleY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_scaleY; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_android_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_translationX; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_android_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_translationY; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_android_translationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_android_translationZ; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_curveFit = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_curveFit; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_framePosition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_framePosition; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_motionProgress; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_motionTarget; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_transitionEasing; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_transitionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_transitionPathRotate; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_waveDecay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_waveDecay; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_waveOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_waveOffset; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_wavePeriod = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_wavePeriod; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_wavePhase = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_wavePhase; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTimeCycle_waveShape = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTimeCycle_waveShape; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTrigger = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTrigger_framePosition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_framePosition; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTrigger_motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_motionTarget; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTrigger_motion_postLayoutCollision = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_motion_postLayoutCollision; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTrigger_motion_triggerOnCollision = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_motion_triggerOnCollision; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTrigger_onCross = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_onCross; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTrigger_onNegativeCross = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_onNegativeCross; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTrigger_onPositiveCross = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_onPositiveCross; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTrigger_triggerId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_triggerId; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTrigger_triggerReceiver = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_triggerReceiver; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTrigger_triggerSlack = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_triggerSlack; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTrigger_viewTransitionOnCross = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_viewTransitionOnCross; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTrigger_viewTransitionOnNegativeCross = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_viewTransitionOnNegativeCross; + global::Xamarin.Forms.Platform.Resource.Styleable.KeyTrigger_viewTransitionOnPositiveCross = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.KeyTrigger_viewTransitionOnPositiveCross; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_android_layout_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_height; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_android_layout_marginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_marginBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_android_layout_marginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_marginEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_android_layout_marginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_marginLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_android_layout_marginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_marginRight; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_android_layout_marginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_marginStart; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_android_layout_marginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_marginTop; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_android_layout_width = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_layout_width; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_android_orientation; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_barrierAllowsGoneWidgets = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_barrierAllowsGoneWidgets; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_barrierDirection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_barrierDirection; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_barrierMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_barrierMargin; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_chainUseRtl = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_chainUseRtl; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_constraint_referenced_ids = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_constraint_referenced_ids; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_constraint_referenced_tags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_constraint_referenced_tags; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constrainedHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constrainedHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constrainedWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constrainedWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintBaseline_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintBaseline_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintBaseline_toBaselineOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintBaseline_toBaselineOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintBaseline_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintBaseline_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintBaseline_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintBaseline_toTopOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintBottom_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintBottom_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintBottom_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintBottom_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintBottom_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintBottom_toTopOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintCircle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintCircle; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintCircleAngle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintCircleAngle; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintCircleRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintDimensionRatio = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintDimensionRatio; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintEnd_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintEnd_toEndOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintEnd_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintEnd_toStartOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintGuide_begin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintGuide_begin; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintGuide_end = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintGuide_end; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintGuide_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintGuide_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintHeight_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHeight_default; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintHeight_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHeight_max; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintHeight_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHeight_min; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintHeight_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHeight_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintHorizontal_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHorizontal_bias; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintHorizontal_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHorizontal_chainStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintHorizontal_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintHorizontal_weight; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintLeft_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintLeft_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintLeft_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintLeft_toLeftOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintLeft_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintLeft_toRightOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintRight_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintRight_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintRight_toLeftOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintRight_toLeftOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintRight_toRightOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintRight_toRightOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintStart_toEndOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintStart_toEndOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintStart_toStartOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintStart_toStartOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintTop_creator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintTop_creator; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintTop_toBottomOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintTop_toBottomOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintTop_toTopOf = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintTop_toTopOf; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintVertical_bias = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintVertical_bias; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintVertical_chainStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintVertical_chainStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintVertical_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintVertical_weight; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintWidth_default = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintWidth_default; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintWidth_max = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintWidth_max; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintWidth_min = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintWidth_min; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_constraintWidth_percent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_constraintWidth_percent; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_editor_absoluteX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_editor_absoluteX; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_editor_absoluteY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_editor_absoluteY; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_goneMarginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_goneMarginBaseline; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_goneMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_goneMarginBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_goneMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_goneMarginEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_goneMarginLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_goneMarginLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_goneMarginRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_goneMarginRight; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_goneMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_goneMarginStart; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_goneMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_goneMarginTop; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_marginBaseline = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_marginBaseline; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_layout_wrapBehaviorInParent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_layout_wrapBehaviorInParent; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_maxHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_maxHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_maxWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_minHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.Layout_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Layout_minWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_android_baselineAligned = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_android_baselineAligned; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_android_baselineAlignedChildIndex = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_android_baselineAlignedChildIndex; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_android_gravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_android_gravity; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_android_orientation; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_android_weightSum = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_android_weightSum; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_divider = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_divider; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_dividerPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_dividerPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_Layout; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_gravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_gravity; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_height = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_height; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_weight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_weight; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_width = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_width; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_measureWithLargestChild = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_measureWithLargestChild; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_showDividers = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearLayoutCompat_showDividers; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearProgressIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearProgressIndicator; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearProgressIndicator_indeterminateAnimationType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearProgressIndicator_indeterminateAnimationType; + global::Xamarin.Forms.Platform.Resource.Styleable.LinearProgressIndicator_indicatorDirectionLinear = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.LinearProgressIndicator_indicatorDirectionLinear; + global::Xamarin.Forms.Platform.Resource.Styleable.ListPopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ListPopupWindow; + global::Xamarin.Forms.Platform.Resource.Styleable.ListPopupWindow_android_dropDownHorizontalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ListPopupWindow_android_dropDownHorizontalOffset; + global::Xamarin.Forms.Platform.Resource.Styleable.ListPopupWindow_android_dropDownVerticalOffset = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ListPopupWindow_android_dropDownVerticalOffset; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialog = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialog; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialogTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialog_backgroundInsetBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialog_backgroundInsetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialog_backgroundInsetStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetStart; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialog_backgroundInsetTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetTop; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAutoCompleteTextView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAutoCompleteTextView; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAutoCompleteTextView_android_inputType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialAutoCompleteTextView_android_inputType; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButtonToggleGroup = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButtonToggleGroup; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButtonToggleGroup_checkedButton = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButtonToggleGroup_checkedButton; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButtonToggleGroup_selectionRequired = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButtonToggleGroup_selectionRequired; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButtonToggleGroup_singleSelection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButtonToggleGroup_singleSelection; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_android_background = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_android_background; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_android_checkable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_android_checkable; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_android_insetBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_android_insetBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_android_insetLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_android_insetLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_android_insetRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_android_insetRight; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_android_insetTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_android_insetTop; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_backgroundTint; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_backgroundTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_backgroundTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_cornerRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_cornerRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_icon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_icon; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_iconGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_iconGravity; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_iconPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_iconPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_iconSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_iconSize; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_iconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_iconTint; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_iconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_iconTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_rippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_rippleColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_shapeAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_strokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_strokeColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_strokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialButton_strokeWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_android_insetBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_android_insetBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_android_insetLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_android_insetLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_android_insetRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_android_insetRight; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_android_insetTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_android_insetTop; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_itemFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_itemFillColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_itemShapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_itemShapeAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_itemShapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_itemShapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_itemStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_itemStrokeColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_itemStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_itemStrokeWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_itemTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendarItem_itemTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_android_windowFullscreen = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_android_windowFullscreen; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_dayInvalidStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_dayInvalidStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_daySelectedStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_daySelectedStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_dayStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_dayStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_dayTodayStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_dayTodayStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_nestedScrollable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_nestedScrollable; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_rangeFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_rangeFillColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_yearSelectedStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_yearSelectedStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_yearStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_yearStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_yearTodayStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCalendar_yearTodayStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_android_checkable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_android_checkable; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_cardForegroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_cardForegroundColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_checkedIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_checkedIcon; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_checkedIconMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_checkedIconMargin; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_checkedIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_checkedIconSize; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_checkedIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_checkedIconTint; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_rippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_rippleColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_shapeAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_state_dragged = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_state_dragged; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_strokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_strokeColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_strokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCardView_strokeWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCheckBox = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCheckBox; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCheckBox_buttonTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCheckBox_buttonTint; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCheckBox_useMaterialThemeColors = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialCheckBox_useMaterialThemeColors; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialRadioButton = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialRadioButton; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialRadioButton_buttonTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialRadioButton_buttonTint; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialRadioButton_useMaterialThemeColors = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialRadioButton_useMaterialThemeColors; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialShape = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialShape; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialShape_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialShape_shapeAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialShape_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialShape_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextAppearance_android_letterSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextAppearance_android_letterSpacing; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextAppearance_android_lineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextAppearance_android_lineHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextAppearance_lineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextAppearance_lineHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextView; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextView_android_lineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextView_android_lineHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextView_android_textAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextView_android_textAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextView_lineHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTextView_lineHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTimePicker = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTimePicker; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTimePicker_clockIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTimePicker_clockIcon; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTimePicker_keyboardIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialTimePicker_keyboardIcon; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialToolbar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialToolbar; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialToolbar_navigationIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialToolbar_navigationIconTint; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialToolbar_subtitleCentered = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialToolbar_subtitleCentered; + global::Xamarin.Forms.Platform.Resource.Styleable.MaterialToolbar_titleCentered = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MaterialToolbar_titleCentered; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuGroup = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuGroup; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuGroup_android_checkableBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuGroup_android_checkableBehavior; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuGroup_android_enabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuGroup_android_enabled; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuGroup_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuGroup_android_id; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuGroup_android_menuCategory = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuGroup_android_menuCategory; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuGroup_android_orderInCategory = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuGroup_android_orderInCategory; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuGroup_android_visible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuGroup_android_visible; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_actionLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_actionLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_actionProviderClass = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_actionProviderClass; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_actionViewClass = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_actionViewClass; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_alphabeticModifiers = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_alphabeticModifiers; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_alphabeticShortcut = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_alphabeticShortcut; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_checkable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_checkable; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_checked = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_checked; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_enabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_enabled; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_icon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_icon; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_id; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_menuCategory = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_menuCategory; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_numericShortcut = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_numericShortcut; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_onClick = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_onClick; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_orderInCategory = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_orderInCategory; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_title = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_title; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_titleCondensed = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_titleCondensed; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_visible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_android_visible; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_contentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_contentDescription; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_iconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_iconTint; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_iconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_iconTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_numericModifiers = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_numericModifiers; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_showAsAction = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_showAsAction; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_tooltipText = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuItem_tooltipText; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_android_headerBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_android_headerBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_android_horizontalDivider = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_android_horizontalDivider; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_android_itemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_android_itemBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_android_itemIconDisabledAlpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_android_itemIconDisabledAlpha; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_android_itemTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_android_itemTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_android_verticalDivider = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_android_verticalDivider; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_android_windowAnimationStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_android_windowAnimationStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_preserveIconSpacing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_preserveIconSpacing; + global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_subMenuArrow = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MenuView_subMenuArrow; + global::Xamarin.Forms.Platform.Resource.Styleable.MockView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MockView; + global::Xamarin.Forms.Platform.Resource.Styleable.MockView_mock_diagonalsColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MockView_mock_diagonalsColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MockView_mock_label = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MockView_mock_label; + global::Xamarin.Forms.Platform.Resource.Styleable.MockView_mock_labelBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MockView_mock_labelBackgroundColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MockView_mock_labelColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MockView_mock_labelColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MockView_mock_showDiagonals = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MockView_mock_showDiagonals; + global::Xamarin.Forms.Platform.Resource.Styleable.MockView_mock_showLabel = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MockView_mock_showLabel; + global::Xamarin.Forms.Platform.Resource.Styleable.Motion = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionEffect = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionEffect_motionEffect_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_alpha; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionEffect_motionEffect_end = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_end; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionEffect_motionEffect_move = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_move; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionEffect_motionEffect_start = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_start; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionEffect_motionEffect_strict = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_strict; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionEffect_motionEffect_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_translationX; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionEffect_motionEffect_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_translationY; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionEffect_motionEffect_viewTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionEffect_motionEffect_viewTransition; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionHelper = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionHelper; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionHelper_onHide = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionHelper_onHide; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionHelper_onShow = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionHelper_onShow; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_android_autoSizeTextType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_autoSizeTextType; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_android_fontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_fontFamily; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_android_gravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_gravity; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_android_shadowRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_shadowRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_android_text = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_text; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_android_textColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_textColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_android_textSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_textSize; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_android_textStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_textStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_android_typeface = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_android_typeface; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_borderRound = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_borderRound; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_borderRoundPercent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_borderRoundPercent; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_scaleFromTextSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_scaleFromTextSize; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_textBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_textBackgroundPanX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textBackgroundPanX; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_textBackgroundPanY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textBackgroundPanY; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_textBackgroundRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textBackgroundRotate; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_textBackgroundZoom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textBackgroundZoom; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_textOutlineColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textOutlineColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_textOutlineThickness = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textOutlineThickness; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_textPanX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textPanX; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_textPanY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textPanY; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_textureBlurFactor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textureBlurFactor; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_textureEffect = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textureEffect; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_textureHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textureHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLabel_textureWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLabel_textureWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLayout_applyMotionScene = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLayout_applyMotionScene; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLayout_currentState = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLayout_currentState; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLayout_layoutDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLayout_layoutDescription; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLayout_motionDebug = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLayout_motionDebug; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLayout_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLayout_motionProgress; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionLayout_showPaths = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionLayout_showPaths; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionScene = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionScene; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionScene_defaultDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionScene_defaultDuration; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionScene_layoutDuringTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionScene_layoutDuringTransition; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionTelltales = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionTelltales; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionTelltales_telltales_tailColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionTelltales_telltales_tailColor; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionTelltales_telltales_tailScale = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionTelltales_telltales_tailScale; + global::Xamarin.Forms.Platform.Resource.Styleable.MotionTelltales_telltales_velocityMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.MotionTelltales_telltales_velocityMode; + global::Xamarin.Forms.Platform.Resource.Styleable.Motion_animateCircleAngleTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_animateCircleAngleTo; + global::Xamarin.Forms.Platform.Resource.Styleable.Motion_animateRelativeTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_animateRelativeTo; + global::Xamarin.Forms.Platform.Resource.Styleable.Motion_drawPath = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_drawPath; + global::Xamarin.Forms.Platform.Resource.Styleable.Motion_motionPathRotate = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_motionPathRotate; + global::Xamarin.Forms.Platform.Resource.Styleable.Motion_motionStagger = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_motionStagger; + global::Xamarin.Forms.Platform.Resource.Styleable.Motion_pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_pathMotionArc; + global::Xamarin.Forms.Platform.Resource.Styleable.Motion_quantizeMotionInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_quantizeMotionInterpolator; + global::Xamarin.Forms.Platform.Resource.Styleable.Motion_quantizeMotionPhase = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_quantizeMotionPhase; + global::Xamarin.Forms.Platform.Resource.Styleable.Motion_quantizeMotionSteps = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_quantizeMotionSteps; + global::Xamarin.Forms.Platform.Resource.Styleable.Motion_transitionEasing = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Motion_transitionEasing; + global::Xamarin.Forms.Platform.Resource.Styleable.NavAction = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction; + global::Xamarin.Forms.Platform.Resource.Styleable.NavAction_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_android_id; + global::Xamarin.Forms.Platform.Resource.Styleable.NavAction_destination = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_destination; + global::Xamarin.Forms.Platform.Resource.Styleable.NavAction_enterAnim = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_enterAnim; + global::Xamarin.Forms.Platform.Resource.Styleable.NavAction_exitAnim = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_exitAnim; + global::Xamarin.Forms.Platform.Resource.Styleable.NavAction_launchSingleTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_launchSingleTop; + global::Xamarin.Forms.Platform.Resource.Styleable.NavAction_popEnterAnim = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_popEnterAnim; + global::Xamarin.Forms.Platform.Resource.Styleable.NavAction_popExitAnim = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_popExitAnim; + global::Xamarin.Forms.Platform.Resource.Styleable.NavAction_popUpTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_popUpTo; + global::Xamarin.Forms.Platform.Resource.Styleable.NavAction_popUpToInclusive = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavAction_popUpToInclusive; + global::Xamarin.Forms.Platform.Resource.Styleable.NavArgument = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavArgument; + global::Xamarin.Forms.Platform.Resource.Styleable.NavArgument_android_defaultValue = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavArgument_android_defaultValue; + global::Xamarin.Forms.Platform.Resource.Styleable.NavArgument_android_name = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavArgument_android_name; + global::Xamarin.Forms.Platform.Resource.Styleable.NavArgument_argType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavArgument_argType; + global::Xamarin.Forms.Platform.Resource.Styleable.NavArgument_nullable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavArgument_nullable; + global::Xamarin.Forms.Platform.Resource.Styleable.NavDeepLink = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavDeepLink; + global::Xamarin.Forms.Platform.Resource.Styleable.NavDeepLink_action = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavDeepLink_action; + global::Xamarin.Forms.Platform.Resource.Styleable.NavDeepLink_android_autoVerify = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavDeepLink_android_autoVerify; + global::Xamarin.Forms.Platform.Resource.Styleable.NavDeepLink_mimeType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavDeepLink_mimeType; + global::Xamarin.Forms.Platform.Resource.Styleable.NavDeepLink_uri = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavDeepLink_uri; + global::Xamarin.Forms.Platform.Resource.Styleable.NavGraphNavigator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavGraphNavigator; + global::Xamarin.Forms.Platform.Resource.Styleable.NavGraphNavigator_startDestination = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavGraphNavigator_startDestination; + global::Xamarin.Forms.Platform.Resource.Styleable.NavHost = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavHost; + global::Xamarin.Forms.Platform.Resource.Styleable.NavHost_navGraph = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavHost_navGraph; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationBarView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationBarView_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_backgroundTint; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationBarView_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationBarView_itemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_itemBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationBarView_itemIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_itemIconSize; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationBarView_itemIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_itemIconTint; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationBarView_itemRippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_itemRippleColor; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationBarView_itemTextAppearanceActive = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_itemTextAppearanceActive; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationBarView_itemTextAppearanceInactive = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_itemTextAppearanceInactive; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationBarView_itemTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_itemTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationBarView_labelVisibilityMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_labelVisibilityMode; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationBarView_menu = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationBarView_menu; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationRailView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationRailView; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationRailView_headerLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationRailView_headerLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationRailView_menuGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationRailView_menuGravity; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_android_background = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_android_background; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_android_fitsSystemWindows = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_android_fitsSystemWindows; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_android_maxWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_headerLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_headerLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemHorizontalPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemHorizontalPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemIconPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemIconPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemIconSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemIconSize; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemIconTint; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemMaxLines = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemMaxLines; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemShapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemShapeAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemShapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemShapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemShapeFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemShapeFillColor; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemShapeInsetBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemShapeInsetBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemShapeInsetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemShapeInsetEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemShapeInsetStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemShapeInsetStart; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemShapeInsetTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemShapeInsetTop; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_itemTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_menu = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_menu; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_shapeAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavigationView_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Resource.Styleable.Navigator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Navigator; + global::Xamarin.Forms.Platform.Resource.Styleable.Navigator_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Navigator_android_id; + global::Xamarin.Forms.Platform.Resource.Styleable.Navigator_android_label = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Navigator_android_label; + global::Xamarin.Forms.Platform.Resource.Styleable.NavInclude = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavInclude; + global::Xamarin.Forms.Platform.Resource.Styleable.NavInclude_graph = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.NavInclude_graph; + global::Xamarin.Forms.Platform.Resource.Styleable.OnClick = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnClick; + global::Xamarin.Forms.Platform.Resource.Styleable.OnClick_clickAction = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnClick_clickAction; + global::Xamarin.Forms.Platform.Resource.Styleable.OnClick_targetId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnClick_targetId; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_autoCompleteMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_autoCompleteMode; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_dragDirection = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_dragDirection; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_dragScale = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_dragScale; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_dragThreshold = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_dragThreshold; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_limitBoundsTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_limitBoundsTo; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_maxAcceleration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_maxAcceleration; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_maxVelocity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_maxVelocity; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_moveWhenScrollAtTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_moveWhenScrollAtTop; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_nestedScrollFlags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_nestedScrollFlags; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_onTouchUp = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_onTouchUp; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_rotationCenterId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_rotationCenterId; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_springBoundary = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_springBoundary; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_springDamping = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_springDamping; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_springMass = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_springMass; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_springStiffness = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_springStiffness; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_springStopThreshold = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_springStopThreshold; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_touchAnchorId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_touchAnchorId; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_touchAnchorSide = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_touchAnchorSide; + global::Xamarin.Forms.Platform.Resource.Styleable.OnSwipe_touchRegionId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.OnSwipe_touchRegionId; + global::Xamarin.Forms.Platform.Resource.Styleable.PopupWindow = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PopupWindow; + global::Xamarin.Forms.Platform.Resource.Styleable.PopupWindowBackgroundState = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PopupWindowBackgroundState; + global::Xamarin.Forms.Platform.Resource.Styleable.PopupWindowBackgroundState_state_above_anchor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PopupWindowBackgroundState_state_above_anchor; + global::Xamarin.Forms.Platform.Resource.Styleable.PopupWindow_android_popupAnimationStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PopupWindow_android_popupAnimationStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.PopupWindow_android_popupBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PopupWindow_android_popupBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.PopupWindow_overlapAnchor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PopupWindow_overlapAnchor; + global::Xamarin.Forms.Platform.Resource.Styleable.PropertySet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PropertySet; + global::Xamarin.Forms.Platform.Resource.Styleable.PropertySet_android_alpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PropertySet_android_alpha; + global::Xamarin.Forms.Platform.Resource.Styleable.PropertySet_android_visibility = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PropertySet_android_visibility; + global::Xamarin.Forms.Platform.Resource.Styleable.PropertySet_layout_constraintTag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PropertySet_layout_constraintTag; + global::Xamarin.Forms.Platform.Resource.Styleable.PropertySet_motionProgress = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PropertySet_motionProgress; + global::Xamarin.Forms.Platform.Resource.Styleable.PropertySet_visibilityMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.PropertySet_visibilityMode; + global::Xamarin.Forms.Platform.Resource.Styleable.RadialViewGroup = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RadialViewGroup; + global::Xamarin.Forms.Platform.Resource.Styleable.RadialViewGroup_materialCircleRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RadialViewGroup_materialCircleRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.RangeSlider = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RangeSlider; + global::Xamarin.Forms.Platform.Resource.Styleable.RangeSlider_minSeparation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RangeSlider_minSeparation; + global::Xamarin.Forms.Platform.Resource.Styleable.RangeSlider_values = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RangeSlider_values; + global::Xamarin.Forms.Platform.Resource.Styleable.RecycleListView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecycleListView; + global::Xamarin.Forms.Platform.Resource.Styleable.RecycleListView_paddingBottomNoButtons = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecycleListView_paddingBottomNoButtons; + global::Xamarin.Forms.Platform.Resource.Styleable.RecycleListView_paddingTopNoTitle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecycleListView_paddingTopNoTitle; + global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView; + global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_android_clipToPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_android_clipToPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_android_descendantFocusability = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_android_descendantFocusability; + global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_android_orientation; + global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_fastScrollEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_fastScrollEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_fastScrollHorizontalThumbDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_fastScrollHorizontalThumbDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_fastScrollHorizontalTrackDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_fastScrollHorizontalTrackDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_fastScrollVerticalThumbDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_fastScrollVerticalThumbDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_fastScrollVerticalTrackDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_fastScrollVerticalTrackDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_layoutManager = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_layoutManager; + global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_reverseLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_reverseLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_spanCount = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_spanCount; + global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_stackFromEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.RecyclerView_stackFromEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.ScrimInsetsFrameLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ScrimInsetsFrameLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.ScrimInsetsFrameLayout_insetForeground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ScrimInsetsFrameLayout_insetForeground; + global::Xamarin.Forms.Platform.Resource.Styleable.ScrollingViewBehavior_Layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ScrollingViewBehavior_Layout; + global::Xamarin.Forms.Platform.Resource.Styleable.ScrollingViewBehavior_Layout_behavior_overlapTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ScrollingViewBehavior_Layout_behavior_overlapTop; + global::Xamarin.Forms.Platform.Resource.Styleable.ScrollViewRendererTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ScrollViewRendererTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.ScrollViewRendererTheme_scrollViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ScrollViewRendererTheme_scrollViewStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_android_focusable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_android_focusable; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_android_imeOptions = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_android_imeOptions; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_android_inputType = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_android_inputType; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_android_maxWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_closeIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_closeIcon; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_commitIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_commitIcon; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_defaultQueryHint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_defaultQueryHint; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_goIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_goIcon; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_iconifiedByDefault = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_iconifiedByDefault; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_layout; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_queryBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_queryBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_queryHint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_queryHint; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_searchHintIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_searchHintIcon; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_searchIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_searchIcon; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_submitBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_submitBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_suggestionRowLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_suggestionRowLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_voiceIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SearchView_voiceIcon; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_contentPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_contentPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_contentPaddingBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_contentPaddingBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_contentPaddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_contentPaddingEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_contentPaddingLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_contentPaddingLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_contentPaddingRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_contentPaddingRight; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_contentPaddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_contentPaddingStart; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_contentPaddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_contentPaddingTop; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_shapeAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_strokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_strokeColor; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_strokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeableImageView_strokeWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerFamily; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerFamilyBottomLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyBottomLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerFamilyBottomRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyBottomRight; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerFamilyTopLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyTopLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerFamilyTopRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyTopRight; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerSize; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerSizeBottomLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerSizeBottomLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerSizeBottomRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerSizeBottomRight; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerSizeTopLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerSizeTopLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerSizeTopRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ShapeAppearance_cornerSizeTopRight; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_android_enabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_android_enabled; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_android_stepSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_android_stepSize; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_android_value = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_android_value; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_android_valueFrom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_android_valueFrom; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_android_valueTo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_android_valueTo; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_haloColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_haloColor; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_haloRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_haloRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_labelBehavior = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_labelBehavior; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_labelStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_labelStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_thumbColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_thumbColor; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_thumbElevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_thumbElevation; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_thumbRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_thumbRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_thumbStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_thumbStrokeColor; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_thumbStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_thumbStrokeWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_tickColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_tickColor; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_tickColorActive = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_tickColorActive; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_tickColorInactive = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_tickColorInactive; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_tickVisible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_tickVisible; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_trackColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_trackColor; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_trackColorActive = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_trackColorActive; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_trackColorInactive = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_trackColorInactive; + global::Xamarin.Forms.Platform.Resource.Styleable.Slider_trackHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Slider_trackHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.Snackbar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Snackbar; + global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_actionTextColorAlpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_actionTextColorAlpha; + global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_android_maxWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_animationMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_animationMode; + global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_backgroundOverlayColorAlpha = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_backgroundOverlayColorAlpha; + global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_backgroundTint; + global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_backgroundTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_backgroundTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_maxActionInlineWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SnackbarLayout_maxActionInlineWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.Snackbar_snackbarButtonStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Snackbar_snackbarButtonStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.Snackbar_snackbarStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Snackbar_snackbarStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.Snackbar_snackbarTextViewStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Snackbar_snackbarTextViewStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.Spinner = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Spinner; + global::Xamarin.Forms.Platform.Resource.Styleable.Spinner_android_dropDownWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Spinner_android_dropDownWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.Spinner_android_entries = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Spinner_android_entries; + global::Xamarin.Forms.Platform.Resource.Styleable.Spinner_android_popupBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Spinner_android_popupBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.Spinner_android_prompt = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Spinner_android_prompt; + global::Xamarin.Forms.Platform.Resource.Styleable.Spinner_popupTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Spinner_popupTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.State = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.State; + global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawableItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawableItem; + global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawableItem_android_drawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawableItem_android_drawable; + global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawable_android_constantSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawable_android_constantSize; + global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawable_android_dither = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawable_android_dither; + global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawable_android_enterFadeDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawable_android_enterFadeDuration; + global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawable_android_exitFadeDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawable_android_exitFadeDuration; + global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawable_android_variablePadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawable_android_variablePadding; + global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawable_android_visible = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateListDrawable_android_visible; + global::Xamarin.Forms.Platform.Resource.Styleable.StateSet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateSet; + global::Xamarin.Forms.Platform.Resource.Styleable.StateSet_defaultState = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.StateSet_defaultState; + global::Xamarin.Forms.Platform.Resource.Styleable.State_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.State_android_id; + global::Xamarin.Forms.Platform.Resource.Styleable.State_constraints = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.State_constraints; + global::Xamarin.Forms.Platform.Resource.Styleable.SwipeRefreshLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwipeRefreshLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_android_textOff = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_android_textOff; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_android_textOn = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_android_textOn; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_android_thumb = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_android_thumb; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_showText = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_showText; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_splitTrack = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_splitTrack; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_switchMinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_switchMinWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_switchPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_switchPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_switchTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_switchTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_thumbTextPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_thumbTextPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_thumbTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_thumbTint; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_thumbTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_thumbTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_track = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_track; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_trackTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_trackTint; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_trackTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchCompat_trackTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchMaterial = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchMaterial; + global::Xamarin.Forms.Platform.Resource.Styleable.SwitchMaterial_useMaterialThemeColors = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.SwitchMaterial_useMaterialThemeColors; + global::Xamarin.Forms.Platform.Resource.Styleable.TabItem = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabItem; + global::Xamarin.Forms.Platform.Resource.Styleable.TabItem_android_icon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabItem_android_icon; + global::Xamarin.Forms.Platform.Resource.Styleable.TabItem_android_layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabItem_android_layout; + global::Xamarin.Forms.Platform.Resource.Styleable.TabItem_android_text = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabItem_android_text; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabBackground = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabBackground; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabContentStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabContentStart; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabGravity; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIconTint; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIconTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIndicator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIndicator; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIndicatorAnimationDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIndicatorAnimationDuration; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIndicatorAnimationMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIndicatorAnimationMode; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIndicatorColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIndicatorColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIndicatorFullWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIndicatorFullWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIndicatorGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIndicatorGravity; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIndicatorHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabIndicatorHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabInlineLabel = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabInlineLabel; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabMaxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabMaxWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabMinWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabMinWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabMode; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabPadding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabPadding; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabPaddingBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabPaddingBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabPaddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabPaddingEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabPaddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabPaddingStart; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabPaddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabPaddingTop; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabRippleColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabRippleColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabSelectedTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabSelectedTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabUnboundedRipple = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TabLayout_tabUnboundedRipple; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_fontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_fontFamily; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_shadowColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_shadowColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_shadowDx = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_shadowDx; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_shadowDy = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_shadowDy; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_shadowRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_shadowRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_textColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_textColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_textColorHint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_textColorHint; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_textColorLink = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_textColorLink; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_textFontWeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_textFontWeight; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_textSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_textSize; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_textStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_textStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_typeface = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_android_typeface; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_fontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_fontFamily; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_fontVariationSettings = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_fontVariationSettings; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_textAllCaps = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_textAllCaps; + global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_textLocale = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextAppearance_textLocale; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects_android_fontFamily = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_fontFamily; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects_android_shadowColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_shadowColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects_android_shadowDx = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_shadowDx; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects_android_shadowDy = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_shadowDy; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects_android_shadowRadius = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_shadowRadius; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects_android_text = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_text; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects_android_textSize = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_textSize; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects_android_textStyle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_textStyle; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects_android_typeface = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_android_typeface; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects_borderRound = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_borderRound; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects_borderRoundPercent = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_borderRoundPercent; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects_textFillColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_textFillColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects_textOutlineColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_textOutlineColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextEffects_textOutlineThickness = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextEffects_textOutlineThickness; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputEditText = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputEditText; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputEditText_textInputLayoutFocusedRectEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputEditText_textInputLayoutFocusedRectEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_android_enabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_android_enabled; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_android_hint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_android_hint; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_android_maxWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_android_maxWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_android_minWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_android_textColorHint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_android_textColorHint; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxBackgroundColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxBackgroundColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxBackgroundMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxBackgroundMode; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxCollapsedPaddingTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxCollapsedPaddingTop; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomStart; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxCornerRadiusTopEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusTopEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxCornerRadiusTopStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusTopStart; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxStrokeColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxStrokeColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxStrokeErrorColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxStrokeErrorColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxStrokeWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxStrokeWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxStrokeWidthFocused = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_boxStrokeWidthFocused; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_counterEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_counterEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_counterMaxLength = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_counterMaxLength; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_counterOverflowTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_counterOverflowTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_counterOverflowTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_counterOverflowTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_counterTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_counterTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_counterTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_counterTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_endIconCheckable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_endIconCheckable; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_endIconContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_endIconContentDescription; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_endIconDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_endIconDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_endIconMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_endIconMode; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_endIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_endIconTint; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_endIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_endIconTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_errorContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_errorContentDescription; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_errorEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_errorEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_errorIconDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_errorIconDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_errorIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_errorIconTint; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_errorIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_errorIconTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_errorTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_errorTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_errorTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_errorTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_expandedHintEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_expandedHintEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_helperText = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_helperText; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_helperTextEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_helperTextEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_helperTextTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_helperTextTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_helperTextTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_helperTextTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_hintAnimationEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_hintAnimationEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_hintEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_hintEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_hintTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_hintTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_hintTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_hintTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_passwordToggleContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_passwordToggleContentDescription; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_passwordToggleDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_passwordToggleDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_passwordToggleEnabled = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_passwordToggleEnabled; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_passwordToggleTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_passwordToggleTint; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_passwordToggleTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_passwordToggleTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_placeholderText = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_placeholderText; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_placeholderTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_placeholderTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_placeholderTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_placeholderTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_prefixText = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_prefixText; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_prefixTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_prefixTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_prefixTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_prefixTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_shapeAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_shapeAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_shapeAppearanceOverlay = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_shapeAppearanceOverlay; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_startIconCheckable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_startIconCheckable; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_startIconContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_startIconContentDescription; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_startIconDrawable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_startIconDrawable; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_startIconTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_startIconTint; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_startIconTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_startIconTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_suffixText = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_suffixText; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_suffixTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_suffixTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_suffixTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.TextInputLayout_suffixTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.ThemeEnforcement = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ThemeEnforcement; + global::Xamarin.Forms.Platform.Resource.Styleable.ThemeEnforcement_android_textAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ThemeEnforcement_android_textAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.ThemeEnforcement_enforceMaterialTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ThemeEnforcement_enforceMaterialTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.ThemeEnforcement_enforceTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ThemeEnforcement_enforceTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_android_gravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_android_gravity; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_android_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_android_minHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_buttonGravity = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_buttonGravity; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_collapseContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_collapseContentDescription; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_collapseIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_collapseIcon; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_contentInsetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_contentInsetEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_contentInsetEndWithActions = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_contentInsetEndWithActions; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_contentInsetLeft = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_contentInsetLeft; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_contentInsetRight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_contentInsetRight; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_contentInsetStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_contentInsetStart; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_contentInsetStartWithNavigation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_contentInsetStartWithNavigation; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_logo = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_logo; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_logoDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_logoDescription; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_maxButtonHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_maxButtonHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_menu = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_menu; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_navigationContentDescription = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_navigationContentDescription; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_navigationIcon = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_navigationIcon; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_popupTheme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_popupTheme; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_subtitle = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_subtitle; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_subtitleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_subtitleTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_subtitleTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_subtitleTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_title = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_title; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleMargin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleMargin; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleMarginBottom = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleMarginBottom; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleMarginEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleMarginEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleMargins = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleMargins; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleMarginStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleMarginStart; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleMarginTop = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleMarginTop; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleTextAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleTextAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleTextColor = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Toolbar_titleTextColor; + global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip; + global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip_android_layout_margin = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip_android_layout_margin; + global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip_android_minHeight = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip_android_minHeight; + global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip_android_minWidth = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip_android_minWidth; + global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip_android_padding = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip_android_padding; + global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip_android_text = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip_android_text; + global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip_android_textAppearance = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip_android_textAppearance; + global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Tooltip_backgroundTint; + global::Xamarin.Forms.Platform.Resource.Styleable.Transform = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform; + global::Xamarin.Forms.Platform.Resource.Styleable.Transform_android_elevation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_elevation; + global::Xamarin.Forms.Platform.Resource.Styleable.Transform_android_rotation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_rotation; + global::Xamarin.Forms.Platform.Resource.Styleable.Transform_android_rotationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_rotationX; + global::Xamarin.Forms.Platform.Resource.Styleable.Transform_android_rotationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_rotationY; + global::Xamarin.Forms.Platform.Resource.Styleable.Transform_android_scaleX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_scaleX; + global::Xamarin.Forms.Platform.Resource.Styleable.Transform_android_scaleY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_scaleY; + global::Xamarin.Forms.Platform.Resource.Styleable.Transform_android_transformPivotX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_transformPivotX; + global::Xamarin.Forms.Platform.Resource.Styleable.Transform_android_transformPivotY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_transformPivotY; + global::Xamarin.Forms.Platform.Resource.Styleable.Transform_android_translationX = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_translationX; + global::Xamarin.Forms.Platform.Resource.Styleable.Transform_android_translationY = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_translationY; + global::Xamarin.Forms.Platform.Resource.Styleable.Transform_android_translationZ = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_android_translationZ; + global::Xamarin.Forms.Platform.Resource.Styleable.Transform_transformPivotTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transform_transformPivotTarget; + global::Xamarin.Forms.Platform.Resource.Styleable.Transition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition; + global::Xamarin.Forms.Platform.Resource.Styleable.Transition_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_android_id; + global::Xamarin.Forms.Platform.Resource.Styleable.Transition_autoTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_autoTransition; + global::Xamarin.Forms.Platform.Resource.Styleable.Transition_constraintSetEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_constraintSetEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.Transition_constraintSetStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_constraintSetStart; + global::Xamarin.Forms.Platform.Resource.Styleable.Transition_duration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_duration; + global::Xamarin.Forms.Platform.Resource.Styleable.Transition_layoutDuringTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_layoutDuringTransition; + global::Xamarin.Forms.Platform.Resource.Styleable.Transition_motionInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_motionInterpolator; + global::Xamarin.Forms.Platform.Resource.Styleable.Transition_pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_pathMotionArc; + global::Xamarin.Forms.Platform.Resource.Styleable.Transition_staggered = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_staggered; + global::Xamarin.Forms.Platform.Resource.Styleable.Transition_transitionDisable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_transitionDisable; + global::Xamarin.Forms.Platform.Resource.Styleable.Transition_transitionFlags = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Transition_transitionFlags; + global::Xamarin.Forms.Platform.Resource.Styleable.Variant = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Variant; + global::Xamarin.Forms.Platform.Resource.Styleable.Variant_constraints = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Variant_constraints; + global::Xamarin.Forms.Platform.Resource.Styleable.Variant_region_heightLessThan = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Variant_region_heightLessThan; + global::Xamarin.Forms.Platform.Resource.Styleable.Variant_region_heightMoreThan = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Variant_region_heightMoreThan; + global::Xamarin.Forms.Platform.Resource.Styleable.Variant_region_widthLessThan = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Variant_region_widthLessThan; + global::Xamarin.Forms.Platform.Resource.Styleable.Variant_region_widthMoreThan = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.Variant_region_widthMoreThan; + global::Xamarin.Forms.Platform.Resource.Styleable.View = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.View; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewBackgroundHelper = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewBackgroundHelper; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewBackgroundHelper_android_background = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewBackgroundHelper_android_background; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewBackgroundHelper_backgroundTint = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewBackgroundHelper_backgroundTint; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewBackgroundHelper_backgroundTintMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewBackgroundHelper_backgroundTintMode; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewPager2 = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewPager2; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewPager2_android_orientation = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewPager2_android_orientation; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewStubCompat = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewStubCompat; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewStubCompat_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewStubCompat_android_id; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewStubCompat_android_inflatedId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewStubCompat_android_inflatedId; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewStubCompat_android_layout = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewStubCompat_android_layout; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_android_id = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_android_id; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_clearsTag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_clearsTag; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_duration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_duration; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_ifTagNotSet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_ifTagNotSet; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_ifTagSet = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_ifTagSet; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_motionInterpolator = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_motionInterpolator; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_motionTarget = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_motionTarget; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_onStateTransition = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_onStateTransition; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_pathMotionArc = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_pathMotionArc; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_setsTag = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_setsTag; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_SharedValue = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_SharedValue; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_SharedValueId = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_SharedValueId; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_transitionDisable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_transitionDisable; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_upDuration = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_upDuration; + global::Xamarin.Forms.Platform.Resource.Styleable.ViewTransition_viewTransitionMode = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.ViewTransition_viewTransitionMode; + global::Xamarin.Forms.Platform.Resource.Styleable.View_android_focusable = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.View_android_focusable; + global::Xamarin.Forms.Platform.Resource.Styleable.View_android_theme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.View_android_theme; + global::Xamarin.Forms.Platform.Resource.Styleable.View_paddingEnd = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.View_paddingEnd; + global::Xamarin.Forms.Platform.Resource.Styleable.View_paddingStart = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.View_paddingStart; + global::Xamarin.Forms.Platform.Resource.Styleable.View_theme = global::O2NextGen.SmallTalk.Droid.Resource.Styleable.View_theme; + global::Xamarin.Forms.Platform.Resource.Xml.standalone_badge = global::O2NextGen.SmallTalk.Droid.Resource.Xml.standalone_badge; + global::Xamarin.Forms.Platform.Resource.Xml.standalone_badge_gravity_bottom_end = global::O2NextGen.SmallTalk.Droid.Resource.Xml.standalone_badge_gravity_bottom_end; + global::Xamarin.Forms.Platform.Resource.Xml.standalone_badge_gravity_bottom_start = global::O2NextGen.SmallTalk.Droid.Resource.Xml.standalone_badge_gravity_bottom_start; + global::Xamarin.Forms.Platform.Resource.Xml.standalone_badge_gravity_top_start = global::O2NextGen.SmallTalk.Droid.Resource.Xml.standalone_badge_gravity_top_start; + global::Xamarin.Forms.Platform.Resource.Xml.standalone_badge_offset = global::O2NextGen.SmallTalk.Droid.Resource.Xml.standalone_badge_offset; } public partial class Animation { - // aapt resource value: 0x7f040000 - public const int abc_fade_in = 2130968576; + // aapt resource value: 0x7F010000 + public const int abc_fade_in = 2130771968; - // aapt resource value: 0x7f040001 - public const int abc_fade_out = 2130968577; + // aapt resource value: 0x7F010001 + public const int abc_fade_out = 2130771969; - // aapt resource value: 0x7f040002 - public const int abc_grow_fade_in_from_bottom = 2130968578; + // aapt resource value: 0x7F010002 + public const int abc_grow_fade_in_from_bottom = 2130771970; - // aapt resource value: 0x7f040003 - public const int abc_popup_enter = 2130968579; + // aapt resource value: 0x7F010003 + public const int abc_popup_enter = 2130771971; - // aapt resource value: 0x7f040004 - public const int abc_popup_exit = 2130968580; + // aapt resource value: 0x7F010004 + public const int abc_popup_exit = 2130771972; - // aapt resource value: 0x7f040005 - public const int abc_shrink_fade_out_from_bottom = 2130968581; + // aapt resource value: 0x7F010005 + public const int abc_shrink_fade_out_from_bottom = 2130771973; - // aapt resource value: 0x7f040006 - public const int abc_slide_in_bottom = 2130968582; + // aapt resource value: 0x7F010006 + public const int abc_slide_in_bottom = 2130771974; - // aapt resource value: 0x7f040007 - public const int abc_slide_in_top = 2130968583; + // aapt resource value: 0x7F010007 + public const int abc_slide_in_top = 2130771975; - // aapt resource value: 0x7f040008 - public const int abc_slide_out_bottom = 2130968584; + // aapt resource value: 0x7F010008 + public const int abc_slide_out_bottom = 2130771976; - // aapt resource value: 0x7f040009 - public const int abc_slide_out_top = 2130968585; + // aapt resource value: 0x7F010009 + public const int abc_slide_out_top = 2130771977; - // aapt resource value: 0x7f04000a - public const int design_bottom_sheet_slide_in = 2130968586; + // aapt resource value: 0x7F01000A + public const int abc_tooltip_enter = 2130771978; - // aapt resource value: 0x7f04000b - public const int design_bottom_sheet_slide_out = 2130968587; + // aapt resource value: 0x7F01000B + public const int abc_tooltip_exit = 2130771979; - // aapt resource value: 0x7f04000c - public const int design_fab_in = 2130968588; + // aapt resource value: 0x7F01000C + public const int btn_checkbox_to_checked_box_inner_merged_animation = 2130771980; - // aapt resource value: 0x7f04000d - public const int design_fab_out = 2130968589; + // aapt resource value: 0x7F01000D + public const int btn_checkbox_to_checked_box_outer_merged_animation = 2130771981; - // aapt resource value: 0x7f04000e - public const int design_snackbar_in = 2130968590; + // aapt resource value: 0x7F01000E + public const int btn_checkbox_to_checked_icon_null_animation = 2130771982; - // aapt resource value: 0x7f04000f - public const int design_snackbar_out = 2130968591; + // 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_fast_out_extra_slow_in = 2130772000; + + // aapt resource value: 0x7F010021 + public const int mtrl_bottom_sheet_slide_in = 2130772001; + + // aapt resource value: 0x7F010022 + public const int mtrl_bottom_sheet_slide_out = 2130772002; + + // aapt resource value: 0x7F010023 + public const int mtrl_card_lowers_interpolator = 2130772003; + + // aapt resource value: 0x7F010024 + public const int nav_default_enter_anim = 2130772004; + + // aapt resource value: 0x7F010025 + public const int nav_default_exit_anim = 2130772005; + + // aapt resource value: 0x7F010026 + public const int nav_default_pop_enter_anim = 2130772006; + + // aapt resource value: 0x7F010027 + public const int nav_default_pop_exit_anim = 2130772007; static Animation() { @@ -93,8 +10928,95 @@ private Animation() public partial class Animator { - // aapt resource value: 0x7f050000 - public const int design_appbar_state_list_animator = 2131034112; + // 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 fragment_close_enter = 2130837507; + + // aapt resource value: 0x7F020004 + public const int fragment_close_exit = 2130837508; + + // aapt resource value: 0x7F020005 + public const int fragment_fade_enter = 2130837509; + + // aapt resource value: 0x7F020006 + public const int fragment_fade_exit = 2130837510; + + // aapt resource value: 0x7F020007 + public const int fragment_open_enter = 2130837511; + + // aapt resource value: 0x7F020008 + public const int fragment_open_exit = 2130837512; + + // aapt resource value: 0x7F020009 + public const int linear_indeterminate_line1_head_interpolator = 2130837513; + + // aapt resource value: 0x7F02000A + public const int linear_indeterminate_line1_tail_interpolator = 2130837514; + + // aapt resource value: 0x7F02000B + public const int linear_indeterminate_line2_head_interpolator = 2130837515; + + // aapt resource value: 0x7F02000C + public const int linear_indeterminate_line2_tail_interpolator = 2130837516; + + // aapt resource value: 0x7F02000D + public const int mtrl_btn_state_list_anim = 2130837517; + + // aapt resource value: 0x7F02000E + public const int mtrl_btn_unelevated_state_list_anim = 2130837518; + + // aapt resource value: 0x7F02000F + public const int mtrl_card_state_list_anim = 2130837519; + + // aapt resource value: 0x7F020010 + public const int mtrl_chip_state_list_anim = 2130837520; + + // aapt resource value: 0x7F020011 + public const int mtrl_extended_fab_change_size_collapse_motion_spec = 2130837521; + + // aapt resource value: 0x7F020012 + public const int mtrl_extended_fab_change_size_expand_motion_spec = 2130837522; + + // aapt resource value: 0x7F020013 + public const int mtrl_extended_fab_hide_motion_spec = 2130837523; + + // aapt resource value: 0x7F020014 + public const int mtrl_extended_fab_show_motion_spec = 2130837524; + + // aapt resource value: 0x7F020015 + public const int mtrl_extended_fab_state_list_animator = 2130837525; + + // aapt resource value: 0x7F020016 + public const int mtrl_fab_hide_motion_spec = 2130837526; + + // aapt resource value: 0x7F020017 + public const int mtrl_fab_show_motion_spec = 2130837527; + + // aapt resource value: 0x7F020018 + public const int mtrl_fab_transformation_sheet_collapse_spec = 2130837528; + + // aapt resource value: 0x7F020019 + public const int mtrl_fab_transformation_sheet_expand_spec = 2130837529; + + // aapt resource value: 0x7F02001A + public const int nav_default_enter_anim = 2130837530; + + // aapt resource value: 0x7F02001B + public const int nav_default_exit_anim = 2130837531; + + // aapt resource value: 0x7F02001C + public const int nav_default_pop_enter_anim = 2130837532; + + // aapt resource value: 0x7F02001D + public const int nav_default_pop_exit_anim = 2130837533; static Animator() { @@ -109,6824 +11031,18567 @@ private Animator() public partial class Attribute { - // aapt resource value: 0x7f01005f - public const int actionBarDivider = 2130772063; + // aapt resource value: 0x7F030003 + public const int action = 2130903043; - // aapt resource value: 0x7f010060 - public const int actionBarItemBackground = 2130772064; + // aapt resource value: 0x7F030004 + public const int actionBarDivider = 2130903044; - // aapt resource value: 0x7f010059 - public const int actionBarPopupTheme = 2130772057; + // aapt resource value: 0x7F030005 + public const int actionBarItemBackground = 2130903045; - // aapt resource value: 0x7f01005e - public const int actionBarSize = 2130772062; + // aapt resource value: 0x7F030006 + public const int actionBarPopupTheme = 2130903046; - // aapt resource value: 0x7f01005b - public const int actionBarSplitStyle = 2130772059; + // aapt resource value: 0x7F030007 + public const int actionBarSize = 2130903047; - // aapt resource value: 0x7f01005a - public const int actionBarStyle = 2130772058; + // aapt resource value: 0x7F030008 + public const int actionBarSplitStyle = 2130903048; - // aapt resource value: 0x7f010055 - public const int actionBarTabBarStyle = 2130772053; + // aapt resource value: 0x7F030009 + public const int actionBarStyle = 2130903049; - // aapt resource value: 0x7f010054 - public const int actionBarTabStyle = 2130772052; + // aapt resource value: 0x7F03000A + public const int actionBarTabBarStyle = 2130903050; - // aapt resource value: 0x7f010056 - public const int actionBarTabTextStyle = 2130772054; + // aapt resource value: 0x7F03000B + public const int actionBarTabStyle = 2130903051; - // aapt resource value: 0x7f01005c - public const int actionBarTheme = 2130772060; + // aapt resource value: 0x7F03000C + public const int actionBarTabTextStyle = 2130903052; - // aapt resource value: 0x7f01005d - public const int actionBarWidgetTheme = 2130772061; + // aapt resource value: 0x7F03000D + public const int actionBarTheme = 2130903053; - // aapt resource value: 0x7f01007a - public const int actionButtonStyle = 2130772090; + // aapt resource value: 0x7F03000E + public const int actionBarWidgetTheme = 2130903054; - // aapt resource value: 0x7f010076 - public const int actionDropDownStyle = 2130772086; + // aapt resource value: 0x7F03000F + public const int actionButtonStyle = 2130903055; - // aapt resource value: 0x7f0100cc - public const int actionLayout = 2130772172; + // aapt resource value: 0x7F030010 + public const int actionDropDownStyle = 2130903056; - // aapt resource value: 0x7f010061 - public const int actionMenuTextAppearance = 2130772065; + // aapt resource value: 0x7F030011 + public const int actionLayout = 2130903057; - // aapt resource value: 0x7f010062 - public const int actionMenuTextColor = 2130772066; + // aapt resource value: 0x7F030012 + public const int actionMenuTextAppearance = 2130903058; - // aapt resource value: 0x7f010065 - public const int actionModeBackground = 2130772069; + // aapt resource value: 0x7F030013 + public const int actionMenuTextColor = 2130903059; - // aapt resource value: 0x7f010064 - public const int actionModeCloseButtonStyle = 2130772068; + // aapt resource value: 0x7F030014 + public const int actionModeBackground = 2130903060; - // aapt resource value: 0x7f010067 - public const int actionModeCloseDrawable = 2130772071; + // aapt resource value: 0x7F030015 + public const int actionModeCloseButtonStyle = 2130903061; - // aapt resource value: 0x7f010069 - public const int actionModeCopyDrawable = 2130772073; + // aapt resource value: 0x7F030016 + public const int actionModeCloseContentDescription = 2130903062; - // aapt resource value: 0x7f010068 - public const int actionModeCutDrawable = 2130772072; + // aapt resource value: 0x7F030017 + public const int actionModeCloseDrawable = 2130903063; - // aapt resource value: 0x7f01006d - public const int actionModeFindDrawable = 2130772077; + // aapt resource value: 0x7F030018 + public const int actionModeCopyDrawable = 2130903064; - // aapt resource value: 0x7f01006a - public const int actionModePasteDrawable = 2130772074; + // aapt resource value: 0x7F030019 + public const int actionModeCutDrawable = 2130903065; - // aapt resource value: 0x7f01006f - public const int actionModePopupWindowStyle = 2130772079; + // aapt resource value: 0x7F03001A + public const int actionModeFindDrawable = 2130903066; - // aapt resource value: 0x7f01006b - public const int actionModeSelectAllDrawable = 2130772075; + // aapt resource value: 0x7F03001B + public const int actionModePasteDrawable = 2130903067; - // aapt resource value: 0x7f01006c - public const int actionModeShareDrawable = 2130772076; + // aapt resource value: 0x7F03001C + public const int actionModePopupWindowStyle = 2130903068; - // aapt resource value: 0x7f010066 - public const int actionModeSplitBackground = 2130772070; + // aapt resource value: 0x7F03001D + public const int actionModeSelectAllDrawable = 2130903069; - // aapt resource value: 0x7f010063 - public const int actionModeStyle = 2130772067; + // aapt resource value: 0x7F03001E + public const int actionModeShareDrawable = 2130903070; - // aapt resource value: 0x7f01006e - public const int actionModeWebSearchDrawable = 2130772078; + // aapt resource value: 0x7F03001F + public const int actionModeSplitBackground = 2130903071; - // aapt resource value: 0x7f010057 - public const int actionOverflowButtonStyle = 2130772055; + // aapt resource value: 0x7F030020 + public const int actionModeStyle = 2130903072; - // aapt resource value: 0x7f010058 - public const int actionOverflowMenuStyle = 2130772056; + // aapt resource value: 0x7F030021 + public const int actionModeTheme = 2130903073; - // aapt resource value: 0x7f0100ce - public const int actionProviderClass = 2130772174; + // aapt resource value: 0x7F030022 + public const int actionModeWebSearchDrawable = 2130903074; - // aapt resource value: 0x7f0100cd - public const int actionViewClass = 2130772173; + // aapt resource value: 0x7F030023 + public const int actionOverflowButtonStyle = 2130903075; - // aapt resource value: 0x7f010082 - public const int activityChooserViewStyle = 2130772098; + // aapt resource value: 0x7F030024 + public const int actionOverflowMenuStyle = 2130903076; - // aapt resource value: 0x7f0100a7 - public const int alertDialogButtonGroupStyle = 2130772135; + // aapt resource value: 0x7F030025 + public const int actionProviderClass = 2130903077; - // aapt resource value: 0x7f0100a8 - public const int alertDialogCenterButtons = 2130772136; + // aapt resource value: 0x7F030026 + public const int actionTextColorAlpha = 2130903078; - // aapt resource value: 0x7f0100a6 - public const int alertDialogStyle = 2130772134; + // aapt resource value: 0x7F030027 + public const int actionViewClass = 2130903079; - // aapt resource value: 0x7f0100a9 - public const int alertDialogTheme = 2130772137; + // aapt resource value: 0x7F030028 + public const int activityChooserViewStyle = 2130903080; - // aapt resource value: 0x7f0100bc - public const int allowStacking = 2130772156; + // aapt resource value: 0x7F030029 + public const int adjustable = 2130903081; - // aapt resource value: 0x7f0100bd - public const int alpha = 2130772157; + // aapt resource value: 0x7F03002A + public const int alertDialogButtonGroupStyle = 2130903082; - // aapt resource value: 0x7f0100c4 - public const int arrowHeadLength = 2130772164; + // aapt resource value: 0x7F03002B + public const int alertDialogCenterButtons = 2130903083; - // aapt resource value: 0x7f0100c5 - public const int arrowShaftLength = 2130772165; + // aapt resource value: 0x7F03002C + public const int alertDialogStyle = 2130903084; - // aapt resource value: 0x7f0100ae - public const int autoCompleteTextViewStyle = 2130772142; + // aapt resource value: 0x7F03002D + public const int alertDialogTheme = 2130903085; - // aapt resource value: 0x7f010028 - public const int background = 2130772008; + // aapt resource value: 0x7F03002E + public const int allowDividerAbove = 2130903086; - // aapt resource value: 0x7f01002a - public const int backgroundSplit = 2130772010; + // aapt resource value: 0x7F03002F + public const int allowDividerAfterLastItem = 2130903087; - // aapt resource value: 0x7f010029 - public const int backgroundStacked = 2130772009; + // aapt resource value: 0x7F030030 + public const int allowDividerBelow = 2130903088; - // aapt resource value: 0x7f010101 - public const int backgroundTint = 2130772225; + // aapt resource value: 0x7F030031 + public const int allowStacking = 2130903089; - // aapt resource value: 0x7f010102 - public const int backgroundTintMode = 2130772226; + // aapt resource value: 0x7F030032 + public const int alpha = 2130903090; - // aapt resource value: 0x7f0100c6 - public const int barLength = 2130772166; + // aapt resource value: 0x7F030033 + public const int alphabeticModifiers = 2130903091; - // aapt resource value: 0x7f01012c - public const int behavior_autoHide = 2130772268; + // aapt resource value: 0x7F030034 + public const int altSrc = 2130903092; - // aapt resource value: 0x7f010109 - public const int behavior_hideable = 2130772233; + // aapt resource value: 0x7F030035 + public const int animateCircleAngleTo = 2130903093; - // aapt resource value: 0x7f010135 - public const int behavior_overlapTop = 2130772277; + // aapt resource value: 0x7F030036 + public const int animateRelativeTo = 2130903094; - // aapt resource value: 0x7f010108 - public const int behavior_peekHeight = 2130772232; + // aapt resource value: 0x7F030037 + public const int animationMode = 2130903095; - // aapt resource value: 0x7f01010a - public const int behavior_skipCollapsed = 2130772234; + // aapt resource value: 0x7F030038 + public const int appBarLayoutStyle = 2130903096; - // aapt resource value: 0x7f01012a - public const int borderWidth = 2130772266; + // aapt resource value: 0x7F030039 + public const int applyMotionScene = 2130903097; - // aapt resource value: 0x7f01007f - public const int borderlessButtonStyle = 2130772095; + // aapt resource value: 0x7F03003A + public const int arcMode = 2130903098; - // aapt resource value: 0x7f010124 - public const int bottomSheetDialogTheme = 2130772260; + // aapt resource value: 0x7F03003B + public const int argType = 2130903099; - // aapt resource value: 0x7f010125 - public const int bottomSheetStyle = 2130772261; + // aapt resource value: 0x7F03003C + public const int arrowHeadLength = 2130903100; - // aapt resource value: 0x7f01007c - public const int buttonBarButtonStyle = 2130772092; + // aapt resource value: 0x7F03003D + public const int arrowShaftLength = 2130903101; - // aapt resource value: 0x7f0100ac - public const int buttonBarNegativeButtonStyle = 2130772140; + // aapt resource value: 0x7F03003E + public const int attributeName = 2130903102; - // aapt resource value: 0x7f0100ad - public const int buttonBarNeutralButtonStyle = 2130772141; + // aapt resource value: 0x7F03003F + public const int autoCompleteMode = 2130903103; - // aapt resource value: 0x7f0100ab - public const int buttonBarPositiveButtonStyle = 2130772139; + // aapt resource value: 0x7F030040 + public const int autoCompleteTextViewStyle = 2130903104; - // aapt resource value: 0x7f01007b - public const int buttonBarStyle = 2130772091; + // aapt resource value: 0x7F030041 + public const int autoSizeMaxTextSize = 2130903105; - // aapt resource value: 0x7f0100f6 - public const int buttonGravity = 2130772214; + // aapt resource value: 0x7F030042 + public const int autoSizeMinTextSize = 2130903106; - // aapt resource value: 0x7f01003d - public const int buttonPanelSideLayout = 2130772029; + // aapt resource value: 0x7F030043 + public const int autoSizePresetSizes = 2130903107; - // aapt resource value: 0x7f0100af - public const int buttonStyle = 2130772143; + // aapt resource value: 0x7F030044 + public const int autoSizeStepGranularity = 2130903108; - // aapt resource value: 0x7f0100b0 - public const int buttonStyleSmall = 2130772144; + // aapt resource value: 0x7F030045 + public const int autoSizeTextType = 2130903109; - // aapt resource value: 0x7f0100be - public const int buttonTint = 2130772158; + // aapt resource value: 0x7F030046 + public const int autoTransition = 2130903110; - // aapt resource value: 0x7f0100bf - public const int buttonTintMode = 2130772159; + // aapt resource value: 0x7F030047 + public const int background = 2130903111; - // aapt resource value: 0x7f010011 - public const int cardBackgroundColor = 2130771985; + // aapt resource value: 0x7F030048 + public const int backgroundColor = 2130903112; - // aapt resource value: 0x7f010012 - public const int cardCornerRadius = 2130771986; + // aapt resource value: 0x7F030049 + public const int backgroundInsetBottom = 2130903113; - // aapt resource value: 0x7f010013 - public const int cardElevation = 2130771987; + // aapt resource value: 0x7F03004A + public const int backgroundInsetEnd = 2130903114; - // aapt resource value: 0x7f010014 - public const int cardMaxElevation = 2130771988; + // aapt resource value: 0x7F03004B + public const int backgroundInsetStart = 2130903115; - // aapt resource value: 0x7f010016 - public const int cardPreventCornerOverlap = 2130771990; + // aapt resource value: 0x7F03004C + public const int backgroundInsetTop = 2130903116; - // aapt resource value: 0x7f010015 - public const int cardUseCompatPadding = 2130771989; + // aapt resource value: 0x7F03004D + public const int backgroundOverlayColorAlpha = 2130903117; - // aapt resource value: 0x7f0100b1 - public const int checkboxStyle = 2130772145; + // aapt resource value: 0x7F03004E + public const int backgroundSplit = 2130903118; - // aapt resource value: 0x7f0100b2 - public const int checkedTextViewStyle = 2130772146; + // aapt resource value: 0x7F03004F + public const int backgroundStacked = 2130903119; - // aapt resource value: 0x7f0100d9 - public const int closeIcon = 2130772185; + // aapt resource value: 0x7F030050 + public const int backgroundTint = 2130903120; - // aapt resource value: 0x7f01003a - public const int closeItemLayout = 2130772026; + // aapt resource value: 0x7F030051 + public const int backgroundTintMode = 2130903121; - // aapt resource value: 0x7f0100f8 - public const int collapseContentDescription = 2130772216; + // aapt resource value: 0x7F030052 + public const int badgeGravity = 2130903122; - // aapt resource value: 0x7f0100f7 - public const int collapseIcon = 2130772215; + // aapt resource value: 0x7F030053 + public const int badgeStyle = 2130903123; - // aapt resource value: 0x7f010117 - public const int collapsedTitleGravity = 2130772247; + // aapt resource value: 0x7F030054 + public const int badgeTextColor = 2130903124; - // aapt resource value: 0x7f010111 - public const int collapsedTitleTextAppearance = 2130772241; + // aapt resource value: 0x7F030055 + public const int barLength = 2130903125; - // aapt resource value: 0x7f0100c0 - public const int color = 2130772160; + // aapt resource value: 0x7F030056 + public const int barrierAllowsGoneWidgets = 2130903126; - // aapt resource value: 0x7f01009e - public const int colorAccent = 2130772126; + // aapt resource value: 0x7F030057 + public const int barrierDirection = 2130903127; - // aapt resource value: 0x7f0100a5 - public const int colorBackgroundFloating = 2130772133; + // aapt resource value: 0x7F030058 + public const int barrierMargin = 2130903128; - // aapt resource value: 0x7f0100a2 - public const int colorButtonNormal = 2130772130; + // aapt resource value: 0x7F030059 + public const int behavior_autoHide = 2130903129; - // aapt resource value: 0x7f0100a0 - public const int colorControlActivated = 2130772128; + // aapt resource value: 0x7F03005A + public const int behavior_autoShrink = 2130903130; - // aapt resource value: 0x7f0100a1 - public const int colorControlHighlight = 2130772129; + // aapt resource value: 0x7F03005B + public const int behavior_draggable = 2130903131; - // aapt resource value: 0x7f01009f - public const int colorControlNormal = 2130772127; + // aapt resource value: 0x7F03005C + public const int behavior_expandedOffset = 2130903132; - // aapt resource value: 0x7f01009c - public const int colorPrimary = 2130772124; + // aapt resource value: 0x7F03005D + public const int behavior_fitToContents = 2130903133; - // aapt resource value: 0x7f01009d - public const int colorPrimaryDark = 2130772125; + // aapt resource value: 0x7F03005E + public const int behavior_halfExpandedRatio = 2130903134; - // aapt resource value: 0x7f0100a3 - public const int colorSwitchThumbNormal = 2130772131; + // aapt resource value: 0x7F03005F + public const int behavior_hideable = 2130903135; - // aapt resource value: 0x7f0100de - public const int commitIcon = 2130772190; + // aapt resource value: 0x7F030060 + public const int behavior_overlapTop = 2130903136; - // aapt resource value: 0x7f010033 - public const int contentInsetEnd = 2130772019; + // aapt resource value: 0x7F030061 + public const int behavior_peekHeight = 2130903137; - // aapt resource value: 0x7f010037 - public const int contentInsetEndWithActions = 2130772023; + // aapt resource value: 0x7F030062 + public const int behavior_saveFlags = 2130903138; - // aapt resource value: 0x7f010034 - public const int contentInsetLeft = 2130772020; + // aapt resource value: 0x7F030063 + public const int behavior_skipCollapsed = 2130903139; - // aapt resource value: 0x7f010035 - public const int contentInsetRight = 2130772021; + // aapt resource value: 0x7F030064 + public const int blendSrc = 2130903140; - // aapt resource value: 0x7f010032 - public const int contentInsetStart = 2130772018; + // aapt resource value: 0x7F030068 + public const int borderlessButtonStyle = 2130903144; - // aapt resource value: 0x7f010036 - public const int contentInsetStartWithNavigation = 2130772022; + // aapt resource value: 0x7F030065 + public const int borderRound = 2130903141; - // aapt resource value: 0x7f010017 - public const int contentPadding = 2130771991; + // aapt resource value: 0x7F030066 + public const int borderRoundPercent = 2130903142; - // aapt resource value: 0x7f01001b - public const int contentPaddingBottom = 2130771995; + // aapt resource value: 0x7F030067 + public const int borderWidth = 2130903143; - // aapt resource value: 0x7f010018 - public const int contentPaddingLeft = 2130771992; + // aapt resource value: 0x7F030069 + public const int bottomAppBarStyle = 2130903145; - // aapt resource value: 0x7f010019 - public const int contentPaddingRight = 2130771993; + // aapt resource value: 0x7F03006A + public const int bottomNavigationStyle = 2130903146; - // aapt resource value: 0x7f01001a - public const int contentPaddingTop = 2130771994; + // aapt resource value: 0x7F03006B + public const int bottomSheetDialogTheme = 2130903147; - // aapt resource value: 0x7f010112 - public const int contentScrim = 2130772242; + // aapt resource value: 0x7F03006C + public const int bottomSheetStyle = 2130903148; - // aapt resource value: 0x7f0100a4 - public const int controlBackground = 2130772132; + // aapt resource value: 0x7F03006D + public const int boxBackgroundColor = 2130903149; - // aapt resource value: 0x7f01014b - public const int counterEnabled = 2130772299; + // aapt resource value: 0x7F03006E + public const int boxBackgroundMode = 2130903150; - // aapt resource value: 0x7f01014c - public const int counterMaxLength = 2130772300; + // aapt resource value: 0x7F03006F + public const int boxCollapsedPaddingTop = 2130903151; - // aapt resource value: 0x7f01014e - public const int counterOverflowTextAppearance = 2130772302; + // aapt resource value: 0x7F030070 + public const int boxCornerRadiusBottomEnd = 2130903152; - // aapt resource value: 0x7f01014d - public const int counterTextAppearance = 2130772301; + // aapt resource value: 0x7F030071 + public const int boxCornerRadiusBottomStart = 2130903153; - // aapt resource value: 0x7f01002b - public const int customNavigationLayout = 2130772011; + // aapt resource value: 0x7F030072 + public const int boxCornerRadiusTopEnd = 2130903154; - // aapt resource value: 0x7f0100d8 - public const int defaultQueryHint = 2130772184; + // aapt resource value: 0x7F030073 + public const int boxCornerRadiusTopStart = 2130903155; - // aapt resource value: 0x7f010074 - public const int dialogPreferredPadding = 2130772084; + // aapt resource value: 0x7F030074 + public const int boxStrokeColor = 2130903156; - // aapt resource value: 0x7f010073 - public const int dialogTheme = 2130772083; + // aapt resource value: 0x7F030075 + public const int boxStrokeErrorColor = 2130903157; - // aapt resource value: 0x7f010021 - public const int displayOptions = 2130772001; + // aapt resource value: 0x7F030076 + public const int boxStrokeWidth = 2130903158; - // aapt resource value: 0x7f010027 - public const int divider = 2130772007; + // aapt resource value: 0x7F030077 + public const int boxStrokeWidthFocused = 2130903159; - // aapt resource value: 0x7f010081 - public const int dividerHorizontal = 2130772097; + // aapt resource value: 0x7F030078 + public const int brightness = 2130903160; - // aapt resource value: 0x7f0100ca - public const int dividerPadding = 2130772170; + // aapt resource value: 0x7F030079 + public const int buttonBarButtonStyle = 2130903161; - // aapt resource value: 0x7f010080 - public const int dividerVertical = 2130772096; + // aapt resource value: 0x7F03007A + public const int buttonBarNegativeButtonStyle = 2130903162; - // aapt resource value: 0x7f0100c2 - public const int drawableSize = 2130772162; + // aapt resource value: 0x7F03007B + public const int buttonBarNeutralButtonStyle = 2130903163; - // aapt resource value: 0x7f01001c - public const int drawerArrowStyle = 2130771996; + // aapt resource value: 0x7F03007C + public const int buttonBarPositiveButtonStyle = 2130903164; - // aapt resource value: 0x7f010093 - public const int dropDownListViewStyle = 2130772115; + // aapt resource value: 0x7F03007D + public const int buttonBarStyle = 2130903165; - // aapt resource value: 0x7f010077 - public const int dropdownListPreferredItemHeight = 2130772087; + // aapt resource value: 0x7F03007E + public const int buttonCompat = 2130903166; - // aapt resource value: 0x7f010088 - public const int editTextBackground = 2130772104; + // aapt resource value: 0x7F03007F + public const int buttonGravity = 2130903167; - // aapt resource value: 0x7f010087 - public const int editTextColor = 2130772103; + // aapt resource value: 0x7F030080 + public const int buttonIconDimen = 2130903168; - // aapt resource value: 0x7f0100b3 - public const int editTextStyle = 2130772147; + // aapt resource value: 0x7F030081 + public const int buttonPanelSideLayout = 2130903169; - // aapt resource value: 0x7f010038 - public const int elevation = 2130772024; + // aapt resource value: 0x7F030082 + public const int buttonStyle = 2130903170; - // aapt resource value: 0x7f010149 - public const int errorEnabled = 2130772297; + // aapt resource value: 0x7F030083 + public const int buttonStyleSmall = 2130903171; - // aapt resource value: 0x7f01014a - public const int errorTextAppearance = 2130772298; + // aapt resource value: 0x7F030084 + public const int buttonTint = 2130903172; - // aapt resource value: 0x7f01003c - public const int expandActivityOverflowButtonDrawable = 2130772028; + // aapt resource value: 0x7F030085 + public const int buttonTintMode = 2130903173; - // aapt resource value: 0x7f010103 - public const int expanded = 2130772227; + // aapt resource value: 0x7F030086 + public const int cardBackgroundColor = 2130903174; - // aapt resource value: 0x7f010118 - public const int expandedTitleGravity = 2130772248; + // aapt resource value: 0x7F030087 + public const int cardCornerRadius = 2130903175; - // aapt resource value: 0x7f01010b - public const int expandedTitleMargin = 2130772235; + // aapt resource value: 0x7F030088 + public const int cardElevation = 2130903176; - // aapt resource value: 0x7f01010f - public const int expandedTitleMarginBottom = 2130772239; + // aapt resource value: 0x7F030089 + public const int cardForegroundColor = 2130903177; - // aapt resource value: 0x7f01010e - public const int expandedTitleMarginEnd = 2130772238; + // aapt resource value: 0x7F03008A + public const int cardMaxElevation = 2130903178; - // aapt resource value: 0x7f01010c - public const int expandedTitleMarginStart = 2130772236; + // aapt resource value: 0x7F03008B + public const int cardPreventCornerOverlap = 2130903179; - // aapt resource value: 0x7f01010d - public const int expandedTitleMarginTop = 2130772237; + // aapt resource value: 0x7F03008C + public const int cardUseCompatPadding = 2130903180; - // aapt resource value: 0x7f010110 - public const int expandedTitleTextAppearance = 2130772240; + // aapt resource value: 0x7F03008D + public const int cardViewStyle = 2130903181; - // aapt resource value: 0x7f010010 - public const int externalRouteEnabledDrawable = 2130771984; + // aapt resource value: 0x7F03008E + public const int carousel_backwardTransition = 2130903182; - // aapt resource value: 0x7f010128 - public const int fabSize = 2130772264; + // aapt resource value: 0x7F03008F + public const int carousel_emptyViewsBehavior = 2130903183; - // aapt resource value: 0x7f01012d - public const int foregroundInsidePadding = 2130772269; + // aapt resource value: 0x7F030090 + public const int carousel_firstView = 2130903184; - // aapt resource value: 0x7f0100c3 - public const int gapBetweenBars = 2130772163; + // aapt resource value: 0x7F030091 + public const int carousel_forwardTransition = 2130903185; - // aapt resource value: 0x7f0100da - public const int goIcon = 2130772186; + // aapt resource value: 0x7F030092 + public const int carousel_infinite = 2130903186; - // aapt resource value: 0x7f010133 - public const int headerLayout = 2130772275; + // aapt resource value: 0x7F030093 + public const int carousel_nextState = 2130903187; - // aapt resource value: 0x7f01001d - public const int height = 2130771997; + // aapt resource value: 0x7F030094 + public const int carousel_previousState = 2130903188; - // aapt resource value: 0x7f010031 - public const int hideOnContentScroll = 2130772017; + // aapt resource value: 0x7F030095 + public const int carousel_touchUpMode = 2130903189; - // aapt resource value: 0x7f01014f - public const int hintAnimationEnabled = 2130772303; + // aapt resource value: 0x7F030096 + public const int carousel_touchUp_dampeningFactor = 2130903190; - // aapt resource value: 0x7f010148 - public const int hintEnabled = 2130772296; + // aapt resource value: 0x7F030097 + public const int carousel_touchUp_velocityThreshold = 2130903191; - // aapt resource value: 0x7f010147 - public const int hintTextAppearance = 2130772295; + // aapt resource value: 0x7F030098 + public const int chainUseRtl = 2130903192; - // aapt resource value: 0x7f010079 - public const int homeAsUpIndicator = 2130772089; + // aapt resource value: 0x7F030099 + public const int checkBoxPreferenceStyle = 2130903193; - // aapt resource value: 0x7f01002c - public const int homeLayout = 2130772012; + // aapt resource value: 0x7F03009A + public const int checkboxStyle = 2130903194; - // aapt resource value: 0x7f010025 - public const int icon = 2130772005; + // aapt resource value: 0x7F03009B + public const int checkedButton = 2130903195; - // aapt resource value: 0x7f0100d6 - public const int iconifiedByDefault = 2130772182; + // aapt resource value: 0x7F03009C + public const int checkedChip = 2130903196; - // aapt resource value: 0x7f010089 - public const int imageButtonStyle = 2130772105; + // aapt resource value: 0x7F03009D + public const int checkedIcon = 2130903197; - // aapt resource value: 0x7f01002e - public const int indeterminateProgressStyle = 2130772014; + // aapt resource value: 0x7F03009E + public const int checkedIconEnabled = 2130903198; - // aapt resource value: 0x7f01003b - public const int initialActivityCount = 2130772027; + // aapt resource value: 0x7F03009F + public const int checkedIconMargin = 2130903199; - // aapt resource value: 0x7f010134 - public const int insetForeground = 2130772276; + // aapt resource value: 0x7F0300A0 + public const int checkedIconSize = 2130903200; - // aapt resource value: 0x7f01001e - public const int isLightTheme = 2130771998; + // aapt resource value: 0x7F0300A1 + public const int checkedIconTint = 2130903201; - // aapt resource value: 0x7f010131 - public const int itemBackground = 2130772273; + // aapt resource value: 0x7F0300A2 + public const int checkedIconVisible = 2130903202; - // aapt resource value: 0x7f01012f - public const int itemIconTint = 2130772271; + // aapt resource value: 0x7F0300A3 + public const int checkedTextViewStyle = 2130903203; - // aapt resource value: 0x7f010030 - public const int itemPadding = 2130772016; + // aapt resource value: 0x7F0300A4 + public const int chipBackgroundColor = 2130903204; - // aapt resource value: 0x7f010132 - public const int itemTextAppearance = 2130772274; + // aapt resource value: 0x7F0300A5 + public const int chipCornerRadius = 2130903205; - // aapt resource value: 0x7f010130 - public const int itemTextColor = 2130772272; + // aapt resource value: 0x7F0300A6 + public const int chipEndPadding = 2130903206; - // aapt resource value: 0x7f01011c - public const int keylines = 2130772252; + // aapt resource value: 0x7F0300A7 + public const int chipGroupStyle = 2130903207; - // aapt resource value: 0x7f0100d5 - public const int layout = 2130772181; + // aapt resource value: 0x7F0300A8 + public const int chipIcon = 2130903208; - // aapt resource value: 0x7f010000 - public const int layoutManager = 2130771968; + // aapt resource value: 0x7F0300A9 + public const int chipIconEnabled = 2130903209; - // aapt resource value: 0x7f01011f - public const int layout_anchor = 2130772255; + // aapt resource value: 0x7F0300AA + public const int chipIconSize = 2130903210; - // aapt resource value: 0x7f010121 - public const int layout_anchorGravity = 2130772257; + // aapt resource value: 0x7F0300AB + public const int chipIconTint = 2130903211; - // aapt resource value: 0x7f01011e - public const int layout_behavior = 2130772254; + // aapt resource value: 0x7F0300AC + public const int chipIconVisible = 2130903212; - // aapt resource value: 0x7f01011a - public const int layout_collapseMode = 2130772250; + // aapt resource value: 0x7F0300AD + public const int chipMinHeight = 2130903213; - // aapt resource value: 0x7f01011b - public const int layout_collapseParallaxMultiplier = 2130772251; + // aapt resource value: 0x7F0300AE + public const int chipMinTouchTargetSize = 2130903214; - // aapt resource value: 0x7f010123 - public const int layout_dodgeInsetEdges = 2130772259; + // aapt resource value: 0x7F0300AF + public const int chipSpacing = 2130903215; - // aapt resource value: 0x7f010122 - public const int layout_insetEdge = 2130772258; + // aapt resource value: 0x7F0300B0 + public const int chipSpacingHorizontal = 2130903216; - // aapt resource value: 0x7f010120 - public const int layout_keyline = 2130772256; + // aapt resource value: 0x7F0300B1 + public const int chipSpacingVertical = 2130903217; - // aapt resource value: 0x7f010106 - public const int layout_scrollFlags = 2130772230; + // aapt resource value: 0x7F0300B2 + public const int chipStandaloneStyle = 2130903218; - // aapt resource value: 0x7f010107 - public const int layout_scrollInterpolator = 2130772231; + // aapt resource value: 0x7F0300B3 + public const int chipStartPadding = 2130903219; - // aapt resource value: 0x7f01009b - public const int listChoiceBackgroundIndicator = 2130772123; + // aapt resource value: 0x7F0300B4 + public const int chipStrokeColor = 2130903220; - // aapt resource value: 0x7f010075 - public const int listDividerAlertDialog = 2130772085; + // aapt resource value: 0x7F0300B5 + public const int chipStrokeWidth = 2130903221; - // aapt resource value: 0x7f010041 - public const int listItemLayout = 2130772033; + // aapt resource value: 0x7F0300B6 + public const int chipStyle = 2130903222; - // aapt resource value: 0x7f01003e - public const int listLayout = 2130772030; + // aapt resource value: 0x7F0300B7 + public const int chipSurfaceColor = 2130903223; - // aapt resource value: 0x7f0100bb - public const int listMenuViewStyle = 2130772155; + // aapt resource value: 0x7F0300B8 + public const int circleRadius = 2130903224; - // aapt resource value: 0x7f010094 - public const int listPopupWindowStyle = 2130772116; + // aapt resource value: 0x7F0300BA + public const int circularflow_angles = 2130903226; - // aapt resource value: 0x7f01008e - public const int listPreferredItemHeight = 2130772110; + // aapt resource value: 0x7F0300BB + public const int circularflow_defaultAngle = 2130903227; - // aapt resource value: 0x7f010090 - public const int listPreferredItemHeightLarge = 2130772112; + // aapt resource value: 0x7F0300BC + public const int circularflow_defaultRadius = 2130903228; - // aapt resource value: 0x7f01008f - public const int listPreferredItemHeightSmall = 2130772111; + // aapt resource value: 0x7F0300BD + public const int circularflow_radiusInDP = 2130903229; - // aapt resource value: 0x7f010091 - public const int listPreferredItemPaddingLeft = 2130772113; + // aapt resource value: 0x7F0300BE + public const int circularflow_viewCenter = 2130903230; - // aapt resource value: 0x7f010092 - public const int listPreferredItemPaddingRight = 2130772114; + // aapt resource value: 0x7F0300B9 + public const int circularProgressIndicatorStyle = 2130903225; - // aapt resource value: 0x7f010026 - public const int logo = 2130772006; + // aapt resource value: 0x7F0300BF + public const int clearsTag = 2130903231; - // aapt resource value: 0x7f0100fb - public const int logoDescription = 2130772219; + // aapt resource value: 0x7F0300C0 + public const int clickAction = 2130903232; - // aapt resource value: 0x7f010136 - public const int maxActionInlineWidth = 2130772278; + // aapt resource value: 0x7F0300C1 + public const int clockFaceBackgroundColor = 2130903233; - // aapt resource value: 0x7f0100f5 - public const int maxButtonHeight = 2130772213; + // aapt resource value: 0x7F0300C2 + public const int clockHandColor = 2130903234; - // aapt resource value: 0x7f0100c8 - public const int measureWithLargestChild = 2130772168; + // aapt resource value: 0x7F0300C3 + public const int clockIcon = 2130903235; - // aapt resource value: 0x7f010004 - public const int mediaRouteAudioTrackDrawable = 2130771972; + // aapt resource value: 0x7F0300C4 + public const int clockNumberTextColor = 2130903236; - // aapt resource value: 0x7f010005 - public const int mediaRouteButtonStyle = 2130771973; + // aapt resource value: 0x7F0300C5 + public const int closeIcon = 2130903237; - // aapt resource value: 0x7f010006 - public const int mediaRouteCloseDrawable = 2130771974; + // aapt resource value: 0x7F0300C6 + public const int closeIconEnabled = 2130903238; - // aapt resource value: 0x7f010007 - public const int mediaRouteControlPanelThemeOverlay = 2130771975; + // aapt resource value: 0x7F0300C7 + public const int closeIconEndPadding = 2130903239; - // aapt resource value: 0x7f010008 - public const int mediaRouteDefaultIconDrawable = 2130771976; + // aapt resource value: 0x7F0300C8 + public const int closeIconSize = 2130903240; - // aapt resource value: 0x7f010009 - public const int mediaRoutePauseDrawable = 2130771977; + // aapt resource value: 0x7F0300C9 + public const int closeIconStartPadding = 2130903241; - // aapt resource value: 0x7f01000a - public const int mediaRoutePlayDrawable = 2130771978; + // aapt resource value: 0x7F0300CA + public const int closeIconTint = 2130903242; - // aapt resource value: 0x7f01000b - public const int mediaRouteSpeakerGroupIconDrawable = 2130771979; + // aapt resource value: 0x7F0300CB + public const int closeIconVisible = 2130903243; - // aapt resource value: 0x7f01000c - public const int mediaRouteSpeakerIconDrawable = 2130771980; + // aapt resource value: 0x7F0300CC + public const int closeItemLayout = 2130903244; - // aapt resource value: 0x7f01000d - public const int mediaRouteStopDrawable = 2130771981; + // aapt resource value: 0x7F0300CD + public const int collapseContentDescription = 2130903245; - // aapt resource value: 0x7f01000e - public const int mediaRouteTheme = 2130771982; + // aapt resource value: 0x7F0300CF + public const int collapsedSize = 2130903247; - // aapt resource value: 0x7f01000f - public const int mediaRouteTvIconDrawable = 2130771983; + // aapt resource value: 0x7F0300D0 + public const int collapsedTitleGravity = 2130903248; - // aapt resource value: 0x7f01012e - public const int menu = 2130772270; + // aapt resource value: 0x7F0300D1 + public const int collapsedTitleTextAppearance = 2130903249; - // aapt resource value: 0x7f01003f - public const int multiChoiceItemLayout = 2130772031; + // aapt resource value: 0x7F0300CE + public const int collapseIcon = 2130903246; - // aapt resource value: 0x7f0100fa - public const int navigationContentDescription = 2130772218; + // aapt resource value: 0x7F0300D2 + public const int collapsingToolbarLayoutStyle = 2130903250; - // aapt resource value: 0x7f0100f9 - public const int navigationIcon = 2130772217; + // aapt resource value: 0x7F0300D3 + public const int collectionViewStyle = 2130903251; - // aapt resource value: 0x7f010020 - public const int navigationMode = 2130772000; + // aapt resource value: 0x7F0300D4 + public const int color = 2130903252; - // aapt resource value: 0x7f0100d1 - public const int overlapAnchor = 2130772177; + // aapt resource value: 0x7F0300D5 + public const int colorAccent = 2130903253; - // aapt resource value: 0x7f0100d3 - public const int paddingBottomNoButtons = 2130772179; + // aapt resource value: 0x7F0300D6 + public const int colorBackgroundFloating = 2130903254; - // aapt resource value: 0x7f0100ff - public const int paddingEnd = 2130772223; + // aapt resource value: 0x7F0300D7 + public const int colorButtonNormal = 2130903255; - // aapt resource value: 0x7f0100fe - public const int paddingStart = 2130772222; + // aapt resource value: 0x7F0300D8 + public const int colorControlActivated = 2130903256; - // aapt resource value: 0x7f0100d4 - public const int paddingTopNoTitle = 2130772180; + // aapt resource value: 0x7F0300D9 + public const int colorControlHighlight = 2130903257; - // aapt resource value: 0x7f010098 - public const int panelBackground = 2130772120; + // aapt resource value: 0x7F0300DA + public const int colorControlNormal = 2130903258; - // aapt resource value: 0x7f01009a - public const int panelMenuListTheme = 2130772122; + // aapt resource value: 0x7F0300DB + public const int colorError = 2130903259; - // aapt resource value: 0x7f010099 - public const int panelMenuListWidth = 2130772121; + // aapt resource value: 0x7F0300DC + public const int colorOnBackground = 2130903260; - // aapt resource value: 0x7f010152 - public const int passwordToggleContentDescription = 2130772306; + // aapt resource value: 0x7F0300DD + public const int colorOnError = 2130903261; - // aapt resource value: 0x7f010151 - public const int passwordToggleDrawable = 2130772305; + // aapt resource value: 0x7F0300DE + public const int colorOnPrimary = 2130903262; - // aapt resource value: 0x7f010150 - public const int passwordToggleEnabled = 2130772304; + // aapt resource value: 0x7F0300DF + public const int colorOnPrimarySurface = 2130903263; - // aapt resource value: 0x7f010153 - public const int passwordToggleTint = 2130772307; + // aapt resource value: 0x7F0300E0 + public const int colorOnSecondary = 2130903264; - // aapt resource value: 0x7f010154 - public const int passwordToggleTintMode = 2130772308; + // aapt resource value: 0x7F0300E1 + public const int colorOnSurface = 2130903265; - // aapt resource value: 0x7f010085 - public const int popupMenuStyle = 2130772101; + // aapt resource value: 0x7F0300E2 + public const int colorPrimary = 2130903266; - // aapt resource value: 0x7f010039 - public const int popupTheme = 2130772025; + // aapt resource value: 0x7F0300E3 + public const int colorPrimaryDark = 2130903267; - // aapt resource value: 0x7f010086 - public const int popupWindowStyle = 2130772102; + // aapt resource value: 0x7F0300E4 + public const int colorPrimarySurface = 2130903268; - // aapt resource value: 0x7f0100cf - public const int preserveIconSpacing = 2130772175; + // aapt resource value: 0x7F0300E5 + public const int colorPrimaryVariant = 2130903269; - // aapt resource value: 0x7f010129 - public const int pressedTranslationZ = 2130772265; + // aapt resource value: 0x7F0300E6 + public const int colorSecondary = 2130903270; - // aapt resource value: 0x7f01002f - public const int progressBarPadding = 2130772015; + // aapt resource value: 0x7F0300E7 + public const int colorSecondaryVariant = 2130903271; - // aapt resource value: 0x7f01002d - public const int progressBarStyle = 2130772013; + // aapt resource value: 0x7F0300E8 + public const int colorSurface = 2130903272; - // aapt resource value: 0x7f0100e0 - public const int queryBackground = 2130772192; + // aapt resource value: 0x7F0300E9 + public const int colorSwitchThumbNormal = 2130903273; - // aapt resource value: 0x7f0100d7 - public const int queryHint = 2130772183; + // aapt resource value: 0x7F0300EA + public const int commitIcon = 2130903274; - // aapt resource value: 0x7f0100b4 - public const int radioButtonStyle = 2130772148; + // aapt resource value: 0x7F030000 + public const int ConstraintRotate = 2130903040; - // aapt resource value: 0x7f0100b5 - public const int ratingBarStyle = 2130772149; + // aapt resource value: 0x7F0300F0 + public const int constraints = 2130903280; - // aapt resource value: 0x7f0100b6 - public const int ratingBarStyleIndicator = 2130772150; + // aapt resource value: 0x7F0300EB + public const int constraintSet = 2130903275; - // aapt resource value: 0x7f0100b7 - public const int ratingBarStyleSmall = 2130772151; + // aapt resource value: 0x7F0300EC + public const int constraintSetEnd = 2130903276; - // aapt resource value: 0x7f010002 - public const int reverseLayout = 2130771970; + // aapt resource value: 0x7F0300ED + public const int constraintSetStart = 2130903277; - // aapt resource value: 0x7f010127 - public const int rippleColor = 2130772263; + // aapt resource value: 0x7F0300EE + public const int constraint_referenced_ids = 2130903278; - // aapt resource value: 0x7f010116 - public const int scrimAnimationDuration = 2130772246; + // aapt resource value: 0x7F0300EF + public const int constraint_referenced_tags = 2130903279; - // aapt resource value: 0x7f010115 - public const int scrimVisibleHeightTrigger = 2130772245; + // aapt resource value: 0x7F0300F1 + public const int content = 2130903281; - // aapt resource value: 0x7f0100dc - public const int searchHintIcon = 2130772188; + // aapt resource value: 0x7F0300F2 + public const int contentDescription = 2130903282; - // aapt resource value: 0x7f0100db - public const int searchIcon = 2130772187; + // aapt resource value: 0x7F0300F3 + public const int contentInsetEnd = 2130903283; - // aapt resource value: 0x7f01008d - public const int searchViewStyle = 2130772109; + // aapt resource value: 0x7F0300F4 + public const int contentInsetEndWithActions = 2130903284; - // aapt resource value: 0x7f0100b8 - public const int seekBarStyle = 2130772152; + // aapt resource value: 0x7F0300F5 + public const int contentInsetLeft = 2130903285; - // aapt resource value: 0x7f01007d - public const int selectableItemBackground = 2130772093; + // aapt resource value: 0x7F0300F6 + public const int contentInsetRight = 2130903286; - // aapt resource value: 0x7f01007e - public const int selectableItemBackgroundBorderless = 2130772094; + // aapt resource value: 0x7F0300F7 + public const int contentInsetStart = 2130903287; - // aapt resource value: 0x7f0100cb - public const int showAsAction = 2130772171; + // aapt resource value: 0x7F0300F8 + public const int contentInsetStartWithNavigation = 2130903288; - // aapt resource value: 0x7f0100c9 - public const int showDividers = 2130772169; + // aapt resource value: 0x7F0300F9 + public const int contentPadding = 2130903289; - // aapt resource value: 0x7f0100ec - public const int showText = 2130772204; + // aapt resource value: 0x7F0300FA + public const int contentPaddingBottom = 2130903290; - // aapt resource value: 0x7f010042 - public const int showTitle = 2130772034; + // aapt resource value: 0x7F0300FB + public const int contentPaddingEnd = 2130903291; - // aapt resource value: 0x7f010040 - public const int singleChoiceItemLayout = 2130772032; + // aapt resource value: 0x7F0300FC + public const int contentPaddingLeft = 2130903292; - // aapt resource value: 0x7f010001 - public const int spanCount = 2130771969; + // aapt resource value: 0x7F0300FD + public const int contentPaddingRight = 2130903293; - // aapt resource value: 0x7f0100c1 - public const int spinBars = 2130772161; + // aapt resource value: 0x7F0300FE + public const int contentPaddingStart = 2130903294; - // aapt resource value: 0x7f010078 - public const int spinnerDropDownItemStyle = 2130772088; + // aapt resource value: 0x7F0300FF + public const int contentPaddingTop = 2130903295; - // aapt resource value: 0x7f0100b9 - public const int spinnerStyle = 2130772153; + // aapt resource value: 0x7F030100 + public const int contentScrim = 2130903296; - // aapt resource value: 0x7f0100eb - public const int splitTrack = 2130772203; + // aapt resource value: 0x7F030101 + public const int contrast = 2130903297; - // aapt resource value: 0x7f010043 - public const int srcCompat = 2130772035; + // aapt resource value: 0x7F030102 + public const int controlBackground = 2130903298; - // aapt resource value: 0x7f010003 - public const int stackFromEnd = 2130771971; + // aapt resource value: 0x7F030103 + public const int coordinatorLayoutStyle = 2130903299; - // aapt resource value: 0x7f0100d2 - public const int state_above_anchor = 2130772178; + // aapt resource value: 0x7F030104 + public const int cornerFamily = 2130903300; - // aapt resource value: 0x7f010104 - public const int state_collapsed = 2130772228; + // aapt resource value: 0x7F030105 + public const int cornerFamilyBottomLeft = 2130903301; - // aapt resource value: 0x7f010105 - public const int state_collapsible = 2130772229; + // aapt resource value: 0x7F030106 + public const int cornerFamilyBottomRight = 2130903302; - // aapt resource value: 0x7f01011d - public const int statusBarBackground = 2130772253; + // aapt resource value: 0x7F030107 + public const int cornerFamilyTopLeft = 2130903303; - // aapt resource value: 0x7f010113 - public const int statusBarScrim = 2130772243; + // aapt resource value: 0x7F030108 + public const int cornerFamilyTopRight = 2130903304; - // aapt resource value: 0x7f0100d0 - public const int subMenuArrow = 2130772176; + // aapt resource value: 0x7F030109 + public const int cornerRadius = 2130903305; - // aapt resource value: 0x7f0100e1 - public const int submitBackground = 2130772193; + // aapt resource value: 0x7F03010A + public const int cornerSize = 2130903306; - // aapt resource value: 0x7f010022 - public const int subtitle = 2130772002; + // aapt resource value: 0x7F03010B + public const int cornerSizeBottomLeft = 2130903307; - // aapt resource value: 0x7f0100ee - public const int subtitleTextAppearance = 2130772206; + // aapt resource value: 0x7F03010C + public const int cornerSizeBottomRight = 2130903308; - // aapt resource value: 0x7f0100fd - public const int subtitleTextColor = 2130772221; + // aapt resource value: 0x7F03010D + public const int cornerSizeTopLeft = 2130903309; - // aapt resource value: 0x7f010024 - public const int subtitleTextStyle = 2130772004; + // aapt resource value: 0x7F03010E + public const int cornerSizeTopRight = 2130903310; - // aapt resource value: 0x7f0100df - public const int suggestionRowLayout = 2130772191; + // aapt resource value: 0x7F03010F + public const int counterEnabled = 2130903311; - // aapt resource value: 0x7f0100e9 - public const int switchMinWidth = 2130772201; + // aapt resource value: 0x7F030110 + public const int counterMaxLength = 2130903312; - // aapt resource value: 0x7f0100ea - public const int switchPadding = 2130772202; + // aapt resource value: 0x7F030111 + public const int counterOverflowTextAppearance = 2130903313; - // aapt resource value: 0x7f0100ba - public const int switchStyle = 2130772154; + // aapt resource value: 0x7F030112 + public const int counterOverflowTextColor = 2130903314; - // aapt resource value: 0x7f0100e8 - public const int switchTextAppearance = 2130772200; + // aapt resource value: 0x7F030113 + public const int counterTextAppearance = 2130903315; - // aapt resource value: 0x7f01013a - public const int tabBackground = 2130772282; + // aapt resource value: 0x7F030114 + public const int counterTextColor = 2130903316; - // aapt resource value: 0x7f010139 - public const int tabContentStart = 2130772281; + // aapt resource value: 0x7F030115 + public const int crossfade = 2130903317; - // aapt resource value: 0x7f01013c - public const int tabGravity = 2130772284; + // aapt resource value: 0x7F030116 + public const int currentState = 2130903318; - // aapt resource value: 0x7f010137 - public const int tabIndicatorColor = 2130772279; + // aapt resource value: 0x7F030117 + public const int curveFit = 2130903319; - // aapt resource value: 0x7f010138 - public const int tabIndicatorHeight = 2130772280; + // aapt resource value: 0x7F030118 + public const int customBoolean = 2130903320; - // aapt resource value: 0x7f01013e - public const int tabMaxWidth = 2130772286; + // aapt resource value: 0x7F030119 + public const int customColorDrawableValue = 2130903321; - // aapt resource value: 0x7f01013d - public const int tabMinWidth = 2130772285; + // aapt resource value: 0x7F03011A + public const int customColorValue = 2130903322; - // aapt resource value: 0x7f01013b - public const int tabMode = 2130772283; + // aapt resource value: 0x7F03011B + public const int customDimension = 2130903323; - // aapt resource value: 0x7f010146 - public const int tabPadding = 2130772294; + // aapt resource value: 0x7F03011C + public const int customFloatValue = 2130903324; - // aapt resource value: 0x7f010145 - public const int tabPaddingBottom = 2130772293; + // aapt resource value: 0x7F03011D + public const int customIntegerValue = 2130903325; - // aapt resource value: 0x7f010144 - public const int tabPaddingEnd = 2130772292; + // aapt resource value: 0x7F03011E + public const int customNavigationLayout = 2130903326; - // aapt resource value: 0x7f010142 - public const int tabPaddingStart = 2130772290; + // aapt resource value: 0x7F03011F + public const int customPixelDimension = 2130903327; - // aapt resource value: 0x7f010143 - public const int tabPaddingTop = 2130772291; + // aapt resource value: 0x7F030120 + public const int customReference = 2130903328; - // aapt resource value: 0x7f010141 - public const int tabSelectedTextColor = 2130772289; + // aapt resource value: 0x7F030121 + public const int customStringValue = 2130903329; - // aapt resource value: 0x7f01013f - public const int tabTextAppearance = 2130772287; + // aapt resource value: 0x7F030122 + public const int data = 2130903330; - // aapt resource value: 0x7f010140 - public const int tabTextColor = 2130772288; + // aapt resource value: 0x7F030123 + public const int dataPattern = 2130903331; - // aapt resource value: 0x7f010049 - public const int textAllCaps = 2130772041; + // aapt resource value: 0x7F030124 + public const int dayInvalidStyle = 2130903332; - // aapt resource value: 0x7f010070 - public const int textAppearanceLargePopupMenu = 2130772080; + // aapt resource value: 0x7F030125 + public const int daySelectedStyle = 2130903333; - // aapt resource value: 0x7f010095 - public const int textAppearanceListItem = 2130772117; + // aapt resource value: 0x7F030126 + public const int dayStyle = 2130903334; - // aapt resource value: 0x7f010096 - public const int textAppearanceListItemSecondary = 2130772118; + // aapt resource value: 0x7F030127 + public const int dayTodayStyle = 2130903335; - // aapt resource value: 0x7f010097 - public const int textAppearanceListItemSmall = 2130772119; + // aapt resource value: 0x7F030128 + public const int defaultDuration = 2130903336; - // aapt resource value: 0x7f010072 - public const int textAppearancePopupMenuHeader = 2130772082; + // aapt resource value: 0x7F030129 + public const int defaultQueryHint = 2130903337; - // aapt resource value: 0x7f01008b - public const int textAppearanceSearchResultSubtitle = 2130772107; + // aapt resource value: 0x7F03012A + public const int defaultState = 2130903338; - // aapt resource value: 0x7f01008a - public const int textAppearanceSearchResultTitle = 2130772106; + // aapt resource value: 0x7F03012B + public const int defaultValue = 2130903339; - // aapt resource value: 0x7f010071 - public const int textAppearanceSmallPopupMenu = 2130772081; + // aapt resource value: 0x7F03012C + public const int deltaPolarAngle = 2130903340; - // aapt resource value: 0x7f0100aa - public const int textColorAlertDialogListItem = 2130772138; + // aapt resource value: 0x7F03012D + public const int deltaPolarRadius = 2130903341; - // aapt resource value: 0x7f010126 - public const int textColorError = 2130772262; + // aapt resource value: 0x7F03012E + public const int dependency = 2130903342; - // aapt resource value: 0x7f01008c - public const int textColorSearchUrl = 2130772108; + // aapt resource value: 0x7F03012F + public const int deriveConstraintsFrom = 2130903343; - // aapt resource value: 0x7f010100 - public const int theme = 2130772224; + // aapt resource value: 0x7F030130 + public const int destination = 2130903344; - // aapt resource value: 0x7f0100c7 - public const int thickness = 2130772167; + // aapt resource value: 0x7F030131 + public const int dialogCornerRadius = 2130903345; - // aapt resource value: 0x7f0100e7 - public const int thumbTextPadding = 2130772199; + // aapt resource value: 0x7F030132 + public const int dialogIcon = 2130903346; - // aapt resource value: 0x7f0100e2 - public const int thumbTint = 2130772194; + // aapt resource value: 0x7F030133 + public const int dialogLayout = 2130903347; - // aapt resource value: 0x7f0100e3 - public const int thumbTintMode = 2130772195; + // aapt resource value: 0x7F030134 + public const int dialogMessage = 2130903348; - // aapt resource value: 0x7f010046 - public const int tickMark = 2130772038; + // aapt resource value: 0x7F030135 + public const int dialogPreferenceStyle = 2130903349; - // aapt resource value: 0x7f010047 - public const int tickMarkTint = 2130772039; + // aapt resource value: 0x7F030136 + public const int dialogPreferredPadding = 2130903350; - // aapt resource value: 0x7f010048 - public const int tickMarkTintMode = 2130772040; + // aapt resource value: 0x7F030137 + public const int dialogTheme = 2130903351; - // aapt resource value: 0x7f010044 - public const int tint = 2130772036; + // aapt resource value: 0x7F030138 + public const int dialogTitle = 2130903352; - // aapt resource value: 0x7f010045 - public const int tintMode = 2130772037; + // aapt resource value: 0x7F030139 + public const int disableDependentsState = 2130903353; - // aapt resource value: 0x7f01001f - public const int title = 2130771999; + // aapt resource value: 0x7F03013A + public const int displayOptions = 2130903354; - // aapt resource value: 0x7f010119 - public const int titleEnabled = 2130772249; + // aapt resource value: 0x7F03013B + public const int divider = 2130903355; - // aapt resource value: 0x7f0100ef - public const int titleMargin = 2130772207; + // aapt resource value: 0x7F03013C + public const int dividerHorizontal = 2130903356; - // aapt resource value: 0x7f0100f3 - public const int titleMarginBottom = 2130772211; + // aapt resource value: 0x7F03013D + public const int dividerPadding = 2130903357; - // aapt resource value: 0x7f0100f1 - public const int titleMarginEnd = 2130772209; + // aapt resource value: 0x7F03013E + public const int dividerVertical = 2130903358; - // aapt resource value: 0x7f0100f0 - public const int titleMarginStart = 2130772208; + // aapt resource value: 0x7F03013F + public const int dragDirection = 2130903359; - // aapt resource value: 0x7f0100f2 - public const int titleMarginTop = 2130772210; + // aapt resource value: 0x7F030140 + public const int dragScale = 2130903360; - // aapt resource value: 0x7f0100f4 - public const int titleMargins = 2130772212; + // aapt resource value: 0x7F030141 + public const int dragThreshold = 2130903361; - // aapt resource value: 0x7f0100ed - public const int titleTextAppearance = 2130772205; + // aapt resource value: 0x7F030143 + public const int drawableBottomCompat = 2130903363; - // aapt resource value: 0x7f0100fc - public const int titleTextColor = 2130772220; + // aapt resource value: 0x7F030144 + public const int drawableEndCompat = 2130903364; - // aapt resource value: 0x7f010023 - public const int titleTextStyle = 2130772003; + // aapt resource value: 0x7F030145 + public const int drawableLeftCompat = 2130903365; - // aapt resource value: 0x7f010114 - public const int toolbarId = 2130772244; + // aapt resource value: 0x7F030146 + public const int drawableRightCompat = 2130903366; - // aapt resource value: 0x7f010084 - public const int toolbarNavigationButtonStyle = 2130772100; + // aapt resource value: 0x7F030147 + public const int drawableSize = 2130903367; - // aapt resource value: 0x7f010083 - public const int toolbarStyle = 2130772099; + // aapt resource value: 0x7F030148 + public const int drawableStartCompat = 2130903368; - // aapt resource value: 0x7f0100e4 - public const int track = 2130772196; + // aapt resource value: 0x7F030149 + public const int drawableTint = 2130903369; - // aapt resource value: 0x7f0100e5 - public const int trackTint = 2130772197; + // aapt resource value: 0x7F03014A + public const int drawableTintMode = 2130903370; - // aapt resource value: 0x7f0100e6 - public const int trackTintMode = 2130772198; + // aapt resource value: 0x7F03014B + public const int drawableTopCompat = 2130903371; - // aapt resource value: 0x7f01012b - public const int useCompatPadding = 2130772267; + // aapt resource value: 0x7F03014C + public const int drawerArrowStyle = 2130903372; - // aapt resource value: 0x7f0100dd - public const int voiceIcon = 2130772189; + // aapt resource value: 0x7F03014D + public const int drawerLayoutStyle = 2130903373; - // aapt resource value: 0x7f01004a - public const int windowActionBar = 2130772042; + // aapt resource value: 0x7F030142 + public const int drawPath = 2130903362; - // aapt resource value: 0x7f01004c - public const int windowActionBarOverlay = 2130772044; + // aapt resource value: 0x7F03014F + public const int dropdownListPreferredItemHeight = 2130903375; - // aapt resource value: 0x7f01004d - public const int windowActionModeOverlay = 2130772045; + // aapt resource value: 0x7F03014E + public const int dropDownListViewStyle = 2130903374; - // aapt resource value: 0x7f010051 - public const int windowFixedHeightMajor = 2130772049; + // aapt resource value: 0x7F030150 + public const int dropdownPreferenceStyle = 2130903376; - // aapt resource value: 0x7f01004f - public const int windowFixedHeightMinor = 2130772047; + // aapt resource value: 0x7F030151 + public const int duration = 2130903377; - // aapt resource value: 0x7f01004e - public const int windowFixedWidthMajor = 2130772046; + // aapt resource value: 0x7F030152 + public const int editTextBackground = 2130903378; - // aapt resource value: 0x7f010050 - public const int windowFixedWidthMinor = 2130772048; + // aapt resource value: 0x7F030153 + public const int editTextColor = 2130903379; - // aapt resource value: 0x7f010052 - public const int windowMinWidthMajor = 2130772050; + // aapt resource value: 0x7F030154 + public const int editTextPreferenceStyle = 2130903380; - // aapt resource value: 0x7f010053 - public const int windowMinWidthMinor = 2130772051; + // aapt resource value: 0x7F030155 + public const int editTextStyle = 2130903381; - // aapt resource value: 0x7f01004b - public const int windowNoTitle = 2130772043; + // aapt resource value: 0x7F030156 + public const int elevation = 2130903382; - static Attribute() - { - global::Android.Runtime.ResourceIdManager.UpdateIdValues(); - } + // aapt resource value: 0x7F030157 + public const int elevationOverlayColor = 2130903383; - private Attribute() - { - } - } - - public partial class Boolean - { + // aapt resource value: 0x7F030158 + public const int elevationOverlayEnabled = 2130903384; - // aapt resource value: 0x7f0d0000 - public const int abc_action_bar_embed_tabs = 2131558400; + // aapt resource value: 0x7F030159 + public const int enableCopying = 2130903385; - // aapt resource value: 0x7f0d0001 - public const int abc_allow_stacked_button_bar = 2131558401; + // aapt resource value: 0x7F03015B + public const int enabled = 2130903387; - // aapt resource value: 0x7f0d0002 - public const int abc_config_actionMenuItemAllCaps = 2131558402; + // aapt resource value: 0x7F03015A + public const int enableEdgeToEdge = 2130903386; - // aapt resource value: 0x7f0d0003 - public const int abc_config_closeDialogWhenTouchOutside = 2131558403; + // aapt resource value: 0x7F03015C + public const int endIconCheckable = 2130903388; - // aapt resource value: 0x7f0d0004 - public const int abc_config_showMenuShortcutsWhenKeyboardPresent = 2131558404; + // aapt resource value: 0x7F03015D + public const int endIconContentDescription = 2130903389; - static Boolean() - { - global::Android.Runtime.ResourceIdManager.UpdateIdValues(); - } + // aapt resource value: 0x7F03015E + public const int endIconDrawable = 2130903390; - private Boolean() - { - } - } - - public partial class Color - { + // aapt resource value: 0x7F03015F + public const int endIconMode = 2130903391; - // aapt resource value: 0x7f0c004a - public const int abc_background_cache_hint_selector_material_dark = 2131492938; + // aapt resource value: 0x7F030160 + public const int endIconTint = 2130903392; - // aapt resource value: 0x7f0c004b - public const int abc_background_cache_hint_selector_material_light = 2131492939; + // aapt resource value: 0x7F030161 + public const int endIconTintMode = 2130903393; - // aapt resource value: 0x7f0c004c - public const int abc_btn_colored_borderless_text_material = 2131492940; + // aapt resource value: 0x7F030162 + public const int enforceMaterialTheme = 2130903394; - // aapt resource value: 0x7f0c004d - public const int abc_btn_colored_text_material = 2131492941; + // aapt resource value: 0x7F030163 + public const int enforceTextAppearance = 2130903395; - // aapt resource value: 0x7f0c004e - public const int abc_color_highlight_material = 2131492942; + // aapt resource value: 0x7F030164 + public const int ensureMinTouchTargetSize = 2130903396; - // aapt resource value: 0x7f0c004f - public const int abc_hint_foreground_material_dark = 2131492943; + // aapt resource value: 0x7F030165 + public const int enterAnim = 2130903397; - // aapt resource value: 0x7f0c0050 - public const int abc_hint_foreground_material_light = 2131492944; + // aapt resource value: 0x7F030166 + public const int entries = 2130903398; - // aapt resource value: 0x7f0c0005 - public const int abc_input_method_navigation_guard = 2131492869; + // aapt resource value: 0x7F030167 + public const int entryValues = 2130903399; - // aapt resource value: 0x7f0c0051 - public const int abc_primary_text_disable_only_material_dark = 2131492945; + // aapt resource value: 0x7F030168 + public const int errorContentDescription = 2130903400; - // aapt resource value: 0x7f0c0052 - public const int abc_primary_text_disable_only_material_light = 2131492946; + // aapt resource value: 0x7F030169 + public const int errorEnabled = 2130903401; - // aapt resource value: 0x7f0c0053 - public const int abc_primary_text_material_dark = 2131492947; + // aapt resource value: 0x7F03016A + public const int errorIconDrawable = 2130903402; - // aapt resource value: 0x7f0c0054 - public const int abc_primary_text_material_light = 2131492948; + // aapt resource value: 0x7F03016B + public const int errorIconTint = 2130903403; - // aapt resource value: 0x7f0c0055 - public const int abc_search_url_text = 2131492949; + // aapt resource value: 0x7F03016C + public const int errorIconTintMode = 2130903404; - // aapt resource value: 0x7f0c0006 - public const int abc_search_url_text_normal = 2131492870; + // aapt resource value: 0x7F03016D + public const int errorTextAppearance = 2130903405; - // aapt resource value: 0x7f0c0007 - public const int abc_search_url_text_pressed = 2131492871; + // aapt resource value: 0x7F03016E + public const int errorTextColor = 2130903406; - // aapt resource value: 0x7f0c0008 - public const int abc_search_url_text_selected = 2131492872; + // aapt resource value: 0x7F03016F + public const int exitAnim = 2130903407; - // aapt resource value: 0x7f0c0056 - public const int abc_secondary_text_material_dark = 2131492950; + // aapt resource value: 0x7F030170 + public const int expandActivityOverflowButtonDrawable = 2130903408; - // aapt resource value: 0x7f0c0057 - public const int abc_secondary_text_material_light = 2131492951; + // aapt resource value: 0x7F030171 + public const int expanded = 2130903409; - // aapt resource value: 0x7f0c0058 - public const int abc_tint_btn_checkable = 2131492952; + // aapt resource value: 0x7F030172 + public const int expandedHintEnabled = 2130903410; - // aapt resource value: 0x7f0c0059 - public const int abc_tint_default = 2131492953; + // aapt resource value: 0x7F030173 + public const int expandedTitleGravity = 2130903411; - // aapt resource value: 0x7f0c005a - public const int abc_tint_edittext = 2131492954; + // aapt resource value: 0x7F030174 + public const int expandedTitleMargin = 2130903412; - // aapt resource value: 0x7f0c005b - public const int abc_tint_seek_thumb = 2131492955; + // aapt resource value: 0x7F030175 + public const int expandedTitleMarginBottom = 2130903413; - // aapt resource value: 0x7f0c005c - public const int abc_tint_spinner = 2131492956; + // aapt resource value: 0x7F030176 + public const int expandedTitleMarginEnd = 2130903414; - // aapt resource value: 0x7f0c005d - public const int abc_tint_switch_thumb = 2131492957; + // aapt resource value: 0x7F030177 + public const int expandedTitleMarginStart = 2130903415; - // aapt resource value: 0x7f0c005e - public const int abc_tint_switch_track = 2131492958; + // aapt resource value: 0x7F030178 + public const int expandedTitleMarginTop = 2130903416; - // aapt resource value: 0x7f0c0009 - public const int accent_material_dark = 2131492873; + // aapt resource value: 0x7F030179 + public const int expandedTitleTextAppearance = 2130903417; - // aapt resource value: 0x7f0c000a - public const int accent_material_light = 2131492874; + // aapt resource value: 0x7F03017B + public const int extendedFloatingActionButtonStyle = 2130903419; - // aapt resource value: 0x7f0c000b - public const int background_floating_material_dark = 2131492875; + // aapt resource value: 0x7F03017A + public const int extendMotionSpec = 2130903418; - // aapt resource value: 0x7f0c000c - public const int background_floating_material_light = 2131492876; + // aapt resource value: 0x7F03017C + public const int extraMultilineHeightEnabled = 2130903420; - // aapt resource value: 0x7f0c000d - public const int background_material_dark = 2131492877; + // aapt resource value: 0x7F03017D + public const int fabAlignmentMode = 2130903421; - // aapt resource value: 0x7f0c000e - public const int background_material_light = 2131492878; + // aapt resource value: 0x7F03017E + public const int fabAnimationMode = 2130903422; - // aapt resource value: 0x7f0c000f - public const int bright_foreground_disabled_material_dark = 2131492879; + // aapt resource value: 0x7F03017F + public const int fabCradleMargin = 2130903423; - // aapt resource value: 0x7f0c0010 - public const int bright_foreground_disabled_material_light = 2131492880; + // aapt resource value: 0x7F030180 + public const int fabCradleRoundedCornerRadius = 2130903424; - // aapt resource value: 0x7f0c0011 - public const int bright_foreground_inverse_material_dark = 2131492881; + // aapt resource value: 0x7F030181 + public const int fabCradleVerticalOffset = 2130903425; - // aapt resource value: 0x7f0c0012 - public const int bright_foreground_inverse_material_light = 2131492882; + // aapt resource value: 0x7F030182 + public const int fabCustomSize = 2130903426; - // aapt resource value: 0x7f0c0013 - public const int bright_foreground_material_dark = 2131492883; + // aapt resource value: 0x7F030183 + public const int fabSize = 2130903427; - // aapt resource value: 0x7f0c0014 - public const int bright_foreground_material_light = 2131492884; + // aapt resource value: 0x7F030184 + public const int fastScrollEnabled = 2130903428; - // aapt resource value: 0x7f0c0015 - public const int button_material_dark = 2131492885; + // aapt resource value: 0x7F030185 + public const int fastScrollHorizontalThumbDrawable = 2130903429; - // aapt resource value: 0x7f0c0016 - public const int button_material_light = 2131492886; + // aapt resource value: 0x7F030186 + public const int fastScrollHorizontalTrackDrawable = 2130903430; - // aapt resource value: 0x7f0c0000 - public const int cardview_dark_background = 2131492864; + // aapt resource value: 0x7F030187 + public const int fastScrollVerticalThumbDrawable = 2130903431; - // aapt resource value: 0x7f0c0001 - public const int cardview_light_background = 2131492865; + // aapt resource value: 0x7F030188 + public const int fastScrollVerticalTrackDrawable = 2130903432; - // aapt resource value: 0x7f0c0002 - public const int cardview_shadow_end_color = 2131492866; + // aapt resource value: 0x7F030189 + public const int firstBaselineToTopHeight = 2130903433; - // aapt resource value: 0x7f0c0003 - public const int cardview_shadow_start_color = 2131492867; + // aapt resource value: 0x7F03018A + public const int floatingActionButtonStyle = 2130903434; - // aapt resource value: 0x7f0c003f - public const int design_bottom_navigation_shadow_color = 2131492927; + // aapt resource value: 0x7F03018B + public const int flow_firstHorizontalBias = 2130903435; - // aapt resource value: 0x7f0c005f - public const int design_error = 2131492959; + // aapt resource value: 0x7F03018C + public const int flow_firstHorizontalStyle = 2130903436; - // aapt resource value: 0x7f0c0040 - public const int design_fab_shadow_end_color = 2131492928; + // aapt resource value: 0x7F03018D + public const int flow_firstVerticalBias = 2130903437; - // aapt resource value: 0x7f0c0041 - public const int design_fab_shadow_mid_color = 2131492929; + // aapt resource value: 0x7F03018E + public const int flow_firstVerticalStyle = 2130903438; - // aapt resource value: 0x7f0c0042 - public const int design_fab_shadow_start_color = 2131492930; + // aapt resource value: 0x7F03018F + public const int flow_horizontalAlign = 2130903439; - // aapt resource value: 0x7f0c0043 - public const int design_fab_stroke_end_inner_color = 2131492931; + // aapt resource value: 0x7F030190 + public const int flow_horizontalBias = 2130903440; - // aapt resource value: 0x7f0c0044 - public const int design_fab_stroke_end_outer_color = 2131492932; + // aapt resource value: 0x7F030191 + public const int flow_horizontalGap = 2130903441; - // aapt resource value: 0x7f0c0045 - public const int design_fab_stroke_top_inner_color = 2131492933; + // aapt resource value: 0x7F030192 + public const int flow_horizontalStyle = 2130903442; - // aapt resource value: 0x7f0c0046 - public const int design_fab_stroke_top_outer_color = 2131492934; + // aapt resource value: 0x7F030193 + public const int flow_lastHorizontalBias = 2130903443; - // aapt resource value: 0x7f0c0047 - public const int design_snackbar_background_color = 2131492935; + // aapt resource value: 0x7F030194 + public const int flow_lastHorizontalStyle = 2130903444; - // aapt resource value: 0x7f0c0048 - public const int design_textinput_error_color_dark = 2131492936; + // aapt resource value: 0x7F030195 + public const int flow_lastVerticalBias = 2130903445; - // aapt resource value: 0x7f0c0049 - public const int design_textinput_error_color_light = 2131492937; + // aapt resource value: 0x7F030196 + public const int flow_lastVerticalStyle = 2130903446; - // aapt resource value: 0x7f0c0060 - public const int design_tint_password_toggle = 2131492960; + // aapt resource value: 0x7F030197 + public const int flow_maxElementsWrap = 2130903447; - // aapt resource value: 0x7f0c0017 - public const int dim_foreground_disabled_material_dark = 2131492887; + // aapt resource value: 0x7F030198 + public const int flow_padding = 2130903448; - // aapt resource value: 0x7f0c0018 - public const int dim_foreground_disabled_material_light = 2131492888; + // aapt resource value: 0x7F030199 + public const int flow_verticalAlign = 2130903449; - // aapt resource value: 0x7f0c0019 - public const int dim_foreground_material_dark = 2131492889; + // aapt resource value: 0x7F03019A + public const int flow_verticalBias = 2130903450; - // aapt resource value: 0x7f0c001a - public const int dim_foreground_material_light = 2131492890; + // aapt resource value: 0x7F03019B + public const int flow_verticalGap = 2130903451; - // aapt resource value: 0x7f0c001b - public const int foreground_material_dark = 2131492891; + // aapt resource value: 0x7F03019C + public const int flow_verticalStyle = 2130903452; - // aapt resource value: 0x7f0c001c - public const int foreground_material_light = 2131492892; + // aapt resource value: 0x7F03019D + public const int flow_wrapMode = 2130903453; - // aapt resource value: 0x7f0c001d - public const int highlighted_text_material_dark = 2131492893; + // aapt resource value: 0x7F03019E + public const int font = 2130903454; - // aapt resource value: 0x7f0c001e - public const int highlighted_text_material_light = 2131492894; + // aapt resource value: 0x7F03019F + public const int fontFamily = 2130903455; - // aapt resource value: 0x7f0c001f - public const int material_blue_grey_800 = 2131492895; + // aapt resource value: 0x7F0301A0 + public const int fontProviderAuthority = 2130903456; - // aapt resource value: 0x7f0c0020 - public const int material_blue_grey_900 = 2131492896; + // aapt resource value: 0x7F0301A1 + public const int fontProviderCerts = 2130903457; - // aapt resource value: 0x7f0c0021 - public const int material_blue_grey_950 = 2131492897; + // aapt resource value: 0x7F0301A2 + public const int fontProviderFetchStrategy = 2130903458; - // aapt resource value: 0x7f0c0022 - public const int material_deep_teal_200 = 2131492898; + // aapt resource value: 0x7F0301A3 + public const int fontProviderFetchTimeout = 2130903459; - // aapt resource value: 0x7f0c0023 - public const int material_deep_teal_500 = 2131492899; + // aapt resource value: 0x7F0301A4 + public const int fontProviderPackage = 2130903460; - // aapt resource value: 0x7f0c0024 - public const int material_grey_100 = 2131492900; + // aapt resource value: 0x7F0301A5 + public const int fontProviderQuery = 2130903461; - // aapt resource value: 0x7f0c0025 - public const int material_grey_300 = 2131492901; + // aapt resource value: 0x7F0301A6 + public const int fontProviderSystemFontFamily = 2130903462; - // aapt resource value: 0x7f0c0026 - public const int material_grey_50 = 2131492902; + // aapt resource value: 0x7F0301A7 + public const int fontStyle = 2130903463; - // aapt resource value: 0x7f0c0027 - public const int material_grey_600 = 2131492903; + // aapt resource value: 0x7F0301A8 + public const int fontVariationSettings = 2130903464; - // aapt resource value: 0x7f0c0028 - public const int material_grey_800 = 2131492904; + // aapt resource value: 0x7F0301A9 + public const int fontWeight = 2130903465; - // aapt resource value: 0x7f0c0029 - public const int material_grey_850 = 2131492905; + // aapt resource value: 0x7F0301AA + public const int forceApplySystemWindowInsetTop = 2130903466; - // aapt resource value: 0x7f0c002a - public const int material_grey_900 = 2131492906; + // aapt resource value: 0x7F0301AB + public const int foregroundInsidePadding = 2130903467; - // aapt resource value: 0x7f0c0004 - public const int notification_action_color_filter = 2131492868; + // aapt resource value: 0x7F0301AC + public const int fragment = 2130903468; - // aapt resource value: 0x7f0c002b - public const int notification_icon_bg_color = 2131492907; + // aapt resource value: 0x7F0301AD + public const int framePosition = 2130903469; - // aapt resource value: 0x7f0c002c - public const int notification_material_background_media_default_color = 2131492908; + // aapt resource value: 0x7F0301AE + public const int gapBetweenBars = 2130903470; - // aapt resource value: 0x7f0c002d - public const int primary_dark_material_dark = 2131492909; + // aapt resource value: 0x7F0301AF + public const int gestureInsetBottomIgnored = 2130903471; - // aapt resource value: 0x7f0c002e - public const int primary_dark_material_light = 2131492910; + // aapt resource value: 0x7F0301B0 + public const int goIcon = 2130903472; - // aapt resource value: 0x7f0c002f - public const int primary_material_dark = 2131492911; + // aapt resource value: 0x7F0301B1 + public const int graph = 2130903473; - // aapt resource value: 0x7f0c0030 - public const int primary_material_light = 2131492912; + // aapt resource value: 0x7F0301B2 + public const int haloColor = 2130903474; - // aapt resource value: 0x7f0c0031 - public const int primary_text_default_material_dark = 2131492913; + // aapt resource value: 0x7F0301B3 + public const int haloRadius = 2130903475; - // aapt resource value: 0x7f0c0032 - public const int primary_text_default_material_light = 2131492914; + // aapt resource value: 0x7F0301B4 + public const int headerLayout = 2130903476; - // aapt resource value: 0x7f0c0033 - public const int primary_text_disabled_material_dark = 2131492915; + // aapt resource value: 0x7F0301B5 + public const int height = 2130903477; - // aapt resource value: 0x7f0c0034 - public const int primary_text_disabled_material_light = 2131492916; + // aapt resource value: 0x7F0301B6 + public const int helperText = 2130903478; - // aapt resource value: 0x7f0c0035 - public const int ripple_material_dark = 2131492917; + // aapt resource value: 0x7F0301B7 + public const int helperTextEnabled = 2130903479; - // aapt resource value: 0x7f0c0036 - public const int ripple_material_light = 2131492918; + // aapt resource value: 0x7F0301B8 + public const int helperTextTextAppearance = 2130903480; - // aapt resource value: 0x7f0c0037 - public const int secondary_text_default_material_dark = 2131492919; + // aapt resource value: 0x7F0301B9 + public const int helperTextTextColor = 2130903481; - // aapt resource value: 0x7f0c0038 - public const int secondary_text_default_material_light = 2131492920; + // aapt resource value: 0x7F0301BA + public const int hideAnimationBehavior = 2130903482; - // aapt resource value: 0x7f0c0039 - public const int secondary_text_disabled_material_dark = 2131492921; + // aapt resource value: 0x7F0301BB + public const int hideMotionSpec = 2130903483; - // aapt resource value: 0x7f0c003a - public const int secondary_text_disabled_material_light = 2131492922; + // aapt resource value: 0x7F0301BC + public const int hideOnContentScroll = 2130903484; - // aapt resource value: 0x7f0c003b - public const int switch_thumb_disabled_material_dark = 2131492923; + // aapt resource value: 0x7F0301BD + public const int hideOnScroll = 2130903485; - // aapt resource value: 0x7f0c003c - public const int switch_thumb_disabled_material_light = 2131492924; + // aapt resource value: 0x7F0301BE + public const int hintAnimationEnabled = 2130903486; - // aapt resource value: 0x7f0c0061 - public const int switch_thumb_material_dark = 2131492961; + // aapt resource value: 0x7F0301BF + public const int hintEnabled = 2130903487; - // aapt resource value: 0x7f0c0062 - public const int switch_thumb_material_light = 2131492962; + // aapt resource value: 0x7F0301C0 + public const int hintTextAppearance = 2130903488; - // aapt resource value: 0x7f0c003d - public const int switch_thumb_normal_material_dark = 2131492925; + // aapt resource value: 0x7F0301C1 + public const int hintTextColor = 2130903489; - // aapt resource value: 0x7f0c003e - public const int switch_thumb_normal_material_light = 2131492926; + // aapt resource value: 0x7F0301C2 + public const int homeAsUpIndicator = 2130903490; - static Color() - { - global::Android.Runtime.ResourceIdManager.UpdateIdValues(); - } + // aapt resource value: 0x7F0301C3 + public const int homeLayout = 2130903491; - private Color() - { - } - } - - public partial class Dimension - { + // aapt resource value: 0x7F0301C4 + public const int horizontalOffset = 2130903492; - // aapt resource value: 0x7f070018 - public const int abc_action_bar_content_inset_material = 2131165208; + // aapt resource value: 0x7F0301C5 + public const int hoveredFocusedTranslationZ = 2130903493; - // aapt resource value: 0x7f070019 - public const int abc_action_bar_content_inset_with_nav = 2131165209; + // aapt resource value: 0x7F0301C6 + public const int icon = 2130903494; - // aapt resource value: 0x7f07000d - public const int abc_action_bar_default_height_material = 2131165197; + // aapt resource value: 0x7F0301C7 + public const int iconEndPadding = 2130903495; - // aapt resource value: 0x7f07001a - public const int abc_action_bar_default_padding_end_material = 2131165210; + // aapt resource value: 0x7F0301C8 + public const int iconGravity = 2130903496; - // aapt resource value: 0x7f07001b - public const int abc_action_bar_default_padding_start_material = 2131165211; + // aapt resource value: 0x7F0301CF + public const int iconifiedByDefault = 2130903503; - // aapt resource value: 0x7f070021 - public const int abc_action_bar_elevation_material = 2131165217; + // aapt resource value: 0x7F0301C9 + public const int iconPadding = 2130903497; - // aapt resource value: 0x7f070022 - public const int abc_action_bar_icon_vertical_padding_material = 2131165218; + // aapt resource value: 0x7F0301CA + public const int iconSize = 2130903498; - // aapt resource value: 0x7f070023 - public const int abc_action_bar_overflow_padding_end_material = 2131165219; + // aapt resource value: 0x7F0301CB + public const int iconSpaceReserved = 2130903499; - // aapt resource value: 0x7f070024 - public const int abc_action_bar_overflow_padding_start_material = 2131165220; + // aapt resource value: 0x7F0301CC + public const int iconStartPadding = 2130903500; - // aapt resource value: 0x7f07000e - public const int abc_action_bar_progress_bar_size = 2131165198; + // aapt resource value: 0x7F0301CD + public const int iconTint = 2130903501; - // aapt resource value: 0x7f070025 - public const int abc_action_bar_stacked_max_height = 2131165221; + // aapt resource value: 0x7F0301CE + public const int iconTintMode = 2130903502; - // aapt resource value: 0x7f070026 - public const int abc_action_bar_stacked_tab_max_width = 2131165222; + // aapt resource value: 0x7F0301D0 + public const int ifTagNotSet = 2130903504; - // aapt resource value: 0x7f070027 - public const int abc_action_bar_subtitle_bottom_margin_material = 2131165223; + // aapt resource value: 0x7F0301D1 + public const int ifTagSet = 2130903505; - // aapt resource value: 0x7f070028 - public const int abc_action_bar_subtitle_top_margin_material = 2131165224; + // aapt resource value: 0x7F0301D2 + public const int imageButtonStyle = 2130903506; - // aapt resource value: 0x7f070029 - public const int abc_action_button_min_height_material = 2131165225; + // aapt resource value: 0x7F0301D3 + public const int imagePanX = 2130903507; - // aapt resource value: 0x7f07002a - public const int abc_action_button_min_width_material = 2131165226; + // aapt resource value: 0x7F0301D4 + public const int imagePanY = 2130903508; - // aapt resource value: 0x7f07002b - public const int abc_action_button_min_width_overflow_material = 2131165227; + // aapt resource value: 0x7F0301D5 + public const int imageRotate = 2130903509; - // aapt resource value: 0x7f07000c - public const int abc_alert_dialog_button_bar_height = 2131165196; + // aapt resource value: 0x7F0301D6 + public const int imageZoom = 2130903510; - // aapt resource value: 0x7f07002c - public const int abc_button_inset_horizontal_material = 2131165228; + // aapt resource value: 0x7F0301D7 + public const int indeterminateAnimationType = 2130903511; - // aapt resource value: 0x7f07002d - public const int abc_button_inset_vertical_material = 2131165229; + // aapt resource value: 0x7F0301D8 + public const int indeterminateProgressStyle = 2130903512; - // aapt resource value: 0x7f07002e - public const int abc_button_padding_horizontal_material = 2131165230; + // aapt resource value: 0x7F0301D9 + public const int indicatorColor = 2130903513; - // aapt resource value: 0x7f07002f - public const int abc_button_padding_vertical_material = 2131165231; + // aapt resource value: 0x7F0301DA + public const int indicatorDirectionCircular = 2130903514; - // aapt resource value: 0x7f070030 - public const int abc_cascading_menus_min_smallest_width = 2131165232; + // aapt resource value: 0x7F0301DB + public const int indicatorDirectionLinear = 2130903515; - // aapt resource value: 0x7f070011 - public const int abc_config_prefDialogWidth = 2131165201; + // aapt resource value: 0x7F0301DC + public const int indicatorInset = 2130903516; - // aapt resource value: 0x7f070031 - public const int abc_control_corner_material = 2131165233; + // aapt resource value: 0x7F0301DD + public const int indicatorSize = 2130903517; - // aapt resource value: 0x7f070032 - public const int abc_control_inset_material = 2131165234; + // aapt resource value: 0x7F0301DE + public const int initialActivityCount = 2130903518; - // aapt resource value: 0x7f070033 - public const int abc_control_padding_material = 2131165235; + // aapt resource value: 0x7F0301DF + public const int initialExpandedChildrenCount = 2130903519; - // aapt resource value: 0x7f070012 - public const int abc_dialog_fixed_height_major = 2131165202; + // aapt resource value: 0x7F0301E0 + public const int insetForeground = 2130903520; - // aapt resource value: 0x7f070013 - public const int abc_dialog_fixed_height_minor = 2131165203; + // aapt resource value: 0x7F0301E1 + public const int isLightTheme = 2130903521; - // aapt resource value: 0x7f070014 - public const int abc_dialog_fixed_width_major = 2131165204; + // aapt resource value: 0x7F0301E2 + public const int isMaterialTheme = 2130903522; - // aapt resource value: 0x7f070015 - public const int abc_dialog_fixed_width_minor = 2131165205; + // aapt resource value: 0x7F0301E3 + public const int isPreferenceVisible = 2130903523; - // aapt resource value: 0x7f070034 - public const int abc_dialog_list_padding_bottom_no_buttons = 2131165236; + // aapt resource value: 0x7F0301E4 + public const int itemBackground = 2130903524; - // aapt resource value: 0x7f070035 - public const int abc_dialog_list_padding_top_no_title = 2131165237; + // aapt resource value: 0x7F0301E5 + public const int itemFillColor = 2130903525; - // aapt resource value: 0x7f070016 - public const int abc_dialog_min_width_major = 2131165206; + // aapt resource value: 0x7F0301E6 + public const int itemHorizontalPadding = 2130903526; - // aapt resource value: 0x7f070017 - public const int abc_dialog_min_width_minor = 2131165207; + // aapt resource value: 0x7F0301E7 + public const int itemHorizontalTranslationEnabled = 2130903527; - // aapt resource value: 0x7f070036 - public const int abc_dialog_padding_material = 2131165238; + // aapt resource value: 0x7F0301E8 + public const int itemIconPadding = 2130903528; - // aapt resource value: 0x7f070037 - public const int abc_dialog_padding_top_material = 2131165239; + // aapt resource value: 0x7F0301E9 + public const int itemIconSize = 2130903529; - // aapt resource value: 0x7f070038 - public const int abc_dialog_title_divider_material = 2131165240; + // aapt resource value: 0x7F0301EA + public const int itemIconTint = 2130903530; - // aapt resource value: 0x7f070039 - public const int abc_disabled_alpha_material_dark = 2131165241; + // aapt resource value: 0x7F0301EB + public const int itemMaxLines = 2130903531; - // aapt resource value: 0x7f07003a - public const int abc_disabled_alpha_material_light = 2131165242; + // aapt resource value: 0x7F0301EC + public const int itemPadding = 2130903532; - // aapt resource value: 0x7f07003b - public const int abc_dropdownitem_icon_width = 2131165243; + // aapt resource value: 0x7F0301ED + public const int itemRippleColor = 2130903533; - // aapt resource value: 0x7f07003c - public const int abc_dropdownitem_text_padding_left = 2131165244; + // aapt resource value: 0x7F0301EE + public const int itemShapeAppearance = 2130903534; - // aapt resource value: 0x7f07003d - public const int abc_dropdownitem_text_padding_right = 2131165245; + // aapt resource value: 0x7F0301EF + public const int itemShapeAppearanceOverlay = 2130903535; - // aapt resource value: 0x7f07003e - public const int abc_edit_text_inset_bottom_material = 2131165246; + // aapt resource value: 0x7F0301F0 + public const int itemShapeFillColor = 2130903536; - // aapt resource value: 0x7f07003f - public const int abc_edit_text_inset_horizontal_material = 2131165247; + // aapt resource value: 0x7F0301F1 + public const int itemShapeInsetBottom = 2130903537; - // aapt resource value: 0x7f070040 - public const int abc_edit_text_inset_top_material = 2131165248; + // aapt resource value: 0x7F0301F2 + public const int itemShapeInsetEnd = 2130903538; - // aapt resource value: 0x7f070041 - public const int abc_floating_window_z = 2131165249; + // aapt resource value: 0x7F0301F3 + public const int itemShapeInsetStart = 2130903539; - // aapt resource value: 0x7f070042 - public const int abc_list_item_padding_horizontal_material = 2131165250; + // aapt resource value: 0x7F0301F4 + public const int itemShapeInsetTop = 2130903540; - // aapt resource value: 0x7f070043 - public const int abc_panel_menu_list_width = 2131165251; + // aapt resource value: 0x7F0301F5 + public const int itemSpacing = 2130903541; - // aapt resource value: 0x7f070044 - public const int abc_progress_bar_height_material = 2131165252; + // aapt resource value: 0x7F0301F6 + public const int itemStrokeColor = 2130903542; - // aapt resource value: 0x7f070045 - public const int abc_search_view_preferred_height = 2131165253; + // aapt resource value: 0x7F0301F7 + public const int itemStrokeWidth = 2130903543; - // aapt resource value: 0x7f070046 - public const int abc_search_view_preferred_width = 2131165254; + // aapt resource value: 0x7F0301F8 + public const int itemTextAppearance = 2130903544; - // aapt resource value: 0x7f070047 - public const int abc_seekbar_track_background_height_material = 2131165255; + // aapt resource value: 0x7F0301F9 + public const int itemTextAppearanceActive = 2130903545; - // aapt resource value: 0x7f070048 - public const int abc_seekbar_track_progress_height_material = 2131165256; + // aapt resource value: 0x7F0301FA + public const int itemTextAppearanceInactive = 2130903546; - // aapt resource value: 0x7f070049 - public const int abc_select_dialog_padding_start_material = 2131165257; + // aapt resource value: 0x7F0301FB + public const int itemTextColor = 2130903547; - // aapt resource value: 0x7f07001d - public const int abc_switch_padding = 2131165213; + // aapt resource value: 0x7F0301FC + public const int key = 2130903548; - // aapt resource value: 0x7f07004a - public const int abc_text_size_body_1_material = 2131165258; + // aapt resource value: 0x7F0301FE + public const int keyboardIcon = 2130903550; - // aapt resource value: 0x7f07004b - public const int abc_text_size_body_2_material = 2131165259; + // aapt resource value: 0x7F0301FF + public const int keylines = 2130903551; - // aapt resource value: 0x7f07004c - public const int abc_text_size_button_material = 2131165260; + // aapt resource value: 0x7F0301FD + public const int keyPositionType = 2130903549; - // aapt resource value: 0x7f07004d - public const int abc_text_size_caption_material = 2131165261; + // aapt resource value: 0x7F030200 + public const int labelBehavior = 2130903552; - // aapt resource value: 0x7f07004e - public const int abc_text_size_display_1_material = 2131165262; + // aapt resource value: 0x7F030201 + public const int labelStyle = 2130903553; - // aapt resource value: 0x7f07004f - public const int abc_text_size_display_2_material = 2131165263; + // aapt resource value: 0x7F030202 + public const int labelVisibilityMode = 2130903554; - // aapt resource value: 0x7f070050 - public const int abc_text_size_display_3_material = 2131165264; + // aapt resource value: 0x7F030203 + public const int lastBaselineToBottomHeight = 2130903555; - // aapt resource value: 0x7f070051 - public const int abc_text_size_display_4_material = 2131165265; + // aapt resource value: 0x7F030204 + public const int launchSingleTop = 2130903556; - // aapt resource value: 0x7f070052 - public const int abc_text_size_headline_material = 2131165266; + // aapt resource value: 0x7F030205 + public const int layout = 2130903557; - // aapt resource value: 0x7f070053 - public const int abc_text_size_large_material = 2131165267; + // aapt resource value: 0x7F030206 + public const int layoutDescription = 2130903558; - // aapt resource value: 0x7f070054 - public const int abc_text_size_medium_material = 2131165268; + // aapt resource value: 0x7F030207 + public const int layoutDuringTransition = 2130903559; - // aapt resource value: 0x7f070055 - public const int abc_text_size_menu_header_material = 2131165269; + // aapt resource value: 0x7F030208 + public const int layoutManager = 2130903560; - // aapt resource value: 0x7f070056 - public const int abc_text_size_menu_material = 2131165270; + // aapt resource value: 0x7F030209 + public const int layout_anchor = 2130903561; - // aapt resource value: 0x7f070057 - public const int abc_text_size_small_material = 2131165271; + // aapt resource value: 0x7F03020A + public const int layout_anchorGravity = 2130903562; - // aapt resource value: 0x7f070058 - public const int abc_text_size_subhead_material = 2131165272; + // aapt resource value: 0x7F03020B + public const int layout_behavior = 2130903563; - // aapt resource value: 0x7f07000f - public const int abc_text_size_subtitle_material_toolbar = 2131165199; + // aapt resource value: 0x7F03020C + public const int layout_collapseMode = 2130903564; - // aapt resource value: 0x7f070059 - public const int abc_text_size_title_material = 2131165273; + // aapt resource value: 0x7F03020D + public const int layout_collapseParallaxMultiplier = 2130903565; - // aapt resource value: 0x7f070010 - public const int abc_text_size_title_material_toolbar = 2131165200; + // aapt resource value: 0x7F03020E + public const int layout_constrainedHeight = 2130903566; - // aapt resource value: 0x7f070009 - public const int cardview_compat_inset_shadow = 2131165193; + // aapt resource value: 0x7F03020F + public const int layout_constrainedWidth = 2130903567; - // aapt resource value: 0x7f07000a - public const int cardview_default_elevation = 2131165194; + // aapt resource value: 0x7F030210 + public const int layout_constraintBaseline_creator = 2130903568; - // aapt resource value: 0x7f07000b - public const int cardview_default_radius = 2131165195; + // aapt resource value: 0x7F030211 + public const int layout_constraintBaseline_toBaselineOf = 2130903569; - // aapt resource value: 0x7f070076 - public const int design_appbar_elevation = 2131165302; + // aapt resource value: 0x7F030212 + public const int layout_constraintBaseline_toBottomOf = 2130903570; - // aapt resource value: 0x7f070077 - public const int design_bottom_navigation_active_item_max_width = 2131165303; + // aapt resource value: 0x7F030213 + public const int layout_constraintBaseline_toTopOf = 2130903571; - // aapt resource value: 0x7f070078 - public const int design_bottom_navigation_active_text_size = 2131165304; + // aapt resource value: 0x7F030214 + public const int layout_constraintBottom_creator = 2130903572; - // aapt resource value: 0x7f070079 - public const int design_bottom_navigation_elevation = 2131165305; + // aapt resource value: 0x7F030215 + public const int layout_constraintBottom_toBottomOf = 2130903573; - // aapt resource value: 0x7f07007a - public const int design_bottom_navigation_height = 2131165306; + // aapt resource value: 0x7F030216 + public const int layout_constraintBottom_toTopOf = 2130903574; - // aapt resource value: 0x7f07007b - public const int design_bottom_navigation_item_max_width = 2131165307; + // aapt resource value: 0x7F030217 + public const int layout_constraintCircle = 2130903575; - // aapt resource value: 0x7f07007c - public const int design_bottom_navigation_item_min_width = 2131165308; + // aapt resource value: 0x7F030218 + public const int layout_constraintCircleAngle = 2130903576; - // aapt resource value: 0x7f07007d - public const int design_bottom_navigation_margin = 2131165309; + // aapt resource value: 0x7F030219 + public const int layout_constraintCircleRadius = 2130903577; - // aapt resource value: 0x7f07007e - public const int design_bottom_navigation_shadow_height = 2131165310; + // aapt resource value: 0x7F03021A + public const int layout_constraintDimensionRatio = 2130903578; - // aapt resource value: 0x7f07007f - public const int design_bottom_navigation_text_size = 2131165311; + // aapt resource value: 0x7F03021B + public const int layout_constraintEnd_toEndOf = 2130903579; - // aapt resource value: 0x7f070080 - public const int design_bottom_sheet_modal_elevation = 2131165312; + // aapt resource value: 0x7F03021C + public const int layout_constraintEnd_toStartOf = 2130903580; - // aapt resource value: 0x7f070081 - public const int design_bottom_sheet_peek_height_min = 2131165313; + // aapt resource value: 0x7F03021D + public const int layout_constraintGuide_begin = 2130903581; - // aapt resource value: 0x7f070082 - public const int design_fab_border_width = 2131165314; + // aapt resource value: 0x7F03021E + public const int layout_constraintGuide_end = 2130903582; - // aapt resource value: 0x7f070083 - public const int design_fab_elevation = 2131165315; + // aapt resource value: 0x7F03021F + public const int layout_constraintGuide_percent = 2130903583; - // aapt resource value: 0x7f070084 - public const int design_fab_image_size = 2131165316; + // aapt resource value: 0x7F030220 + public const int layout_constraintHeight = 2130903584; - // aapt resource value: 0x7f070085 - public const int design_fab_size_mini = 2131165317; + // aapt resource value: 0x7F030221 + public const int layout_constraintHeight_default = 2130903585; - // aapt resource value: 0x7f070086 - public const int design_fab_size_normal = 2131165318; + // aapt resource value: 0x7F030222 + public const int layout_constraintHeight_max = 2130903586; - // aapt resource value: 0x7f070087 - public const int design_fab_translation_z_pressed = 2131165319; + // aapt resource value: 0x7F030223 + public const int layout_constraintHeight_min = 2130903587; - // aapt resource value: 0x7f070088 - public const int design_navigation_elevation = 2131165320; + // aapt resource value: 0x7F030224 + public const int layout_constraintHeight_percent = 2130903588; - // aapt resource value: 0x7f070089 - public const int design_navigation_icon_padding = 2131165321; + // aapt resource value: 0x7F030225 + public const int layout_constraintHorizontal_bias = 2130903589; - // aapt resource value: 0x7f07008a - public const int design_navigation_icon_size = 2131165322; + // aapt resource value: 0x7F030226 + public const int layout_constraintHorizontal_chainStyle = 2130903590; - // aapt resource value: 0x7f07006e - public const int design_navigation_max_width = 2131165294; + // aapt resource value: 0x7F030227 + public const int layout_constraintHorizontal_weight = 2130903591; - // aapt resource value: 0x7f07008b - public const int design_navigation_padding_bottom = 2131165323; + // aapt resource value: 0x7F030228 + public const int layout_constraintLeft_creator = 2130903592; - // aapt resource value: 0x7f07008c - public const int design_navigation_separator_vertical_padding = 2131165324; + // aapt resource value: 0x7F030229 + public const int layout_constraintLeft_toLeftOf = 2130903593; - // aapt resource value: 0x7f07006f - public const int design_snackbar_action_inline_max_width = 2131165295; + // aapt resource value: 0x7F03022A + public const int layout_constraintLeft_toRightOf = 2130903594; - // aapt resource value: 0x7f070070 - public const int design_snackbar_background_corner_radius = 2131165296; + // aapt resource value: 0x7F03022B + public const int layout_constraintRight_creator = 2130903595; - // aapt resource value: 0x7f07008d - public const int design_snackbar_elevation = 2131165325; + // aapt resource value: 0x7F03022C + public const int layout_constraintRight_toLeftOf = 2130903596; - // aapt resource value: 0x7f070071 - public const int design_snackbar_extra_spacing_horizontal = 2131165297; + // aapt resource value: 0x7F03022D + public const int layout_constraintRight_toRightOf = 2130903597; - // aapt resource value: 0x7f070072 - public const int design_snackbar_max_width = 2131165298; + // aapt resource value: 0x7F03022E + public const int layout_constraintStart_toEndOf = 2130903598; - // aapt resource value: 0x7f070073 - public const int design_snackbar_min_width = 2131165299; + // aapt resource value: 0x7F03022F + public const int layout_constraintStart_toStartOf = 2130903599; - // aapt resource value: 0x7f07008e - public const int design_snackbar_padding_horizontal = 2131165326; + // aapt resource value: 0x7F030230 + public const int layout_constraintTag = 2130903600; - // aapt resource value: 0x7f07008f - public const int design_snackbar_padding_vertical = 2131165327; + // aapt resource value: 0x7F030231 + public const int layout_constraintTop_creator = 2130903601; - // aapt resource value: 0x7f070074 - public const int design_snackbar_padding_vertical_2lines = 2131165300; + // aapt resource value: 0x7F030232 + public const int layout_constraintTop_toBottomOf = 2130903602; - // aapt resource value: 0x7f070090 - public const int design_snackbar_text_size = 2131165328; + // aapt resource value: 0x7F030233 + public const int layout_constraintTop_toTopOf = 2130903603; - // aapt resource value: 0x7f070091 - public const int design_tab_max_width = 2131165329; + // aapt resource value: 0x7F030234 + public const int layout_constraintVertical_bias = 2130903604; - // aapt resource value: 0x7f070075 - public const int design_tab_scrollable_min_width = 2131165301; + // aapt resource value: 0x7F030235 + public const int layout_constraintVertical_chainStyle = 2130903605; - // aapt resource value: 0x7f070092 - public const int design_tab_text_size = 2131165330; + // aapt resource value: 0x7F030236 + public const int layout_constraintVertical_weight = 2130903606; - // aapt resource value: 0x7f070093 - public const int design_tab_text_size_2line = 2131165331; + // aapt resource value: 0x7F030237 + public const int layout_constraintWidth = 2130903607; - // aapt resource value: 0x7f07005a - public const int disabled_alpha_material_dark = 2131165274; + // aapt resource value: 0x7F030238 + public const int layout_constraintWidth_default = 2130903608; - // aapt resource value: 0x7f07005b - public const int disabled_alpha_material_light = 2131165275; + // aapt resource value: 0x7F030239 + public const int layout_constraintWidth_max = 2130903609; - // aapt resource value: 0x7f07005c - public const int highlight_alpha_material_colored = 2131165276; + // aapt resource value: 0x7F03023A + public const int layout_constraintWidth_min = 2130903610; - // aapt resource value: 0x7f07005d - public const int highlight_alpha_material_dark = 2131165277; + // aapt resource value: 0x7F03023B + public const int layout_constraintWidth_percent = 2130903611; - // aapt resource value: 0x7f07005e - public const int highlight_alpha_material_light = 2131165278; + // aapt resource value: 0x7F03023C + public const int layout_dodgeInsetEdges = 2130903612; - // aapt resource value: 0x7f07005f - public const int hint_alpha_material_dark = 2131165279; + // aapt resource value: 0x7F03023D + public const int layout_editor_absoluteX = 2130903613; - // aapt resource value: 0x7f070060 - public const int hint_alpha_material_light = 2131165280; + // aapt resource value: 0x7F03023E + public const int layout_editor_absoluteY = 2130903614; - // aapt resource value: 0x7f070061 - public const int hint_pressed_alpha_material_dark = 2131165281; + // aapt resource value: 0x7F03023F + public const int layout_goneMarginBaseline = 2130903615; - // aapt resource value: 0x7f070062 - public const int hint_pressed_alpha_material_light = 2131165282; + // aapt resource value: 0x7F030240 + public const int layout_goneMarginBottom = 2130903616; - // aapt resource value: 0x7f070000 - public const int item_touch_helper_max_drag_scroll_per_frame = 2131165184; + // aapt resource value: 0x7F030241 + public const int layout_goneMarginEnd = 2130903617; - // aapt resource value: 0x7f070001 - public const int item_touch_helper_swipe_escape_max_velocity = 2131165185; + // aapt resource value: 0x7F030242 + public const int layout_goneMarginLeft = 2130903618; - // aapt resource value: 0x7f070002 - public const int item_touch_helper_swipe_escape_velocity = 2131165186; + // aapt resource value: 0x7F030243 + public const int layout_goneMarginRight = 2130903619; - // aapt resource value: 0x7f070003 - public const int mr_controller_volume_group_list_item_height = 2131165187; + // aapt resource value: 0x7F030244 + public const int layout_goneMarginStart = 2130903620; - // aapt resource value: 0x7f070004 - public const int mr_controller_volume_group_list_item_icon_size = 2131165188; + // aapt resource value: 0x7F030245 + public const int layout_goneMarginTop = 2130903621; - // aapt resource value: 0x7f070005 - public const int mr_controller_volume_group_list_max_height = 2131165189; + // aapt resource value: 0x7F030246 + public const int layout_insetEdge = 2130903622; - // aapt resource value: 0x7f070008 - public const int mr_controller_volume_group_list_padding_top = 2131165192; + // aapt resource value: 0x7F030247 + public const int layout_keyline = 2130903623; - // aapt resource value: 0x7f070006 - public const int mr_dialog_fixed_width_major = 2131165190; + // aapt resource value: 0x7F030248 + public const int layout_marginBaseline = 2130903624; - // aapt resource value: 0x7f070007 - public const int mr_dialog_fixed_width_minor = 2131165191; + // aapt resource value: 0x7F030249 + public const int layout_optimizationLevel = 2130903625; - // aapt resource value: 0x7f070063 - public const int notification_action_icon_size = 2131165283; + // aapt resource value: 0x7F03024A + public const int layout_scrollFlags = 2130903626; - // aapt resource value: 0x7f070064 - public const int notification_action_text_size = 2131165284; + // aapt resource value: 0x7F03024B + public const int layout_scrollInterpolator = 2130903627; - // aapt resource value: 0x7f070065 - public const int notification_big_circle_margin = 2131165285; + // aapt resource value: 0x7F03024C + public const int layout_wrapBehaviorInParent = 2130903628; - // aapt resource value: 0x7f07001e - public const int notification_content_margin_start = 2131165214; + // aapt resource value: 0x7F03024D + public const int liftOnScroll = 2130903629; - // aapt resource value: 0x7f070066 - public const int notification_large_icon_height = 2131165286; + // aapt resource value: 0x7F03024E + public const int liftOnScrollTargetViewId = 2130903630; - // aapt resource value: 0x7f070067 - public const int notification_large_icon_width = 2131165287; + // aapt resource value: 0x7F03024F + public const int limitBoundsTo = 2130903631; - // aapt resource value: 0x7f07001f - public const int notification_main_column_padding_top = 2131165215; + // aapt resource value: 0x7F030252 + public const int linearProgressIndicatorStyle = 2130903634; - // aapt resource value: 0x7f070020 - public const int notification_media_narrow_margin = 2131165216; + // aapt resource value: 0x7F030250 + public const int lineHeight = 2130903632; - // aapt resource value: 0x7f070068 - public const int notification_right_icon_size = 2131165288; + // aapt resource value: 0x7F030251 + public const int lineSpacing = 2130903633; - // aapt resource value: 0x7f07001c - public const int notification_right_side_padding_top = 2131165212; + // aapt resource value: 0x7F030253 + public const int listChoiceBackgroundIndicator = 2130903635; - // aapt resource value: 0x7f070069 - public const int notification_small_icon_background_padding = 2131165289; + // aapt resource value: 0x7F030254 + public const int listChoiceIndicatorMultipleAnimated = 2130903636; - // aapt resource value: 0x7f07006a - public const int notification_small_icon_size_as_large = 2131165290; + // aapt resource value: 0x7F030255 + public const int listChoiceIndicatorSingleAnimated = 2130903637; - // aapt resource value: 0x7f07006b - public const int notification_subtext_size = 2131165291; + // aapt resource value: 0x7F030256 + public const int listDividerAlertDialog = 2130903638; - // aapt resource value: 0x7f07006c - public const int notification_top_pad = 2131165292; + // aapt resource value: 0x7F030257 + public const int listItemLayout = 2130903639; - // aapt resource value: 0x7f07006d - public const int notification_top_pad_large_text = 2131165293; + // aapt resource value: 0x7F030258 + public const int listLayout = 2130903640; - static Dimension() - { - global::Android.Runtime.ResourceIdManager.UpdateIdValues(); - } + // aapt resource value: 0x7F030259 + public const int listMenuViewStyle = 2130903641; - private Dimension() - { - } - } - - public partial class Drawable - { + // aapt resource value: 0x7F03025A + public const int listPopupWindowStyle = 2130903642; - // aapt resource value: 0x7f020000 - public const int abc_ab_share_pack_mtrl_alpha = 2130837504; + // aapt resource value: 0x7F03025B + public const int listPreferredItemHeight = 2130903643; - // aapt resource value: 0x7f020001 - public const int abc_action_bar_item_background_material = 2130837505; + // aapt resource value: 0x7F03025C + public const int listPreferredItemHeightLarge = 2130903644; - // aapt resource value: 0x7f020002 - public const int abc_btn_borderless_material = 2130837506; + // aapt resource value: 0x7F03025D + public const int listPreferredItemHeightSmall = 2130903645; - // aapt resource value: 0x7f020003 - public const int abc_btn_check_material = 2130837507; + // aapt resource value: 0x7F03025E + public const int listPreferredItemPaddingEnd = 2130903646; - // aapt resource value: 0x7f020004 - public const int abc_btn_check_to_on_mtrl_000 = 2130837508; + // aapt resource value: 0x7F03025F + public const int listPreferredItemPaddingLeft = 2130903647; - // aapt resource value: 0x7f020005 - public const int abc_btn_check_to_on_mtrl_015 = 2130837509; + // aapt resource value: 0x7F030260 + public const int listPreferredItemPaddingRight = 2130903648; - // aapt resource value: 0x7f020006 - public const int abc_btn_colored_material = 2130837510; + // aapt resource value: 0x7F030261 + public const int listPreferredItemPaddingStart = 2130903649; - // aapt resource value: 0x7f020007 - public const int abc_btn_default_mtrl_shape = 2130837511; + // aapt resource value: 0x7F030262 + public const int logo = 2130903650; - // aapt resource value: 0x7f020008 - public const int abc_btn_radio_material = 2130837512; + // aapt resource value: 0x7F030263 + public const int logoDescription = 2130903651; - // aapt resource value: 0x7f020009 - public const int abc_btn_radio_to_on_mtrl_000 = 2130837513; + // aapt resource value: 0x7F030264 + public const int materialAlertDialogBodyTextStyle = 2130903652; - // aapt resource value: 0x7f02000a - public const int abc_btn_radio_to_on_mtrl_015 = 2130837514; + // aapt resource value: 0x7F030265 + public const int materialAlertDialogTheme = 2130903653; - // aapt resource value: 0x7f02000b - public const int abc_btn_switch_to_on_mtrl_00001 = 2130837515; + // aapt resource value: 0x7F030266 + public const int materialAlertDialogTitleIconStyle = 2130903654; - // aapt resource value: 0x7f02000c - public const int abc_btn_switch_to_on_mtrl_00012 = 2130837516; + // aapt resource value: 0x7F030267 + public const int materialAlertDialogTitlePanelStyle = 2130903655; - // aapt resource value: 0x7f02000d - public const int abc_cab_background_internal_bg = 2130837517; + // aapt resource value: 0x7F030268 + public const int materialAlertDialogTitleTextStyle = 2130903656; - // aapt resource value: 0x7f02000e - public const int abc_cab_background_top_material = 2130837518; + // aapt resource value: 0x7F030269 + public const int materialButtonOutlinedStyle = 2130903657; - // aapt resource value: 0x7f02000f - public const int abc_cab_background_top_mtrl_alpha = 2130837519; + // aapt resource value: 0x7F03026A + public const int materialButtonStyle = 2130903658; - // aapt resource value: 0x7f020010 - public const int abc_control_background_material = 2130837520; + // aapt resource value: 0x7F03026B + public const int materialButtonToggleGroupStyle = 2130903659; - // aapt resource value: 0x7f020011 - public const int abc_dialog_material_background = 2130837521; + // aapt resource value: 0x7F03026C + public const int materialCalendarDay = 2130903660; - // aapt resource value: 0x7f020012 - public const int abc_edit_text_material = 2130837522; + // aapt resource value: 0x7F03026D + public const int materialCalendarFullscreenTheme = 2130903661; - // aapt resource value: 0x7f020013 - public const int abc_ic_ab_back_material = 2130837523; + // aapt resource value: 0x7F03026E + public const int materialCalendarHeaderCancelButton = 2130903662; - // aapt resource value: 0x7f020014 - public const int abc_ic_arrow_drop_right_black_24dp = 2130837524; + // aapt resource value: 0x7F03026F + public const int materialCalendarHeaderConfirmButton = 2130903663; - // aapt resource value: 0x7f020015 - public const int abc_ic_clear_material = 2130837525; + // aapt resource value: 0x7F030270 + public const int materialCalendarHeaderDivider = 2130903664; - // aapt resource value: 0x7f020016 - public const int abc_ic_commit_search_api_mtrl_alpha = 2130837526; + // aapt resource value: 0x7F030271 + public const int materialCalendarHeaderLayout = 2130903665; - // aapt resource value: 0x7f020017 - public const int abc_ic_go_search_api_material = 2130837527; + // aapt resource value: 0x7F030272 + public const int materialCalendarHeaderSelection = 2130903666; - // aapt resource value: 0x7f020018 - public const int abc_ic_menu_copy_mtrl_am_alpha = 2130837528; + // aapt resource value: 0x7F030273 + public const int materialCalendarHeaderTitle = 2130903667; - // aapt resource value: 0x7f020019 - public const int abc_ic_menu_cut_mtrl_alpha = 2130837529; + // aapt resource value: 0x7F030274 + public const int materialCalendarHeaderToggleButton = 2130903668; - // aapt resource value: 0x7f02001a - public const int abc_ic_menu_overflow_material = 2130837530; + // aapt resource value: 0x7F030275 + public const int materialCalendarMonth = 2130903669; - // aapt resource value: 0x7f02001b - public const int abc_ic_menu_paste_mtrl_am_alpha = 2130837531; + // aapt resource value: 0x7F030276 + public const int materialCalendarMonthNavigationButton = 2130903670; - // aapt resource value: 0x7f02001c - public const int abc_ic_menu_selectall_mtrl_alpha = 2130837532; + // aapt resource value: 0x7F030277 + public const int materialCalendarStyle = 2130903671; - // aapt resource value: 0x7f02001d - public const int abc_ic_menu_share_mtrl_alpha = 2130837533; + // aapt resource value: 0x7F030278 + public const int materialCalendarTheme = 2130903672; - // aapt resource value: 0x7f02001e - public const int abc_ic_search_api_material = 2130837534; + // aapt resource value: 0x7F030279 + public const int materialCalendarYearNavigationButton = 2130903673; - // aapt resource value: 0x7f02001f - public const int abc_ic_star_black_16dp = 2130837535; + // aapt resource value: 0x7F03027A + public const int materialCardViewStyle = 2130903674; - // aapt resource value: 0x7f020020 - public const int abc_ic_star_black_36dp = 2130837536; + // aapt resource value: 0x7F03027B + public const int materialCircleRadius = 2130903675; - // aapt resource value: 0x7f020021 - public const int abc_ic_star_black_48dp = 2130837537; + // aapt resource value: 0x7F03027C + public const int materialClockStyle = 2130903676; - // aapt resource value: 0x7f020022 - public const int abc_ic_star_half_black_16dp = 2130837538; + // aapt resource value: 0x7F03027D + public const int materialThemeOverlay = 2130903677; - // aapt resource value: 0x7f020023 - public const int abc_ic_star_half_black_36dp = 2130837539; + // aapt resource value: 0x7F03027E + public const int materialTimePickerStyle = 2130903678; - // aapt resource value: 0x7f020024 - public const int abc_ic_star_half_black_48dp = 2130837540; + // aapt resource value: 0x7F03027F + public const int materialTimePickerTheme = 2130903679; - // aapt resource value: 0x7f020025 - public const int abc_ic_voice_search_api_material = 2130837541; + // aapt resource value: 0x7F030280 + public const int maxAcceleration = 2130903680; - // aapt resource value: 0x7f020026 - public const int abc_item_background_holo_dark = 2130837542; + // aapt resource value: 0x7F030281 + public const int maxActionInlineWidth = 2130903681; - // aapt resource value: 0x7f020027 - public const int abc_item_background_holo_light = 2130837543; + // aapt resource value: 0x7F030282 + public const int maxButtonHeight = 2130903682; - // aapt resource value: 0x7f020028 - public const int abc_list_divider_mtrl_alpha = 2130837544; + // aapt resource value: 0x7F030283 + public const int maxCharacterCount = 2130903683; - // aapt resource value: 0x7f020029 - public const int abc_list_focused_holo = 2130837545; + // aapt resource value: 0x7F030284 + public const int maxHeight = 2130903684; - // aapt resource value: 0x7f02002a - public const int abc_list_longpressed_holo = 2130837546; + // aapt resource value: 0x7F030285 + public const int maxImageSize = 2130903685; - // aapt resource value: 0x7f02002b - public const int abc_list_pressed_holo_dark = 2130837547; + // aapt resource value: 0x7F030286 + public const int maxLines = 2130903686; - // aapt resource value: 0x7f02002c - public const int abc_list_pressed_holo_light = 2130837548; + // aapt resource value: 0x7F030287 + public const int maxVelocity = 2130903687; - // aapt resource value: 0x7f02002d - public const int abc_list_selector_background_transition_holo_dark = 2130837549; + // aapt resource value: 0x7F030288 + public const int maxWidth = 2130903688; - // aapt resource value: 0x7f02002e - public const int abc_list_selector_background_transition_holo_light = 2130837550; + // aapt resource value: 0x7F030289 + public const int measureWithLargestChild = 2130903689; - // aapt resource value: 0x7f02002f - public const int abc_list_selector_disabled_holo_dark = 2130837551; + // aapt resource value: 0x7F03028A + public const int menu = 2130903690; - // aapt resource value: 0x7f020030 - public const int abc_list_selector_disabled_holo_light = 2130837552; + // aapt resource value: 0x7F03028B + public const int menuGravity = 2130903691; - // aapt resource value: 0x7f020031 - public const int abc_list_selector_holo_dark = 2130837553; + // aapt resource value: 0x7F03028C + public const int methodName = 2130903692; - // aapt resource value: 0x7f020032 - public const int abc_list_selector_holo_light = 2130837554; + // aapt resource value: 0x7F03028D + public const int mimeType = 2130903693; - // aapt resource value: 0x7f020033 - public const int abc_menu_hardkey_panel_mtrl_mult = 2130837555; + // aapt resource value: 0x7F03028E + public const int min = 2130903694; - // aapt resource value: 0x7f020034 - public const int abc_popup_background_mtrl_mult = 2130837556; + // aapt resource value: 0x7F03028F + public const int minHeight = 2130903695; - // aapt resource value: 0x7f020035 - public const int abc_ratingbar_indicator_material = 2130837557; + // aapt resource value: 0x7F030290 + public const int minHideDelay = 2130903696; - // aapt resource value: 0x7f020036 - public const int abc_ratingbar_material = 2130837558; + // aapt resource value: 0x7F030291 + public const int minSeparation = 2130903697; - // aapt resource value: 0x7f020037 - public const int abc_ratingbar_small_material = 2130837559; + // aapt resource value: 0x7F030292 + public const int minTouchTargetSize = 2130903698; - // aapt resource value: 0x7f020038 - public const int abc_scrubber_control_off_mtrl_alpha = 2130837560; + // aapt resource value: 0x7F030293 + public const int minWidth = 2130903699; - // aapt resource value: 0x7f020039 - public const int abc_scrubber_control_to_pressed_mtrl_000 = 2130837561; + // aapt resource value: 0x7F030294 + public const int mock_diagonalsColor = 2130903700; - // aapt resource value: 0x7f02003a - public const int abc_scrubber_control_to_pressed_mtrl_005 = 2130837562; + // aapt resource value: 0x7F030295 + public const int mock_label = 2130903701; - // aapt resource value: 0x7f02003b - public const int abc_scrubber_primary_mtrl_alpha = 2130837563; + // aapt resource value: 0x7F030296 + public const int mock_labelBackgroundColor = 2130903702; - // aapt resource value: 0x7f02003c - public const int abc_scrubber_track_mtrl_alpha = 2130837564; + // aapt resource value: 0x7F030297 + public const int mock_labelColor = 2130903703; - // aapt resource value: 0x7f02003d - public const int abc_seekbar_thumb_material = 2130837565; + // aapt resource value: 0x7F030298 + public const int mock_showDiagonals = 2130903704; - // aapt resource value: 0x7f02003e - public const int abc_seekbar_tick_mark_material = 2130837566; + // aapt resource value: 0x7F030299 + public const int mock_showLabel = 2130903705; - // aapt resource value: 0x7f02003f - public const int abc_seekbar_track_material = 2130837567; + // aapt resource value: 0x7F03029A + public const int motionDebug = 2130903706; - // aapt resource value: 0x7f020040 - public const int abc_spinner_mtrl_am_alpha = 2130837568; + // aapt resource value: 0x7F03029B + public const int motionDurationLong1 = 2130903707; - // aapt resource value: 0x7f020041 - public const int abc_spinner_textfield_background_material = 2130837569; + // aapt resource value: 0x7F03029C + public const int motionDurationLong2 = 2130903708; - // aapt resource value: 0x7f020042 - public const int abc_switch_thumb_material = 2130837570; + // aapt resource value: 0x7F03029D + public const int motionDurationMedium1 = 2130903709; - // aapt resource value: 0x7f020043 - public const int abc_switch_track_mtrl_alpha = 2130837571; + // aapt resource value: 0x7F03029E + public const int motionDurationMedium2 = 2130903710; - // aapt resource value: 0x7f020044 - public const int abc_tab_indicator_material = 2130837572; + // aapt resource value: 0x7F03029F + public const int motionDurationShort1 = 2130903711; - // aapt resource value: 0x7f020045 - public const int abc_tab_indicator_mtrl_alpha = 2130837573; + // aapt resource value: 0x7F0302A0 + public const int motionDurationShort2 = 2130903712; - // aapt resource value: 0x7f020046 - public const int abc_text_cursor_material = 2130837574; + // aapt resource value: 0x7F0302A1 + public const int motionEasingAccelerated = 2130903713; - // aapt resource value: 0x7f020047 - public const int abc_text_select_handle_left_mtrl_dark = 2130837575; + // aapt resource value: 0x7F0302A2 + public const int motionEasingDecelerated = 2130903714; - // aapt resource value: 0x7f020048 - public const int abc_text_select_handle_left_mtrl_light = 2130837576; + // aapt resource value: 0x7F0302A3 + public const int motionEasingEmphasized = 2130903715; - // aapt resource value: 0x7f020049 - public const int abc_text_select_handle_middle_mtrl_dark = 2130837577; + // aapt resource value: 0x7F0302A4 + public const int motionEasingLinear = 2130903716; - // aapt resource value: 0x7f02004a - public const int abc_text_select_handle_middle_mtrl_light = 2130837578; + // aapt resource value: 0x7F0302A5 + public const int motionEasingStandard = 2130903717; - // aapt resource value: 0x7f02004b - public const int abc_text_select_handle_right_mtrl_dark = 2130837579; + // aapt resource value: 0x7F0302A6 + public const int motionEffect_alpha = 2130903718; - // aapt resource value: 0x7f02004c - public const int abc_text_select_handle_right_mtrl_light = 2130837580; + // aapt resource value: 0x7F0302A7 + public const int motionEffect_end = 2130903719; - // aapt resource value: 0x7f02004d - public const int abc_textfield_activated_mtrl_alpha = 2130837581; + // aapt resource value: 0x7F0302A8 + public const int motionEffect_move = 2130903720; - // aapt resource value: 0x7f02004e - public const int abc_textfield_default_mtrl_alpha = 2130837582; + // aapt resource value: 0x7F0302A9 + public const int motionEffect_start = 2130903721; - // aapt resource value: 0x7f02004f - public const int abc_textfield_search_activated_mtrl_alpha = 2130837583; + // aapt resource value: 0x7F0302AA + public const int motionEffect_strict = 2130903722; - // aapt resource value: 0x7f020050 - public const int abc_textfield_search_default_mtrl_alpha = 2130837584; + // aapt resource value: 0x7F0302AB + public const int motionEffect_translationX = 2130903723; - // aapt resource value: 0x7f020051 - public const int abc_textfield_search_material = 2130837585; + // aapt resource value: 0x7F0302AC + public const int motionEffect_translationY = 2130903724; - // aapt resource value: 0x7f020052 - public const int abc_vector_test = 2130837586; + // aapt resource value: 0x7F0302AD + public const int motionEffect_viewTransition = 2130903725; - // aapt resource value: 0x7f020053 - public const int avd_hide_password = 2130837587; + // aapt resource value: 0x7F0302AE + public const int motionInterpolator = 2130903726; - // aapt resource value: 0x7f020054 - public const int avd_show_password = 2130837588; + // aapt resource value: 0x7F0302AF + public const int motionPath = 2130903727; - // aapt resource value: 0x7f020055 - public const int design_bottom_navigation_item_background = 2130837589; + // aapt resource value: 0x7F0302B0 + public const int motionPathRotate = 2130903728; - // aapt resource value: 0x7f020056 - public const int design_fab_background = 2130837590; + // aapt resource value: 0x7F0302B1 + public const int motionProgress = 2130903729; - // aapt resource value: 0x7f020057 - public const int design_ic_visibility = 2130837591; + // aapt resource value: 0x7F0302B2 + public const int motionStagger = 2130903730; - // aapt resource value: 0x7f020058 - public const int design_ic_visibility_off = 2130837592; + // aapt resource value: 0x7F0302B3 + public const int motionTarget = 2130903731; - // aapt resource value: 0x7f020059 - public const int design_password_eye = 2130837593; + // aapt resource value: 0x7F0302B4 + public const int motion_postLayoutCollision = 2130903732; - // aapt resource value: 0x7f02005a - public const int design_snackbar_background = 2130837594; + // aapt resource value: 0x7F0302B5 + public const int motion_triggerOnCollision = 2130903733; - // aapt resource value: 0x7f02005b - public const int ic_audiotrack_dark = 2130837595; + // aapt resource value: 0x7F0302B6 + public const int moveWhenScrollAtTop = 2130903734; - // aapt resource value: 0x7f02005c - public const int ic_audiotrack_light = 2130837596; + // aapt resource value: 0x7F0302B7 + public const int multiChoiceItemLayout = 2130903735; - // aapt resource value: 0x7f02005d - public const int ic_dialog_close_dark = 2130837597; + // aapt resource value: 0x7F0302B8 + public const int navGraph = 2130903736; - // aapt resource value: 0x7f02005e - public const int ic_dialog_close_light = 2130837598; + // aapt resource value: 0x7F0302B9 + public const int navigationContentDescription = 2130903737; - // aapt resource value: 0x7f02005f - public const int ic_group_collapse_00 = 2130837599; + // aapt resource value: 0x7F0302BA + public const int navigationIcon = 2130903738; - // aapt resource value: 0x7f020060 - public const int ic_group_collapse_01 = 2130837600; + // aapt resource value: 0x7F0302BB + public const int navigationIconTint = 2130903739; - // aapt resource value: 0x7f020061 - public const int ic_group_collapse_02 = 2130837601; + // aapt resource value: 0x7F0302BC + public const int navigationMode = 2130903740; - // aapt resource value: 0x7f020062 - public const int ic_group_collapse_03 = 2130837602; + // aapt resource value: 0x7F0302BD + public const int navigationRailStyle = 2130903741; - // aapt resource value: 0x7f020063 - public const int ic_group_collapse_04 = 2130837603; + // aapt resource value: 0x7F0302BE + public const int navigationViewStyle = 2130903742; - // aapt resource value: 0x7f020064 - public const int ic_group_collapse_05 = 2130837604; + // aapt resource value: 0x7F0302BF + public const int negativeButtonText = 2130903743; - // aapt resource value: 0x7f020065 - public const int ic_group_collapse_06 = 2130837605; + // aapt resource value: 0x7F0302C2 + public const int nestedScrollable = 2130903746; - // aapt resource value: 0x7f020066 - public const int ic_group_collapse_07 = 2130837606; + // aapt resource value: 0x7F0302C0 + public const int nestedScrollFlags = 2130903744; - // aapt resource value: 0x7f020067 - public const int ic_group_collapse_08 = 2130837607; + // aapt resource value: 0x7F0302C1 + public const int nestedScrollViewStyle = 2130903745; - // aapt resource value: 0x7f020068 - public const int ic_group_collapse_09 = 2130837608; + // aapt resource value: 0x7F0302C3 + public const int nullable = 2130903747; - // aapt resource value: 0x7f020069 - public const int ic_group_collapse_10 = 2130837609; + // aapt resource value: 0x7F0302C4 + public const int number = 2130903748; - // aapt resource value: 0x7f02006a - public const int ic_group_collapse_11 = 2130837610; + // aapt resource value: 0x7F0302C5 + public const int numericModifiers = 2130903749; - // aapt resource value: 0x7f02006b - public const int ic_group_collapse_12 = 2130837611; + // aapt resource value: 0x7F0302C6 + public const int onCross = 2130903750; - // aapt resource value: 0x7f02006c - public const int ic_group_collapse_13 = 2130837612; + // aapt resource value: 0x7F0302C7 + public const int onHide = 2130903751; - // aapt resource value: 0x7f02006d - public const int ic_group_collapse_14 = 2130837613; + // aapt resource value: 0x7F0302C8 + public const int onNegativeCross = 2130903752; - // aapt resource value: 0x7f02006e - public const int ic_group_collapse_15 = 2130837614; + // aapt resource value: 0x7F0302C9 + public const int onPositiveCross = 2130903753; - // aapt resource value: 0x7f02006f - public const int ic_group_expand_00 = 2130837615; + // aapt resource value: 0x7F0302CA + public const int onShow = 2130903754; - // aapt resource value: 0x7f020070 - public const int ic_group_expand_01 = 2130837616; + // aapt resource value: 0x7F0302CB + public const int onStateTransition = 2130903755; - // aapt resource value: 0x7f020071 - public const int ic_group_expand_02 = 2130837617; + // aapt resource value: 0x7F0302CC + public const int onTouchUp = 2130903756; - // aapt resource value: 0x7f020072 - public const int ic_group_expand_03 = 2130837618; + // aapt resource value: 0x7F0302CD + public const int order = 2130903757; - // aapt resource value: 0x7f020073 - public const int ic_group_expand_04 = 2130837619; + // aapt resource value: 0x7F0302CE + public const int orderingFromXml = 2130903758; - // aapt resource value: 0x7f020074 - public const int ic_group_expand_05 = 2130837620; + // aapt resource value: 0x7F0302CF + public const int overlapAnchor = 2130903759; - // aapt resource value: 0x7f020075 - public const int ic_group_expand_06 = 2130837621; + // aapt resource value: 0x7F0302D0 + public const int overlay = 2130903760; - // aapt resource value: 0x7f020076 - public const int ic_group_expand_07 = 2130837622; + // aapt resource value: 0x7F0302D1 + public const int paddingBottomNoButtons = 2130903761; - // aapt resource value: 0x7f020077 - public const int ic_group_expand_08 = 2130837623; + // aapt resource value: 0x7F0302D2 + public const int paddingBottomSystemWindowInsets = 2130903762; - // aapt resource value: 0x7f020078 - public const int ic_group_expand_09 = 2130837624; + // aapt resource value: 0x7F0302D3 + public const int paddingEnd = 2130903763; - // aapt resource value: 0x7f020079 - public const int ic_group_expand_10 = 2130837625; + // aapt resource value: 0x7F0302D4 + public const int paddingLeftSystemWindowInsets = 2130903764; - // aapt resource value: 0x7f02007a - public const int ic_group_expand_11 = 2130837626; + // aapt resource value: 0x7F0302D5 + public const int paddingRightSystemWindowInsets = 2130903765; - // aapt resource value: 0x7f02007b - public const int ic_group_expand_12 = 2130837627; + // aapt resource value: 0x7F0302D6 + public const int paddingStart = 2130903766; - // aapt resource value: 0x7f02007c - public const int ic_group_expand_13 = 2130837628; + // aapt resource value: 0x7F0302D7 + public const int paddingTopNoTitle = 2130903767; - // aapt resource value: 0x7f02007d - public const int ic_group_expand_14 = 2130837629; + // aapt resource value: 0x7F0302D8 + public const int paddingTopSystemWindowInsets = 2130903768; - // aapt resource value: 0x7f02007e - public const int ic_group_expand_15 = 2130837630; + // aapt resource value: 0x7F0302D9 + public const int panelBackground = 2130903769; - // aapt resource value: 0x7f02007f - public const int ic_media_pause_dark = 2130837631; + // aapt resource value: 0x7F0302DA + public const int panelMenuListTheme = 2130903770; - // aapt resource value: 0x7f020080 - public const int ic_media_pause_light = 2130837632; + // aapt resource value: 0x7F0302DB + public const int panelMenuListWidth = 2130903771; - // aapt resource value: 0x7f020081 - public const int ic_media_play_dark = 2130837633; + // aapt resource value: 0x7F0302DC + public const int passwordToggleContentDescription = 2130903772; - // aapt resource value: 0x7f020082 - public const int ic_media_play_light = 2130837634; + // aapt resource value: 0x7F0302DD + public const int passwordToggleDrawable = 2130903773; - // aapt resource value: 0x7f020083 - public const int ic_media_stop_dark = 2130837635; + // aapt resource value: 0x7F0302DE + public const int passwordToggleEnabled = 2130903774; - // aapt resource value: 0x7f020084 - public const int ic_media_stop_light = 2130837636; + // aapt resource value: 0x7F0302DF + public const int passwordToggleTint = 2130903775; - // aapt resource value: 0x7f020085 - public const int ic_mr_button_connected_00_dark = 2130837637; + // aapt resource value: 0x7F0302E0 + public const int passwordToggleTintMode = 2130903776; - // aapt resource value: 0x7f020086 - public const int ic_mr_button_connected_00_light = 2130837638; + // aapt resource value: 0x7F0302E1 + public const int pathMotionArc = 2130903777; - // aapt resource value: 0x7f020087 - public const int ic_mr_button_connected_01_dark = 2130837639; + // aapt resource value: 0x7F0302E2 + public const int path_percent = 2130903778; - // aapt resource value: 0x7f020088 - public const int ic_mr_button_connected_01_light = 2130837640; + // aapt resource value: 0x7F0302E3 + public const int percentHeight = 2130903779; - // aapt resource value: 0x7f020089 - public const int ic_mr_button_connected_02_dark = 2130837641; + // aapt resource value: 0x7F0302E4 + public const int percentWidth = 2130903780; - // aapt resource value: 0x7f02008a - public const int ic_mr_button_connected_02_light = 2130837642; + // aapt resource value: 0x7F0302E5 + public const int percentX = 2130903781; - // aapt resource value: 0x7f02008b - public const int ic_mr_button_connected_03_dark = 2130837643; + // aapt resource value: 0x7F0302E6 + public const int percentY = 2130903782; - // aapt resource value: 0x7f02008c - public const int ic_mr_button_connected_03_light = 2130837644; + // aapt resource value: 0x7F0302E7 + public const int perpendicularPath_percent = 2130903783; - // aapt resource value: 0x7f02008d - public const int ic_mr_button_connected_04_dark = 2130837645; + // aapt resource value: 0x7F0302E8 + public const int persistent = 2130903784; - // aapt resource value: 0x7f02008e - public const int ic_mr_button_connected_04_light = 2130837646; + // aapt resource value: 0x7F0302E9 + public const int pivotAnchor = 2130903785; - // aapt resource value: 0x7f02008f - public const int ic_mr_button_connected_05_dark = 2130837647; + // aapt resource value: 0x7F0302EA + public const int placeholderText = 2130903786; - // aapt resource value: 0x7f020090 - public const int ic_mr_button_connected_05_light = 2130837648; + // aapt resource value: 0x7F0302EB + public const int placeholderTextAppearance = 2130903787; - // aapt resource value: 0x7f020091 - public const int ic_mr_button_connected_06_dark = 2130837649; + // aapt resource value: 0x7F0302EC + public const int placeholderTextColor = 2130903788; - // aapt resource value: 0x7f020092 - public const int ic_mr_button_connected_06_light = 2130837650; + // aapt resource value: 0x7F0302ED + public const int placeholder_emptyVisibility = 2130903789; - // aapt resource value: 0x7f020093 - public const int ic_mr_button_connected_07_dark = 2130837651; + // aapt resource value: 0x7F0302EE + public const int polarRelativeTo = 2130903790; - // aapt resource value: 0x7f020094 - public const int ic_mr_button_connected_07_light = 2130837652; + // aapt resource value: 0x7F0302EF + public const int popEnterAnim = 2130903791; - // aapt resource value: 0x7f020095 - public const int ic_mr_button_connected_08_dark = 2130837653; + // aapt resource value: 0x7F0302F0 + public const int popExitAnim = 2130903792; - // aapt resource value: 0x7f020096 - public const int ic_mr_button_connected_08_light = 2130837654; + // aapt resource value: 0x7F0302F3 + public const int popupMenuBackground = 2130903795; - // aapt resource value: 0x7f020097 - public const int ic_mr_button_connected_09_dark = 2130837655; + // aapt resource value: 0x7F0302F4 + public const int popupMenuStyle = 2130903796; - // aapt resource value: 0x7f020098 - public const int ic_mr_button_connected_09_light = 2130837656; + // aapt resource value: 0x7F0302F5 + public const int popupTheme = 2130903797; - // aapt resource value: 0x7f020099 - public const int ic_mr_button_connected_10_dark = 2130837657; + // aapt resource value: 0x7F0302F1 + public const int popUpTo = 2130903793; - // aapt resource value: 0x7f02009a - public const int ic_mr_button_connected_10_light = 2130837658; + // aapt resource value: 0x7F0302F2 + public const int popUpToInclusive = 2130903794; - // aapt resource value: 0x7f02009b - public const int ic_mr_button_connected_11_dark = 2130837659; + // aapt resource value: 0x7F0302F6 + public const int popupWindowStyle = 2130903798; - // aapt resource value: 0x7f02009c - public const int ic_mr_button_connected_11_light = 2130837660; + // aapt resource value: 0x7F0302F7 + public const int positiveButtonText = 2130903799; - // aapt resource value: 0x7f02009d - public const int ic_mr_button_connected_12_dark = 2130837661; + // aapt resource value: 0x7F0302F8 + public const int preferenceCategoryStyle = 2130903800; - // aapt resource value: 0x7f02009e - public const int ic_mr_button_connected_12_light = 2130837662; + // aapt resource value: 0x7F0302F9 + public const int preferenceCategoryTitleTextAppearance = 2130903801; - // aapt resource value: 0x7f02009f - public const int ic_mr_button_connected_13_dark = 2130837663; + // aapt resource value: 0x7F0302FA + public const int preferenceFragmentCompatStyle = 2130903802; - // aapt resource value: 0x7f0200a0 - public const int ic_mr_button_connected_13_light = 2130837664; + // aapt resource value: 0x7F0302FB + public const int preferenceFragmentListStyle = 2130903803; - // aapt resource value: 0x7f0200a1 - public const int ic_mr_button_connected_14_dark = 2130837665; + // aapt resource value: 0x7F0302FC + public const int preferenceFragmentStyle = 2130903804; - // aapt resource value: 0x7f0200a2 - public const int ic_mr_button_connected_14_light = 2130837666; + // aapt resource value: 0x7F0302FD + public const int preferenceInformationStyle = 2130903805; - // aapt resource value: 0x7f0200a3 - public const int ic_mr_button_connected_15_dark = 2130837667; + // aapt resource value: 0x7F0302FE + public const int preferenceScreenStyle = 2130903806; - // aapt resource value: 0x7f0200a4 - public const int ic_mr_button_connected_15_light = 2130837668; + // aapt resource value: 0x7F0302FF + public const int preferenceStyle = 2130903807; - // aapt resource value: 0x7f0200a5 - public const int ic_mr_button_connected_16_dark = 2130837669; + // aapt resource value: 0x7F030300 + public const int preferenceTheme = 2130903808; - // aapt resource value: 0x7f0200a6 - public const int ic_mr_button_connected_16_light = 2130837670; + // aapt resource value: 0x7F030301 + public const int prefixText = 2130903809; - // aapt resource value: 0x7f0200a7 - public const int ic_mr_button_connected_17_dark = 2130837671; + // aapt resource value: 0x7F030302 + public const int prefixTextAppearance = 2130903810; - // aapt resource value: 0x7f0200a8 - public const int ic_mr_button_connected_17_light = 2130837672; + // aapt resource value: 0x7F030303 + public const int prefixTextColor = 2130903811; - // aapt resource value: 0x7f0200a9 - public const int ic_mr_button_connected_18_dark = 2130837673; + // aapt resource value: 0x7F030304 + public const int preserveIconSpacing = 2130903812; - // aapt resource value: 0x7f0200aa - public const int ic_mr_button_connected_18_light = 2130837674; + // aapt resource value: 0x7F030305 + public const int pressedTranslationZ = 2130903813; - // aapt resource value: 0x7f0200ab - public const int ic_mr_button_connected_19_dark = 2130837675; + // aapt resource value: 0x7F030306 + public const int progressBarPadding = 2130903814; - // aapt resource value: 0x7f0200ac - public const int ic_mr_button_connected_19_light = 2130837676; + // aapt resource value: 0x7F030307 + public const int progressBarStyle = 2130903815; - // aapt resource value: 0x7f0200ad - public const int ic_mr_button_connected_20_dark = 2130837677; + // aapt resource value: 0x7F030308 + public const int quantizeMotionInterpolator = 2130903816; - // aapt resource value: 0x7f0200ae - public const int ic_mr_button_connected_20_light = 2130837678; + // aapt resource value: 0x7F030309 + public const int quantizeMotionPhase = 2130903817; - // aapt resource value: 0x7f0200af - public const int ic_mr_button_connected_21_dark = 2130837679; + // aapt resource value: 0x7F03030A + public const int quantizeMotionSteps = 2130903818; - // aapt resource value: 0x7f0200b0 - public const int ic_mr_button_connected_21_light = 2130837680; + // aapt resource value: 0x7F03030B + public const int queryBackground = 2130903819; - // aapt resource value: 0x7f0200b1 - public const int ic_mr_button_connected_22_dark = 2130837681; + // aapt resource value: 0x7F03030C + public const int queryHint = 2130903820; - // aapt resource value: 0x7f0200b2 - public const int ic_mr_button_connected_22_light = 2130837682; + // aapt resource value: 0x7F03030D + public const int queryPatterns = 2130903821; - // aapt resource value: 0x7f0200b3 - public const int ic_mr_button_connecting_00_dark = 2130837683; + // aapt resource value: 0x7F03030E + public const int radioButtonStyle = 2130903822; - // aapt resource value: 0x7f0200b4 - public const int ic_mr_button_connecting_00_light = 2130837684; + // aapt resource value: 0x7F03030F + public const int rangeFillColor = 2130903823; - // aapt resource value: 0x7f0200b5 - public const int ic_mr_button_connecting_01_dark = 2130837685; + // aapt resource value: 0x7F030310 + public const int ratingBarStyle = 2130903824; - // aapt resource value: 0x7f0200b6 - public const int ic_mr_button_connecting_01_light = 2130837686; + // aapt resource value: 0x7F030311 + public const int ratingBarStyleIndicator = 2130903825; - // aapt resource value: 0x7f0200b7 - public const int ic_mr_button_connecting_02_dark = 2130837687; + // aapt resource value: 0x7F030312 + public const int ratingBarStyleSmall = 2130903826; - // aapt resource value: 0x7f0200b8 - public const int ic_mr_button_connecting_02_light = 2130837688; + // aapt resource value: 0x7F030313 + public const int reactiveGuide_animateChange = 2130903827; - // aapt resource value: 0x7f0200b9 - public const int ic_mr_button_connecting_03_dark = 2130837689; + // aapt resource value: 0x7F030314 + public const int reactiveGuide_applyToAllConstraintSets = 2130903828; - // aapt resource value: 0x7f0200ba - public const int ic_mr_button_connecting_03_light = 2130837690; + // aapt resource value: 0x7F030315 + public const int reactiveGuide_applyToConstraintSet = 2130903829; - // aapt resource value: 0x7f0200bb - public const int ic_mr_button_connecting_04_dark = 2130837691; + // aapt resource value: 0x7F030316 + public const int reactiveGuide_valueId = 2130903830; - // aapt resource value: 0x7f0200bc - public const int ic_mr_button_connecting_04_light = 2130837692; + // aapt resource value: 0x7F030317 + public const int recyclerViewStyle = 2130903831; - // aapt resource value: 0x7f0200bd - public const int ic_mr_button_connecting_05_dark = 2130837693; + // aapt resource value: 0x7F030318 + public const int region_heightLessThan = 2130903832; - // aapt resource value: 0x7f0200be - public const int ic_mr_button_connecting_05_light = 2130837694; + // aapt resource value: 0x7F030319 + public const int region_heightMoreThan = 2130903833; - // aapt resource value: 0x7f0200bf - public const int ic_mr_button_connecting_06_dark = 2130837695; + // aapt resource value: 0x7F03031A + public const int region_widthLessThan = 2130903834; - // aapt resource value: 0x7f0200c0 - public const int ic_mr_button_connecting_06_light = 2130837696; + // aapt resource value: 0x7F03031B + public const int region_widthMoreThan = 2130903835; - // aapt resource value: 0x7f0200c1 - public const int ic_mr_button_connecting_07_dark = 2130837697; + // aapt resource value: 0x7F03031C + public const int reverseLayout = 2130903836; - // aapt resource value: 0x7f0200c2 - public const int ic_mr_button_connecting_07_light = 2130837698; + // aapt resource value: 0x7F03031D + public const int rippleColor = 2130903837; - // aapt resource value: 0x7f0200c3 - public const int ic_mr_button_connecting_08_dark = 2130837699; + // aapt resource value: 0x7F03031E + public const int rotationCenterId = 2130903838; - // aapt resource value: 0x7f0200c4 - public const int ic_mr_button_connecting_08_light = 2130837700; + // aapt resource value: 0x7F03031F + public const int round = 2130903839; - // aapt resource value: 0x7f0200c5 - public const int ic_mr_button_connecting_09_dark = 2130837701; + // aapt resource value: 0x7F030320 + public const int roundPercent = 2130903840; - // aapt resource value: 0x7f0200c6 - public const int ic_mr_button_connecting_09_light = 2130837702; + // aapt resource value: 0x7F030321 + public const int saturation = 2130903841; - // aapt resource value: 0x7f0200c7 - public const int ic_mr_button_connecting_10_dark = 2130837703; + // aapt resource value: 0x7F030322 + public const int scaleFromTextSize = 2130903842; - // aapt resource value: 0x7f0200c8 - public const int ic_mr_button_connecting_10_light = 2130837704; + // aapt resource value: 0x7F030323 + public const int scrimAnimationDuration = 2130903843; - // aapt resource value: 0x7f0200c9 - public const int ic_mr_button_connecting_11_dark = 2130837705; + // aapt resource value: 0x7F030324 + public const int scrimBackground = 2130903844; - // aapt resource value: 0x7f0200ca - public const int ic_mr_button_connecting_11_light = 2130837706; + // aapt resource value: 0x7F030325 + public const int scrimVisibleHeightTrigger = 2130903845; - // aapt resource value: 0x7f0200cb - public const int ic_mr_button_connecting_12_dark = 2130837707; + // aapt resource value: 0x7F030326 + public const int scrollViewStyle = 2130903846; - // aapt resource value: 0x7f0200cc - public const int ic_mr_button_connecting_12_light = 2130837708; + // aapt resource value: 0x7F030327 + public const int searchHintIcon = 2130903847; - // aapt resource value: 0x7f0200cd - public const int ic_mr_button_connecting_13_dark = 2130837709; + // aapt resource value: 0x7F030328 + public const int searchIcon = 2130903848; - // aapt resource value: 0x7f0200ce - public const int ic_mr_button_connecting_13_light = 2130837710; + // aapt resource value: 0x7F030329 + public const int searchViewStyle = 2130903849; - // aapt resource value: 0x7f0200cf - public const int ic_mr_button_connecting_14_dark = 2130837711; + // aapt resource value: 0x7F03032A + public const int seekBarIncrement = 2130903850; - // aapt resource value: 0x7f0200d0 - public const int ic_mr_button_connecting_14_light = 2130837712; + // aapt resource value: 0x7F03032B + public const int seekBarPreferenceStyle = 2130903851; - // aapt resource value: 0x7f0200d1 - public const int ic_mr_button_connecting_15_dark = 2130837713; + // aapt resource value: 0x7F03032C + public const int seekBarStyle = 2130903852; - // aapt resource value: 0x7f0200d2 - public const int ic_mr_button_connecting_15_light = 2130837714; + // aapt resource value: 0x7F03032D + public const int selectable = 2130903853; - // aapt resource value: 0x7f0200d3 - public const int ic_mr_button_connecting_16_dark = 2130837715; + // aapt resource value: 0x7F03032E + public const int selectableItemBackground = 2130903854; - // aapt resource value: 0x7f0200d4 - public const int ic_mr_button_connecting_16_light = 2130837716; + // aapt resource value: 0x7F03032F + public const int selectableItemBackgroundBorderless = 2130903855; - // aapt resource value: 0x7f0200d5 - public const int ic_mr_button_connecting_17_dark = 2130837717; + // aapt resource value: 0x7F030330 + public const int selectionRequired = 2130903856; - // aapt resource value: 0x7f0200d6 - public const int ic_mr_button_connecting_17_light = 2130837718; + // aapt resource value: 0x7F030331 + public const int selectorSize = 2130903857; - // aapt resource value: 0x7f0200d7 - public const int ic_mr_button_connecting_18_dark = 2130837719; + // aapt resource value: 0x7F030332 + public const int setsTag = 2130903858; - // aapt resource value: 0x7f0200d8 - public const int ic_mr_button_connecting_18_light = 2130837720; + // aapt resource value: 0x7F030333 + public const int shapeAppearance = 2130903859; - // aapt resource value: 0x7f0200d9 - public const int ic_mr_button_connecting_19_dark = 2130837721; + // aapt resource value: 0x7F030334 + public const int shapeAppearanceLargeComponent = 2130903860; - // aapt resource value: 0x7f0200da - public const int ic_mr_button_connecting_19_light = 2130837722; + // aapt resource value: 0x7F030335 + public const int shapeAppearanceMediumComponent = 2130903861; - // aapt resource value: 0x7f0200db - public const int ic_mr_button_connecting_20_dark = 2130837723; + // aapt resource value: 0x7F030336 + public const int shapeAppearanceOverlay = 2130903862; - // aapt resource value: 0x7f0200dc - public const int ic_mr_button_connecting_20_light = 2130837724; + // aapt resource value: 0x7F030337 + public const int shapeAppearanceSmallComponent = 2130903863; - // aapt resource value: 0x7f0200dd - public const int ic_mr_button_connecting_21_dark = 2130837725; + // aapt resource value: 0x7F030001 + public const int SharedValue = 2130903041; - // aapt resource value: 0x7f0200de - public const int ic_mr_button_connecting_21_light = 2130837726; + // aapt resource value: 0x7F030002 + public const int SharedValueId = 2130903042; - // aapt resource value: 0x7f0200df - public const int ic_mr_button_connecting_22_dark = 2130837727; + // aapt resource value: 0x7F030338 + public const int shortcutMatchRequired = 2130903864; - // aapt resource value: 0x7f0200e0 - public const int ic_mr_button_connecting_22_light = 2130837728; + // aapt resource value: 0x7F030339 + public const int shouldDisableView = 2130903865; - // aapt resource value: 0x7f0200e1 - public const int ic_mr_button_disabled_dark = 2130837729; + // aapt resource value: 0x7F03033A + public const int showAnimationBehavior = 2130903866; - // aapt resource value: 0x7f0200e2 - public const int ic_mr_button_disabled_light = 2130837730; + // aapt resource value: 0x7F03033B + public const int showAsAction = 2130903867; - // aapt resource value: 0x7f0200e3 - public const int ic_mr_button_disconnected_dark = 2130837731; + // aapt resource value: 0x7F03033C + public const int showDelay = 2130903868; - // aapt resource value: 0x7f0200e4 - public const int ic_mr_button_disconnected_light = 2130837732; + // aapt resource value: 0x7F03033D + public const int showDividers = 2130903869; - // aapt resource value: 0x7f0200e5 - public const int ic_mr_button_grey = 2130837733; + // aapt resource value: 0x7F03033E + public const int showMotionSpec = 2130903870; - // aapt resource value: 0x7f0200e6 - public const int ic_vol_type_speaker_dark = 2130837734; + // aapt resource value: 0x7F03033F + public const int showPaths = 2130903871; - // aapt resource value: 0x7f0200e7 - public const int ic_vol_type_speaker_group_dark = 2130837735; + // aapt resource value: 0x7F030340 + public const int showSeekBarValue = 2130903872; - // aapt resource value: 0x7f0200e8 - public const int ic_vol_type_speaker_group_light = 2130837736; + // aapt resource value: 0x7F030341 + public const int showText = 2130903873; - // aapt resource value: 0x7f0200e9 - public const int ic_vol_type_speaker_light = 2130837737; + // aapt resource value: 0x7F030342 + public const int showTitle = 2130903874; - // aapt resource value: 0x7f0200ea - public const int ic_vol_type_tv_dark = 2130837738; + // aapt resource value: 0x7F030343 + public const int shrinkMotionSpec = 2130903875; - // aapt resource value: 0x7f0200eb - public const int ic_vol_type_tv_light = 2130837739; + // aapt resource value: 0x7F030344 + public const int singleChoiceItemLayout = 2130903876; - // aapt resource value: 0x7f0200ec - public const int icon = 2130837740; + // aapt resource value: 0x7F030345 + public const int singleLine = 2130903877; - // aapt resource value: 0x7f0200ed - public const int mr_button_connected_dark = 2130837741; + // aapt resource value: 0x7F030346 + public const int singleLineTitle = 2130903878; - // aapt resource value: 0x7f0200ee - public const int mr_button_connected_light = 2130837742; + // aapt resource value: 0x7F030347 + public const int singleSelection = 2130903879; - // aapt resource value: 0x7f0200ef - public const int mr_button_connecting_dark = 2130837743; + // aapt resource value: 0x7F030348 + public const int sizePercent = 2130903880; - // aapt resource value: 0x7f0200f0 - public const int mr_button_connecting_light = 2130837744; + // aapt resource value: 0x7F030349 + public const int sliderStyle = 2130903881; - // aapt resource value: 0x7f0200f1 - public const int mr_button_dark = 2130837745; + // aapt resource value: 0x7F03034A + public const int snackbarButtonStyle = 2130903882; - // aapt resource value: 0x7f0200f2 - public const int mr_button_light = 2130837746; + // aapt resource value: 0x7F03034B + public const int snackbarStyle = 2130903883; - // aapt resource value: 0x7f0200f3 - public const int mr_dialog_close_dark = 2130837747; + // aapt resource value: 0x7F03034C + public const int snackbarTextViewStyle = 2130903884; - // aapt resource value: 0x7f0200f4 - public const int mr_dialog_close_light = 2130837748; + // aapt resource value: 0x7F03034D + public const int spanCount = 2130903885; - // aapt resource value: 0x7f0200f5 - public const int mr_dialog_material_background_dark = 2130837749; + // aapt resource value: 0x7F03034E + public const int spinBars = 2130903886; - // aapt resource value: 0x7f0200f6 - public const int mr_dialog_material_background_light = 2130837750; + // aapt resource value: 0x7F03034F + public const int spinnerDropDownItemStyle = 2130903887; - // aapt resource value: 0x7f0200f7 - public const int mr_group_collapse = 2130837751; + // aapt resource value: 0x7F030350 + public const int spinnerStyle = 2130903888; - // aapt resource value: 0x7f0200f8 - public const int mr_group_expand = 2130837752; + // aapt resource value: 0x7F030351 + public const int splitTrack = 2130903889; - // aapt resource value: 0x7f0200f9 - public const int mr_media_pause_dark = 2130837753; + // aapt resource value: 0x7F030352 + public const int springBoundary = 2130903890; - // aapt resource value: 0x7f0200fa - public const int mr_media_pause_light = 2130837754; + // aapt resource value: 0x7F030353 + public const int springDamping = 2130903891; - // aapt resource value: 0x7f0200fb - public const int mr_media_play_dark = 2130837755; + // aapt resource value: 0x7F030354 + public const int springMass = 2130903892; - // aapt resource value: 0x7f0200fc - public const int mr_media_play_light = 2130837756; + // aapt resource value: 0x7F030355 + public const int springStiffness = 2130903893; - // aapt resource value: 0x7f0200fd - public const int mr_media_stop_dark = 2130837757; + // aapt resource value: 0x7F030356 + public const int springStopThreshold = 2130903894; - // aapt resource value: 0x7f0200fe - public const int mr_media_stop_light = 2130837758; + // aapt resource value: 0x7F030357 + public const int srcCompat = 2130903895; - // aapt resource value: 0x7f0200ff - public const int mr_vol_type_audiotrack_dark = 2130837759; + // aapt resource value: 0x7F030358 + public const int stackFromEnd = 2130903896; - // aapt resource value: 0x7f020100 - public const int mr_vol_type_audiotrack_light = 2130837760; + // aapt resource value: 0x7F030359 + public const int staggered = 2130903897; - // aapt resource value: 0x7f020101 - public const int navigation_empty_icon = 2130837761; + // aapt resource value: 0x7F03035A + public const int startDestination = 2130903898; - // aapt resource value: 0x7f020102 - public const int notification_action_background = 2130837762; + // aapt resource value: 0x7F03035B + public const int startIconCheckable = 2130903899; - // aapt resource value: 0x7f020103 - public const int notification_bg = 2130837763; + // aapt resource value: 0x7F03035C + public const int startIconContentDescription = 2130903900; - // aapt resource value: 0x7f020104 - public const int notification_bg_low = 2130837764; + // aapt resource value: 0x7F03035D + public const int startIconDrawable = 2130903901; - // aapt resource value: 0x7f020105 - public const int notification_bg_low_normal = 2130837765; + // aapt resource value: 0x7F03035E + public const int startIconTint = 2130903902; - // aapt resource value: 0x7f020106 - public const int notification_bg_low_pressed = 2130837766; + // aapt resource value: 0x7F03035F + public const int startIconTintMode = 2130903903; - // aapt resource value: 0x7f020107 - public const int notification_bg_normal = 2130837767; + // aapt resource value: 0x7F030360 + public const int state_above_anchor = 2130903904; - // aapt resource value: 0x7f020108 - public const int notification_bg_normal_pressed = 2130837768; + // aapt resource value: 0x7F030361 + public const int state_collapsed = 2130903905; - // aapt resource value: 0x7f020109 - public const int notification_icon_background = 2130837769; + // aapt resource value: 0x7F030362 + public const int state_collapsible = 2130903906; - // aapt resource value: 0x7f02010c - public const int notification_template_icon_bg = 2130837772; + // aapt resource value: 0x7F030363 + public const int state_dragged = 2130903907; - // aapt resource value: 0x7f02010d - public const int notification_template_icon_low_bg = 2130837773; + // aapt resource value: 0x7F030364 + public const int state_liftable = 2130903908; - // aapt resource value: 0x7f02010a - public const int notification_tile_bg = 2130837770; + // aapt resource value: 0x7F030365 + public const int state_lifted = 2130903909; - // aapt resource value: 0x7f02010b - public const int notify_panel_notification_icon_bg = 2130837771; + // aapt resource value: 0x7F030366 + public const int statusBarBackground = 2130903910; - static Drawable() - { - global::Android.Runtime.ResourceIdManager.UpdateIdValues(); - } + // aapt resource value: 0x7F030367 + public const int statusBarForeground = 2130903911; - private Drawable() - { - } - } - - public partial class Id - { + // aapt resource value: 0x7F030368 + public const int statusBarScrim = 2130903912; - // aapt resource value: 0x7f08009e - public const int action0 = 2131230878; + // aapt resource value: 0x7F030369 + public const int strokeColor = 2130903913; - // aapt resource value: 0x7f080064 - public const int action_bar = 2131230820; + // aapt resource value: 0x7F03036A + public const int strokeWidth = 2130903914; - // aapt resource value: 0x7f080001 - public const int action_bar_activity_content = 2131230721; + // aapt resource value: 0x7F03036B + public const int subMenuArrow = 2130903915; - // aapt resource value: 0x7f080063 - public const int action_bar_container = 2131230819; + // aapt resource value: 0x7F03036C + public const int submitBackground = 2130903916; - // aapt resource value: 0x7f08005f - public const int action_bar_root = 2131230815; + // aapt resource value: 0x7F03036D + public const int subtitle = 2130903917; - // aapt resource value: 0x7f080002 - public const int action_bar_spinner = 2131230722; + // aapt resource value: 0x7F03036E + public const int subtitleCentered = 2130903918; - // aapt resource value: 0x7f080042 - public const int action_bar_subtitle = 2131230786; + // aapt resource value: 0x7F03036F + public const int subtitleTextAppearance = 2130903919; - // aapt resource value: 0x7f080041 - public const int action_bar_title = 2131230785; + // aapt resource value: 0x7F030370 + public const int subtitleTextColor = 2130903920; - // aapt resource value: 0x7f08009b - public const int action_container = 2131230875; + // aapt resource value: 0x7F030371 + public const int subtitleTextStyle = 2130903921; - // aapt resource value: 0x7f080065 - public const int action_context_bar = 2131230821; + // aapt resource value: 0x7F030372 + public const int suffixText = 2130903922; - // aapt resource value: 0x7f0800a2 - public const int action_divider = 2131230882; + // aapt resource value: 0x7F030373 + public const int suffixTextAppearance = 2130903923; - // aapt resource value: 0x7f08009c - public const int action_image = 2131230876; + // aapt resource value: 0x7F030374 + public const int suffixTextColor = 2130903924; - // aapt resource value: 0x7f080003 - public const int action_menu_divider = 2131230723; + // aapt resource value: 0x7F030375 + public const int suggestionRowLayout = 2130903925; - // aapt resource value: 0x7f080004 - public const int action_menu_presenter = 2131230724; + // aapt resource value: 0x7F030376 + public const int summary = 2130903926; - // aapt resource value: 0x7f080061 - public const int action_mode_bar = 2131230817; + // aapt resource value: 0x7F030377 + public const int summaryOff = 2130903927; - // aapt resource value: 0x7f080060 - public const int action_mode_bar_stub = 2131230816; + // aapt resource value: 0x7F030378 + public const int summaryOn = 2130903928; - // aapt resource value: 0x7f080043 - public const int action_mode_close_button = 2131230787; + // aapt resource value: 0x7F030379 + public const int swipeRefreshLayoutProgressSpinnerBackgroundColor = 2130903929; - // aapt resource value: 0x7f08009d - public const int action_text = 2131230877; + // aapt resource value: 0x7F03037A + public const int switchMinWidth = 2130903930; - // aapt resource value: 0x7f0800ab - public const int actions = 2131230891; + // aapt resource value: 0x7F03037B + public const int switchPadding = 2130903931; - // aapt resource value: 0x7f080044 - public const int activity_chooser_view_content = 2131230788; + // aapt resource value: 0x7F03037C + public const int switchPreferenceCompatStyle = 2130903932; - // aapt resource value: 0x7f08001e - public const int add = 2131230750; + // aapt resource value: 0x7F03037D + public const int switchPreferenceStyle = 2130903933; - // aapt resource value: 0x7f080058 - public const int alertTitle = 2131230808; + // aapt resource value: 0x7F03037E + public const int switchStyle = 2130903934; - // aapt resource value: 0x7f08003d - public const int all = 2131230781; + // aapt resource value: 0x7F03037F + public const int switchTextAppearance = 2130903935; - // aapt resource value: 0x7f080023 - public const int always = 2131230755; + // aapt resource value: 0x7F030380 + public const int switchTextOff = 2130903936; - // aapt resource value: 0x7f08002f - public const int auto = 2131230767; + // aapt resource value: 0x7F030381 + public const int switchTextOn = 2130903937; - // aapt resource value: 0x7f080020 - public const int beginning = 2131230752; + // aapt resource value: 0x7F030382 + public const int tabBackground = 2130903938; - // aapt resource value: 0x7f080028 - public const int bottom = 2131230760; + // aapt resource value: 0x7F030383 + public const int tabContentStart = 2130903939; - // aapt resource value: 0x7f08004b - public const int buttonPanel = 2131230795; + // aapt resource value: 0x7F030384 + public const int tabGravity = 2130903940; - // aapt resource value: 0x7f08009f - public const int cancel_action = 2131230879; + // aapt resource value: 0x7F030385 + public const int tabIconTint = 2130903941; - // aapt resource value: 0x7f080030 - public const int center = 2131230768; + // aapt resource value: 0x7F030386 + public const int tabIconTintMode = 2130903942; - // aapt resource value: 0x7f080031 - public const int center_horizontal = 2131230769; + // aapt resource value: 0x7F030387 + public const int tabIndicator = 2130903943; - // aapt resource value: 0x7f080032 - public const int center_vertical = 2131230770; + // aapt resource value: 0x7F030388 + public const int tabIndicatorAnimationDuration = 2130903944; - // aapt resource value: 0x7f08005b - public const int checkbox = 2131230811; + // aapt resource value: 0x7F030389 + public const int tabIndicatorAnimationMode = 2130903945; - // aapt resource value: 0x7f0800a7 - public const int chronometer = 2131230887; + // aapt resource value: 0x7F03038A + public const int tabIndicatorColor = 2130903946; - // aapt resource value: 0x7f080039 - public const int clip_horizontal = 2131230777; + // aapt resource value: 0x7F03038B + public const int tabIndicatorFullWidth = 2130903947; - // aapt resource value: 0x7f08003a - public const int clip_vertical = 2131230778; + // aapt resource value: 0x7F03038C + public const int tabIndicatorGravity = 2130903948; - // aapt resource value: 0x7f080024 - public const int collapseActionView = 2131230756; + // aapt resource value: 0x7F03038D + public const int tabIndicatorHeight = 2130903949; - // aapt resource value: 0x7f080075 - public const int container = 2131230837; + // aapt resource value: 0x7F03038E + public const int tabInlineLabel = 2130903950; - // aapt resource value: 0x7f08004e - public const int contentPanel = 2131230798; + // aapt resource value: 0x7F03038F + public const int tabMaxWidth = 2130903951; - // aapt resource value: 0x7f080076 - public const int coordinator = 2131230838; + // aapt resource value: 0x7F030390 + public const int tabMinWidth = 2130903952; - // aapt resource value: 0x7f080055 - public const int custom = 2131230805; + // aapt resource value: 0x7F030391 + public const int tabMode = 2130903953; - // aapt resource value: 0x7f080054 - public const int customPanel = 2131230804; + // aapt resource value: 0x7F030392 + public const int tabPadding = 2130903954; - // aapt resource value: 0x7f080062 - public const int decor_content_parent = 2131230818; + // aapt resource value: 0x7F030393 + public const int tabPaddingBottom = 2130903955; - // aapt resource value: 0x7f080047 - public const int default_activity_button = 2131230791; + // aapt resource value: 0x7F030394 + public const int tabPaddingEnd = 2130903956; - // aapt resource value: 0x7f080078 - public const int design_bottom_sheet = 2131230840; + // aapt resource value: 0x7F030395 + public const int tabPaddingStart = 2130903957; - // aapt resource value: 0x7f08007f - public const int design_menu_item_action_area = 2131230847; + // aapt resource value: 0x7F030396 + public const int tabPaddingTop = 2130903958; - // aapt resource value: 0x7f08007e - public const int design_menu_item_action_area_stub = 2131230846; + // aapt resource value: 0x7F030397 + public const int tabRippleColor = 2130903959; - // aapt resource value: 0x7f08007d - public const int design_menu_item_text = 2131230845; + // aapt resource value: 0x7F030398 + public const int tabSelectedTextColor = 2130903960; - // aapt resource value: 0x7f08007c - public const int design_navigation_view = 2131230844; + // aapt resource value: 0x7F030399 + public const int tabStyle = 2130903961; - // aapt resource value: 0x7f080012 - public const int disableHome = 2131230738; + // aapt resource value: 0x7F03039A + public const int tabTextAppearance = 2130903962; - // aapt resource value: 0x7f080066 - public const int edit_query = 2131230822; + // aapt resource value: 0x7F03039B + public const int tabTextColor = 2130903963; - // aapt resource value: 0x7f080021 - public const int end = 2131230753; + // aapt resource value: 0x7F03039C + public const int tabUnboundedRipple = 2130903964; - // aapt resource value: 0x7f0800b1 - public const int end_padder = 2131230897; + // aapt resource value: 0x7F03039D + public const int targetId = 2130903965; - // aapt resource value: 0x7f08002a - public const int enterAlways = 2131230762; + // aapt resource value: 0x7F03039E + public const int targetPackage = 2130903966; - // aapt resource value: 0x7f08002b - public const int enterAlwaysCollapsed = 2131230763; + // aapt resource value: 0x7F03039F + public const int telltales_tailColor = 2130903967; - // aapt resource value: 0x7f08002c - public const int exitUntilCollapsed = 2131230764; + // aapt resource value: 0x7F0303A0 + public const int telltales_tailScale = 2130903968; - // aapt resource value: 0x7f080045 - public const int expand_activities_button = 2131230789; + // aapt resource value: 0x7F0303A1 + public const int telltales_velocityMode = 2130903969; - // aapt resource value: 0x7f08005a - public const int expanded_menu = 2131230810; + // aapt resource value: 0x7F0303A2 + public const int textAllCaps = 2130903970; - // aapt resource value: 0x7f08003b - public const int fill = 2131230779; + // aapt resource value: 0x7F0303A3 + public const int textAppearanceBody1 = 2130903971; - // aapt resource value: 0x7f08003c - public const int fill_horizontal = 2131230780; + // aapt resource value: 0x7F0303A4 + public const int textAppearanceBody2 = 2130903972; - // aapt resource value: 0x7f080033 - public const int fill_vertical = 2131230771; + // aapt resource value: 0x7F0303A5 + public const int textAppearanceButton = 2130903973; - // aapt resource value: 0x7f08003f - public const int @fixed = 2131230783; + // aapt resource value: 0x7F0303A6 + public const int textAppearanceCaption = 2130903974; - // aapt resource value: 0x7f080005 - public const int home = 2131230725; + // aapt resource value: 0x7F0303A7 + public const int textAppearanceHeadline1 = 2130903975; - // aapt resource value: 0x7f080013 - public const int homeAsUp = 2131230739; + // aapt resource value: 0x7F0303A8 + public const int textAppearanceHeadline2 = 2130903976; - // aapt resource value: 0x7f080049 - public const int icon = 2131230793; + // aapt resource value: 0x7F0303A9 + public const int textAppearanceHeadline3 = 2130903977; - // aapt resource value: 0x7f0800ac - public const int icon_group = 2131230892; + // aapt resource value: 0x7F0303AA + public const int textAppearanceHeadline4 = 2130903978; - // aapt resource value: 0x7f080025 - public const int ifRoom = 2131230757; + // aapt resource value: 0x7F0303AB + public const int textAppearanceHeadline5 = 2130903979; - // aapt resource value: 0x7f080046 - public const int image = 2131230790; + // aapt resource value: 0x7F0303AC + public const int textAppearanceHeadline6 = 2130903980; - // aapt resource value: 0x7f0800a8 - public const int info = 2131230888; + // aapt resource value: 0x7F0303AD + public const int textAppearanceLargePopupMenu = 2130903981; - // aapt resource value: 0x7f080000 - public const int item_touch_helper_previous_elevation = 2131230720; + // aapt resource value: 0x7F0303AE + public const int textAppearanceLineHeightEnabled = 2130903982; - // aapt resource value: 0x7f080074 - public const int largeLabel = 2131230836; + // aapt resource value: 0x7F0303AF + public const int textAppearanceListItem = 2130903983; - // aapt resource value: 0x7f080034 - public const int left = 2131230772; + // aapt resource value: 0x7F0303B0 + public const int textAppearanceListItemSecondary = 2130903984; - // aapt resource value: 0x7f0800ad - public const int line1 = 2131230893; + // aapt resource value: 0x7F0303B1 + public const int textAppearanceListItemSmall = 2130903985; - // aapt resource value: 0x7f0800af - public const int line3 = 2131230895; + // aapt resource value: 0x7F0303B2 + public const int textAppearanceOverline = 2130903986; - // aapt resource value: 0x7f08000f - public const int listMode = 2131230735; + // aapt resource value: 0x7F0303B3 + public const int textAppearancePopupMenuHeader = 2130903987; - // aapt resource value: 0x7f080048 - public const int list_item = 2131230792; + // aapt resource value: 0x7F0303B4 + public const int textAppearanceSearchResultSubtitle = 2130903988; - // aapt resource value: 0x7f0800b5 - public const int masked = 2131230901; + // aapt resource value: 0x7F0303B5 + public const int textAppearanceSearchResultTitle = 2130903989; - // aapt resource value: 0x7f0800a1 - public const int media_actions = 2131230881; + // aapt resource value: 0x7F0303B6 + public const int textAppearanceSmallPopupMenu = 2130903990; - // aapt resource value: 0x7f080022 - public const int middle = 2131230754; + // aapt resource value: 0x7F0303B7 + public const int textAppearanceSubtitle1 = 2130903991; - // aapt resource value: 0x7f08003e - public const int mini = 2131230782; + // aapt resource value: 0x7F0303B8 + public const int textAppearanceSubtitle2 = 2130903992; - // aapt resource value: 0x7f08008d - public const int mr_art = 2131230861; + // aapt resource value: 0x7F0303B9 + public const int textBackground = 2130903993; - // aapt resource value: 0x7f080082 - public const int mr_chooser_list = 2131230850; + // aapt resource value: 0x7F0303BA + public const int textBackgroundPanX = 2130903994; - // aapt resource value: 0x7f080085 - public const int mr_chooser_route_desc = 2131230853; + // aapt resource value: 0x7F0303BB + public const int textBackgroundPanY = 2130903995; - // aapt resource value: 0x7f080083 - public const int mr_chooser_route_icon = 2131230851; + // aapt resource value: 0x7F0303BC + public const int textBackgroundRotate = 2130903996; - // aapt resource value: 0x7f080084 - public const int mr_chooser_route_name = 2131230852; + // aapt resource value: 0x7F0303BD + public const int textBackgroundZoom = 2130903997; - // aapt resource value: 0x7f080081 - public const int mr_chooser_title = 2131230849; + // aapt resource value: 0x7F0303BE + public const int textColorAlertDialogListItem = 2130903998; - // aapt resource value: 0x7f08008a - public const int mr_close = 2131230858; + // aapt resource value: 0x7F0303BF + public const int textColorSearchUrl = 2130903999; - // aapt resource value: 0x7f080090 - public const int mr_control_divider = 2131230864; + // aapt resource value: 0x7F0303C0 + public const int textEndPadding = 2130904000; - // aapt resource value: 0x7f080096 - public const int mr_control_playback_ctrl = 2131230870; + // aapt resource value: 0x7F0303C1 + public const int textFillColor = 2130904001; - // aapt resource value: 0x7f080099 - public const int mr_control_subtitle = 2131230873; + // aapt resource value: 0x7F0303C2 + public const int textInputLayoutFocusedRectEnabled = 2130904002; - // aapt resource value: 0x7f080098 - public const int mr_control_title = 2131230872; + // aapt resource value: 0x7F0303C3 + public const int textInputStyle = 2130904003; - // aapt resource value: 0x7f080097 - public const int mr_control_title_container = 2131230871; + // aapt resource value: 0x7F0303C4 + public const int textLocale = 2130904004; - // aapt resource value: 0x7f08008b - public const int mr_custom_control = 2131230859; + // aapt resource value: 0x7F0303C5 + public const int textOutlineColor = 2130904005; - // aapt resource value: 0x7f08008c - public const int mr_default_control = 2131230860; + // aapt resource value: 0x7F0303C6 + public const int textOutlineThickness = 2130904006; - // aapt resource value: 0x7f080087 - public const int mr_dialog_area = 2131230855; + // aapt resource value: 0x7F0303C7 + public const int textPanX = 2130904007; - // aapt resource value: 0x7f080086 - public const int mr_expandable_area = 2131230854; + // aapt resource value: 0x7F0303C8 + public const int textPanY = 2130904008; - // aapt resource value: 0x7f08009a - public const int mr_group_expand_collapse = 2131230874; + // aapt resource value: 0x7F0303C9 + public const int textStartPadding = 2130904009; - // aapt resource value: 0x7f08008e - public const int mr_media_main_control = 2131230862; + // aapt resource value: 0x7F0303CA + public const int textureBlurFactor = 2130904010; - // aapt resource value: 0x7f080089 - public const int mr_name = 2131230857; + // aapt resource value: 0x7F0303CB + public const int textureEffect = 2130904011; - // aapt resource value: 0x7f08008f - public const int mr_playback_control = 2131230863; + // aapt resource value: 0x7F0303CC + public const int textureHeight = 2130904012; - // aapt resource value: 0x7f080088 - public const int mr_title_bar = 2131230856; + // aapt resource value: 0x7F0303CD + public const int textureWidth = 2130904013; - // aapt resource value: 0x7f080091 - public const int mr_volume_control = 2131230865; + // aapt resource value: 0x7F0303CE + public const int theme = 2130904014; - // aapt resource value: 0x7f080092 - public const int mr_volume_group_list = 2131230866; + // aapt resource value: 0x7F0303CF + public const int themeLineHeight = 2130904015; - // aapt resource value: 0x7f080094 - public const int mr_volume_item_icon = 2131230868; + // aapt resource value: 0x7F0303D0 + public const int thickness = 2130904016; - // aapt resource value: 0x7f080095 - public const int mr_volume_slider = 2131230869; + // aapt resource value: 0x7F0303D1 + public const int thumbColor = 2130904017; - // aapt resource value: 0x7f080019 - public const int multiply = 2131230745; + // aapt resource value: 0x7F0303D2 + public const int thumbElevation = 2130904018; - // aapt resource value: 0x7f08007b - public const int navigation_header_container = 2131230843; + // aapt resource value: 0x7F0303D3 + public const int thumbRadius = 2130904019; - // aapt resource value: 0x7f080026 - public const int never = 2131230758; + // aapt resource value: 0x7F0303D4 + public const int thumbStrokeColor = 2130904020; - // aapt resource value: 0x7f080014 - public const int none = 2131230740; + // aapt resource value: 0x7F0303D5 + public const int thumbStrokeWidth = 2130904021; - // aapt resource value: 0x7f080010 - public const int normal = 2131230736; + // aapt resource value: 0x7F0303D6 + public const int thumbTextPadding = 2130904022; - // aapt resource value: 0x7f0800aa - public const int notification_background = 2131230890; + // aapt resource value: 0x7F0303D7 + public const int thumbTint = 2130904023; - // aapt resource value: 0x7f0800a4 - public const int notification_main_column = 2131230884; + // aapt resource value: 0x7F0303D8 + public const int thumbTintMode = 2130904024; - // aapt resource value: 0x7f0800a3 - public const int notification_main_column_container = 2131230883; + // aapt resource value: 0x7F0303D9 + public const int tickColor = 2130904025; - // aapt resource value: 0x7f080037 - public const int parallax = 2131230775; + // aapt resource value: 0x7F0303DA + public const int tickColorActive = 2130904026; - // aapt resource value: 0x7f08004d - public const int parentPanel = 2131230797; + // aapt resource value: 0x7F0303DB + public const int tickColorInactive = 2130904027; - // aapt resource value: 0x7f080038 - public const int pin = 2131230776; + // aapt resource value: 0x7F0303DC + public const int tickMark = 2130904028; - // aapt resource value: 0x7f080006 - public const int progress_circular = 2131230726; + // aapt resource value: 0x7F0303DD + public const int tickMarkTint = 2130904029; - // aapt resource value: 0x7f080007 - public const int progress_horizontal = 2131230727; + // aapt resource value: 0x7F0303DE + public const int tickMarkTintMode = 2130904030; - // aapt resource value: 0x7f08005d - public const int radio = 2131230813; + // aapt resource value: 0x7F0303DF + public const int tickVisible = 2130904031; - // aapt resource value: 0x7f080035 - public const int right = 2131230773; + // aapt resource value: 0x7F0303E0 + public const int tint = 2130904032; - // aapt resource value: 0x7f0800a9 - public const int right_icon = 2131230889; + // aapt resource value: 0x7F0303E1 + public const int tintMode = 2130904033; - // aapt resource value: 0x7f0800a5 - public const int right_side = 2131230885; + // aapt resource value: 0x7F0303E2 + public const int title = 2130904034; - // aapt resource value: 0x7f08001a - public const int screen = 2131230746; + // aapt resource value: 0x7F0303E3 + public const int titleCentered = 2130904035; - // aapt resource value: 0x7f08002d - public const int scroll = 2131230765; + // aapt resource value: 0x7F0303E4 + public const int titleCollapseMode = 2130904036; - // aapt resource value: 0x7f080053 - public const int scrollIndicatorDown = 2131230803; + // aapt resource value: 0x7F0303E5 + public const int titleEnabled = 2130904037; - // aapt resource value: 0x7f08004f - public const int scrollIndicatorUp = 2131230799; + // aapt resource value: 0x7F0303E6 + public const int titleMargin = 2130904038; - // aapt resource value: 0x7f080050 - public const int scrollView = 2131230800; + // aapt resource value: 0x7F0303E7 + public const int titleMarginBottom = 2130904039; - // aapt resource value: 0x7f080040 - public const int scrollable = 2131230784; + // aapt resource value: 0x7F0303E8 + public const int titleMarginEnd = 2130904040; - // aapt resource value: 0x7f080068 - public const int search_badge = 2131230824; + // aapt resource value: 0x7F0303EB + public const int titleMargins = 2130904043; - // aapt resource value: 0x7f080067 - public const int search_bar = 2131230823; + // aapt resource value: 0x7F0303E9 + public const int titleMarginStart = 2130904041; - // aapt resource value: 0x7f080069 - public const int search_button = 2131230825; + // aapt resource value: 0x7F0303EA + public const int titleMarginTop = 2130904042; - // aapt resource value: 0x7f08006e - public const int search_close_btn = 2131230830; + // aapt resource value: 0x7F0303EC + public const int titleTextAppearance = 2130904044; - // aapt resource value: 0x7f08006a - public const int search_edit_frame = 2131230826; + // aapt resource value: 0x7F0303ED + public const int titleTextColor = 2130904045; - // aapt resource value: 0x7f080070 - public const int search_go_btn = 2131230832; + // aapt resource value: 0x7F0303EE + public const int titleTextStyle = 2130904046; - // aapt resource value: 0x7f08006b - public const int search_mag_icon = 2131230827; + // aapt resource value: 0x7F0303EF + public const int toolbarId = 2130904047; - // aapt resource value: 0x7f08006c - public const int search_plate = 2131230828; + // aapt resource value: 0x7F0303F0 + public const int toolbarNavigationButtonStyle = 2130904048; - // aapt resource value: 0x7f08006d - public const int search_src_text = 2131230829; + // aapt resource value: 0x7F0303F1 + public const int toolbarStyle = 2130904049; - // aapt resource value: 0x7f080071 - public const int search_voice_btn = 2131230833; + // aapt resource value: 0x7F0303F2 + public const int tooltipForegroundColor = 2130904050; - // aapt resource value: 0x7f080072 - public const int select_dialog_listview = 2131230834; + // aapt resource value: 0x7F0303F3 + public const int tooltipFrameBackground = 2130904051; - // aapt resource value: 0x7f08005c - public const int shortcut = 2131230812; + // aapt resource value: 0x7F0303F4 + public const int tooltipStyle = 2130904052; - // aapt resource value: 0x7f080015 - public const int showCustom = 2131230741; + // aapt resource value: 0x7F0303F5 + public const int tooltipText = 2130904053; - // aapt resource value: 0x7f080016 - public const int showHome = 2131230742; + // aapt resource value: 0x7F0303F6 + public const int touchAnchorId = 2130904054; - // aapt resource value: 0x7f080017 - public const int showTitle = 2131230743; + // aapt resource value: 0x7F0303F7 + public const int touchAnchorSide = 2130904055; - // aapt resource value: 0x7f0800b2 - public const int sliding_tabs = 2131230898; + // aapt resource value: 0x7F0303F8 + public const int touchRegionId = 2130904056; - // aapt resource value: 0x7f080073 - public const int smallLabel = 2131230835; + // aapt resource value: 0x7F0303F9 + public const int track = 2130904057; - // aapt resource value: 0x7f08007a - public const int snackbar_action = 2131230842; + // aapt resource value: 0x7F0303FA + public const int trackColor = 2130904058; - // aapt resource value: 0x7f080079 - public const int snackbar_text = 2131230841; + // aapt resource value: 0x7F0303FB + public const int trackColorActive = 2130904059; - // aapt resource value: 0x7f08002e - public const int snap = 2131230766; + // aapt resource value: 0x7F0303FC + public const int trackColorInactive = 2130904060; - // aapt resource value: 0x7f08004c - public const int spacer = 2131230796; + // aapt resource value: 0x7F0303FD + public const int trackCornerRadius = 2130904061; - // aapt resource value: 0x7f080008 - public const int split_action_bar = 2131230728; + // aapt resource value: 0x7F0303FE + public const int trackHeight = 2130904062; - // aapt resource value: 0x7f08001b - public const int src_atop = 2131230747; + // aapt resource value: 0x7F0303FF + public const int trackThickness = 2130904063; - // aapt resource value: 0x7f08001c - public const int src_in = 2131230748; + // aapt resource value: 0x7F030400 + public const int trackTint = 2130904064; - // aapt resource value: 0x7f08001d - public const int src_over = 2131230749; + // aapt resource value: 0x7F030401 + public const int trackTintMode = 2130904065; - // aapt resource value: 0x7f080036 - public const int start = 2131230774; + // aapt resource value: 0x7F030402 + public const int transformPivotTarget = 2130904066; - // aapt resource value: 0x7f0800a0 - public const int status_bar_latest_event_content = 2131230880; + // aapt resource value: 0x7F030403 + public const int transitionDisable = 2130904067; - // aapt resource value: 0x7f08005e - public const int submenuarrow = 2131230814; + // aapt resource value: 0x7F030404 + public const int transitionEasing = 2130904068; - // aapt resource value: 0x7f08006f - public const int submit_area = 2131230831; + // aapt resource value: 0x7F030405 + public const int transitionFlags = 2130904069; - // aapt resource value: 0x7f080011 - public const int tabMode = 2131230737; + // aapt resource value: 0x7F030406 + public const int transitionPathRotate = 2130904070; - // aapt resource value: 0x7f0800b0 - public const int text = 2131230896; + // aapt resource value: 0x7F030407 + public const int transitionShapeAppearance = 2130904071; - // aapt resource value: 0x7f0800ae - public const int text2 = 2131230894; + // aapt resource value: 0x7F030408 + public const int triggerId = 2130904072; - // aapt resource value: 0x7f080052 - public const int textSpacerNoButtons = 2131230802; + // aapt resource value: 0x7F030409 + public const int triggerReceiver = 2130904073; - // aapt resource value: 0x7f080051 - public const int textSpacerNoTitle = 2131230801; + // aapt resource value: 0x7F03040A + public const int triggerSlack = 2130904074; - // aapt resource value: 0x7f080080 - public const int text_input_password_toggle = 2131230848; + // aapt resource value: 0x7F03040B + public const int ttcIndex = 2130904075; - // aapt resource value: 0x7f08000c - public const int textinput_counter = 2131230732; + // aapt resource value: 0x7F03040D + public const int updatesContinuously = 2130904077; - // aapt resource value: 0x7f08000d - public const int textinput_error = 2131230733; + // aapt resource value: 0x7F03040C + public const int upDuration = 2130904076; - // aapt resource value: 0x7f0800a6 - public const int time = 2131230886; + // aapt resource value: 0x7F03040E + public const int uri = 2130904078; - // aapt resource value: 0x7f08004a - public const int title = 2131230794; + // aapt resource value: 0x7F03040F + public const int useCompatPadding = 2130904079; - // aapt resource value: 0x7f080059 - public const int titleDividerNoCustom = 2131230809; + // aapt resource value: 0x7F030410 + public const int useMaterialThemeColors = 2130904080; - // aapt resource value: 0x7f080057 - public const int title_template = 2131230807; + // aapt resource value: 0x7F030411 + public const int useSimpleSummaryProvider = 2130904081; - // aapt resource value: 0x7f0800b3 - public const int toolbar = 2131230899; + // aapt resource value: 0x7F030412 + public const int values = 2130904082; - // aapt resource value: 0x7f080029 - public const int top = 2131230761; + // aapt resource value: 0x7F030413 + public const int verticalOffset = 2130904083; - // aapt resource value: 0x7f080056 - public const int topPanel = 2131230806; + // aapt resource value: 0x7F030414 + public const int viewInflaterClass = 2130904084; - // aapt resource value: 0x7f080077 - public const int touch_outside = 2131230839; + // aapt resource value: 0x7F030415 + public const int viewTransitionMode = 2130904085; - // aapt resource value: 0x7f08000a - public const int transition_current_scene = 2131230730; + // aapt resource value: 0x7F030416 + public const int viewTransitionOnCross = 2130904086; - // aapt resource value: 0x7f08000b - public const int transition_scene_layoutid_cache = 2131230731; + // aapt resource value: 0x7F030417 + public const int viewTransitionOnNegativeCross = 2130904087; - // aapt resource value: 0x7f080009 - public const int up = 2131230729; + // aapt resource value: 0x7F030418 + public const int viewTransitionOnPositiveCross = 2130904088; - // aapt resource value: 0x7f080018 - public const int useLogo = 2131230744; + // aapt resource value: 0x7F030419 + public const int visibilityMode = 2130904089; - // aapt resource value: 0x7f08000e - public const int view_offset_helper = 2131230734; + // aapt resource value: 0x7F03041A + public const int voiceIcon = 2130904090; - // aapt resource value: 0x7f0800b4 - public const int visible = 2131230900; + // aapt resource value: 0x7F03041B + public const int warmth = 2130904091; - // aapt resource value: 0x7f080093 - public const int volume_item_container = 2131230867; + // aapt resource value: 0x7F03041C + public const int waveDecay = 2130904092; - // aapt resource value: 0x7f080027 - public const int withText = 2131230759; + // aapt resource value: 0x7F03041D + public const int waveOffset = 2130904093; - // aapt resource value: 0x7f08001f - public const int wrap_content = 2131230751; + // aapt resource value: 0x7F03041E + public const int wavePeriod = 2130904094; - static Id() - { - global::Android.Runtime.ResourceIdManager.UpdateIdValues(); - } + // aapt resource value: 0x7F03041F + public const int wavePhase = 2130904095; - private Id() - { - } - } - - public partial class Integer - { + // aapt resource value: 0x7F030420 + public const int waveShape = 2130904096; - // aapt resource value: 0x7f0a0003 - public const int abc_config_activityDefaultDur = 2131361795; + // aapt resource value: 0x7F030421 + public const int waveVariesBy = 2130904097; - // aapt resource value: 0x7f0a0004 - public const int abc_config_activityShortDur = 2131361796; + // aapt resource value: 0x7F030422 + public const int widgetLayout = 2130904098; - // aapt resource value: 0x7f0a0008 - public const int app_bar_elevation_anim_duration = 2131361800; + // aapt resource value: 0x7F030423 + public const int windowActionBar = 2130904099; - // aapt resource value: 0x7f0a0009 - public const int bottom_sheet_slide_duration = 2131361801; + // aapt resource value: 0x7F030424 + public const int windowActionBarOverlay = 2130904100; - // aapt resource value: 0x7f0a0005 - public const int cancel_button_image_alpha = 2131361797; + // aapt resource value: 0x7F030425 + public const int windowActionModeOverlay = 2130904101; - // aapt resource value: 0x7f0a0007 - public const int design_snackbar_text_max_lines = 2131361799; + // aapt resource value: 0x7F030426 + public const int windowFixedHeightMajor = 2130904102; - // aapt resource value: 0x7f0a000a - public const int hide_password_duration = 2131361802; + // aapt resource value: 0x7F030427 + public const int windowFixedHeightMinor = 2130904103; - // aapt resource value: 0x7f0a0000 - public const int mr_controller_volume_group_list_animation_duration_ms = 2131361792; + // aapt resource value: 0x7F030428 + public const int windowFixedWidthMajor = 2130904104; - // aapt resource value: 0x7f0a0001 - public const int mr_controller_volume_group_list_fade_in_duration_ms = 2131361793; + // aapt resource value: 0x7F030429 + public const int windowFixedWidthMinor = 2130904105; - // aapt resource value: 0x7f0a0002 - public const int mr_controller_volume_group_list_fade_out_duration_ms = 2131361794; + // aapt resource value: 0x7F03042A + public const int windowMinWidthMajor = 2130904106; - // aapt resource value: 0x7f0a000b - public const int show_password_duration = 2131361803; + // aapt resource value: 0x7F03042B + public const int windowMinWidthMinor = 2130904107; - // aapt resource value: 0x7f0a0006 - public const int status_bar_notification_info_maxnum = 2131361798; + // aapt resource value: 0x7F03042C + public const int windowNoTitle = 2130904108; - static Integer() + // aapt resource value: 0x7F03042D + public const int yearSelectedStyle = 2130904109; + + // aapt resource value: 0x7F03042E + public const int yearStyle = 2130904110; + + // aapt resource value: 0x7F03042F + public const int yearTodayStyle = 2130904111; + + static Attribute() { global::Android.Runtime.ResourceIdManager.UpdateIdValues(); } - private Integer() + private Attribute() { } } - public partial class Interpolator + public partial class Boolean { - // aapt resource value: 0x7f060000 - public const int mr_fast_out_slow_in = 2131099648; + // aapt resource value: 0x7F040000 + public const int abc_action_bar_embed_tabs = 2130968576; - // aapt resource value: 0x7f060001 - public const int mr_linear_out_slow_in = 2131099649; + // aapt resource value: 0x7F040001 + public const int abc_config_actionMenuItemAllCaps = 2130968577; - static Interpolator() + // aapt resource value: 0x7F040002 + public const int config_materialPreferenceIconSpaceReserved = 2130968578; + + // aapt resource value: 0x7F040003 + public const int mtrl_btn_textappearance_all_caps = 2130968579; + + static Boolean() { global::Android.Runtime.ResourceIdManager.UpdateIdValues(); } - private Interpolator() + private Boolean() { } } - public partial class Layout + public partial class Color { - // aapt resource value: 0x7f030000 - public const int abc_action_bar_title_item = 2130903040; + // aapt resource value: 0x7F050000 + public const int abc_background_cache_hint_selector_material_dark = 2131034112; - // aapt resource value: 0x7f030001 - public const int abc_action_bar_up_container = 2130903041; + // aapt resource value: 0x7F050001 + public const int abc_background_cache_hint_selector_material_light = 2131034113; - // aapt resource value: 0x7f030002 - public const int abc_action_bar_view_list_nav_layout = 2130903042; + // aapt resource value: 0x7F050002 + public const int abc_btn_colored_borderless_text_material = 2131034114; - // aapt resource value: 0x7f030003 - public const int abc_action_menu_item_layout = 2130903043; + // aapt resource value: 0x7F050003 + public const int abc_btn_colored_text_material = 2131034115; - // aapt resource value: 0x7f030004 - public const int abc_action_menu_layout = 2130903044; + // aapt resource value: 0x7F050004 + public const int abc_color_highlight_material = 2131034116; - // aapt resource value: 0x7f030005 - public const int abc_action_mode_bar = 2130903045; + // aapt resource value: 0x7F050005 + public const int abc_decor_view_status_guard = 2131034117; - // aapt resource value: 0x7f030006 - public const int abc_action_mode_close_item_material = 2130903046; + // aapt resource value: 0x7F050006 + public const int abc_decor_view_status_guard_light = 2131034118; - // aapt resource value: 0x7f030007 - public const int abc_activity_chooser_view = 2130903047; + // aapt resource value: 0x7F050007 + public const int abc_hint_foreground_material_dark = 2131034119; - // aapt resource value: 0x7f030008 - public const int abc_activity_chooser_view_list_item = 2130903048; + // aapt resource value: 0x7F050008 + public const int abc_hint_foreground_material_light = 2131034120; - // aapt resource value: 0x7f030009 - public const int abc_alert_dialog_button_bar_material = 2130903049; + // aapt resource value: 0x7F050009 + public const int abc_primary_text_disable_only_material_dark = 2131034121; - // aapt resource value: 0x7f03000a - public const int abc_alert_dialog_material = 2130903050; + // aapt resource value: 0x7F05000A + public const int abc_primary_text_disable_only_material_light = 2131034122; - // aapt resource value: 0x7f03000b - public const int abc_alert_dialog_title_material = 2130903051; + // aapt resource value: 0x7F05000B + public const int abc_primary_text_material_dark = 2131034123; - // aapt resource value: 0x7f03000c - public const int abc_dialog_title_material = 2130903052; + // aapt resource value: 0x7F05000C + public const int abc_primary_text_material_light = 2131034124; - // aapt resource value: 0x7f03000d - public const int abc_expanded_menu_layout = 2130903053; + // aapt resource value: 0x7F05000D + public const int abc_search_url_text = 2131034125; - // aapt resource value: 0x7f03000e - public const int abc_list_menu_item_checkbox = 2130903054; + // aapt resource value: 0x7F05000E + public const int abc_search_url_text_normal = 2131034126; - // aapt resource value: 0x7f03000f - public const int abc_list_menu_item_icon = 2130903055; + // aapt resource value: 0x7F05000F + public const int abc_search_url_text_pressed = 2131034127; - // aapt resource value: 0x7f030010 - public const int abc_list_menu_item_layout = 2130903056; + // aapt resource value: 0x7F050010 + public const int abc_search_url_text_selected = 2131034128; - // aapt resource value: 0x7f030011 - public const int abc_list_menu_item_radio = 2130903057; + // aapt resource value: 0x7F050011 + public const int abc_secondary_text_material_dark = 2131034129; - // aapt resource value: 0x7f030012 - public const int abc_popup_menu_header_item_layout = 2130903058; + // aapt resource value: 0x7F050012 + public const int abc_secondary_text_material_light = 2131034130; - // aapt resource value: 0x7f030013 - public const int abc_popup_menu_item_layout = 2130903059; + // aapt resource value: 0x7F050013 + public const int abc_tint_btn_checkable = 2131034131; - // aapt resource value: 0x7f030014 - public const int abc_screen_content_include = 2130903060; + // aapt resource value: 0x7F050014 + public const int abc_tint_default = 2131034132; - // aapt resource value: 0x7f030015 - public const int abc_screen_simple = 2130903061; + // aapt resource value: 0x7F050015 + public const int abc_tint_edittext = 2131034133; - // aapt resource value: 0x7f030016 - public const int abc_screen_simple_overlay_action_mode = 2130903062; + // aapt resource value: 0x7F050016 + public const int abc_tint_seek_thumb = 2131034134; - // aapt resource value: 0x7f030017 - public const int abc_screen_toolbar = 2130903063; + // aapt resource value: 0x7F050017 + public const int abc_tint_spinner = 2131034135; - // aapt resource value: 0x7f030018 - public const int abc_search_dropdown_item_icons_2line = 2130903064; + // aapt resource value: 0x7F050018 + public const int abc_tint_switch_track = 2131034136; - // aapt resource value: 0x7f030019 - public const int abc_search_view = 2130903065; + // aapt resource value: 0x7F050019 + public const int accent_material_dark = 2131034137; - // aapt resource value: 0x7f03001a - public const int abc_select_dialog_material = 2130903066; + // aapt resource value: 0x7F05001A + public const int accent_material_light = 2131034138; - // aapt resource value: 0x7f03001b - public const int design_bottom_navigation_item = 2130903067; + // aapt resource value: 0x7F05001B + public const int androidx_core_ripple_material_light = 2131034139; - // aapt resource value: 0x7f03001c - public const int design_bottom_sheet_dialog = 2130903068; + // aapt resource value: 0x7F05001C + public const int androidx_core_secondary_text_default_material_light = 2131034140; - // aapt resource value: 0x7f03001d - public const int design_layout_snackbar = 2130903069; + // aapt resource value: 0x7F05001D + public const int background_floating_material_dark = 2131034141; - // aapt resource value: 0x7f03001e - public const int design_layout_snackbar_include = 2130903070; + // aapt resource value: 0x7F05001E + public const int background_floating_material_light = 2131034142; - // aapt resource value: 0x7f03001f - public const int design_layout_tab_icon = 2130903071; + // aapt resource value: 0x7F05001F + public const int background_material_dark = 2131034143; - // aapt resource value: 0x7f030020 - public const int design_layout_tab_text = 2130903072; + // aapt resource value: 0x7F050020 + public const int background_material_light = 2131034144; - // aapt resource value: 0x7f030021 - public const int design_menu_item_action_area = 2130903073; + // aapt resource value: 0x7F050021 + public const int bright_foreground_disabled_material_dark = 2131034145; - // aapt resource value: 0x7f030022 - public const int design_navigation_item = 2130903074; + // aapt resource value: 0x7F050022 + public const int bright_foreground_disabled_material_light = 2131034146; - // aapt resource value: 0x7f030023 - public const int design_navigation_item_header = 2130903075; + // aapt resource value: 0x7F050023 + public const int bright_foreground_inverse_material_dark = 2131034147; - // aapt resource value: 0x7f030024 - public const int design_navigation_item_separator = 2130903076; + // aapt resource value: 0x7F050024 + public const int bright_foreground_inverse_material_light = 2131034148; - // aapt resource value: 0x7f030025 - public const int design_navigation_item_subheader = 2130903077; + // aapt resource value: 0x7F050025 + public const int bright_foreground_material_dark = 2131034149; - // aapt resource value: 0x7f030026 - public const int design_navigation_menu = 2130903078; + // aapt resource value: 0x7F050026 + public const int bright_foreground_material_light = 2131034150; - // aapt resource value: 0x7f030027 - public const int design_navigation_menu_item = 2130903079; + // aapt resource value: 0x7F050027 + public const int browser_actions_bg_grey = 2131034151; - // aapt resource value: 0x7f030028 - public const int design_text_input_password_icon = 2130903080; + // aapt resource value: 0x7F050028 + public const int browser_actions_divider_color = 2131034152; - // aapt resource value: 0x7f030029 - public const int mr_chooser_dialog = 2130903081; + // aapt resource value: 0x7F050029 + public const int browser_actions_text_color = 2131034153; - // aapt resource value: 0x7f03002a - public const int mr_chooser_list_item = 2130903082; + // aapt resource value: 0x7F05002A + public const int browser_actions_title_color = 2131034154; - // aapt resource value: 0x7f03002b - public const int mr_controller_material_dialog_b = 2130903083; + // aapt resource value: 0x7F05002B + public const int button_material_dark = 2131034155; - // aapt resource value: 0x7f03002c - public const int mr_controller_volume_item = 2130903084; + // aapt resource value: 0x7F05002C + public const int button_material_light = 2131034156; - // aapt resource value: 0x7f03002d - public const int mr_playback_control = 2130903085; + // aapt resource value: 0x7F05002D + public const int cardview_dark_background = 2131034157; - // aapt resource value: 0x7f03002e - public const int mr_volume_control = 2130903086; + // aapt resource value: 0x7F05002E + public const int cardview_light_background = 2131034158; - // aapt resource value: 0x7f03002f - public const int notification_action = 2130903087; + // aapt resource value: 0x7F05002F + public const int cardview_shadow_end_color = 2131034159; - // aapt resource value: 0x7f030030 - public const int notification_action_tombstone = 2130903088; + // aapt resource value: 0x7F050030 + public const int cardview_shadow_start_color = 2131034160; - // aapt resource value: 0x7f030031 - public const int notification_media_action = 2130903089; + // aapt resource value: 0x7F050031 + public const int checkbox_themeable_attribute_color = 2131034161; - // aapt resource value: 0x7f030032 - public const int notification_media_cancel_action = 2130903090; + // aapt resource value: 0x7F050032 + public const int colorAccent = 2131034162; - // aapt resource value: 0x7f030033 - public const int notification_template_big_media = 2130903091; + // aapt resource value: 0x7F050033 + public const int colorPrimary = 2131034163; - // aapt resource value: 0x7f030034 - public const int notification_template_big_media_custom = 2130903092; + // aapt resource value: 0x7F050034 + public const int colorPrimaryDark = 2131034164; - // aapt resource value: 0x7f030035 - public const int notification_template_big_media_narrow = 2130903093; + // aapt resource value: 0x7F050035 + public const int design_bottom_navigation_shadow_color = 2131034165; - // aapt resource value: 0x7f030036 - public const int notification_template_big_media_narrow_custom = 2130903094; + // aapt resource value: 0x7F050036 + public const int design_box_stroke_color = 2131034166; - // aapt resource value: 0x7f030037 - public const int notification_template_custom_big = 2130903095; + // aapt resource value: 0x7F050037 + public const int design_dark_default_color_background = 2131034167; - // aapt resource value: 0x7f030038 - public const int notification_template_icon_group = 2130903096; + // aapt resource value: 0x7F050038 + public const int design_dark_default_color_error = 2131034168; - // aapt resource value: 0x7f030039 - public const int notification_template_lines_media = 2130903097; + // aapt resource value: 0x7F050039 + public const int design_dark_default_color_on_background = 2131034169; - // aapt resource value: 0x7f03003a - public const int notification_template_media = 2130903098; + // aapt resource value: 0x7F05003A + public const int design_dark_default_color_on_error = 2131034170; - // aapt resource value: 0x7f03003b - public const int notification_template_media_custom = 2130903099; + // aapt resource value: 0x7F05003B + public const int design_dark_default_color_on_primary = 2131034171; - // aapt resource value: 0x7f03003c - public const int notification_template_part_chronometer = 2130903100; + // aapt resource value: 0x7F05003C + public const int design_dark_default_color_on_secondary = 2131034172; - // aapt resource value: 0x7f03003d - public const int notification_template_part_time = 2130903101; + // aapt resource value: 0x7F05003D + public const int design_dark_default_color_on_surface = 2131034173; - // aapt resource value: 0x7f03003e - public const int select_dialog_item_material = 2130903102; + // aapt resource value: 0x7F05003E + public const int design_dark_default_color_primary = 2131034174; - // aapt resource value: 0x7f03003f - public const int select_dialog_multichoice_material = 2130903103; + // aapt resource value: 0x7F05003F + public const int design_dark_default_color_primary_dark = 2131034175; - // aapt resource value: 0x7f030040 - public const int select_dialog_singlechoice_material = 2130903104; + // aapt resource value: 0x7F050040 + public const int design_dark_default_color_primary_variant = 2131034176; - // aapt resource value: 0x7f030041 - public const int support_simple_spinner_dropdown_item = 2130903105; + // aapt resource value: 0x7F050041 + public const int design_dark_default_color_secondary = 2131034177; - // aapt resource value: 0x7f030042 - public const int Tabbar = 2130903106; + // aapt resource value: 0x7F050042 + public const int design_dark_default_color_secondary_variant = 2131034178; - // aapt resource value: 0x7f030043 - public const int Toolbar = 2130903107; + // aapt resource value: 0x7F050043 + public const int design_dark_default_color_surface = 2131034179; - static Layout() - { - global::Android.Runtime.ResourceIdManager.UpdateIdValues(); - } + // aapt resource value: 0x7F050044 + public const int design_default_color_background = 2131034180; - private Layout() - { - } - } - - public partial class String - { + // aapt resource value: 0x7F050045 + public const int design_default_color_error = 2131034181; - // aapt resource value: 0x7f090015 - public const int abc_action_bar_home_description = 2131296277; + // aapt resource value: 0x7F050046 + public const int design_default_color_on_background = 2131034182; - // aapt resource value: 0x7f090016 - public const int abc_action_bar_home_description_format = 2131296278; + // aapt resource value: 0x7F050047 + public const int design_default_color_on_error = 2131034183; - // aapt resource value: 0x7f090017 - public const int abc_action_bar_home_subtitle_description_format = 2131296279; + // aapt resource value: 0x7F050048 + public const int design_default_color_on_primary = 2131034184; - // aapt resource value: 0x7f090018 - public const int abc_action_bar_up_description = 2131296280; + // aapt resource value: 0x7F050049 + public const int design_default_color_on_secondary = 2131034185; - // aapt resource value: 0x7f090019 - public const int abc_action_menu_overflow_description = 2131296281; + // aapt resource value: 0x7F05004A + public const int design_default_color_on_surface = 2131034186; - // aapt resource value: 0x7f09001a - public const int abc_action_mode_done = 2131296282; + // aapt resource value: 0x7F05004B + public const int design_default_color_primary = 2131034187; - // aapt resource value: 0x7f09001b - public const int abc_activity_chooser_view_see_all = 2131296283; + // aapt resource value: 0x7F05004C + public const int design_default_color_primary_dark = 2131034188; - // aapt resource value: 0x7f09001c - public const int abc_activitychooserview_choose_application = 2131296284; + // aapt resource value: 0x7F05004D + public const int design_default_color_primary_variant = 2131034189; - // aapt resource value: 0x7f09001d - public const int abc_capital_off = 2131296285; + // aapt resource value: 0x7F05004E + public const int design_default_color_secondary = 2131034190; - // aapt resource value: 0x7f09001e - public const int abc_capital_on = 2131296286; + // aapt resource value: 0x7F05004F + public const int design_default_color_secondary_variant = 2131034191; - // aapt resource value: 0x7f09002a - public const int abc_font_family_body_1_material = 2131296298; + // aapt resource value: 0x7F050050 + public const int design_default_color_surface = 2131034192; - // aapt resource value: 0x7f09002b - public const int abc_font_family_body_2_material = 2131296299; + // aapt resource value: 0x7F050051 + public const int design_error = 2131034193; - // aapt resource value: 0x7f09002c - public const int abc_font_family_button_material = 2131296300; + // aapt resource value: 0x7F050052 + public const int design_fab_shadow_end_color = 2131034194; - // aapt resource value: 0x7f09002d - public const int abc_font_family_caption_material = 2131296301; + // aapt resource value: 0x7F050053 + public const int design_fab_shadow_mid_color = 2131034195; - // aapt resource value: 0x7f09002e - public const int abc_font_family_display_1_material = 2131296302; + // aapt resource value: 0x7F050054 + public const int design_fab_shadow_start_color = 2131034196; - // aapt resource value: 0x7f09002f - public const int abc_font_family_display_2_material = 2131296303; + // aapt resource value: 0x7F050055 + public const int design_fab_stroke_end_inner_color = 2131034197; - // aapt resource value: 0x7f090030 - public const int abc_font_family_display_3_material = 2131296304; + // aapt resource value: 0x7F050056 + public const int design_fab_stroke_end_outer_color = 2131034198; - // aapt resource value: 0x7f090031 - public const int abc_font_family_display_4_material = 2131296305; + // aapt resource value: 0x7F050057 + public const int design_fab_stroke_top_inner_color = 2131034199; - // aapt resource value: 0x7f090032 - public const int abc_font_family_headline_material = 2131296306; + // aapt resource value: 0x7F050058 + public const int design_fab_stroke_top_outer_color = 2131034200; - // aapt resource value: 0x7f090033 - public const int abc_font_family_menu_material = 2131296307; + // aapt resource value: 0x7F050059 + public const int design_icon_tint = 2131034201; - // aapt resource value: 0x7f090034 - public const int abc_font_family_subhead_material = 2131296308; + // aapt resource value: 0x7F05005A + public const int design_snackbar_background_color = 2131034202; - // aapt resource value: 0x7f090035 - public const int abc_font_family_title_material = 2131296309; + // aapt resource value: 0x7F05005B + public const int dim_foreground_disabled_material_dark = 2131034203; - // aapt resource value: 0x7f09001f - public const int abc_search_hint = 2131296287; + // aapt resource value: 0x7F05005C + public const int dim_foreground_disabled_material_light = 2131034204; - // aapt resource value: 0x7f090020 - public const int abc_searchview_description_clear = 2131296288; + // aapt resource value: 0x7F05005D + public const int dim_foreground_material_dark = 2131034205; - // aapt resource value: 0x7f090021 - public const int abc_searchview_description_query = 2131296289; + // aapt resource value: 0x7F05005E + public const int dim_foreground_material_light = 2131034206; - // aapt resource value: 0x7f090022 - public const int abc_searchview_description_search = 2131296290; + // aapt resource value: 0x7F05005F + public const int error_color_material_dark = 2131034207; - // aapt resource value: 0x7f090023 - public const int abc_searchview_description_submit = 2131296291; + // aapt resource value: 0x7F050060 + public const int error_color_material_light = 2131034208; - // aapt resource value: 0x7f090024 - public const int abc_searchview_description_voice = 2131296292; + // aapt resource value: 0x7F050061 + public const int foreground_material_dark = 2131034209; - // aapt resource value: 0x7f090025 - public const int abc_shareactionprovider_share_with = 2131296293; + // aapt resource value: 0x7F050062 + public const int foreground_material_light = 2131034210; - // aapt resource value: 0x7f090026 - public const int abc_shareactionprovider_share_with_application = 2131296294; + // aapt resource value: 0x7F050063 + public const int highlighted_text_material_dark = 2131034211; - // aapt resource value: 0x7f090027 - public const int abc_toolbar_collapse_description = 2131296295; + // aapt resource value: 0x7F050064 + public const int highlighted_text_material_light = 2131034212; - // aapt resource value: 0x7f090036 - public const int appbar_scrolling_view_behavior = 2131296310; + // aapt resource value: 0x7F050065 + public const int launcher_background = 2131034213; - // aapt resource value: 0x7f090037 - public const int bottom_sheet_behavior = 2131296311; + // aapt resource value: 0x7F050066 + public const int material_blue_grey_800 = 2131034214; - // aapt resource value: 0x7f090038 - public const int character_counter_pattern = 2131296312; + // aapt resource value: 0x7F050067 + public const int material_blue_grey_900 = 2131034215; - // aapt resource value: 0x7f090000 - public const int mr_button_content_description = 2131296256; + // aapt resource value: 0x7F050068 + public const int material_blue_grey_950 = 2131034216; - // aapt resource value: 0x7f090001 - public const int mr_cast_button_connected = 2131296257; + // aapt resource value: 0x7F050069 + public const int material_cursor_color = 2131034217; - // aapt resource value: 0x7f090002 - public const int mr_cast_button_connecting = 2131296258; + // aapt resource value: 0x7F05006A + public const int material_deep_teal_200 = 2131034218; - // aapt resource value: 0x7f090003 - public const int mr_cast_button_disconnected = 2131296259; + // aapt resource value: 0x7F05006B + public const int material_deep_teal_500 = 2131034219; - // aapt resource value: 0x7f090004 - public const int mr_chooser_searching = 2131296260; + // aapt resource value: 0x7F05006C + public const int material_grey_100 = 2131034220; - // aapt resource value: 0x7f090005 - public const int mr_chooser_title = 2131296261; + // aapt resource value: 0x7F05006D + public const int material_grey_300 = 2131034221; - // aapt resource value: 0x7f090006 - public const int mr_controller_album_art = 2131296262; + // aapt resource value: 0x7F05006E + public const int material_grey_50 = 2131034222; - // aapt resource value: 0x7f090007 - public const int mr_controller_casting_screen = 2131296263; + // aapt resource value: 0x7F05006F + public const int material_grey_600 = 2131034223; - // aapt resource value: 0x7f090008 - public const int mr_controller_close_description = 2131296264; + // aapt resource value: 0x7F050070 + public const int material_grey_800 = 2131034224; - // aapt resource value: 0x7f090009 - public const int mr_controller_collapse_group = 2131296265; + // aapt resource value: 0x7F050071 + public const int material_grey_850 = 2131034225; - // aapt resource value: 0x7f09000a - public const int mr_controller_disconnect = 2131296266; + // aapt resource value: 0x7F050072 + public const int material_grey_900 = 2131034226; - // aapt resource value: 0x7f09000b - public const int mr_controller_expand_group = 2131296267; + // aapt resource value: 0x7F050073 + public const int material_on_background_disabled = 2131034227; - // aapt resource value: 0x7f09000c - public const int mr_controller_no_info_available = 2131296268; + // aapt resource value: 0x7F050074 + public const int material_on_background_emphasis_high_type = 2131034228; - // aapt resource value: 0x7f09000d - public const int mr_controller_no_media_selected = 2131296269; + // aapt resource value: 0x7F050075 + public const int material_on_background_emphasis_medium = 2131034229; - // aapt resource value: 0x7f09000e - public const int mr_controller_pause = 2131296270; + // aapt resource value: 0x7F050076 + public const int material_on_primary_disabled = 2131034230; - // aapt resource value: 0x7f09000f - public const int mr_controller_play = 2131296271; + // aapt resource value: 0x7F050077 + public const int material_on_primary_emphasis_high_type = 2131034231; - // aapt resource value: 0x7f090014 - public const int mr_controller_stop = 2131296276; + // aapt resource value: 0x7F050078 + public const int material_on_primary_emphasis_medium = 2131034232; - // aapt resource value: 0x7f090010 - public const int mr_controller_stop_casting = 2131296272; + // aapt resource value: 0x7F050079 + public const int material_on_surface_disabled = 2131034233; - // aapt resource value: 0x7f090011 - public const int mr_controller_volume_slider = 2131296273; + // aapt resource value: 0x7F05007A + public const int material_on_surface_emphasis_high_type = 2131034234; - // aapt resource value: 0x7f090012 - public const int mr_system_route_name = 2131296274; + // aapt resource value: 0x7F05007B + public const int material_on_surface_emphasis_medium = 2131034235; - // aapt resource value: 0x7f090013 - public const int mr_user_route_category_name = 2131296275; + // aapt resource value: 0x7F05007C + public const int material_on_surface_stroke = 2131034236; - // aapt resource value: 0x7f090039 - public const int password_toggle_content_description = 2131296313; + // aapt resource value: 0x7F05007D + public const int material_slider_active_tick_marks_color = 2131034237; - // aapt resource value: 0x7f09003a - public const int path_password_eye = 2131296314; + // aapt resource value: 0x7F05007E + public const int material_slider_active_track_color = 2131034238; - // aapt resource value: 0x7f09003b - public const int path_password_eye_mask_strike_through = 2131296315; + // aapt resource value: 0x7F05007F + public const int material_slider_halo_color = 2131034239; - // aapt resource value: 0x7f09003c - public const int path_password_eye_mask_visible = 2131296316; + // aapt resource value: 0x7F050080 + public const int material_slider_inactive_tick_marks_color = 2131034240; - // aapt resource value: 0x7f09003d - public const int path_password_strike_through = 2131296317; + // aapt resource value: 0x7F050081 + public const int material_slider_inactive_track_color = 2131034241; - // aapt resource value: 0x7f090028 - public const int search_menu_title = 2131296296; + // aapt resource value: 0x7F050082 + public const int material_slider_thumb_color = 2131034242; - // aapt resource value: 0x7f090029 - public const int status_bar_notification_info_overflow = 2131296297; + // aapt resource value: 0x7F050083 + public const int material_timepicker_button_background = 2131034243; - static String() - { - global::Android.Runtime.ResourceIdManager.UpdateIdValues(); - } + // aapt resource value: 0x7F050084 + public const int material_timepicker_button_stroke = 2131034244; - private String() - { - } - } - - public partial class Style - { + // aapt resource value: 0x7F050086 + public const int material_timepicker_clockface = 2131034246; - // aapt resource value: 0x7f0b00ae - public const int AlertDialog_AppCompat = 2131427502; + // aapt resource value: 0x7F050085 + public const int material_timepicker_clock_text_color = 2131034245; - // aapt resource value: 0x7f0b00af - public const int AlertDialog_AppCompat_Light = 2131427503; + // aapt resource value: 0x7F050087 + public const int material_timepicker_modebutton_tint = 2131034247; - // aapt resource value: 0x7f0b00b0 - public const int Animation_AppCompat_Dialog = 2131427504; + // aapt resource value: 0x7F050088 + public const int mtrl_btn_bg_color_selector = 2131034248; - // aapt resource value: 0x7f0b00b1 - public const int Animation_AppCompat_DropDownUp = 2131427505; + // aapt resource value: 0x7F050089 + public const int mtrl_btn_ripple_color = 2131034249; - // aapt resource value: 0x7f0b0170 - public const int Animation_Design_BottomSheetDialog = 2131427696; + // aapt resource value: 0x7F05008A + public const int mtrl_btn_stroke_color_selector = 2131034250; - // aapt resource value: 0x7f0b018b - public const int AppCompatDialogStyle = 2131427723; + // aapt resource value: 0x7F05008B + public const int mtrl_btn_text_btn_bg_color_selector = 2131034251; - // aapt resource value: 0x7f0b00b2 - public const int Base_AlertDialog_AppCompat = 2131427506; + // aapt resource value: 0x7F05008C + public const int mtrl_btn_text_btn_ripple_color = 2131034252; - // aapt resource value: 0x7f0b00b3 - public const int Base_AlertDialog_AppCompat_Light = 2131427507; + // aapt resource value: 0x7F05008D + public const int mtrl_btn_text_color_disabled = 2131034253; - // aapt resource value: 0x7f0b00b4 - public const int Base_Animation_AppCompat_Dialog = 2131427508; + // aapt resource value: 0x7F05008E + public const int mtrl_btn_text_color_selector = 2131034254; - // aapt resource value: 0x7f0b00b5 - public const int Base_Animation_AppCompat_DropDownUp = 2131427509; + // aapt resource value: 0x7F05008F + public const int mtrl_btn_transparent_bg_color = 2131034255; - // aapt resource value: 0x7f0b000c - public const int Base_CardView = 2131427340; + // aapt resource value: 0x7F050090 + public const int mtrl_calendar_item_stroke_color = 2131034256; - // aapt resource value: 0x7f0b00b6 - public const int Base_DialogWindowTitle_AppCompat = 2131427510; + // aapt resource value: 0x7F050091 + public const int mtrl_calendar_selected_range = 2131034257; - // aapt resource value: 0x7f0b00b7 - public const int Base_DialogWindowTitleBackground_AppCompat = 2131427511; + // aapt resource value: 0x7F050092 + public const int mtrl_card_view_foreground = 2131034258; - // aapt resource value: 0x7f0b004e - public const int Base_TextAppearance_AppCompat = 2131427406; + // aapt resource value: 0x7F050093 + public const int mtrl_card_view_ripple = 2131034259; - // aapt resource value: 0x7f0b004f - public const int Base_TextAppearance_AppCompat_Body1 = 2131427407; + // aapt resource value: 0x7F050094 + public const int mtrl_chip_background_color = 2131034260; - // aapt resource value: 0x7f0b0050 - public const int Base_TextAppearance_AppCompat_Body2 = 2131427408; + // aapt resource value: 0x7F050095 + public const int mtrl_chip_close_icon_tint = 2131034261; - // aapt resource value: 0x7f0b0036 - public const int Base_TextAppearance_AppCompat_Button = 2131427382; + // aapt resource value: 0x7F050096 + public const int mtrl_chip_surface_color = 2131034262; - // aapt resource value: 0x7f0b0051 - public const int Base_TextAppearance_AppCompat_Caption = 2131427409; + // aapt resource value: 0x7F050097 + public const int mtrl_chip_text_color = 2131034263; - // aapt resource value: 0x7f0b0052 - public const int Base_TextAppearance_AppCompat_Display1 = 2131427410; + // aapt resource value: 0x7F050098 + public const int mtrl_choice_chip_background_color = 2131034264; - // aapt resource value: 0x7f0b0053 - public const int Base_TextAppearance_AppCompat_Display2 = 2131427411; + // aapt resource value: 0x7F050099 + public const int mtrl_choice_chip_ripple_color = 2131034265; - // aapt resource value: 0x7f0b0054 - public const int Base_TextAppearance_AppCompat_Display3 = 2131427412; + // aapt resource value: 0x7F05009A + public const int mtrl_choice_chip_text_color = 2131034266; - // aapt resource value: 0x7f0b0055 - public const int Base_TextAppearance_AppCompat_Display4 = 2131427413; + // aapt resource value: 0x7F05009B + public const int mtrl_error = 2131034267; - // aapt resource value: 0x7f0b0056 - public const int Base_TextAppearance_AppCompat_Headline = 2131427414; + // aapt resource value: 0x7F05009C + public const int mtrl_fab_bg_color_selector = 2131034268; - // aapt resource value: 0x7f0b001a - public const int Base_TextAppearance_AppCompat_Inverse = 2131427354; + // aapt resource value: 0x7F05009D + public const int mtrl_fab_icon_text_color_selector = 2131034269; - // aapt resource value: 0x7f0b0057 - public const int Base_TextAppearance_AppCompat_Large = 2131427415; + // aapt resource value: 0x7F05009E + public const int mtrl_fab_ripple_color = 2131034270; - // aapt resource value: 0x7f0b001b - public const int Base_TextAppearance_AppCompat_Large_Inverse = 2131427355; + // aapt resource value: 0x7F05009F + public const int mtrl_filled_background_color = 2131034271; - // aapt resource value: 0x7f0b0058 - public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131427416; + // aapt resource value: 0x7F0500A0 + public const int mtrl_filled_icon_tint = 2131034272; - // aapt resource value: 0x7f0b0059 - public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131427417; + // aapt resource value: 0x7F0500A1 + public const int mtrl_filled_stroke_color = 2131034273; - // aapt resource value: 0x7f0b005a - public const int Base_TextAppearance_AppCompat_Medium = 2131427418; + // aapt resource value: 0x7F0500A2 + public const int mtrl_indicator_text_color = 2131034274; - // aapt resource value: 0x7f0b001c - public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2131427356; + // aapt resource value: 0x7F0500A3 + public const int mtrl_navigation_bar_colored_item_tint = 2131034275; - // aapt resource value: 0x7f0b005b - public const int Base_TextAppearance_AppCompat_Menu = 2131427419; + // aapt resource value: 0x7F0500A4 + public const int mtrl_navigation_bar_colored_ripple_color = 2131034276; - // aapt resource value: 0x7f0b00b8 - public const int Base_TextAppearance_AppCompat_SearchResult = 2131427512; + // aapt resource value: 0x7F0500A5 + public const int mtrl_navigation_bar_item_tint = 2131034277; - // aapt resource value: 0x7f0b005c - public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131427420; + // aapt resource value: 0x7F0500A6 + public const int mtrl_navigation_bar_ripple_color = 2131034278; - // aapt resource value: 0x7f0b005d - public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2131427421; + // aapt resource value: 0x7F0500A7 + public const int mtrl_navigation_item_background_color = 2131034279; - // aapt resource value: 0x7f0b005e - public const int Base_TextAppearance_AppCompat_Small = 2131427422; + // aapt resource value: 0x7F0500A8 + public const int mtrl_navigation_item_icon_tint = 2131034280; - // aapt resource value: 0x7f0b001d - public const int Base_TextAppearance_AppCompat_Small_Inverse = 2131427357; + // aapt resource value: 0x7F0500A9 + public const int mtrl_navigation_item_text_color = 2131034281; - // aapt resource value: 0x7f0b005f - public const int Base_TextAppearance_AppCompat_Subhead = 2131427423; + // aapt resource value: 0x7F0500AA + public const int mtrl_on_primary_text_btn_text_color_selector = 2131034282; - // aapt resource value: 0x7f0b001e - public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131427358; + // aapt resource value: 0x7F0500AB + public const int mtrl_on_surface_ripple_color = 2131034283; - // aapt resource value: 0x7f0b0060 - public const int Base_TextAppearance_AppCompat_Title = 2131427424; + // aapt resource value: 0x7F0500AC + public const int mtrl_outlined_icon_tint = 2131034284; - // aapt resource value: 0x7f0b001f - public const int Base_TextAppearance_AppCompat_Title_Inverse = 2131427359; + // aapt resource value: 0x7F0500AD + public const int mtrl_outlined_stroke_color = 2131034285; - // aapt resource value: 0x7f0b00a3 - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131427491; + // aapt resource value: 0x7F0500AE + public const int mtrl_popupmenu_overlay_color = 2131034286; - // aapt resource value: 0x7f0b0061 - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131427425; + // aapt resource value: 0x7F0500AF + public const int mtrl_scrim_color = 2131034287; - // aapt resource value: 0x7f0b0062 - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131427426; + // aapt resource value: 0x7F0500B0 + public const int mtrl_tabs_colored_ripple_color = 2131034288; - // aapt resource value: 0x7f0b0063 - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131427427; + // aapt resource value: 0x7F0500B1 + public const int mtrl_tabs_icon_color_selector = 2131034289; - // aapt resource value: 0x7f0b0064 - public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131427428; + // aapt resource value: 0x7F0500B2 + public const int mtrl_tabs_icon_color_selector_colored = 2131034290; - // aapt resource value: 0x7f0b0065 - public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131427429; + // aapt resource value: 0x7F0500B3 + public const int mtrl_tabs_legacy_text_color_selector = 2131034291; - // aapt resource value: 0x7f0b0066 - public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131427430; + // aapt resource value: 0x7F0500B4 + public const int mtrl_tabs_ripple_color = 2131034292; - // aapt resource value: 0x7f0b0067 - public const int Base_TextAppearance_AppCompat_Widget_Button = 2131427431; + // aapt resource value: 0x7F0500B6 + public const int mtrl_textinput_default_box_stroke_color = 2131034294; - // aapt resource value: 0x7f0b00aa - public const int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131427498; + // aapt resource value: 0x7F0500B7 + public const int mtrl_textinput_disabled_color = 2131034295; - // aapt resource value: 0x7f0b00ab - public const int Base_TextAppearance_AppCompat_Widget_Button_Colored = 2131427499; + // aapt resource value: 0x7F0500B8 + public const int mtrl_textinput_filled_box_default_background_color = 2131034296; - // aapt resource value: 0x7f0b00a4 - public const int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131427492; + // aapt resource value: 0x7F0500B9 + public const int mtrl_textinput_focused_box_stroke_color = 2131034297; - // aapt resource value: 0x7f0b00b9 - public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131427513; + // aapt resource value: 0x7F0500BA + public const int mtrl_textinput_hovered_box_stroke_color = 2131034298; - // aapt resource value: 0x7f0b0068 - public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131427432; + // aapt resource value: 0x7F0500B5 + public const int mtrl_text_btn_text_color_selector = 2131034293; - // aapt resource value: 0x7f0b0069 - public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131427433; + // aapt resource value: 0x7F0500BB + public const int notification_action_color_filter = 2131034299; - // aapt resource value: 0x7f0b006a - public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131427434; + // aapt resource value: 0x7F0500BC + public const int notification_icon_bg_color = 2131034300; - // aapt resource value: 0x7f0b006b - public const int Base_TextAppearance_AppCompat_Widget_Switch = 2131427435; + // aapt resource value: 0x7F0500BD + public const int notification_material_background_media_default_color = 2131034301; - // aapt resource value: 0x7f0b006c - public const int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131427436; + // aapt resource value: 0x7F0500BE + public const int preference_fallback_accent_color = 2131034302; - // aapt resource value: 0x7f0b00ba - public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131427514; + // aapt resource value: 0x7F0500BF + public const int primary_dark_material_dark = 2131034303; - // aapt resource value: 0x7f0b006d - public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131427437; + // aapt resource value: 0x7F0500C0 + public const int primary_dark_material_light = 2131034304; - // aapt resource value: 0x7f0b006e - public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131427438; + // aapt resource value: 0x7F0500C1 + public const int primary_material_dark = 2131034305; - // aapt resource value: 0x7f0b006f - public const int Base_Theme_AppCompat = 2131427439; + // aapt resource value: 0x7F0500C2 + public const int primary_material_light = 2131034306; - // aapt resource value: 0x7f0b00bb - public const int Base_Theme_AppCompat_CompactMenu = 2131427515; + // aapt resource value: 0x7F0500C3 + public const int primary_text_default_material_dark = 2131034307; - // aapt resource value: 0x7f0b0020 - public const int Base_Theme_AppCompat_Dialog = 2131427360; + // aapt resource value: 0x7F0500C4 + public const int primary_text_default_material_light = 2131034308; - // aapt resource value: 0x7f0b0021 - public const int Base_Theme_AppCompat_Dialog_Alert = 2131427361; + // aapt resource value: 0x7F0500C5 + public const int primary_text_disabled_material_dark = 2131034309; - // aapt resource value: 0x7f0b00bc - public const int Base_Theme_AppCompat_Dialog_FixedSize = 2131427516; + // aapt resource value: 0x7F0500C6 + public const int primary_text_disabled_material_light = 2131034310; - // aapt resource value: 0x7f0b0022 - public const int Base_Theme_AppCompat_Dialog_MinWidth = 2131427362; + // aapt resource value: 0x7F0500C7 + public const int radiobutton_themeable_attribute_color = 2131034311; - // aapt resource value: 0x7f0b0010 - public const int Base_Theme_AppCompat_DialogWhenLarge = 2131427344; + // aapt resource value: 0x7F0500C8 + public const int ripple_material_dark = 2131034312; - // aapt resource value: 0x7f0b0070 - public const int Base_Theme_AppCompat_Light = 2131427440; + // aapt resource value: 0x7F0500C9 + public const int ripple_material_light = 2131034313; - // aapt resource value: 0x7f0b00bd - public const int Base_Theme_AppCompat_Light_DarkActionBar = 2131427517; + // aapt resource value: 0x7F0500CA + public const int secondary_text_default_material_dark = 2131034314; - // aapt resource value: 0x7f0b0023 - public const int Base_Theme_AppCompat_Light_Dialog = 2131427363; + // aapt resource value: 0x7F0500CB + public const int secondary_text_default_material_light = 2131034315; - // aapt resource value: 0x7f0b0024 - public const int Base_Theme_AppCompat_Light_Dialog_Alert = 2131427364; + // aapt resource value: 0x7F0500CC + public const int secondary_text_disabled_material_dark = 2131034316; - // aapt resource value: 0x7f0b00be - public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131427518; + // aapt resource value: 0x7F0500CD + public const int secondary_text_disabled_material_light = 2131034317; - // aapt resource value: 0x7f0b0025 - public const int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131427365; + // aapt resource value: 0x7F0500CE + public const int switch_thumb_disabled_material_dark = 2131034318; - // aapt resource value: 0x7f0b0011 - public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131427345; + // aapt resource value: 0x7F0500CF + public const int switch_thumb_disabled_material_light = 2131034319; - // aapt resource value: 0x7f0b00bf - public const int Base_ThemeOverlay_AppCompat = 2131427519; + // aapt resource value: 0x7F0500D0 + public const int switch_thumb_material_dark = 2131034320; - // aapt resource value: 0x7f0b00c0 - public const int Base_ThemeOverlay_AppCompat_ActionBar = 2131427520; + // aapt resource value: 0x7F0500D1 + public const int switch_thumb_material_light = 2131034321; - // aapt resource value: 0x7f0b00c1 - public const int Base_ThemeOverlay_AppCompat_Dark = 2131427521; + // aapt resource value: 0x7F0500D2 + public const int switch_thumb_normal_material_dark = 2131034322; - // aapt resource value: 0x7f0b00c2 - public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131427522; + // aapt resource value: 0x7F0500D3 + public const int switch_thumb_normal_material_light = 2131034323; - // aapt resource value: 0x7f0b0026 - public const int Base_ThemeOverlay_AppCompat_Dialog = 2131427366; + // aapt resource value: 0x7F0500D4 + public const int test_mtrl_calendar_day = 2131034324; - // aapt resource value: 0x7f0b0027 - public const int Base_ThemeOverlay_AppCompat_Dialog_Alert = 2131427367; + // aapt resource value: 0x7F0500D5 + public const int test_mtrl_calendar_day_selected = 2131034325; - // aapt resource value: 0x7f0b00c3 - public const int Base_ThemeOverlay_AppCompat_Light = 2131427523; + // aapt resource value: 0x7F0500D6 + public const int tooltip_background_dark = 2131034326; - // aapt resource value: 0x7f0b0028 - public const int Base_V11_Theme_AppCompat_Dialog = 2131427368; + // aapt resource value: 0x7F0500D7 + public const int tooltip_background_light = 2131034327; - // aapt resource value: 0x7f0b0029 - public const int Base_V11_Theme_AppCompat_Light_Dialog = 2131427369; + static Color() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } - // aapt resource value: 0x7f0b002a - public const int Base_V11_ThemeOverlay_AppCompat_Dialog = 2131427370; + private Color() + { + } + } + + public partial class Dimension + { - // aapt resource value: 0x7f0b0032 - public const int Base_V12_Widget_AppCompat_AutoCompleteTextView = 2131427378; + // aapt resource value: 0x7F060000 + public const int abc_action_bar_content_inset_material = 2131099648; - // aapt resource value: 0x7f0b0033 - public const int Base_V12_Widget_AppCompat_EditText = 2131427379; + // aapt resource value: 0x7F060001 + public const int abc_action_bar_content_inset_with_nav = 2131099649; - // aapt resource value: 0x7f0b0071 - public const int Base_V21_Theme_AppCompat = 2131427441; + // aapt resource value: 0x7F060002 + public const int abc_action_bar_default_height_material = 2131099650; - // aapt resource value: 0x7f0b0072 - public const int Base_V21_Theme_AppCompat_Dialog = 2131427442; + // aapt resource value: 0x7F060003 + public const int abc_action_bar_default_padding_end_material = 2131099651; - // aapt resource value: 0x7f0b0073 - public const int Base_V21_Theme_AppCompat_Light = 2131427443; + // aapt resource value: 0x7F060004 + public const int abc_action_bar_default_padding_start_material = 2131099652; - // aapt resource value: 0x7f0b0074 - public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131427444; + // aapt resource value: 0x7F060005 + public const int abc_action_bar_elevation_material = 2131099653; - // aapt resource value: 0x7f0b0075 - public const int Base_V21_ThemeOverlay_AppCompat_Dialog = 2131427445; + // aapt resource value: 0x7F060006 + public const int abc_action_bar_icon_vertical_padding_material = 2131099654; - // aapt resource value: 0x7f0b00a1 - public const int Base_V22_Theme_AppCompat = 2131427489; + // aapt resource value: 0x7F060007 + public const int abc_action_bar_overflow_padding_end_material = 2131099655; - // aapt resource value: 0x7f0b00a2 - public const int Base_V22_Theme_AppCompat_Light = 2131427490; + // aapt resource value: 0x7F060008 + public const int abc_action_bar_overflow_padding_start_material = 2131099656; - // aapt resource value: 0x7f0b00a5 - public const int Base_V23_Theme_AppCompat = 2131427493; + // aapt resource value: 0x7F060009 + public const int abc_action_bar_stacked_max_height = 2131099657; - // aapt resource value: 0x7f0b00a6 - public const int Base_V23_Theme_AppCompat_Light = 2131427494; + // aapt resource value: 0x7F06000A + public const int abc_action_bar_stacked_tab_max_width = 2131099658; - // aapt resource value: 0x7f0b00c4 - public const int Base_V7_Theme_AppCompat = 2131427524; + // aapt resource value: 0x7F06000B + public const int abc_action_bar_subtitle_bottom_margin_material = 2131099659; - // aapt resource value: 0x7f0b00c5 - public const int Base_V7_Theme_AppCompat_Dialog = 2131427525; + // aapt resource value: 0x7F06000C + public const int abc_action_bar_subtitle_top_margin_material = 2131099660; - // aapt resource value: 0x7f0b00c6 - public const int Base_V7_Theme_AppCompat_Light = 2131427526; + // aapt resource value: 0x7F06000D + public const int abc_action_button_min_height_material = 2131099661; - // aapt resource value: 0x7f0b00c7 - public const int Base_V7_Theme_AppCompat_Light_Dialog = 2131427527; + // aapt resource value: 0x7F06000E + public const int abc_action_button_min_width_material = 2131099662; - // aapt resource value: 0x7f0b00c8 - public const int Base_V7_ThemeOverlay_AppCompat_Dialog = 2131427528; + // aapt resource value: 0x7F06000F + public const int abc_action_button_min_width_overflow_material = 2131099663; - // aapt resource value: 0x7f0b00c9 - public const int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131427529; + // aapt resource value: 0x7F060010 + public const int abc_alert_dialog_button_bar_height = 2131099664; - // aapt resource value: 0x7f0b00ca - public const int Base_V7_Widget_AppCompat_EditText = 2131427530; + // aapt resource value: 0x7F060011 + public const int abc_alert_dialog_button_dimen = 2131099665; - // aapt resource value: 0x7f0b00cb - public const int Base_Widget_AppCompat_ActionBar = 2131427531; + // aapt resource value: 0x7F060012 + public const int abc_button_inset_horizontal_material = 2131099666; - // aapt resource value: 0x7f0b00cc - public const int Base_Widget_AppCompat_ActionBar_Solid = 2131427532; + // aapt resource value: 0x7F060013 + public const int abc_button_inset_vertical_material = 2131099667; - // aapt resource value: 0x7f0b00cd - public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131427533; + // aapt resource value: 0x7F060014 + public const int abc_button_padding_horizontal_material = 2131099668; - // aapt resource value: 0x7f0b0076 - public const int Base_Widget_AppCompat_ActionBar_TabText = 2131427446; + // aapt resource value: 0x7F060015 + public const int abc_button_padding_vertical_material = 2131099669; - // aapt resource value: 0x7f0b0077 - public const int Base_Widget_AppCompat_ActionBar_TabView = 2131427447; + // aapt resource value: 0x7F060016 + public const int abc_cascading_menus_min_smallest_width = 2131099670; - // aapt resource value: 0x7f0b0078 - public const int Base_Widget_AppCompat_ActionButton = 2131427448; + // aapt resource value: 0x7F060017 + public const int abc_config_prefDialogWidth = 2131099671; - // aapt resource value: 0x7f0b0079 - public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131427449; + // aapt resource value: 0x7F060018 + public const int abc_control_corner_material = 2131099672; - // aapt resource value: 0x7f0b007a - public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131427450; + // aapt resource value: 0x7F060019 + public const int abc_control_inset_material = 2131099673; - // aapt resource value: 0x7f0b00ce - public const int Base_Widget_AppCompat_ActionMode = 2131427534; + // aapt resource value: 0x7F06001A + public const int abc_control_padding_material = 2131099674; - // aapt resource value: 0x7f0b00cf - public const int Base_Widget_AppCompat_ActivityChooserView = 2131427535; + // aapt resource value: 0x7F06001B + public const int abc_dialog_corner_radius_material = 2131099675; - // aapt resource value: 0x7f0b0034 - public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131427380; + // aapt resource value: 0x7F06001C + public const int abc_dialog_fixed_height_major = 2131099676; - // aapt resource value: 0x7f0b007b - public const int Base_Widget_AppCompat_Button = 2131427451; + // aapt resource value: 0x7F06001D + public const int abc_dialog_fixed_height_minor = 2131099677; - // aapt resource value: 0x7f0b007c - public const int Base_Widget_AppCompat_Button_Borderless = 2131427452; + // aapt resource value: 0x7F06001E + public const int abc_dialog_fixed_width_major = 2131099678; - // aapt resource value: 0x7f0b007d - public const int Base_Widget_AppCompat_Button_Borderless_Colored = 2131427453; + // aapt resource value: 0x7F06001F + public const int abc_dialog_fixed_width_minor = 2131099679; - // aapt resource value: 0x7f0b00d0 - public const int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131427536; + // aapt resource value: 0x7F060020 + public const int abc_dialog_list_padding_bottom_no_buttons = 2131099680; - // aapt resource value: 0x7f0b00a7 - public const int Base_Widget_AppCompat_Button_Colored = 2131427495; + // aapt resource value: 0x7F060021 + public const int abc_dialog_list_padding_top_no_title = 2131099681; - // aapt resource value: 0x7f0b007e - public const int Base_Widget_AppCompat_Button_Small = 2131427454; + // aapt resource value: 0x7F060022 + public const int abc_dialog_min_width_major = 2131099682; - // aapt resource value: 0x7f0b007f - public const int Base_Widget_AppCompat_ButtonBar = 2131427455; + // aapt resource value: 0x7F060023 + public const int abc_dialog_min_width_minor = 2131099683; - // aapt resource value: 0x7f0b00d1 - public const int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131427537; + // aapt resource value: 0x7F060024 + public const int abc_dialog_padding_material = 2131099684; - // aapt resource value: 0x7f0b0080 - public const int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131427456; + // aapt resource value: 0x7F060025 + public const int abc_dialog_padding_top_material = 2131099685; - // aapt resource value: 0x7f0b0081 - public const int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131427457; + // aapt resource value: 0x7F060026 + public const int abc_dialog_title_divider_material = 2131099686; - // aapt resource value: 0x7f0b00d2 - public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131427538; + // aapt resource value: 0x7F060027 + public const int abc_disabled_alpha_material_dark = 2131099687; - // aapt resource value: 0x7f0b000f - public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131427343; + // aapt resource value: 0x7F060028 + public const int abc_disabled_alpha_material_light = 2131099688; - // aapt resource value: 0x7f0b00d3 - public const int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131427539; + // aapt resource value: 0x7F060029 + public const int abc_dropdownitem_icon_width = 2131099689; - // aapt resource value: 0x7f0b0082 - public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131427458; + // aapt resource value: 0x7F06002A + public const int abc_dropdownitem_text_padding_left = 2131099690; - // aapt resource value: 0x7f0b0035 - public const int Base_Widget_AppCompat_EditText = 2131427381; + // aapt resource value: 0x7F06002B + public const int abc_dropdownitem_text_padding_right = 2131099691; - // aapt resource value: 0x7f0b0083 - public const int Base_Widget_AppCompat_ImageButton = 2131427459; + // aapt resource value: 0x7F06002C + public const int abc_edit_text_inset_bottom_material = 2131099692; - // aapt resource value: 0x7f0b00d4 - public const int Base_Widget_AppCompat_Light_ActionBar = 2131427540; + // aapt resource value: 0x7F06002D + public const int abc_edit_text_inset_horizontal_material = 2131099693; - // aapt resource value: 0x7f0b00d5 - public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131427541; + // aapt resource value: 0x7F06002E + public const int abc_edit_text_inset_top_material = 2131099694; - // aapt resource value: 0x7f0b00d6 - public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131427542; + // aapt resource value: 0x7F06002F + public const int abc_floating_window_z = 2131099695; - // aapt resource value: 0x7f0b0084 - public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131427460; + // aapt resource value: 0x7F060030 + public const int abc_list_item_height_large_material = 2131099696; - // aapt resource value: 0x7f0b0085 - public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131427461; + // aapt resource value: 0x7F060031 + public const int abc_list_item_height_material = 2131099697; - // aapt resource value: 0x7f0b0086 - public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131427462; + // aapt resource value: 0x7F060032 + public const int abc_list_item_height_small_material = 2131099698; - // aapt resource value: 0x7f0b0087 - public const int Base_Widget_AppCompat_Light_PopupMenu = 2131427463; + // aapt resource value: 0x7F060033 + public const int abc_list_item_padding_horizontal_material = 2131099699; - // aapt resource value: 0x7f0b0088 - public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131427464; + // aapt resource value: 0x7F060034 + public const int abc_panel_menu_list_width = 2131099700; - // aapt resource value: 0x7f0b00d7 - public const int Base_Widget_AppCompat_ListMenuView = 2131427543; + // aapt resource value: 0x7F060035 + public const int abc_progress_bar_height_material = 2131099701; - // aapt resource value: 0x7f0b0089 - public const int Base_Widget_AppCompat_ListPopupWindow = 2131427465; + // aapt resource value: 0x7F060036 + public const int abc_search_view_preferred_height = 2131099702; - // aapt resource value: 0x7f0b008a - public const int Base_Widget_AppCompat_ListView = 2131427466; + // aapt resource value: 0x7F060037 + public const int abc_search_view_preferred_width = 2131099703; - // aapt resource value: 0x7f0b008b - public const int Base_Widget_AppCompat_ListView_DropDown = 2131427467; + // aapt resource value: 0x7F060038 + public const int abc_seekbar_track_background_height_material = 2131099704; - // aapt resource value: 0x7f0b008c - public const int Base_Widget_AppCompat_ListView_Menu = 2131427468; + // aapt resource value: 0x7F060039 + public const int abc_seekbar_track_progress_height_material = 2131099705; - // aapt resource value: 0x7f0b008d - public const int Base_Widget_AppCompat_PopupMenu = 2131427469; + // aapt resource value: 0x7F06003A + public const int abc_select_dialog_padding_start_material = 2131099706; - // aapt resource value: 0x7f0b008e - public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131427470; + // aapt resource value: 0x7F06003B + public const int abc_star_big = 2131099707; - // aapt resource value: 0x7f0b00d8 - public const int Base_Widget_AppCompat_PopupWindow = 2131427544; + // aapt resource value: 0x7F06003C + public const int abc_star_medium = 2131099708; - // aapt resource value: 0x7f0b002b - public const int Base_Widget_AppCompat_ProgressBar = 2131427371; + // aapt resource value: 0x7F06003D + public const int abc_star_small = 2131099709; - // aapt resource value: 0x7f0b002c - public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131427372; + // aapt resource value: 0x7F06003E + public const int abc_switch_padding = 2131099710; - // aapt resource value: 0x7f0b008f - public const int Base_Widget_AppCompat_RatingBar = 2131427471; + // aapt resource value: 0x7F06003F + public const int abc_text_size_body_1_material = 2131099711; - // aapt resource value: 0x7f0b00a8 - public const int Base_Widget_AppCompat_RatingBar_Indicator = 2131427496; + // aapt resource value: 0x7F060040 + public const int abc_text_size_body_2_material = 2131099712; - // aapt resource value: 0x7f0b00a9 - public const int Base_Widget_AppCompat_RatingBar_Small = 2131427497; + // aapt resource value: 0x7F060041 + public const int abc_text_size_button_material = 2131099713; - // aapt resource value: 0x7f0b00d9 - public const int Base_Widget_AppCompat_SearchView = 2131427545; + // aapt resource value: 0x7F060042 + public const int abc_text_size_caption_material = 2131099714; - // aapt resource value: 0x7f0b00da - public const int Base_Widget_AppCompat_SearchView_ActionBar = 2131427546; + // aapt resource value: 0x7F060043 + public const int abc_text_size_display_1_material = 2131099715; - // aapt resource value: 0x7f0b0090 - public const int Base_Widget_AppCompat_SeekBar = 2131427472; + // aapt resource value: 0x7F060044 + public const int abc_text_size_display_2_material = 2131099716; - // aapt resource value: 0x7f0b00db - public const int Base_Widget_AppCompat_SeekBar_Discrete = 2131427547; + // aapt resource value: 0x7F060045 + public const int abc_text_size_display_3_material = 2131099717; - // aapt resource value: 0x7f0b0091 - public const int Base_Widget_AppCompat_Spinner = 2131427473; + // aapt resource value: 0x7F060046 + public const int abc_text_size_display_4_material = 2131099718; - // aapt resource value: 0x7f0b0012 - public const int Base_Widget_AppCompat_Spinner_Underlined = 2131427346; + // aapt resource value: 0x7F060047 + public const int abc_text_size_headline_material = 2131099719; - // aapt resource value: 0x7f0b0092 - public const int Base_Widget_AppCompat_TextView_SpinnerItem = 2131427474; + // aapt resource value: 0x7F060048 + public const int abc_text_size_large_material = 2131099720; - // aapt resource value: 0x7f0b00dc - public const int Base_Widget_AppCompat_Toolbar = 2131427548; + // aapt resource value: 0x7F060049 + public const int abc_text_size_medium_material = 2131099721; - // aapt resource value: 0x7f0b0093 - public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131427475; + // aapt resource value: 0x7F06004A + public const int abc_text_size_menu_header_material = 2131099722; - // aapt resource value: 0x7f0b0171 - public const int Base_Widget_Design_AppBarLayout = 2131427697; + // aapt resource value: 0x7F06004B + public const int abc_text_size_menu_material = 2131099723; - // aapt resource value: 0x7f0b0172 - public const int Base_Widget_Design_TabLayout = 2131427698; + // aapt resource value: 0x7F06004C + public const int abc_text_size_small_material = 2131099724; - // aapt resource value: 0x7f0b000b - public const int CardView = 2131427339; + // aapt resource value: 0x7F06004D + public const int abc_text_size_subhead_material = 2131099725; - // aapt resource value: 0x7f0b000d - public const int CardView_Dark = 2131427341; + // aapt resource value: 0x7F06004E + public const int abc_text_size_subtitle_material_toolbar = 2131099726; - // aapt resource value: 0x7f0b000e - public const int CardView_Light = 2131427342; + // aapt resource value: 0x7F06004F + public const int abc_text_size_title_material = 2131099727; - // aapt resource value: 0x7f0b0189 - public const int MainTheme = 2131427721; + // aapt resource value: 0x7F060050 + public const int abc_text_size_title_material_toolbar = 2131099728; - // aapt resource value: 0x7f0b018a - public const int MainTheme_Base = 2131427722; + // aapt resource value: 0x7F060051 + public const int action_bar_size = 2131099729; - // aapt resource value: 0x7f0b002d - public const int Platform_AppCompat = 2131427373; + // aapt resource value: 0x7F060052 + public const int appcompat_dialog_background_inset = 2131099730; - // aapt resource value: 0x7f0b002e - public const int Platform_AppCompat_Light = 2131427374; + // aapt resource value: 0x7F060053 + public const int browser_actions_context_menu_max_width = 2131099731; - // aapt resource value: 0x7f0b0094 - public const int Platform_ThemeOverlay_AppCompat = 2131427476; + // aapt resource value: 0x7F060054 + public const int browser_actions_context_menu_min_padding = 2131099732; - // aapt resource value: 0x7f0b0095 - public const int Platform_ThemeOverlay_AppCompat_Dark = 2131427477; + // aapt resource value: 0x7F060055 + public const int cardview_compat_inset_shadow = 2131099733; - // aapt resource value: 0x7f0b0096 - public const int Platform_ThemeOverlay_AppCompat_Light = 2131427478; + // aapt resource value: 0x7F060056 + public const int cardview_default_elevation = 2131099734; - // aapt resource value: 0x7f0b002f - public const int Platform_V11_AppCompat = 2131427375; + // aapt resource value: 0x7F060057 + public const int cardview_default_radius = 2131099735; - // aapt resource value: 0x7f0b0030 - public const int Platform_V11_AppCompat_Light = 2131427376; + // aapt resource value: 0x7F060058 + public const int clock_face_margin_start = 2131099736; - // aapt resource value: 0x7f0b0037 - public const int Platform_V14_AppCompat = 2131427383; + // aapt resource value: 0x7F060059 + public const int compat_button_inset_horizontal_material = 2131099737; - // aapt resource value: 0x7f0b0038 - public const int Platform_V14_AppCompat_Light = 2131427384; + // aapt resource value: 0x7F06005A + public const int compat_button_inset_vertical_material = 2131099738; - // aapt resource value: 0x7f0b0097 - public const int Platform_V21_AppCompat = 2131427479; + // aapt resource value: 0x7F06005B + public const int compat_button_padding_horizontal_material = 2131099739; - // aapt resource value: 0x7f0b0098 - public const int Platform_V21_AppCompat_Light = 2131427480; + // aapt resource value: 0x7F06005C + public const int compat_button_padding_vertical_material = 2131099740; - // aapt resource value: 0x7f0b00ac - public const int Platform_V25_AppCompat = 2131427500; + // aapt resource value: 0x7F06005D + public const int compat_control_corner_material = 2131099741; - // aapt resource value: 0x7f0b00ad - public const int Platform_V25_AppCompat_Light = 2131427501; + // aapt resource value: 0x7F06005E + public const int compat_notification_large_icon_max_height = 2131099742; - // aapt resource value: 0x7f0b0031 - public const int Platform_Widget_AppCompat_Spinner = 2131427377; + // aapt resource value: 0x7F06005F + public const int compat_notification_large_icon_max_width = 2131099743; - // aapt resource value: 0x7f0b0040 - public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131427392; + // aapt resource value: 0x7F060061 + public const int default_dimension = 2131099745; - // aapt resource value: 0x7f0b0041 - public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131427393; + // aapt resource value: 0x7F060060 + public const int def_drawer_elevation = 2131099744; - // aapt resource value: 0x7f0b0042 - public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131427394; + // aapt resource value: 0x7F060062 + public const int design_appbar_elevation = 2131099746; - // aapt resource value: 0x7f0b0043 - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131427395; + // aapt resource value: 0x7F060063 + public const int design_bottom_navigation_active_item_max_width = 2131099747; - // aapt resource value: 0x7f0b0044 - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131427396; + // aapt resource value: 0x7F060064 + public const int design_bottom_navigation_active_item_min_width = 2131099748; - // aapt resource value: 0x7f0b0045 - public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131427397; + // aapt resource value: 0x7F060065 + public const int design_bottom_navigation_active_text_size = 2131099749; - // aapt resource value: 0x7f0b0046 - public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131427398; + // aapt resource value: 0x7F060066 + public const int design_bottom_navigation_elevation = 2131099750; - // aapt resource value: 0x7f0b0047 - public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131427399; + // aapt resource value: 0x7F060067 + public const int design_bottom_navigation_height = 2131099751; - // aapt resource value: 0x7f0b0048 - public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131427400; + // aapt resource value: 0x7F060068 + public const int design_bottom_navigation_icon_size = 2131099752; - // aapt resource value: 0x7f0b0049 - public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131427401; + // aapt resource value: 0x7F060069 + public const int design_bottom_navigation_item_max_width = 2131099753; - // aapt resource value: 0x7f0b004a - public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131427402; + // aapt resource value: 0x7F06006A + public const int design_bottom_navigation_item_min_width = 2131099754; - // aapt resource value: 0x7f0b004b - public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131427403; + // aapt resource value: 0x7F06006B + public const int design_bottom_navigation_label_padding = 2131099755; - // aapt resource value: 0x7f0b004c - public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131427404; + // aapt resource value: 0x7F06006C + public const int design_bottom_navigation_margin = 2131099756; - // aapt resource value: 0x7f0b004d - public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131427405; + // aapt resource value: 0x7F06006D + public const int design_bottom_navigation_shadow_height = 2131099757; - // aapt resource value: 0x7f0b00dd - public const int TextAppearance_AppCompat = 2131427549; + // aapt resource value: 0x7F06006E + public const int design_bottom_navigation_text_size = 2131099758; - // aapt resource value: 0x7f0b00de - public const int TextAppearance_AppCompat_Body1 = 2131427550; + // aapt resource value: 0x7F06006F + public const int design_bottom_sheet_elevation = 2131099759; - // aapt resource value: 0x7f0b00df - public const int TextAppearance_AppCompat_Body2 = 2131427551; + // aapt resource value: 0x7F060070 + public const int design_bottom_sheet_modal_elevation = 2131099760; - // aapt resource value: 0x7f0b00e0 - public const int TextAppearance_AppCompat_Button = 2131427552; + // aapt resource value: 0x7F060071 + public const int design_bottom_sheet_peek_height_min = 2131099761; - // aapt resource value: 0x7f0b00e1 - public const int TextAppearance_AppCompat_Caption = 2131427553; + // aapt resource value: 0x7F060072 + public const int design_fab_border_width = 2131099762; - // aapt resource value: 0x7f0b00e2 - public const int TextAppearance_AppCompat_Display1 = 2131427554; + // aapt resource value: 0x7F060073 + public const int design_fab_elevation = 2131099763; - // aapt resource value: 0x7f0b00e3 - public const int TextAppearance_AppCompat_Display2 = 2131427555; + // aapt resource value: 0x7F060074 + public const int design_fab_image_size = 2131099764; - // aapt resource value: 0x7f0b00e4 - public const int TextAppearance_AppCompat_Display3 = 2131427556; + // aapt resource value: 0x7F060075 + public const int design_fab_size_mini = 2131099765; - // aapt resource value: 0x7f0b00e5 - public const int TextAppearance_AppCompat_Display4 = 2131427557; + // aapt resource value: 0x7F060076 + public const int design_fab_size_normal = 2131099766; - // aapt resource value: 0x7f0b00e6 - public const int TextAppearance_AppCompat_Headline = 2131427558; + // aapt resource value: 0x7F060077 + public const int design_fab_translation_z_hovered_focused = 2131099767; - // aapt resource value: 0x7f0b00e7 - public const int TextAppearance_AppCompat_Inverse = 2131427559; + // aapt resource value: 0x7F060078 + public const int design_fab_translation_z_pressed = 2131099768; - // aapt resource value: 0x7f0b00e8 - public const int TextAppearance_AppCompat_Large = 2131427560; + // aapt resource value: 0x7F060079 + public const int design_navigation_elevation = 2131099769; - // aapt resource value: 0x7f0b00e9 - public const int TextAppearance_AppCompat_Large_Inverse = 2131427561; + // aapt resource value: 0x7F06007A + public const int design_navigation_icon_padding = 2131099770; - // aapt resource value: 0x7f0b00ea - public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131427562; + // aapt resource value: 0x7F06007B + public const int design_navigation_icon_size = 2131099771; - // aapt resource value: 0x7f0b00eb - public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131427563; + // aapt resource value: 0x7F06007C + public const int design_navigation_item_horizontal_padding = 2131099772; - // aapt resource value: 0x7f0b00ec - public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131427564; + // aapt resource value: 0x7F06007D + public const int design_navigation_item_icon_padding = 2131099773; - // aapt resource value: 0x7f0b00ed - public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131427565; + // aapt resource value: 0x7F06007E + public const int design_navigation_max_width = 2131099774; - // aapt resource value: 0x7f0b00ee - public const int TextAppearance_AppCompat_Medium = 2131427566; + // aapt resource value: 0x7F06007F + public const int design_navigation_padding_bottom = 2131099775; - // aapt resource value: 0x7f0b00ef - public const int TextAppearance_AppCompat_Medium_Inverse = 2131427567; + // aapt resource value: 0x7F060080 + public const int design_navigation_separator_vertical_padding = 2131099776; - // aapt resource value: 0x7f0b00f0 - public const int TextAppearance_AppCompat_Menu = 2131427568; + // aapt resource value: 0x7F060081 + public const int design_snackbar_action_inline_max_width = 2131099777; - // aapt resource value: 0x7f0b0039 - public const int TextAppearance_AppCompat_Notification = 2131427385; + // aapt resource value: 0x7F060082 + public const int design_snackbar_action_text_color_alpha = 2131099778; - // aapt resource value: 0x7f0b0099 - public const int TextAppearance_AppCompat_Notification_Info = 2131427481; + // aapt resource value: 0x7F060083 + public const int design_snackbar_background_corner_radius = 2131099779; - // aapt resource value: 0x7f0b009a - public const int TextAppearance_AppCompat_Notification_Info_Media = 2131427482; + // aapt resource value: 0x7F060084 + public const int design_snackbar_elevation = 2131099780; - // aapt resource value: 0x7f0b00f1 - public const int TextAppearance_AppCompat_Notification_Line2 = 2131427569; + // aapt resource value: 0x7F060085 + public const int design_snackbar_extra_spacing_horizontal = 2131099781; - // aapt resource value: 0x7f0b00f2 - public const int TextAppearance_AppCompat_Notification_Line2_Media = 2131427570; + // aapt resource value: 0x7F060086 + public const int design_snackbar_max_width = 2131099782; - // aapt resource value: 0x7f0b009b - public const int TextAppearance_AppCompat_Notification_Media = 2131427483; + // aapt resource value: 0x7F060087 + public const int design_snackbar_min_width = 2131099783; - // aapt resource value: 0x7f0b009c - public const int TextAppearance_AppCompat_Notification_Time = 2131427484; + // aapt resource value: 0x7F060088 + public const int design_snackbar_padding_horizontal = 2131099784; - // aapt resource value: 0x7f0b009d - public const int TextAppearance_AppCompat_Notification_Time_Media = 2131427485; + // aapt resource value: 0x7F060089 + public const int design_snackbar_padding_vertical = 2131099785; - // aapt resource value: 0x7f0b003a - public const int TextAppearance_AppCompat_Notification_Title = 2131427386; + // aapt resource value: 0x7F06008A + public const int design_snackbar_padding_vertical_2lines = 2131099786; - // aapt resource value: 0x7f0b009e - public const int TextAppearance_AppCompat_Notification_Title_Media = 2131427486; + // aapt resource value: 0x7F06008B + public const int design_snackbar_text_size = 2131099787; - // aapt resource value: 0x7f0b00f3 - public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131427571; + // aapt resource value: 0x7F06008C + public const int design_tab_max_width = 2131099788; - // aapt resource value: 0x7f0b00f4 - public const int TextAppearance_AppCompat_SearchResult_Title = 2131427572; + // aapt resource value: 0x7F06008D + public const int design_tab_scrollable_min_width = 2131099789; - // aapt resource value: 0x7f0b00f5 - public const int TextAppearance_AppCompat_Small = 2131427573; + // aapt resource value: 0x7F06008E + public const int design_tab_text_size = 2131099790; - // aapt resource value: 0x7f0b00f6 - public const int TextAppearance_AppCompat_Small_Inverse = 2131427574; + // aapt resource value: 0x7F06008F + public const int design_tab_text_size_2line = 2131099791; - // aapt resource value: 0x7f0b00f7 - public const int TextAppearance_AppCompat_Subhead = 2131427575; + // aapt resource value: 0x7F060090 + public const int design_textinput_caption_translate_y = 2131099792; - // aapt resource value: 0x7f0b00f8 - public const int TextAppearance_AppCompat_Subhead_Inverse = 2131427576; + // aapt resource value: 0x7F060091 + public const int disabled_alpha_material_dark = 2131099793; - // aapt resource value: 0x7f0b00f9 - public const int TextAppearance_AppCompat_Title = 2131427577; + // aapt resource value: 0x7F060092 + public const int disabled_alpha_material_light = 2131099794; - // aapt resource value: 0x7f0b00fa - public const int TextAppearance_AppCompat_Title_Inverse = 2131427578; + // aapt resource value: 0x7F060093 + public const int fastscroll_default_thickness = 2131099795; - // aapt resource value: 0x7f0b00fb - public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131427579; + // aapt resource value: 0x7F060094 + public const int fastscroll_margin = 2131099796; - // aapt resource value: 0x7f0b00fc - public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131427580; + // aapt resource value: 0x7F060095 + public const int fastscroll_minimum_range = 2131099797; - // aapt resource value: 0x7f0b00fd - public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131427581; + // aapt resource value: 0x7F060096 + public const int highlight_alpha_material_colored = 2131099798; - // aapt resource value: 0x7f0b00fe - public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131427582; + // aapt resource value: 0x7F060097 + public const int highlight_alpha_material_dark = 2131099799; - // aapt resource value: 0x7f0b00ff - public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131427583; + // aapt resource value: 0x7F060098 + public const int highlight_alpha_material_light = 2131099800; - // aapt resource value: 0x7f0b0100 - public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131427584; + // aapt resource value: 0x7F060099 + public const int hint_alpha_material_dark = 2131099801; - // aapt resource value: 0x7f0b0101 - public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131427585; + // aapt resource value: 0x7F06009A + public const int hint_alpha_material_light = 2131099802; - // aapt resource value: 0x7f0b0102 - public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131427586; + // aapt resource value: 0x7F06009B + public const int hint_pressed_alpha_material_dark = 2131099803; - // aapt resource value: 0x7f0b0103 - public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131427587; + // aapt resource value: 0x7F06009C + public const int hint_pressed_alpha_material_light = 2131099804; - // aapt resource value: 0x7f0b0104 - public const int TextAppearance_AppCompat_Widget_Button = 2131427588; + // aapt resource value: 0x7F06009D + public const int item_touch_helper_max_drag_scroll_per_frame = 2131099805; - // aapt resource value: 0x7f0b0105 - public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131427589; + // aapt resource value: 0x7F06009E + public const int item_touch_helper_swipe_escape_max_velocity = 2131099806; - // aapt resource value: 0x7f0b0106 - public const int TextAppearance_AppCompat_Widget_Button_Colored = 2131427590; + // aapt resource value: 0x7F06009F + public const int item_touch_helper_swipe_escape_velocity = 2131099807; - // aapt resource value: 0x7f0b0107 - public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131427591; + // aapt resource value: 0x7F0600A0 + public const int material_bottom_sheet_max_width = 2131099808; - // aapt resource value: 0x7f0b0108 - public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131427592; + // aapt resource value: 0x7F0600A1 + public const int material_clock_display_padding = 2131099809; - // aapt resource value: 0x7f0b0109 - public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131427593; + // aapt resource value: 0x7F0600A2 + public const int material_clock_face_margin_top = 2131099810; - // aapt resource value: 0x7f0b010a - public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131427594; + // aapt resource value: 0x7F0600A3 + public const int material_clock_hand_center_dot_radius = 2131099811; - // aapt resource value: 0x7f0b010b - public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131427595; + // aapt resource value: 0x7F0600A4 + public const int material_clock_hand_padding = 2131099812; - // aapt resource value: 0x7f0b010c - public const int TextAppearance_AppCompat_Widget_Switch = 2131427596; + // aapt resource value: 0x7F0600A5 + public const int material_clock_hand_stroke_width = 2131099813; - // aapt resource value: 0x7f0b010d - public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131427597; + // aapt resource value: 0x7F0600A6 + public const int material_clock_number_text_size = 2131099814; - // aapt resource value: 0x7f0b0173 - public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131427699; + // aapt resource value: 0x7F0600A7 + public const int material_clock_period_toggle_height = 2131099815; - // aapt resource value: 0x7f0b0174 - public const int TextAppearance_Design_Counter = 2131427700; + // aapt resource value: 0x7F0600A8 + public const int material_clock_period_toggle_margin_left = 2131099816; - // aapt resource value: 0x7f0b0175 - public const int TextAppearance_Design_Counter_Overflow = 2131427701; + // aapt resource value: 0x7F0600A9 + public const int material_clock_period_toggle_width = 2131099817; - // aapt resource value: 0x7f0b0176 - public const int TextAppearance_Design_Error = 2131427702; + // aapt resource value: 0x7F0600AA + public const int material_clock_size = 2131099818; - // aapt resource value: 0x7f0b0177 - public const int TextAppearance_Design_Hint = 2131427703; + // aapt resource value: 0x7F0600AB + public const int material_cursor_inset_bottom = 2131099819; - // aapt resource value: 0x7f0b0178 - public const int TextAppearance_Design_Snackbar_Message = 2131427704; + // aapt resource value: 0x7F0600AC + public const int material_cursor_inset_top = 2131099820; - // aapt resource value: 0x7f0b0179 - public const int TextAppearance_Design_Tab = 2131427705; + // aapt resource value: 0x7F0600AD + public const int material_cursor_width = 2131099821; - // aapt resource value: 0x7f0b0000 - public const int TextAppearance_MediaRouter_PrimaryText = 2131427328; + // aapt resource value: 0x7F0600AE + public const int material_emphasis_disabled = 2131099822; - // aapt resource value: 0x7f0b0001 - public const int TextAppearance_MediaRouter_SecondaryText = 2131427329; + // aapt resource value: 0x7F0600AF + public const int material_emphasis_high_type = 2131099823; - // aapt resource value: 0x7f0b0002 - public const int TextAppearance_MediaRouter_Title = 2131427330; + // aapt resource value: 0x7F0600B0 + public const int material_emphasis_medium = 2131099824; - // aapt resource value: 0x7f0b003b - public const int TextAppearance_StatusBar_EventContent = 2131427387; + // aapt resource value: 0x7F0600B1 + public const int material_filled_edittext_font_1_3_padding_bottom = 2131099825; - // aapt resource value: 0x7f0b003c - public const int TextAppearance_StatusBar_EventContent_Info = 2131427388; + // aapt resource value: 0x7F0600B2 + public const int material_filled_edittext_font_1_3_padding_top = 2131099826; - // aapt resource value: 0x7f0b003d - public const int TextAppearance_StatusBar_EventContent_Line2 = 2131427389; + // aapt resource value: 0x7F0600B3 + public const int material_filled_edittext_font_2_0_padding_bottom = 2131099827; - // aapt resource value: 0x7f0b003e - public const int TextAppearance_StatusBar_EventContent_Time = 2131427390; + // aapt resource value: 0x7F0600B4 + public const int material_filled_edittext_font_2_0_padding_top = 2131099828; - // aapt resource value: 0x7f0b003f - public const int TextAppearance_StatusBar_EventContent_Title = 2131427391; + // aapt resource value: 0x7F0600B5 + public const int material_font_1_3_box_collapsed_padding_top = 2131099829; - // aapt resource value: 0x7f0b010e - public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131427598; + // aapt resource value: 0x7F0600B6 + public const int material_font_2_0_box_collapsed_padding_top = 2131099830; - // aapt resource value: 0x7f0b010f - public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131427599; + // aapt resource value: 0x7F0600B7 + public const int material_helper_text_default_padding_top = 2131099831; - // aapt resource value: 0x7f0b0110 - public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131427600; + // aapt resource value: 0x7F0600B8 + public const int material_helper_text_font_1_3_padding_horizontal = 2131099832; - // aapt resource value: 0x7f0b0111 - public const int Theme_AppCompat = 2131427601; + // aapt resource value: 0x7F0600B9 + public const int material_helper_text_font_1_3_padding_top = 2131099833; - // aapt resource value: 0x7f0b0112 - public const int Theme_AppCompat_CompactMenu = 2131427602; + // aapt resource value: 0x7F0600BA + public const int material_input_text_to_prefix_suffix_padding = 2131099834; - // aapt resource value: 0x7f0b0013 - public const int Theme_AppCompat_DayNight = 2131427347; + // aapt resource value: 0x7F0600BD + public const int material_textinput_default_width = 2131099837; - // aapt resource value: 0x7f0b0014 - public const int Theme_AppCompat_DayNight_DarkActionBar = 2131427348; + // aapt resource value: 0x7F0600BE + public const int material_textinput_max_width = 2131099838; - // aapt resource value: 0x7f0b0015 - public const int Theme_AppCompat_DayNight_Dialog = 2131427349; + // aapt resource value: 0x7F0600BF + public const int material_textinput_min_width = 2131099839; - // aapt resource value: 0x7f0b0016 - public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131427350; + // aapt resource value: 0x7F0600BB + public const int material_text_view_test_line_height = 2131099835; - // aapt resource value: 0x7f0b0017 - public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131427351; + // aapt resource value: 0x7F0600BC + public const int material_text_view_test_line_height_override = 2131099836; - // aapt resource value: 0x7f0b0018 - public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131427352; + // aapt resource value: 0x7F0600C2 + public const int material_timepicker_dialog_buttons_margin_top = 2131099842; - // aapt resource value: 0x7f0b0019 - public const int Theme_AppCompat_DayNight_NoActionBar = 2131427353; + // aapt resource value: 0x7F0600C0 + public const int material_time_picker_minimum_screen_height = 2131099840; - // aapt resource value: 0x7f0b0113 - public const int Theme_AppCompat_Dialog = 2131427603; + // aapt resource value: 0x7F0600C1 + public const int material_time_picker_minimum_screen_width = 2131099841; - // aapt resource value: 0x7f0b0114 - public const int Theme_AppCompat_Dialog_Alert = 2131427604; + // aapt resource value: 0x7F0600C3 + public const int mtrl_alert_dialog_background_inset_bottom = 2131099843; - // aapt resource value: 0x7f0b0115 - public const int Theme_AppCompat_Dialog_MinWidth = 2131427605; + // aapt resource value: 0x7F0600C4 + public const int mtrl_alert_dialog_background_inset_end = 2131099844; - // aapt resource value: 0x7f0b0116 - public const int Theme_AppCompat_DialogWhenLarge = 2131427606; + // aapt resource value: 0x7F0600C5 + public const int mtrl_alert_dialog_background_inset_start = 2131099845; - // aapt resource value: 0x7f0b0117 - public const int Theme_AppCompat_Light = 2131427607; + // aapt resource value: 0x7F0600C6 + public const int mtrl_alert_dialog_background_inset_top = 2131099846; - // aapt resource value: 0x7f0b0118 - public const int Theme_AppCompat_Light_DarkActionBar = 2131427608; + // aapt resource value: 0x7F0600C7 + public const int mtrl_alert_dialog_picker_background_inset = 2131099847; - // aapt resource value: 0x7f0b0119 - public const int Theme_AppCompat_Light_Dialog = 2131427609; + // aapt resource value: 0x7F0600C8 + public const int mtrl_badge_horizontal_edge_offset = 2131099848; - // aapt resource value: 0x7f0b011a - public const int Theme_AppCompat_Light_Dialog_Alert = 2131427610; + // aapt resource value: 0x7F0600C9 + public const int mtrl_badge_long_text_horizontal_padding = 2131099849; - // aapt resource value: 0x7f0b011b - public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131427611; + // aapt resource value: 0x7F0600CA + public const int mtrl_badge_radius = 2131099850; - // aapt resource value: 0x7f0b011c - public const int Theme_AppCompat_Light_DialogWhenLarge = 2131427612; + // aapt resource value: 0x7F0600CB + public const int mtrl_badge_text_horizontal_edge_offset = 2131099851; - // aapt resource value: 0x7f0b011d - public const int Theme_AppCompat_Light_NoActionBar = 2131427613; + // aapt resource value: 0x7F0600CC + public const int mtrl_badge_text_size = 2131099852; - // aapt resource value: 0x7f0b011e - public const int Theme_AppCompat_NoActionBar = 2131427614; + // aapt resource value: 0x7F0600CD + public const int mtrl_badge_toolbar_action_menu_item_horizontal_offset = 2131099853; - // aapt resource value: 0x7f0b017a - public const int Theme_Design = 2131427706; + // aapt resource value: 0x7F0600CE + public const int mtrl_badge_toolbar_action_menu_item_vertical_offset = 2131099854; - // aapt resource value: 0x7f0b017b - public const int Theme_Design_BottomSheetDialog = 2131427707; + // aapt resource value: 0x7F0600CF + public const int mtrl_badge_with_text_radius = 2131099855; - // aapt resource value: 0x7f0b017c - public const int Theme_Design_Light = 2131427708; + // aapt resource value: 0x7F0600D0 + public const int mtrl_bottomappbar_fabOffsetEndMode = 2131099856; - // aapt resource value: 0x7f0b017d - public const int Theme_Design_Light_BottomSheetDialog = 2131427709; + // aapt resource value: 0x7F0600D1 + public const int mtrl_bottomappbar_fab_bottom_margin = 2131099857; - // aapt resource value: 0x7f0b017e - public const int Theme_Design_Light_NoActionBar = 2131427710; + // aapt resource value: 0x7F0600D2 + public const int mtrl_bottomappbar_fab_cradle_margin = 2131099858; - // aapt resource value: 0x7f0b017f - public const int Theme_Design_NoActionBar = 2131427711; + // aapt resource value: 0x7F0600D3 + public const int mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 2131099859; - // aapt resource value: 0x7f0b0003 - public const int Theme_MediaRouter = 2131427331; + // aapt resource value: 0x7F0600D4 + public const int mtrl_bottomappbar_fab_cradle_vertical_offset = 2131099860; - // aapt resource value: 0x7f0b0004 - public const int Theme_MediaRouter_Light = 2131427332; + // aapt resource value: 0x7F0600D5 + public const int mtrl_bottomappbar_height = 2131099861; - // aapt resource value: 0x7f0b0005 - public const int Theme_MediaRouter_Light_DarkControlPanel = 2131427333; + // aapt resource value: 0x7F0600D6 + public const int mtrl_btn_corner_radius = 2131099862; - // aapt resource value: 0x7f0b0006 - public const int Theme_MediaRouter_LightControlPanel = 2131427334; + // aapt resource value: 0x7F0600D7 + public const int mtrl_btn_dialog_btn_min_width = 2131099863; - // aapt resource value: 0x7f0b011f - public const int ThemeOverlay_AppCompat = 2131427615; + // aapt resource value: 0x7F0600D8 + public const int mtrl_btn_disabled_elevation = 2131099864; - // aapt resource value: 0x7f0b0120 - public const int ThemeOverlay_AppCompat_ActionBar = 2131427616; + // aapt resource value: 0x7F0600D9 + public const int mtrl_btn_disabled_z = 2131099865; - // aapt resource value: 0x7f0b0121 - public const int ThemeOverlay_AppCompat_Dark = 2131427617; + // aapt resource value: 0x7F0600DA + public const int mtrl_btn_elevation = 2131099866; - // aapt resource value: 0x7f0b0122 - public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131427618; + // aapt resource value: 0x7F0600DB + public const int mtrl_btn_focused_z = 2131099867; - // aapt resource value: 0x7f0b0123 - public const int ThemeOverlay_AppCompat_Dialog = 2131427619; + // aapt resource value: 0x7F0600DC + public const int mtrl_btn_hovered_z = 2131099868; - // aapt resource value: 0x7f0b0124 - public const int ThemeOverlay_AppCompat_Dialog_Alert = 2131427620; + // aapt resource value: 0x7F0600DD + public const int mtrl_btn_icon_btn_padding_left = 2131099869; - // aapt resource value: 0x7f0b0125 - public const int ThemeOverlay_AppCompat_Light = 2131427621; + // aapt resource value: 0x7F0600DE + public const int mtrl_btn_icon_padding = 2131099870; - // aapt resource value: 0x7f0b0007 - public const int ThemeOverlay_MediaRouter_Dark = 2131427335; + // aapt resource value: 0x7F0600DF + public const int mtrl_btn_inset = 2131099871; - // aapt resource value: 0x7f0b0008 - public const int ThemeOverlay_MediaRouter_Light = 2131427336; + // aapt resource value: 0x7F0600E0 + public const int mtrl_btn_letter_spacing = 2131099872; - // aapt resource value: 0x7f0b0126 - public const int Widget_AppCompat_ActionBar = 2131427622; + // aapt resource value: 0x7F0600E1 + public const int mtrl_btn_max_width = 2131099873; - // aapt resource value: 0x7f0b0127 - public const int Widget_AppCompat_ActionBar_Solid = 2131427623; + // aapt resource value: 0x7F0600E2 + public const int mtrl_btn_padding_bottom = 2131099874; - // aapt resource value: 0x7f0b0128 - public const int Widget_AppCompat_ActionBar_TabBar = 2131427624; + // aapt resource value: 0x7F0600E3 + public const int mtrl_btn_padding_left = 2131099875; - // aapt resource value: 0x7f0b0129 - public const int Widget_AppCompat_ActionBar_TabText = 2131427625; + // aapt resource value: 0x7F0600E4 + public const int mtrl_btn_padding_right = 2131099876; - // aapt resource value: 0x7f0b012a - public const int Widget_AppCompat_ActionBar_TabView = 2131427626; + // aapt resource value: 0x7F0600E5 + public const int mtrl_btn_padding_top = 2131099877; - // aapt resource value: 0x7f0b012b - public const int Widget_AppCompat_ActionButton = 2131427627; + // aapt resource value: 0x7F0600E6 + public const int mtrl_btn_pressed_z = 2131099878; - // aapt resource value: 0x7f0b012c - public const int Widget_AppCompat_ActionButton_CloseMode = 2131427628; + // aapt resource value: 0x7F0600E7 + public const int mtrl_btn_snackbar_margin_horizontal = 2131099879; - // aapt resource value: 0x7f0b012d - public const int Widget_AppCompat_ActionButton_Overflow = 2131427629; + // aapt resource value: 0x7F0600E8 + public const int mtrl_btn_stroke_size = 2131099880; - // aapt resource value: 0x7f0b012e - public const int Widget_AppCompat_ActionMode = 2131427630; + // aapt resource value: 0x7F0600E9 + public const int mtrl_btn_text_btn_icon_padding = 2131099881; - // aapt resource value: 0x7f0b012f - public const int Widget_AppCompat_ActivityChooserView = 2131427631; + // aapt resource value: 0x7F0600EA + public const int mtrl_btn_text_btn_padding_left = 2131099882; - // aapt resource value: 0x7f0b0130 - public const int Widget_AppCompat_AutoCompleteTextView = 2131427632; + // aapt resource value: 0x7F0600EB + public const int mtrl_btn_text_btn_padding_right = 2131099883; - // aapt resource value: 0x7f0b0131 - public const int Widget_AppCompat_Button = 2131427633; + // aapt resource value: 0x7F0600EC + public const int mtrl_btn_text_size = 2131099884; - // aapt resource value: 0x7f0b0132 - public const int Widget_AppCompat_Button_Borderless = 2131427634; + // aapt resource value: 0x7F0600ED + public const int mtrl_btn_z = 2131099885; - // aapt resource value: 0x7f0b0133 - public const int Widget_AppCompat_Button_Borderless_Colored = 2131427635; + // aapt resource value: 0x7F0600EE + public const int mtrl_calendar_action_confirm_button_min_width = 2131099886; - // aapt resource value: 0x7f0b0134 - public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131427636; + // aapt resource value: 0x7F0600EF + public const int mtrl_calendar_action_height = 2131099887; - // aapt resource value: 0x7f0b0135 - public const int Widget_AppCompat_Button_Colored = 2131427637; + // aapt resource value: 0x7F0600F0 + public const int mtrl_calendar_action_padding = 2131099888; - // aapt resource value: 0x7f0b0136 - public const int Widget_AppCompat_Button_Small = 2131427638; + // aapt resource value: 0x7F0600F1 + public const int mtrl_calendar_bottom_padding = 2131099889; - // aapt resource value: 0x7f0b0137 - public const int Widget_AppCompat_ButtonBar = 2131427639; + // aapt resource value: 0x7F0600F2 + public const int mtrl_calendar_content_padding = 2131099890; - // aapt resource value: 0x7f0b0138 - public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131427640; + // aapt resource value: 0x7F0600F9 + public const int mtrl_calendar_days_of_week_height = 2131099897; - // aapt resource value: 0x7f0b0139 - public const int Widget_AppCompat_CompoundButton_CheckBox = 2131427641; + // aapt resource value: 0x7F0600F3 + public const int mtrl_calendar_day_corner = 2131099891; - // aapt resource value: 0x7f0b013a - public const int Widget_AppCompat_CompoundButton_RadioButton = 2131427642; + // aapt resource value: 0x7F0600F4 + public const int mtrl_calendar_day_height = 2131099892; - // aapt resource value: 0x7f0b013b - public const int Widget_AppCompat_CompoundButton_Switch = 2131427643; + // aapt resource value: 0x7F0600F5 + public const int mtrl_calendar_day_horizontal_padding = 2131099893; - // aapt resource value: 0x7f0b013c - public const int Widget_AppCompat_DrawerArrowToggle = 2131427644; + // aapt resource value: 0x7F0600F6 + public const int mtrl_calendar_day_today_stroke = 2131099894; - // aapt resource value: 0x7f0b013d - public const int Widget_AppCompat_DropDownItem_Spinner = 2131427645; + // aapt resource value: 0x7F0600F7 + public const int mtrl_calendar_day_vertical_padding = 2131099895; - // aapt resource value: 0x7f0b013e - public const int Widget_AppCompat_EditText = 2131427646; + // aapt resource value: 0x7F0600F8 + public const int mtrl_calendar_day_width = 2131099896; - // aapt resource value: 0x7f0b013f - public const int Widget_AppCompat_ImageButton = 2131427647; + // aapt resource value: 0x7F0600FA + public const int mtrl_calendar_dialog_background_inset = 2131099898; - // aapt resource value: 0x7f0b0140 - public const int Widget_AppCompat_Light_ActionBar = 2131427648; + // aapt resource value: 0x7F0600FB + public const int mtrl_calendar_header_content_padding = 2131099899; - // aapt resource value: 0x7f0b0141 - public const int Widget_AppCompat_Light_ActionBar_Solid = 2131427649; + // aapt resource value: 0x7F0600FC + public const int mtrl_calendar_header_content_padding_fullscreen = 2131099900; - // aapt resource value: 0x7f0b0142 - public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131427650; + // aapt resource value: 0x7F0600FD + public const int mtrl_calendar_header_divider_thickness = 2131099901; - // aapt resource value: 0x7f0b0143 - public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131427651; + // aapt resource value: 0x7F0600FE + public const int mtrl_calendar_header_height = 2131099902; - // aapt resource value: 0x7f0b0144 - public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131427652; + // aapt resource value: 0x7F0600FF + public const int mtrl_calendar_header_height_fullscreen = 2131099903; - // aapt resource value: 0x7f0b0145 - public const int Widget_AppCompat_Light_ActionBar_TabText = 2131427653; + // aapt resource value: 0x7F060100 + public const int mtrl_calendar_header_selection_line_height = 2131099904; - // aapt resource value: 0x7f0b0146 - public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131427654; + // aapt resource value: 0x7F060101 + public const int mtrl_calendar_header_text_padding = 2131099905; - // aapt resource value: 0x7f0b0147 - public const int Widget_AppCompat_Light_ActionBar_TabView = 2131427655; + // aapt resource value: 0x7F060102 + public const int mtrl_calendar_header_toggle_margin_bottom = 2131099906; - // aapt resource value: 0x7f0b0148 - public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131427656; + // aapt resource value: 0x7F060103 + public const int mtrl_calendar_header_toggle_margin_top = 2131099907; - // aapt resource value: 0x7f0b0149 - public const int Widget_AppCompat_Light_ActionButton = 2131427657; + // aapt resource value: 0x7F060104 + public const int mtrl_calendar_landscape_header_width = 2131099908; - // aapt resource value: 0x7f0b014a - public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131427658; + // aapt resource value: 0x7F060105 + public const int mtrl_calendar_maximum_default_fullscreen_minor_axis = 2131099909; - // aapt resource value: 0x7f0b014b - public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131427659; + // aapt resource value: 0x7F060106 + public const int mtrl_calendar_month_horizontal_padding = 2131099910; - // aapt resource value: 0x7f0b014c - public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131427660; + // aapt resource value: 0x7F060107 + public const int mtrl_calendar_month_vertical_padding = 2131099911; - // aapt resource value: 0x7f0b014d - public const int Widget_AppCompat_Light_ActivityChooserView = 2131427661; + // aapt resource value: 0x7F060108 + public const int mtrl_calendar_navigation_bottom_padding = 2131099912; - // aapt resource value: 0x7f0b014e - public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131427662; + // aapt resource value: 0x7F060109 + public const int mtrl_calendar_navigation_height = 2131099913; - // aapt resource value: 0x7f0b014f - public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131427663; + // aapt resource value: 0x7F06010A + public const int mtrl_calendar_navigation_top_padding = 2131099914; - // aapt resource value: 0x7f0b0150 - public const int Widget_AppCompat_Light_ListPopupWindow = 2131427664; + // aapt resource value: 0x7F06010B + public const int mtrl_calendar_pre_l_text_clip_padding = 2131099915; - // aapt resource value: 0x7f0b0151 - public const int Widget_AppCompat_Light_ListView_DropDown = 2131427665; + // aapt resource value: 0x7F06010C + public const int mtrl_calendar_selection_baseline_to_top_fullscreen = 2131099916; - // aapt resource value: 0x7f0b0152 - public const int Widget_AppCompat_Light_PopupMenu = 2131427666; + // aapt resource value: 0x7F06010D + public const int mtrl_calendar_selection_text_baseline_to_bottom = 2131099917; - // aapt resource value: 0x7f0b0153 - public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131427667; + // aapt resource value: 0x7F06010E + public const int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = 2131099918; - // aapt resource value: 0x7f0b0154 - public const int Widget_AppCompat_Light_SearchView = 2131427668; + // aapt resource value: 0x7F06010F + public const int mtrl_calendar_selection_text_baseline_to_top = 2131099919; - // aapt resource value: 0x7f0b0155 - public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131427669; + // aapt resource value: 0x7F060110 + public const int mtrl_calendar_text_input_padding_top = 2131099920; - // aapt resource value: 0x7f0b0156 - public const int Widget_AppCompat_ListMenuView = 2131427670; + // aapt resource value: 0x7F060111 + public const int mtrl_calendar_title_baseline_to_top = 2131099921; - // aapt resource value: 0x7f0b0157 - public const int Widget_AppCompat_ListPopupWindow = 2131427671; + // aapt resource value: 0x7F060112 + public const int mtrl_calendar_title_baseline_to_top_fullscreen = 2131099922; - // aapt resource value: 0x7f0b0158 - public const int Widget_AppCompat_ListView = 2131427672; + // aapt resource value: 0x7F060113 + public const int mtrl_calendar_year_corner = 2131099923; - // aapt resource value: 0x7f0b0159 - public const int Widget_AppCompat_ListView_DropDown = 2131427673; + // aapt resource value: 0x7F060114 + public const int mtrl_calendar_year_height = 2131099924; - // aapt resource value: 0x7f0b015a - public const int Widget_AppCompat_ListView_Menu = 2131427674; + // aapt resource value: 0x7F060115 + public const int mtrl_calendar_year_horizontal_padding = 2131099925; - // aapt resource value: 0x7f0b009f - public const int Widget_AppCompat_NotificationActionContainer = 2131427487; + // aapt resource value: 0x7F060116 + public const int mtrl_calendar_year_vertical_padding = 2131099926; - // aapt resource value: 0x7f0b00a0 - public const int Widget_AppCompat_NotificationActionText = 2131427488; + // aapt resource value: 0x7F060117 + public const int mtrl_calendar_year_width = 2131099927; - // aapt resource value: 0x7f0b015b - public const int Widget_AppCompat_PopupMenu = 2131427675; + // aapt resource value: 0x7F060118 + public const int mtrl_card_checked_icon_margin = 2131099928; - // aapt resource value: 0x7f0b015c - public const int Widget_AppCompat_PopupMenu_Overflow = 2131427676; + // aapt resource value: 0x7F060119 + public const int mtrl_card_checked_icon_size = 2131099929; - // aapt resource value: 0x7f0b015d - public const int Widget_AppCompat_PopupWindow = 2131427677; + // aapt resource value: 0x7F06011A + public const int mtrl_card_corner_radius = 2131099930; - // aapt resource value: 0x7f0b015e - public const int Widget_AppCompat_ProgressBar = 2131427678; + // aapt resource value: 0x7F06011B + public const int mtrl_card_dragged_z = 2131099931; - // aapt resource value: 0x7f0b015f - public const int Widget_AppCompat_ProgressBar_Horizontal = 2131427679; + // aapt resource value: 0x7F06011C + public const int mtrl_card_elevation = 2131099932; - // aapt resource value: 0x7f0b0160 - public const int Widget_AppCompat_RatingBar = 2131427680; + // aapt resource value: 0x7F06011D + public const int mtrl_card_spacing = 2131099933; - // aapt resource value: 0x7f0b0161 - public const int Widget_AppCompat_RatingBar_Indicator = 2131427681; + // aapt resource value: 0x7F06011E + public const int mtrl_chip_pressed_translation_z = 2131099934; - // aapt resource value: 0x7f0b0162 - public const int Widget_AppCompat_RatingBar_Small = 2131427682; + // aapt resource value: 0x7F06011F + public const int mtrl_chip_text_size = 2131099935; - // aapt resource value: 0x7f0b0163 - public const int Widget_AppCompat_SearchView = 2131427683; + // aapt resource value: 0x7F060120 + public const int mtrl_edittext_rectangle_top_offset = 2131099936; - // aapt resource value: 0x7f0b0164 - public const int Widget_AppCompat_SearchView_ActionBar = 2131427684; + // aapt resource value: 0x7F060121 + public const int mtrl_exposed_dropdown_menu_popup_elevation = 2131099937; - // aapt resource value: 0x7f0b0165 - public const int Widget_AppCompat_SeekBar = 2131427685; + // aapt resource value: 0x7F060122 + public const int mtrl_exposed_dropdown_menu_popup_vertical_offset = 2131099938; - // aapt resource value: 0x7f0b0166 - public const int Widget_AppCompat_SeekBar_Discrete = 2131427686; + // aapt resource value: 0x7F060123 + public const int mtrl_exposed_dropdown_menu_popup_vertical_padding = 2131099939; - // aapt resource value: 0x7f0b0167 - public const int Widget_AppCompat_Spinner = 2131427687; + // aapt resource value: 0x7F060124 + public const int mtrl_extended_fab_bottom_padding = 2131099940; - // aapt resource value: 0x7f0b0168 - public const int Widget_AppCompat_Spinner_DropDown = 2131427688; + // aapt resource value: 0x7F060125 + public const int mtrl_extended_fab_corner_radius = 2131099941; - // aapt resource value: 0x7f0b0169 - public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131427689; + // aapt resource value: 0x7F060126 + public const int mtrl_extended_fab_disabled_elevation = 2131099942; - // aapt resource value: 0x7f0b016a - public const int Widget_AppCompat_Spinner_Underlined = 2131427690; + // aapt resource value: 0x7F060127 + public const int mtrl_extended_fab_disabled_translation_z = 2131099943; - // aapt resource value: 0x7f0b016b - public const int Widget_AppCompat_TextView_SpinnerItem = 2131427691; + // aapt resource value: 0x7F060128 + public const int mtrl_extended_fab_elevation = 2131099944; - // aapt resource value: 0x7f0b016c - public const int Widget_AppCompat_Toolbar = 2131427692; + // aapt resource value: 0x7F060129 + public const int mtrl_extended_fab_end_padding = 2131099945; - // aapt resource value: 0x7f0b016d - public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131427693; + // aapt resource value: 0x7F06012A + public const int mtrl_extended_fab_end_padding_icon = 2131099946; - // aapt resource value: 0x7f0b016f - public const int Widget_Design_AppBarLayout = 2131427695; + // aapt resource value: 0x7F06012B + public const int mtrl_extended_fab_icon_size = 2131099947; - // aapt resource value: 0x7f0b0180 - public const int Widget_Design_BottomNavigationView = 2131427712; + // aapt resource value: 0x7F06012C + public const int mtrl_extended_fab_icon_text_spacing = 2131099948; - // aapt resource value: 0x7f0b0181 - public const int Widget_Design_BottomSheet_Modal = 2131427713; + // aapt resource value: 0x7F06012D + public const int mtrl_extended_fab_min_height = 2131099949; - // aapt resource value: 0x7f0b0182 - public const int Widget_Design_CollapsingToolbar = 2131427714; + // aapt resource value: 0x7F06012E + public const int mtrl_extended_fab_min_width = 2131099950; - // aapt resource value: 0x7f0b0183 - public const int Widget_Design_CoordinatorLayout = 2131427715; + // aapt resource value: 0x7F06012F + public const int mtrl_extended_fab_start_padding = 2131099951; - // aapt resource value: 0x7f0b0184 - public const int Widget_Design_FloatingActionButton = 2131427716; + // aapt resource value: 0x7F060130 + public const int mtrl_extended_fab_start_padding_icon = 2131099952; - // aapt resource value: 0x7f0b0185 - public const int Widget_Design_NavigationView = 2131427717; + // aapt resource value: 0x7F060131 + public const int mtrl_extended_fab_top_padding = 2131099953; - // aapt resource value: 0x7f0b0186 - public const int Widget_Design_ScrimInsetsFrameLayout = 2131427718; + // aapt resource value: 0x7F060132 + public const int mtrl_extended_fab_translation_z_base = 2131099954; - // aapt resource value: 0x7f0b0187 - public const int Widget_Design_Snackbar = 2131427719; + // aapt resource value: 0x7F060133 + public const int mtrl_extended_fab_translation_z_hovered_focused = 2131099955; - // aapt resource value: 0x7f0b016e - public const int Widget_Design_TabLayout = 2131427694; + // aapt resource value: 0x7F060134 + public const int mtrl_extended_fab_translation_z_pressed = 2131099956; - // aapt resource value: 0x7f0b0188 - public const int Widget_Design_TextInputLayout = 2131427720; + // aapt resource value: 0x7F060135 + public const int mtrl_fab_elevation = 2131099957; - // aapt resource value: 0x7f0b0009 - public const int Widget_MediaRouter_Light_MediaRouteButton = 2131427337; + // aapt resource value: 0x7F060136 + public const int mtrl_fab_min_touch_target = 2131099958; - // aapt resource value: 0x7f0b000a - public const int Widget_MediaRouter_MediaRouteButton = 2131427338; + // aapt resource value: 0x7F060137 + public const int mtrl_fab_translation_z_hovered_focused = 2131099959; - static Style() - { - global::Android.Runtime.ResourceIdManager.UpdateIdValues(); - } + // aapt resource value: 0x7F060138 + public const int mtrl_fab_translation_z_pressed = 2131099960; - private Style() - { - } - } - - public partial class Styleable - { + // aapt resource value: 0x7F060139 + public const int mtrl_high_ripple_default_alpha = 2131099961; - public static int[] ActionBar = new int[] { - 2130771997, - 2130771999, - 2130772000, - 2130772001, - 2130772002, - 2130772003, - 2130772004, - 2130772005, - 2130772006, - 2130772007, - 2130772008, - 2130772009, - 2130772010, - 2130772011, - 2130772012, - 2130772013, - 2130772014, - 2130772015, - 2130772016, - 2130772017, - 2130772018, - 2130772019, - 2130772020, - 2130772021, - 2130772022, - 2130772023, - 2130772024, - 2130772025, - 2130772089}; + // aapt resource value: 0x7F06013A + public const int mtrl_high_ripple_focused_alpha = 2131099962; - // aapt resource value: 10 - public const int ActionBar_background = 10; + // aapt resource value: 0x7F06013B + public const int mtrl_high_ripple_hovered_alpha = 2131099963; - // aapt resource value: 12 - public const int ActionBar_backgroundSplit = 12; + // aapt resource value: 0x7F06013C + public const int mtrl_high_ripple_pressed_alpha = 2131099964; - // aapt resource value: 11 - public const int ActionBar_backgroundStacked = 11; + // aapt resource value: 0x7F06013D + public const int mtrl_large_touch_target = 2131099965; - // aapt resource value: 21 - public const int ActionBar_contentInsetEnd = 21; + // aapt resource value: 0x7F06013E + public const int mtrl_low_ripple_default_alpha = 2131099966; - // aapt resource value: 25 - public const int ActionBar_contentInsetEndWithActions = 25; + // aapt resource value: 0x7F06013F + public const int mtrl_low_ripple_focused_alpha = 2131099967; - // aapt resource value: 22 - public const int ActionBar_contentInsetLeft = 22; + // aapt resource value: 0x7F060140 + public const int mtrl_low_ripple_hovered_alpha = 2131099968; - // aapt resource value: 23 - public const int ActionBar_contentInsetRight = 23; + // aapt resource value: 0x7F060141 + public const int mtrl_low_ripple_pressed_alpha = 2131099969; - // aapt resource value: 20 - public const int ActionBar_contentInsetStart = 20; + // aapt resource value: 0x7F060142 + public const int mtrl_min_touch_target_size = 2131099970; - // aapt resource value: 24 - public const int ActionBar_contentInsetStartWithNavigation = 24; + // aapt resource value: 0x7F060143 + public const int mtrl_navigation_bar_item_default_icon_size = 2131099971; - // aapt resource value: 13 - public const int ActionBar_customNavigationLayout = 13; + // aapt resource value: 0x7F060144 + public const int mtrl_navigation_bar_item_default_margin = 2131099972; - // aapt resource value: 3 - public const int ActionBar_displayOptions = 3; + // aapt resource value: 0x7F060145 + public const int mtrl_navigation_elevation = 2131099973; - // aapt resource value: 9 - public const int ActionBar_divider = 9; + // aapt resource value: 0x7F060146 + public const int mtrl_navigation_item_horizontal_padding = 2131099974; - // aapt resource value: 26 - public const int ActionBar_elevation = 26; + // aapt resource value: 0x7F060147 + public const int mtrl_navigation_item_icon_padding = 2131099975; - // aapt resource value: 0 - public const int ActionBar_height = 0; + // aapt resource value: 0x7F060148 + public const int mtrl_navigation_item_icon_size = 2131099976; - // aapt resource value: 19 - public const int ActionBar_hideOnContentScroll = 19; + // aapt resource value: 0x7F060149 + public const int mtrl_navigation_item_shape_horizontal_margin = 2131099977; - // aapt resource value: 28 - public const int ActionBar_homeAsUpIndicator = 28; + // aapt resource value: 0x7F06014A + public const int mtrl_navigation_item_shape_vertical_margin = 2131099978; - // aapt resource value: 14 - public const int ActionBar_homeLayout = 14; + // aapt resource value: 0x7F06014B + public const int mtrl_navigation_rail_active_text_size = 2131099979; - // aapt resource value: 7 - public const int ActionBar_icon = 7; + // aapt resource value: 0x7F06014C + public const int mtrl_navigation_rail_compact_width = 2131099980; - // aapt resource value: 16 - public const int ActionBar_indeterminateProgressStyle = 16; + // aapt resource value: 0x7F06014D + public const int mtrl_navigation_rail_default_width = 2131099981; - // aapt resource value: 18 - public const int ActionBar_itemPadding = 18; + // aapt resource value: 0x7F06014E + public const int mtrl_navigation_rail_elevation = 2131099982; - // aapt resource value: 8 - public const int ActionBar_logo = 8; + // aapt resource value: 0x7F06014F + public const int mtrl_navigation_rail_icon_margin = 2131099983; - // aapt resource value: 2 - public const int ActionBar_navigationMode = 2; + // aapt resource value: 0x7F060150 + public const int mtrl_navigation_rail_icon_size = 2131099984; - // aapt resource value: 27 - public const int ActionBar_popupTheme = 27; + // aapt resource value: 0x7F060151 + public const int mtrl_navigation_rail_margin = 2131099985; - // aapt resource value: 17 - public const int ActionBar_progressBarPadding = 17; + // aapt resource value: 0x7F060152 + public const int mtrl_navigation_rail_text_bottom_margin = 2131099986; - // aapt resource value: 15 - public const int ActionBar_progressBarStyle = 15; + // aapt resource value: 0x7F060153 + public const int mtrl_navigation_rail_text_size = 2131099987; - // aapt resource value: 4 - public const int ActionBar_subtitle = 4; + // aapt resource value: 0x7F060154 + public const int mtrl_progress_circular_inset = 2131099988; - // aapt resource value: 6 - public const int ActionBar_subtitleTextStyle = 6; + // aapt resource value: 0x7F060155 + public const int mtrl_progress_circular_inset_extra_small = 2131099989; - // aapt resource value: 1 - public const int ActionBar_title = 1; + // aapt resource value: 0x7F060156 + public const int mtrl_progress_circular_inset_medium = 2131099990; - // aapt resource value: 5 - public const int ActionBar_titleTextStyle = 5; + // aapt resource value: 0x7F060157 + public const int mtrl_progress_circular_inset_small = 2131099991; - public static int[] ActionBarLayout = new int[] { - 16842931}; + // aapt resource value: 0x7F060158 + public const int mtrl_progress_circular_radius = 2131099992; - // aapt resource value: 0 - public const int ActionBarLayout_android_layout_gravity = 0; + // aapt resource value: 0x7F060159 + public const int mtrl_progress_circular_size = 2131099993; - public static int[] ActionMenuItemView = new int[] { - 16843071}; + // aapt resource value: 0x7F06015A + public const int mtrl_progress_circular_size_extra_small = 2131099994; - // aapt resource value: 0 - public const int ActionMenuItemView_android_minWidth = 0; + // aapt resource value: 0x7F06015B + public const int mtrl_progress_circular_size_medium = 2131099995; - public static int[] ActionMenuView; + // aapt resource value: 0x7F06015C + public const int mtrl_progress_circular_size_small = 2131099996; - public static int[] ActionMode = new int[] { - 2130771997, - 2130772003, - 2130772004, - 2130772008, - 2130772010, - 2130772026}; + // aapt resource value: 0x7F06015D + public const int mtrl_progress_circular_track_thickness_extra_small = 2131099997; - // aapt resource value: 3 - public const int ActionMode_background = 3; + // aapt resource value: 0x7F06015E + public const int mtrl_progress_circular_track_thickness_medium = 2131099998; - // aapt resource value: 4 - public const int ActionMode_backgroundSplit = 4; + // aapt resource value: 0x7F06015F + public const int mtrl_progress_circular_track_thickness_small = 2131099999; - // aapt resource value: 5 - public const int ActionMode_closeItemLayout = 5; + // aapt resource value: 0x7F060160 + public const int mtrl_progress_indicator_full_rounded_corner_radius = 2131100000; - // aapt resource value: 0 - public const int ActionMode_height = 0; + // aapt resource value: 0x7F060161 + public const int mtrl_progress_track_thickness = 2131100001; - // aapt resource value: 2 - public const int ActionMode_subtitleTextStyle = 2; + // aapt resource value: 0x7F060162 + public const int mtrl_shape_corner_size_large_component = 2131100002; - // aapt resource value: 1 - public const int ActionMode_titleTextStyle = 1; + // aapt resource value: 0x7F060163 + public const int mtrl_shape_corner_size_medium_component = 2131100003; - public static int[] ActivityChooserView = new int[] { - 2130772027, - 2130772028}; + // aapt resource value: 0x7F060164 + public const int mtrl_shape_corner_size_small_component = 2131100004; - // aapt resource value: 1 - public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + // aapt resource value: 0x7F060165 + public const int mtrl_slider_halo_radius = 2131100005; - // aapt resource value: 0 - public const int ActivityChooserView_initialActivityCount = 0; + // aapt resource value: 0x7F060166 + public const int mtrl_slider_label_padding = 2131100006; - public static int[] AlertDialog = new int[] { - 16842994, - 2130772029, - 2130772030, - 2130772031, - 2130772032, - 2130772033, - 2130772034}; + // aapt resource value: 0x7F060167 + public const int mtrl_slider_label_radius = 2131100007; - // aapt resource value: 0 - public const int AlertDialog_android_layout = 0; + // aapt resource value: 0x7F060168 + public const int mtrl_slider_label_square_side = 2131100008; - // aapt resource value: 1 - public const int AlertDialog_buttonPanelSideLayout = 1; + // aapt resource value: 0x7F060169 + public const int mtrl_slider_thumb_elevation = 2131100009; - // aapt resource value: 5 - public const int AlertDialog_listItemLayout = 5; + // aapt resource value: 0x7F06016A + public const int mtrl_slider_thumb_radius = 2131100010; - // aapt resource value: 2 - public const int AlertDialog_listLayout = 2; + // aapt resource value: 0x7F06016B + public const int mtrl_slider_track_height = 2131100011; - // aapt resource value: 3 - public const int AlertDialog_multiChoiceItemLayout = 3; + // aapt resource value: 0x7F06016C + public const int mtrl_slider_track_side_padding = 2131100012; - // aapt resource value: 6 - public const int AlertDialog_showTitle = 6; + // aapt resource value: 0x7F06016D + public const int mtrl_slider_track_top = 2131100013; - // aapt resource value: 4 - public const int AlertDialog_singleChoiceItemLayout = 4; + // aapt resource value: 0x7F06016E + public const int mtrl_slider_widget_height = 2131100014; - public static int[] AppBarLayout = new int[] { - 16842964, - 2130772024, - 2130772227}; + // aapt resource value: 0x7F06016F + public const int mtrl_snackbar_action_text_color_alpha = 2131100015; - // aapt resource value: 0 - public const int AppBarLayout_android_background = 0; + // aapt resource value: 0x7F060170 + public const int mtrl_snackbar_background_corner_radius = 2131100016; - // aapt resource value: 1 - public const int AppBarLayout_elevation = 1; + // aapt resource value: 0x7F060171 + public const int mtrl_snackbar_background_overlay_color_alpha = 2131100017; - // aapt resource value: 2 - public const int AppBarLayout_expanded = 2; + // aapt resource value: 0x7F060172 + public const int mtrl_snackbar_margin = 2131100018; - public static int[] AppBarLayoutStates = new int[] { - 2130772228, - 2130772229}; + // aapt resource value: 0x7F060173 + public const int mtrl_snackbar_message_margin_horizontal = 2131100019; - // aapt resource value: 0 - public const int AppBarLayoutStates_state_collapsed = 0; + // aapt resource value: 0x7F060174 + public const int mtrl_snackbar_padding_horizontal = 2131100020; - // aapt resource value: 1 - public const int AppBarLayoutStates_state_collapsible = 1; + // aapt resource value: 0x7F060175 + public const int mtrl_switch_thumb_elevation = 2131100021; - public static int[] AppBarLayout_Layout = new int[] { - 2130772230, - 2130772231}; + // aapt resource value: 0x7F060176 + public const int mtrl_textinput_box_corner_radius_medium = 2131100022; - // aapt resource value: 0 - public const int AppBarLayout_Layout_layout_scrollFlags = 0; + // aapt resource value: 0x7F060177 + public const int mtrl_textinput_box_corner_radius_small = 2131100023; - // aapt resource value: 1 - public const int AppBarLayout_Layout_layout_scrollInterpolator = 1; + // aapt resource value: 0x7F060178 + public const int mtrl_textinput_box_label_cutout_padding = 2131100024; - public static int[] AppCompatImageView = new int[] { - 16843033, - 2130772035, - 2130772036, - 2130772037}; + // aapt resource value: 0x7F060179 + public const int mtrl_textinput_box_stroke_width_default = 2131100025; - // aapt resource value: 0 - public const int AppCompatImageView_android_src = 0; + // aapt resource value: 0x7F06017A + public const int mtrl_textinput_box_stroke_width_focused = 2131100026; - // aapt resource value: 1 - public const int AppCompatImageView_srcCompat = 1; + // aapt resource value: 0x7F06017B + public const int mtrl_textinput_counter_margin_start = 2131100027; - // aapt resource value: 2 - public const int AppCompatImageView_tint = 2; + // aapt resource value: 0x7F06017C + public const int mtrl_textinput_end_icon_margin_start = 2131100028; - // aapt resource value: 3 - public const int AppCompatImageView_tintMode = 3; + // aapt resource value: 0x7F06017D + public const int mtrl_textinput_outline_box_expanded_padding = 2131100029; - public static int[] AppCompatSeekBar = new int[] { - 16843074, - 2130772038, - 2130772039, - 2130772040}; + // aapt resource value: 0x7F06017E + public const int mtrl_textinput_start_icon_margin_end = 2131100030; - // aapt resource value: 0 - public const int AppCompatSeekBar_android_thumb = 0; + // aapt resource value: 0x7F06017F + public const int mtrl_toolbar_default_height = 2131100031; - // aapt resource value: 1 - public const int AppCompatSeekBar_tickMark = 1; + // aapt resource value: 0x7F060180 + public const int mtrl_tooltip_arrowSize = 2131100032; - // aapt resource value: 2 - public const int AppCompatSeekBar_tickMarkTint = 2; + // aapt resource value: 0x7F060181 + public const int mtrl_tooltip_cornerSize = 2131100033; - // aapt resource value: 3 - public const int AppCompatSeekBar_tickMarkTintMode = 3; + // aapt resource value: 0x7F060182 + public const int mtrl_tooltip_minHeight = 2131100034; - public static int[] AppCompatTextHelper = new int[] { - 16842804, - 16843117, - 16843118, - 16843119, - 16843120, - 16843666, - 16843667}; + // aapt resource value: 0x7F060183 + public const int mtrl_tooltip_minWidth = 2131100035; - // aapt resource value: 2 - public const int AppCompatTextHelper_android_drawableBottom = 2; + // aapt resource value: 0x7F060184 + public const int mtrl_tooltip_padding = 2131100036; - // aapt resource value: 6 - public const int AppCompatTextHelper_android_drawableEnd = 6; + // aapt resource value: 0x7F060185 + public const int mtrl_transition_shared_axis_slide_distance = 2131100037; - // aapt resource value: 3 - public const int AppCompatTextHelper_android_drawableLeft = 3; + // aapt resource value: 0x7F060186 + public const int notification_action_icon_size = 2131100038; - // aapt resource value: 4 - public const int AppCompatTextHelper_android_drawableRight = 4; + // aapt resource value: 0x7F060187 + public const int notification_action_text_size = 2131100039; - // aapt resource value: 5 - public const int AppCompatTextHelper_android_drawableStart = 5; + // aapt resource value: 0x7F060188 + public const int notification_big_circle_margin = 2131100040; - // aapt resource value: 1 - public const int AppCompatTextHelper_android_drawableTop = 1; + // aapt resource value: 0x7F060189 + public const int notification_content_margin_start = 2131100041; - // aapt resource value: 0 - public const int AppCompatTextHelper_android_textAppearance = 0; + // aapt resource value: 0x7F06018A + public const int notification_large_icon_height = 2131100042; - public static int[] AppCompatTextView = new int[] { - 16842804, - 2130772041}; + // aapt resource value: 0x7F06018B + public const int notification_large_icon_width = 2131100043; - // aapt resource value: 0 - public const int AppCompatTextView_android_textAppearance = 0; + // aapt resource value: 0x7F06018C + public const int notification_main_column_padding_top = 2131100044; - // aapt resource value: 1 - public const int AppCompatTextView_textAllCaps = 1; + // aapt resource value: 0x7F06018D + public const int notification_media_narrow_margin = 2131100045; - public static int[] AppCompatTheme = new int[] { - 16842839, - 16842926, - 2130772042, - 2130772043, - 2130772044, - 2130772045, - 2130772046, - 2130772047, - 2130772048, - 2130772049, - 2130772050, - 2130772051, - 2130772052, - 2130772053, - 2130772054, - 2130772055, - 2130772056, - 2130772057, - 2130772058, - 2130772059, - 2130772060, - 2130772061, - 2130772062, - 2130772063, - 2130772064, - 2130772065, - 2130772066, - 2130772067, - 2130772068, - 2130772069, - 2130772070, - 2130772071, - 2130772072, - 2130772073, - 2130772074, - 2130772075, - 2130772076, - 2130772077, - 2130772078, - 2130772079, - 2130772080, - 2130772081, - 2130772082, - 2130772083, - 2130772084, - 2130772085, - 2130772086, - 2130772087, - 2130772088, - 2130772089, - 2130772090, - 2130772091, - 2130772092, - 2130772093, - 2130772094, - 2130772095, - 2130772096, - 2130772097, - 2130772098, - 2130772099, - 2130772100, - 2130772101, - 2130772102, - 2130772103, - 2130772104, - 2130772105, - 2130772106, - 2130772107, - 2130772108, - 2130772109, - 2130772110, - 2130772111, - 2130772112, - 2130772113, - 2130772114, - 2130772115, - 2130772116, - 2130772117, - 2130772118, - 2130772119, - 2130772120, - 2130772121, - 2130772122, - 2130772123, - 2130772124, - 2130772125, - 2130772126, - 2130772127, - 2130772128, - 2130772129, - 2130772130, - 2130772131, - 2130772132, - 2130772133, - 2130772134, - 2130772135, - 2130772136, - 2130772137, - 2130772138, - 2130772139, - 2130772140, - 2130772141, - 2130772142, - 2130772143, - 2130772144, - 2130772145, - 2130772146, - 2130772147, - 2130772148, - 2130772149, - 2130772150, - 2130772151, - 2130772152, - 2130772153, - 2130772154, - 2130772155}; + // aapt resource value: 0x7F06018E + public const int notification_right_icon_size = 2131100046; - // aapt resource value: 23 - public const int AppCompatTheme_actionBarDivider = 23; + // aapt resource value: 0x7F06018F + public const int notification_right_side_padding_top = 2131100047; - // aapt resource value: 24 - public const int AppCompatTheme_actionBarItemBackground = 24; + // aapt resource value: 0x7F060190 + public const int notification_small_icon_background_padding = 2131100048; - // aapt resource value: 17 - public const int AppCompatTheme_actionBarPopupTheme = 17; + // aapt resource value: 0x7F060191 + public const int notification_small_icon_size_as_large = 2131100049; - // aapt resource value: 22 - public const int AppCompatTheme_actionBarSize = 22; + // aapt resource value: 0x7F060192 + public const int notification_subtext_size = 2131100050; - // aapt resource value: 19 - public const int AppCompatTheme_actionBarSplitStyle = 19; + // aapt resource value: 0x7F060193 + public const int notification_top_pad = 2131100051; - // aapt resource value: 18 - public const int AppCompatTheme_actionBarStyle = 18; + // aapt resource value: 0x7F060194 + public const int notification_top_pad_large_text = 2131100052; - // aapt resource value: 13 - public const int AppCompatTheme_actionBarTabBarStyle = 13; + // aapt resource value: 0x7F060195 + public const int preference_dropdown_padding_start = 2131100053; - // aapt resource value: 12 - public const int AppCompatTheme_actionBarTabStyle = 12; + // aapt resource value: 0x7F060196 + public const int preference_icon_minWidth = 2131100054; - // aapt resource value: 14 - public const int AppCompatTheme_actionBarTabTextStyle = 14; + // aapt resource value: 0x7F060197 + public const int preference_seekbar_padding_horizontal = 2131100055; - // aapt resource value: 20 - public const int AppCompatTheme_actionBarTheme = 20; + // aapt resource value: 0x7F060198 + public const int preference_seekbar_padding_vertical = 2131100056; - // aapt resource value: 21 - public const int AppCompatTheme_actionBarWidgetTheme = 21; + // aapt resource value: 0x7F060199 + public const int preference_seekbar_value_minWidth = 2131100057; - // aapt resource value: 50 - public const int AppCompatTheme_actionButtonStyle = 50; + // aapt resource value: 0x7F06019A + public const int test_mtrl_calendar_day_cornerSize = 2131100058; - // aapt resource value: 46 - public const int AppCompatTheme_actionDropDownStyle = 46; + // aapt resource value: 0x7F06019B + public const int test_navigation_bar_active_item_max_width = 2131100059; - // aapt resource value: 25 - public const int AppCompatTheme_actionMenuTextAppearance = 25; + // aapt resource value: 0x7F06019C + public const int test_navigation_bar_active_item_min_width = 2131100060; - // aapt resource value: 26 - public const int AppCompatTheme_actionMenuTextColor = 26; + // aapt resource value: 0x7F06019D + public const int test_navigation_bar_active_text_size = 2131100061; - // aapt resource value: 29 - public const int AppCompatTheme_actionModeBackground = 29; + // aapt resource value: 0x7F06019E + public const int test_navigation_bar_elevation = 2131100062; - // aapt resource value: 28 - public const int AppCompatTheme_actionModeCloseButtonStyle = 28; + // aapt resource value: 0x7F06019F + public const int test_navigation_bar_height = 2131100063; - // aapt resource value: 31 - public const int AppCompatTheme_actionModeCloseDrawable = 31; + // aapt resource value: 0x7F0601A0 + public const int test_navigation_bar_icon_size = 2131100064; - // aapt resource value: 33 - public const int AppCompatTheme_actionModeCopyDrawable = 33; + // aapt resource value: 0x7F0601A1 + public const int test_navigation_bar_item_max_width = 2131100065; - // aapt resource value: 32 - public const int AppCompatTheme_actionModeCutDrawable = 32; + // aapt resource value: 0x7F0601A2 + public const int test_navigation_bar_item_min_width = 2131100066; - // aapt resource value: 37 - public const int AppCompatTheme_actionModeFindDrawable = 37; + // aapt resource value: 0x7F0601A3 + public const int test_navigation_bar_label_padding = 2131100067; - // aapt resource value: 34 - public const int AppCompatTheme_actionModePasteDrawable = 34; + // aapt resource value: 0x7F0601A4 + public const int test_navigation_bar_shadow_height = 2131100068; - // aapt resource value: 39 - public const int AppCompatTheme_actionModePopupWindowStyle = 39; + // aapt resource value: 0x7F0601A5 + public const int test_navigation_bar_text_size = 2131100069; - // aapt resource value: 35 - public const int AppCompatTheme_actionModeSelectAllDrawable = 35; + // aapt resource value: 0x7F0601A6 + public const int tooltip_corner_radius = 2131100070; - // aapt resource value: 36 - public const int AppCompatTheme_actionModeShareDrawable = 36; + // aapt resource value: 0x7F0601A7 + public const int tooltip_horizontal_padding = 2131100071; - // aapt resource value: 30 - public const int AppCompatTheme_actionModeSplitBackground = 30; + // aapt resource value: 0x7F0601A8 + public const int tooltip_margin = 2131100072; - // aapt resource value: 27 - public const int AppCompatTheme_actionModeStyle = 27; + // aapt resource value: 0x7F0601A9 + public const int tooltip_precise_anchor_extra_offset = 2131100073; - // aapt resource value: 38 - public const int AppCompatTheme_actionModeWebSearchDrawable = 38; + // aapt resource value: 0x7F0601AA + public const int tooltip_precise_anchor_threshold = 2131100074; - // aapt resource value: 15 - public const int AppCompatTheme_actionOverflowButtonStyle = 15; + // aapt resource value: 0x7F0601AB + public const int tooltip_vertical_padding = 2131100075; - // aapt resource value: 16 - public const int AppCompatTheme_actionOverflowMenuStyle = 16; + // aapt resource value: 0x7F0601AC + public const int tooltip_y_offset_non_touch = 2131100076; - // aapt resource value: 58 - public const int AppCompatTheme_activityChooserViewStyle = 58; + // aapt resource value: 0x7F0601AD + public const int tooltip_y_offset_touch = 2131100077; - // aapt resource value: 95 - public const int AppCompatTheme_alertDialogButtonGroupStyle = 95; + static Dimension() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } - // aapt resource value: 96 - public const int AppCompatTheme_alertDialogCenterButtons = 96; + private Dimension() + { + } + } + + public partial class Drawable + { - // aapt resource value: 94 - public const int AppCompatTheme_alertDialogStyle = 94; + // aapt resource value: 0x7F070006 + public const int abc_ab_share_pack_mtrl_alpha = 2131165190; - // aapt resource value: 97 - public const int AppCompatTheme_alertDialogTheme = 97; + // aapt resource value: 0x7F070007 + public const int abc_action_bar_item_background_material = 2131165191; - // aapt resource value: 1 - public const int AppCompatTheme_android_windowAnimationStyle = 1; + // aapt resource value: 0x7F070008 + public const int abc_btn_borderless_material = 2131165192; - // aapt resource value: 0 - public const int AppCompatTheme_android_windowIsFloating = 0; + // aapt resource value: 0x7F070009 + public const int abc_btn_check_material = 2131165193; - // aapt resource value: 102 - public const int AppCompatTheme_autoCompleteTextViewStyle = 102; + // aapt resource value: 0x7F07000A + public const int abc_btn_check_material_anim = 2131165194; - // aapt resource value: 55 - public const int AppCompatTheme_borderlessButtonStyle = 55; + // aapt resource value: 0x7F07000B + public const int abc_btn_check_to_on_mtrl_000 = 2131165195; - // aapt resource value: 52 - public const int AppCompatTheme_buttonBarButtonStyle = 52; + // aapt resource value: 0x7F07000C + public const int abc_btn_check_to_on_mtrl_015 = 2131165196; - // aapt resource value: 100 - public const int AppCompatTheme_buttonBarNegativeButtonStyle = 100; + // aapt resource value: 0x7F07000D + public const int abc_btn_colored_material = 2131165197; - // aapt resource value: 101 - public const int AppCompatTheme_buttonBarNeutralButtonStyle = 101; + // aapt resource value: 0x7F07000E + public const int abc_btn_default_mtrl_shape = 2131165198; - // aapt resource value: 99 - public const int AppCompatTheme_buttonBarPositiveButtonStyle = 99; + // aapt resource value: 0x7F07000F + public const int abc_btn_radio_material = 2131165199; - // aapt resource value: 51 - public const int AppCompatTheme_buttonBarStyle = 51; + // aapt resource value: 0x7F070010 + public const int abc_btn_radio_material_anim = 2131165200; - // aapt resource value: 103 - public const int AppCompatTheme_buttonStyle = 103; + // aapt resource value: 0x7F070011 + public const int abc_btn_radio_to_on_mtrl_000 = 2131165201; - // aapt resource value: 104 - public const int AppCompatTheme_buttonStyleSmall = 104; + // aapt resource value: 0x7F070012 + public const int abc_btn_radio_to_on_mtrl_015 = 2131165202; - // aapt resource value: 105 - public const int AppCompatTheme_checkboxStyle = 105; + // aapt resource value: 0x7F070013 + public const int abc_btn_switch_to_on_mtrl_00001 = 2131165203; - // aapt resource value: 106 - public const int AppCompatTheme_checkedTextViewStyle = 106; + // aapt resource value: 0x7F070014 + public const int abc_btn_switch_to_on_mtrl_00012 = 2131165204; - // aapt resource value: 86 - public const int AppCompatTheme_colorAccent = 86; + // aapt resource value: 0x7F070015 + public const int abc_cab_background_internal_bg = 2131165205; - // aapt resource value: 93 - public const int AppCompatTheme_colorBackgroundFloating = 93; + // aapt resource value: 0x7F070016 + public const int abc_cab_background_top_material = 2131165206; - // aapt resource value: 90 - public const int AppCompatTheme_colorButtonNormal = 90; + // aapt resource value: 0x7F070017 + public const int abc_cab_background_top_mtrl_alpha = 2131165207; - // aapt resource value: 88 - public const int AppCompatTheme_colorControlActivated = 88; + // aapt resource value: 0x7F070018 + public const int abc_control_background_material = 2131165208; - // aapt resource value: 89 - public const int AppCompatTheme_colorControlHighlight = 89; + // aapt resource value: 0x7F070019 + public const int abc_dialog_material_background = 2131165209; - // aapt resource value: 87 - public const int AppCompatTheme_colorControlNormal = 87; + // aapt resource value: 0x7F07001A + public const int abc_edit_text_material = 2131165210; - // aapt resource value: 84 - public const int AppCompatTheme_colorPrimary = 84; + // aapt resource value: 0x7F07001B + public const int abc_ic_ab_back_material = 2131165211; - // aapt resource value: 85 - public const int AppCompatTheme_colorPrimaryDark = 85; + // aapt resource value: 0x7F07001C + public const int abc_ic_arrow_drop_right_black_24dp = 2131165212; - // aapt resource value: 91 - public const int AppCompatTheme_colorSwitchThumbNormal = 91; + // aapt resource value: 0x7F07001D + public const int abc_ic_clear_material = 2131165213; - // aapt resource value: 92 - public const int AppCompatTheme_controlBackground = 92; + // aapt resource value: 0x7F07001E + public const int abc_ic_commit_search_api_mtrl_alpha = 2131165214; - // aapt resource value: 44 - public const int AppCompatTheme_dialogPreferredPadding = 44; + // aapt resource value: 0x7F07001F + public const int abc_ic_go_search_api_material = 2131165215; - // aapt resource value: 43 - public const int AppCompatTheme_dialogTheme = 43; + // aapt resource value: 0x7F070020 + public const int abc_ic_menu_copy_mtrl_am_alpha = 2131165216; - // aapt resource value: 57 - public const int AppCompatTheme_dividerHorizontal = 57; + // aapt resource value: 0x7F070021 + public const int abc_ic_menu_cut_mtrl_alpha = 2131165217; - // aapt resource value: 56 - public const int AppCompatTheme_dividerVertical = 56; + // aapt resource value: 0x7F070022 + public const int abc_ic_menu_overflow_material = 2131165218; - // aapt resource value: 75 - public const int AppCompatTheme_dropDownListViewStyle = 75; + // aapt resource value: 0x7F070023 + public const int abc_ic_menu_paste_mtrl_am_alpha = 2131165219; - // aapt resource value: 47 - public const int AppCompatTheme_dropdownListPreferredItemHeight = 47; + // aapt resource value: 0x7F070024 + public const int abc_ic_menu_selectall_mtrl_alpha = 2131165220; - // aapt resource value: 64 - public const int AppCompatTheme_editTextBackground = 64; + // aapt resource value: 0x7F070025 + public const int abc_ic_menu_share_mtrl_alpha = 2131165221; - // aapt resource value: 63 - public const int AppCompatTheme_editTextColor = 63; + // aapt resource value: 0x7F070026 + public const int abc_ic_search_api_material = 2131165222; - // aapt resource value: 107 - public const int AppCompatTheme_editTextStyle = 107; + // aapt resource value: 0x7F070027 + public const int abc_ic_voice_search_api_material = 2131165223; - // aapt resource value: 49 - public const int AppCompatTheme_homeAsUpIndicator = 49; + // aapt resource value: 0x7F070028 + public const int abc_item_background_holo_dark = 2131165224; - // aapt resource value: 65 - public const int AppCompatTheme_imageButtonStyle = 65; + // aapt resource value: 0x7F070029 + public const int abc_item_background_holo_light = 2131165225; - // aapt resource value: 83 - public const int AppCompatTheme_listChoiceBackgroundIndicator = 83; + // aapt resource value: 0x7F07002A + public const int abc_list_divider_material = 2131165226; - // aapt resource value: 45 - public const int AppCompatTheme_listDividerAlertDialog = 45; + // aapt resource value: 0x7F07002B + public const int abc_list_divider_mtrl_alpha = 2131165227; - // aapt resource value: 115 - public const int AppCompatTheme_listMenuViewStyle = 115; + // aapt resource value: 0x7F07002C + public const int abc_list_focused_holo = 2131165228; - // aapt resource value: 76 - public const int AppCompatTheme_listPopupWindowStyle = 76; + // aapt resource value: 0x7F07002D + public const int abc_list_longpressed_holo = 2131165229; - // aapt resource value: 70 - public const int AppCompatTheme_listPreferredItemHeight = 70; + // aapt resource value: 0x7F07002E + public const int abc_list_pressed_holo_dark = 2131165230; - // aapt resource value: 72 - public const int AppCompatTheme_listPreferredItemHeightLarge = 72; + // aapt resource value: 0x7F07002F + public const int abc_list_pressed_holo_light = 2131165231; - // aapt resource value: 71 - public const int AppCompatTheme_listPreferredItemHeightSmall = 71; + // aapt resource value: 0x7F070030 + public const int abc_list_selector_background_transition_holo_dark = 2131165232; - // aapt resource value: 73 - public const int AppCompatTheme_listPreferredItemPaddingLeft = 73; + // aapt resource value: 0x7F070031 + public const int abc_list_selector_background_transition_holo_light = 2131165233; - // aapt resource value: 74 - public const int AppCompatTheme_listPreferredItemPaddingRight = 74; + // aapt resource value: 0x7F070032 + public const int abc_list_selector_disabled_holo_dark = 2131165234; - // aapt resource value: 80 - public const int AppCompatTheme_panelBackground = 80; + // aapt resource value: 0x7F070033 + public const int abc_list_selector_disabled_holo_light = 2131165235; - // aapt resource value: 82 - public const int AppCompatTheme_panelMenuListTheme = 82; + // aapt resource value: 0x7F070034 + public const int abc_list_selector_holo_dark = 2131165236; - // aapt resource value: 81 - public const int AppCompatTheme_panelMenuListWidth = 81; + // aapt resource value: 0x7F070035 + public const int abc_list_selector_holo_light = 2131165237; - // aapt resource value: 61 - public const int AppCompatTheme_popupMenuStyle = 61; + // aapt resource value: 0x7F070036 + public const int abc_menu_hardkey_panel_mtrl_mult = 2131165238; - // aapt resource value: 62 - public const int AppCompatTheme_popupWindowStyle = 62; + // aapt resource value: 0x7F070037 + public const int abc_popup_background_mtrl_mult = 2131165239; - // aapt resource value: 108 - public const int AppCompatTheme_radioButtonStyle = 108; + // aapt resource value: 0x7F070038 + public const int abc_ratingbar_indicator_material = 2131165240; - // aapt resource value: 109 - public const int AppCompatTheme_ratingBarStyle = 109; + // aapt resource value: 0x7F070039 + public const int abc_ratingbar_material = 2131165241; - // aapt resource value: 110 - public const int AppCompatTheme_ratingBarStyleIndicator = 110; + // aapt resource value: 0x7F07003A + public const int abc_ratingbar_small_material = 2131165242; - // aapt resource value: 111 - public const int AppCompatTheme_ratingBarStyleSmall = 111; + // aapt resource value: 0x7F07003B + public const int abc_scrubber_control_off_mtrl_alpha = 2131165243; - // aapt resource value: 69 - public const int AppCompatTheme_searchViewStyle = 69; + // aapt resource value: 0x7F07003C + public const int abc_scrubber_control_to_pressed_mtrl_000 = 2131165244; - // aapt resource value: 112 - public const int AppCompatTheme_seekBarStyle = 112; + // aapt resource value: 0x7F07003D + public const int abc_scrubber_control_to_pressed_mtrl_005 = 2131165245; - // aapt resource value: 53 - public const int AppCompatTheme_selectableItemBackground = 53; + // aapt resource value: 0x7F07003E + public const int abc_scrubber_primary_mtrl_alpha = 2131165246; - // aapt resource value: 54 - public const int AppCompatTheme_selectableItemBackgroundBorderless = 54; + // aapt resource value: 0x7F07003F + public const int abc_scrubber_track_mtrl_alpha = 2131165247; - // aapt resource value: 48 - public const int AppCompatTheme_spinnerDropDownItemStyle = 48; + // aapt resource value: 0x7F070040 + public const int abc_seekbar_thumb_material = 2131165248; - // aapt resource value: 113 - public const int AppCompatTheme_spinnerStyle = 113; + // aapt resource value: 0x7F070041 + public const int abc_seekbar_tick_mark_material = 2131165249; - // aapt resource value: 114 - public const int AppCompatTheme_switchStyle = 114; + // aapt resource value: 0x7F070042 + public const int abc_seekbar_track_material = 2131165250; - // aapt resource value: 40 - public const int AppCompatTheme_textAppearanceLargePopupMenu = 40; + // aapt resource value: 0x7F070043 + public const int abc_spinner_mtrl_am_alpha = 2131165251; - // aapt resource value: 77 - public const int AppCompatTheme_textAppearanceListItem = 77; + // aapt resource value: 0x7F070044 + public const int abc_spinner_textfield_background_material = 2131165252; - // aapt resource value: 78 - public const int AppCompatTheme_textAppearanceListItemSecondary = 78; + // aapt resource value: 0x7F070045 + public const int abc_star_black_48dp = 2131165253; - // aapt resource value: 79 - public const int AppCompatTheme_textAppearanceListItemSmall = 79; + // aapt resource value: 0x7F070046 + public const int abc_star_half_black_48dp = 2131165254; - // aapt resource value: 42 - public const int AppCompatTheme_textAppearancePopupMenuHeader = 42; + // aapt resource value: 0x7F070047 + public const int abc_switch_thumb_material = 2131165255; - // aapt resource value: 67 - public const int AppCompatTheme_textAppearanceSearchResultSubtitle = 67; + // aapt resource value: 0x7F070048 + public const int abc_switch_track_mtrl_alpha = 2131165256; - // aapt resource value: 66 - public const int AppCompatTheme_textAppearanceSearchResultTitle = 66; + // aapt resource value: 0x7F070049 + public const int abc_tab_indicator_material = 2131165257; - // aapt resource value: 41 - public const int AppCompatTheme_textAppearanceSmallPopupMenu = 41; + // aapt resource value: 0x7F07004A + public const int abc_tab_indicator_mtrl_alpha = 2131165258; - // aapt resource value: 98 - public const int AppCompatTheme_textColorAlertDialogListItem = 98; + // aapt resource value: 0x7F07004F + public const int abc_textfield_activated_mtrl_alpha = 2131165263; - // aapt resource value: 68 - public const int AppCompatTheme_textColorSearchUrl = 68; + // aapt resource value: 0x7F070050 + public const int abc_textfield_default_mtrl_alpha = 2131165264; - // aapt resource value: 60 - public const int AppCompatTheme_toolbarNavigationButtonStyle = 60; + // aapt resource value: 0x7F070051 + public const int abc_textfield_search_activated_mtrl_alpha = 2131165265; - // aapt resource value: 59 - public const int AppCompatTheme_toolbarStyle = 59; + // aapt resource value: 0x7F070052 + public const int abc_textfield_search_default_mtrl_alpha = 2131165266; - // aapt resource value: 2 - public const int AppCompatTheme_windowActionBar = 2; + // aapt resource value: 0x7F070053 + public const int abc_textfield_search_material = 2131165267; - // aapt resource value: 4 - public const int AppCompatTheme_windowActionBarOverlay = 4; + // aapt resource value: 0x7F07004B + public const int abc_text_cursor_material = 2131165259; - // aapt resource value: 5 - public const int AppCompatTheme_windowActionModeOverlay = 5; + // aapt resource value: 0x7F07004C + public const int abc_text_select_handle_left_mtrl = 2131165260; - // aapt resource value: 9 - public const int AppCompatTheme_windowFixedHeightMajor = 9; + // aapt resource value: 0x7F07004D + public const int abc_text_select_handle_middle_mtrl = 2131165261; - // aapt resource value: 7 - public const int AppCompatTheme_windowFixedHeightMinor = 7; + // aapt resource value: 0x7F07004E + public const int abc_text_select_handle_right_mtrl = 2131165262; - // aapt resource value: 6 - public const int AppCompatTheme_windowFixedWidthMajor = 6; + // aapt resource value: 0x7F070054 + public const int abc_vector_test = 2131165268; - // aapt resource value: 8 - public const int AppCompatTheme_windowFixedWidthMinor = 8; + // aapt resource value: 0x7F070055 + public const int avd_hide_password = 2131165269; - // aapt resource value: 10 - public const int AppCompatTheme_windowMinWidthMajor = 10; + // aapt resource value: 0x7F070056 + public const int avd_show_password = 2131165270; - // aapt resource value: 11 - public const int AppCompatTheme_windowMinWidthMinor = 11; + // aapt resource value: 0x7F070057 + public const int btn_checkbox_checked_mtrl = 2131165271; - // aapt resource value: 3 - public const int AppCompatTheme_windowNoTitle = 3; + // aapt resource value: 0x7F070058 + public const int btn_checkbox_checked_to_unchecked_mtrl_animation = 2131165272; - public static int[] BottomNavigationView = new int[] { - 2130772024, - 2130772270, - 2130772271, - 2130772272, - 2130772273}; + // aapt resource value: 0x7F070059 + public const int btn_checkbox_unchecked_mtrl = 2131165273; - // aapt resource value: 0 - public const int BottomNavigationView_elevation = 0; + // aapt resource value: 0x7F07005A + public const int btn_checkbox_unchecked_to_checked_mtrl_animation = 2131165274; - // aapt resource value: 4 - public const int BottomNavigationView_itemBackground = 4; + // aapt resource value: 0x7F07005B + public const int btn_radio_off_mtrl = 2131165275; - // aapt resource value: 2 - public const int BottomNavigationView_itemIconTint = 2; + // aapt resource value: 0x7F07005C + public const int btn_radio_off_to_on_mtrl_animation = 2131165276; - // aapt resource value: 3 - public const int BottomNavigationView_itemTextColor = 3; + // aapt resource value: 0x7F07005D + public const int btn_radio_on_mtrl = 2131165277; - // aapt resource value: 1 - public const int BottomNavigationView_menu = 1; + // aapt resource value: 0x7F07005E + public const int btn_radio_on_to_off_mtrl_animation = 2131165278; - public static int[] BottomSheetBehavior_Layout = new int[] { - 2130772232, - 2130772233, - 2130772234}; + // aapt resource value: 0x7F07005F + public const int design_fab_background = 2131165279; - // aapt resource value: 1 - public const int BottomSheetBehavior_Layout_behavior_hideable = 1; + // aapt resource value: 0x7F070060 + public const int design_ic_visibility = 2131165280; - // aapt resource value: 0 - public const int BottomSheetBehavior_Layout_behavior_peekHeight = 0; + // aapt resource value: 0x7F070061 + public const int design_ic_visibility_off = 2131165281; - // aapt resource value: 2 - public const int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + // aapt resource value: 0x7F070062 + public const int design_password_eye = 2131165282; - public static int[] ButtonBarLayout = new int[] { - 2130772156}; + // aapt resource value: 0x7F070063 + public const int design_snackbar_background = 2131165283; - // aapt resource value: 0 - public const int ButtonBarLayout_allowStacking = 0; + // aapt resource value: 0x7F070064 + public const int ic_arrow_down_24dp = 2131165284; - public static int[] CardView = new int[] { - 16843071, - 16843072, - 2130771985, - 2130771986, - 2130771987, - 2130771988, - 2130771989, - 2130771990, - 2130771991, - 2130771992, - 2130771993, - 2130771994, - 2130771995}; + // aapt resource value: 0x7F070065 + public const int ic_clock_black_24dp = 2131165285; - // aapt resource value: 1 - public const int CardView_android_minHeight = 1; + // aapt resource value: 0x7F070066 + public const int ic_keyboard_black_24dp = 2131165286; - // aapt resource value: 0 - public const int CardView_android_minWidth = 0; + // aapt resource value: 0x7F070067 + public const int ic_mtrl_checked_circle = 2131165287; - // aapt resource value: 2 - public const int CardView_cardBackgroundColor = 2; + // aapt resource value: 0x7F070068 + public const int ic_mtrl_chip_checked_black = 2131165288; - // aapt resource value: 3 - public const int CardView_cardCornerRadius = 3; + // aapt resource value: 0x7F070069 + public const int ic_mtrl_chip_checked_circle = 2131165289; - // aapt resource value: 4 - public const int CardView_cardElevation = 4; + // aapt resource value: 0x7F07006A + public const int ic_mtrl_chip_close_circle = 2131165290; - // aapt resource value: 5 - public const int CardView_cardMaxElevation = 5; + // aapt resource value: 0x7F07006B + public const int material_cursor_drawable = 2131165291; - // aapt resource value: 7 - public const int CardView_cardPreventCornerOverlap = 7; + // aapt resource value: 0x7F07006C + public const int material_ic_calendar_black_24dp = 2131165292; - // aapt resource value: 6 - public const int CardView_cardUseCompatPadding = 6; + // aapt resource value: 0x7F07006D + public const int material_ic_clear_black_24dp = 2131165293; - // aapt resource value: 8 - public const int CardView_contentPadding = 8; + // aapt resource value: 0x7F07006E + public const int material_ic_edit_black_24dp = 2131165294; - // aapt resource value: 12 - public const int CardView_contentPaddingBottom = 12; + // aapt resource value: 0x7F07006F + public const int material_ic_keyboard_arrow_left_black_24dp = 2131165295; - // aapt resource value: 9 - public const int CardView_contentPaddingLeft = 9; + // aapt resource value: 0x7F070070 + public const int material_ic_keyboard_arrow_next_black_24dp = 2131165296; - // aapt resource value: 10 - public const int CardView_contentPaddingRight = 10; + // aapt resource value: 0x7F070071 + public const int material_ic_keyboard_arrow_previous_black_24dp = 2131165297; - // aapt resource value: 11 - public const int CardView_contentPaddingTop = 11; + // aapt resource value: 0x7F070072 + public const int material_ic_keyboard_arrow_right_black_24dp = 2131165298; - public static int[] CollapsingToolbarLayout = new int[] { - 2130771999, - 2130772235, - 2130772236, - 2130772237, - 2130772238, - 2130772239, - 2130772240, - 2130772241, - 2130772242, - 2130772243, - 2130772244, - 2130772245, - 2130772246, - 2130772247, - 2130772248, - 2130772249}; + // aapt resource value: 0x7F070073 + public const int material_ic_menu_arrow_down_black_24dp = 2131165299; - // aapt resource value: 13 - public const int CollapsingToolbarLayout_collapsedTitleGravity = 13; + // aapt resource value: 0x7F070074 + public const int material_ic_menu_arrow_up_black_24dp = 2131165300; - // aapt resource value: 7 - public const int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; + // aapt resource value: 0x7F070075 + public const int mtrl_dialog_background = 2131165301; - // aapt resource value: 8 - public const int CollapsingToolbarLayout_contentScrim = 8; + // aapt resource value: 0x7F070076 + public const int mtrl_dropdown_arrow = 2131165302; - // aapt resource value: 14 - public const int CollapsingToolbarLayout_expandedTitleGravity = 14; + // aapt resource value: 0x7F070077 + public const int mtrl_ic_arrow_drop_down = 2131165303; - // aapt resource value: 1 - public const int CollapsingToolbarLayout_expandedTitleMargin = 1; + // aapt resource value: 0x7F070078 + public const int mtrl_ic_arrow_drop_up = 2131165304; - // aapt resource value: 5 - public const int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + // aapt resource value: 0x7F070079 + public const int mtrl_ic_cancel = 2131165305; - // aapt resource value: 4 - public const int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; + // aapt resource value: 0x7F07007A + public const int mtrl_ic_error = 2131165306; - // aapt resource value: 2 - public const int CollapsingToolbarLayout_expandedTitleMarginStart = 2; + // aapt resource value: 0x7F07007B + public const int mtrl_navigation_bar_item_background = 2131165307; - // aapt resource value: 3 - public const int CollapsingToolbarLayout_expandedTitleMarginTop = 3; + // aapt resource value: 0x7F07007C + public const int mtrl_popupmenu_background = 2131165308; - // aapt resource value: 6 - public const int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; + // aapt resource value: 0x7F07007D + public const int mtrl_popupmenu_background_dark = 2131165309; - // aapt resource value: 12 - public const int CollapsingToolbarLayout_scrimAnimationDuration = 12; + // aapt resource value: 0x7F07007E + public const int mtrl_tabs_default_indicator = 2131165310; - // aapt resource value: 11 - public const int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + // aapt resource value: 0x7F07007F + public const int navigation_empty_icon = 2131165311; - // aapt resource value: 9 - public const int CollapsingToolbarLayout_statusBarScrim = 9; + // aapt resource value: 0x7F070080 + public const int notification_action_background = 2131165312; - // aapt resource value: 0 - public const int CollapsingToolbarLayout_title = 0; + // aapt resource value: 0x7F070081 + public const int notification_bg = 2131165313; - // aapt resource value: 15 - public const int CollapsingToolbarLayout_titleEnabled = 15; + // aapt resource value: 0x7F070082 + public const int notification_bg_low = 2131165314; - // aapt resource value: 10 - public const int CollapsingToolbarLayout_toolbarId = 10; + // aapt resource value: 0x7F070083 + public const int notification_bg_low_normal = 2131165315; - public static int[] CollapsingToolbarLayout_Layout = new int[] { - 2130772250, - 2130772251}; + // aapt resource value: 0x7F070084 + public const int notification_bg_low_pressed = 2131165316; - // aapt resource value: 0 - public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + // aapt resource value: 0x7F070085 + public const int notification_bg_normal = 2131165317; - // aapt resource value: 1 - public const int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + // aapt resource value: 0x7F070086 + public const int notification_bg_normal_pressed = 2131165318; - public static int[] ColorStateListItem = new int[] { - 16843173, - 16843551, - 2130772157}; + // aapt resource value: 0x7F070087 + public const int notification_icon_background = 2131165319; - // aapt resource value: 2 - public const int ColorStateListItem_alpha = 2; + // aapt resource value: 0x7F070088 + public const int notification_template_icon_bg = 2131165320; - // aapt resource value: 1 - public const int ColorStateListItem_android_alpha = 1; + // aapt resource value: 0x7F070089 + public const int notification_template_icon_low_bg = 2131165321; - // aapt resource value: 0 - public const int ColorStateListItem_android_color = 0; + // aapt resource value: 0x7F07008A + public const int notification_tile_bg = 2131165322; - public static int[] CompoundButton = new int[] { - 16843015, - 2130772158, - 2130772159}; + // aapt resource value: 0x7F07008B + public const int notify_panel_notification_icon_bg = 2131165323; - // aapt resource value: 0 - public const int CompoundButton_android_button = 0; + // aapt resource value: 0x7F07008C + public const int preference_list_divider_material = 2131165324; - // aapt resource value: 1 - public const int CompoundButton_buttonTint = 1; + // aapt resource value: 0x7F07008D + public const int test_custom_background = 2131165325; - // aapt resource value: 2 - public const int CompoundButton_buttonTintMode = 2; + // aapt resource value: 0x7F07008E + public const int tooltip_frame_dark = 2131165326; - public static int[] CoordinatorLayout = new int[] { - 2130772252, - 2130772253}; + // aapt resource value: 0x7F07008F + public const int tooltip_frame_light = 2131165327; - // aapt resource value: 0 - public const int CoordinatorLayout_keylines = 0; + static Drawable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } - // aapt resource value: 1 - public const int CoordinatorLayout_statusBarBackground = 1; + private Drawable() + { + } + } + + public partial class Id + { - public static int[] CoordinatorLayout_Layout = new int[] { - 16842931, - 2130772254, - 2130772255, - 2130772256, - 2130772257, - 2130772258, - 2130772259}; + // aapt resource value: 0x7F08000E + public const int accelerate = 2131230734; - // aapt resource value: 0 - public const int CoordinatorLayout_Layout_android_layout_gravity = 0; + // aapt resource value: 0x7F08000F + public const int accessibility_action_clickable_span = 2131230735; - // aapt resource value: 2 - public const int CoordinatorLayout_Layout_layout_anchor = 2; + // aapt resource value: 0x7F080010 + public const int accessibility_custom_action_0 = 2131230736; - // aapt resource value: 4 - public const int CoordinatorLayout_Layout_layout_anchorGravity = 4; + // aapt resource value: 0x7F080011 + public const int accessibility_custom_action_1 = 2131230737; - // aapt resource value: 1 - public const int CoordinatorLayout_Layout_layout_behavior = 1; + // aapt resource value: 0x7F080012 + public const int accessibility_custom_action_10 = 2131230738; - // aapt resource value: 6 - public const int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + // aapt resource value: 0x7F080013 + public const int accessibility_custom_action_11 = 2131230739; - // aapt resource value: 5 - public const int CoordinatorLayout_Layout_layout_insetEdge = 5; + // aapt resource value: 0x7F080014 + public const int accessibility_custom_action_12 = 2131230740; - // aapt resource value: 3 - public const int CoordinatorLayout_Layout_layout_keyline = 3; + // aapt resource value: 0x7F080015 + public const int accessibility_custom_action_13 = 2131230741; - public static int[] DesignTheme = new int[] { - 2130772260, - 2130772261, - 2130772262}; + // aapt resource value: 0x7F080016 + public const int accessibility_custom_action_14 = 2131230742; - // aapt resource value: 0 - public const int DesignTheme_bottomSheetDialogTheme = 0; + // aapt resource value: 0x7F080017 + public const int accessibility_custom_action_15 = 2131230743; - // aapt resource value: 1 - public const int DesignTheme_bottomSheetStyle = 1; + // aapt resource value: 0x7F080018 + public const int accessibility_custom_action_16 = 2131230744; - // aapt resource value: 2 - public const int DesignTheme_textColorError = 2; + // aapt resource value: 0x7F080019 + public const int accessibility_custom_action_17 = 2131230745; - public static int[] DrawerArrowToggle = new int[] { - 2130772160, - 2130772161, - 2130772162, - 2130772163, - 2130772164, - 2130772165, - 2130772166, - 2130772167}; + // aapt resource value: 0x7F08001A + public const int accessibility_custom_action_18 = 2131230746; - // aapt resource value: 4 - public const int DrawerArrowToggle_arrowHeadLength = 4; + // aapt resource value: 0x7F08001B + public const int accessibility_custom_action_19 = 2131230747; - // aapt resource value: 5 - public const int DrawerArrowToggle_arrowShaftLength = 5; + // aapt resource value: 0x7F08001C + public const int accessibility_custom_action_2 = 2131230748; - // aapt resource value: 6 - public const int DrawerArrowToggle_barLength = 6; + // aapt resource value: 0x7F08001D + public const int accessibility_custom_action_20 = 2131230749; - // aapt resource value: 0 - public const int DrawerArrowToggle_color = 0; + // aapt resource value: 0x7F08001E + public const int accessibility_custom_action_21 = 2131230750; - // aapt resource value: 2 - public const int DrawerArrowToggle_drawableSize = 2; + // aapt resource value: 0x7F08001F + public const int accessibility_custom_action_22 = 2131230751; - // aapt resource value: 3 - public const int DrawerArrowToggle_gapBetweenBars = 3; + // aapt resource value: 0x7F080020 + public const int accessibility_custom_action_23 = 2131230752; - // aapt resource value: 1 - public const int DrawerArrowToggle_spinBars = 1; + // aapt resource value: 0x7F080021 + public const int accessibility_custom_action_24 = 2131230753; - // aapt resource value: 7 - public const int DrawerArrowToggle_thickness = 7; + // aapt resource value: 0x7F080022 + public const int accessibility_custom_action_25 = 2131230754; - public static int[] FloatingActionButton = new int[] { - 2130772024, - 2130772225, - 2130772226, - 2130772263, - 2130772264, - 2130772265, - 2130772266, - 2130772267}; + // aapt resource value: 0x7F080023 + public const int accessibility_custom_action_26 = 2131230755; - // aapt resource value: 1 - public const int FloatingActionButton_backgroundTint = 1; + // aapt resource value: 0x7F080024 + public const int accessibility_custom_action_27 = 2131230756; - // aapt resource value: 2 - public const int FloatingActionButton_backgroundTintMode = 2; + // aapt resource value: 0x7F080025 + public const int accessibility_custom_action_28 = 2131230757; - // aapt resource value: 6 - public const int FloatingActionButton_borderWidth = 6; + // aapt resource value: 0x7F080026 + public const int accessibility_custom_action_29 = 2131230758; - // aapt resource value: 0 - public const int FloatingActionButton_elevation = 0; + // aapt resource value: 0x7F080027 + public const int accessibility_custom_action_3 = 2131230759; - // aapt resource value: 4 - public const int FloatingActionButton_fabSize = 4; + // aapt resource value: 0x7F080028 + public const int accessibility_custom_action_30 = 2131230760; - // aapt resource value: 5 - public const int FloatingActionButton_pressedTranslationZ = 5; + // aapt resource value: 0x7F080029 + public const int accessibility_custom_action_31 = 2131230761; - // aapt resource value: 3 - public const int FloatingActionButton_rippleColor = 3; + // aapt resource value: 0x7F08002A + public const int accessibility_custom_action_4 = 2131230762; - // aapt resource value: 7 - public const int FloatingActionButton_useCompatPadding = 7; + // aapt resource value: 0x7F08002B + public const int accessibility_custom_action_5 = 2131230763; - public static int[] FloatingActionButton_Behavior_Layout = new int[] { - 2130772268}; + // aapt resource value: 0x7F08002C + public const int accessibility_custom_action_6 = 2131230764; - // aapt resource value: 0 - public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + // aapt resource value: 0x7F08002D + public const int accessibility_custom_action_7 = 2131230765; - public static int[] ForegroundLinearLayout = new int[] { - 16843017, - 16843264, - 2130772269}; + // aapt resource value: 0x7F08002E + public const int accessibility_custom_action_8 = 2131230766; - // aapt resource value: 0 - public const int ForegroundLinearLayout_android_foreground = 0; + // aapt resource value: 0x7F08002F + public const int accessibility_custom_action_9 = 2131230767; - // aapt resource value: 1 - public const int ForegroundLinearLayout_android_foregroundGravity = 1; + // aapt resource value: 0x7F080030 + public const int action0 = 2131230768; - // aapt resource value: 2 - public const int ForegroundLinearLayout_foregroundInsidePadding = 2; + // aapt resource value: 0x7F080031 + public const int actionDown = 2131230769; - public static int[] LinearLayoutCompat = new int[] { - 16842927, - 16842948, - 16843046, - 16843047, - 16843048, - 2130772007, - 2130772168, - 2130772169, - 2130772170}; + // aapt resource value: 0x7F080032 + public const int actionDownUp = 2131230770; - // aapt resource value: 2 - public const int LinearLayoutCompat_android_baselineAligned = 2; + // aapt resource value: 0x7F080045 + public const int actions = 2131230789; - // aapt resource value: 3 - public const int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + // aapt resource value: 0x7F080033 + public const int actionUp = 2131230771; - // aapt resource value: 0 - public const int LinearLayoutCompat_android_gravity = 0; + // aapt resource value: 0x7F080034 + public const int action_bar = 2131230772; - // aapt resource value: 1 - public const int LinearLayoutCompat_android_orientation = 1; + // aapt resource value: 0x7F080035 + public const int action_bar_activity_content = 2131230773; - // aapt resource value: 4 - public const int LinearLayoutCompat_android_weightSum = 4; + // aapt resource value: 0x7F080036 + public const int action_bar_container = 2131230774; - // aapt resource value: 5 - public const int LinearLayoutCompat_divider = 5; + // aapt resource value: 0x7F080037 + public const int action_bar_root = 2131230775; - // aapt resource value: 8 - public const int LinearLayoutCompat_dividerPadding = 8; + // aapt resource value: 0x7F080038 + public const int action_bar_spinner = 2131230776; - // aapt resource value: 6 - public const int LinearLayoutCompat_measureWithLargestChild = 6; + // aapt resource value: 0x7F080039 + public const int action_bar_subtitle = 2131230777; - // aapt resource value: 7 - public const int LinearLayoutCompat_showDividers = 7; + // aapt resource value: 0x7F08003A + public const int action_bar_title = 2131230778; - public static int[] LinearLayoutCompat_Layout = new int[] { - 16842931, - 16842996, - 16842997, - 16843137}; + // aapt resource value: 0x7F08003B + public const int action_container = 2131230779; - // aapt resource value: 0 - public const int LinearLayoutCompat_Layout_android_layout_gravity = 0; + // aapt resource value: 0x7F08003C + public const int action_context_bar = 2131230780; - // aapt resource value: 2 - public const int LinearLayoutCompat_Layout_android_layout_height = 2; + // aapt resource value: 0x7F08003D + public const int action_divider = 2131230781; - // aapt resource value: 3 - public const int LinearLayoutCompat_Layout_android_layout_weight = 3; + // aapt resource value: 0x7F08003E + public const int action_image = 2131230782; - // aapt resource value: 1 - public const int LinearLayoutCompat_Layout_android_layout_width = 1; + // aapt resource value: 0x7F08003F + public const int action_menu_divider = 2131230783; - public static int[] ListPopupWindow = new int[] { - 16843436, - 16843437}; + // aapt resource value: 0x7F080040 + public const int action_menu_presenter = 2131230784; - // aapt resource value: 0 - public const int ListPopupWindow_android_dropDownHorizontalOffset = 0; + // aapt resource value: 0x7F080041 + public const int action_mode_bar = 2131230785; - // aapt resource value: 1 - public const int ListPopupWindow_android_dropDownVerticalOffset = 1; + // aapt resource value: 0x7F080042 + public const int action_mode_bar_stub = 2131230786; - public static int[] MediaRouteButton = new int[] { - 16843071, - 16843072, - 2130771984, - 2130772158}; + // aapt resource value: 0x7F080043 + public const int action_mode_close_button = 2131230787; - // aapt resource value: 1 - public const int MediaRouteButton_android_minHeight = 1; + // aapt resource value: 0x7F080044 + public const int action_text = 2131230788; - // aapt resource value: 0 - public const int MediaRouteButton_android_minWidth = 0; + // aapt resource value: 0x7F080046 + public const int activity_chooser_view_content = 2131230790; - // aapt resource value: 3 - public const int MediaRouteButton_buttonTint = 3; + // aapt resource value: 0x7F080047 + public const int add = 2131230791; - // aapt resource value: 2 - public const int MediaRouteButton_externalRouteEnabledDrawable = 2; + // aapt resource value: 0x7F080048 + public const int alertTitle = 2131230792; - public static int[] MenuGroup = new int[] { - 16842766, - 16842960, - 16843156, - 16843230, - 16843231, - 16843232}; + // aapt resource value: 0x7F080049 + public const int aligned = 2131230793; - // aapt resource value: 5 - public const int MenuGroup_android_checkableBehavior = 5; + // aapt resource value: 0x7F08004A + public const int all = 2131230794; - // aapt resource value: 0 - public const int MenuGroup_android_enabled = 0; + // aapt resource value: 0x7F08004B + public const int allStates = 2131230795; - // aapt resource value: 1 - public const int MenuGroup_android_id = 1; + // aapt resource value: 0x7F080000 + public const int ALT = 2131230720; - // aapt resource value: 3 - public const int MenuGroup_android_menuCategory = 3; + // aapt resource value: 0x7F08004C + public const int always = 2131230796; - // aapt resource value: 4 - public const int MenuGroup_android_orderInCategory = 4; + // aapt resource value: 0x7F08004D + public const int animateToEnd = 2131230797; - // aapt resource value: 2 - public const int MenuGroup_android_visible = 2; + // aapt resource value: 0x7F08004E + public const int animateToStart = 2131230798; - public static int[] MenuItem = new int[] { - 16842754, - 16842766, - 16842960, - 16843014, - 16843156, - 16843230, - 16843231, - 16843233, - 16843234, - 16843235, - 16843236, - 16843237, - 16843375, - 2130772171, - 2130772172, - 2130772173, - 2130772174}; + // aapt resource value: 0x7F080050 + public const int anticipate = 2131230800; - // aapt resource value: 14 - public const int MenuItem_actionLayout = 14; + // aapt resource value: 0x7F08004F + public const int antiClockwise = 2131230799; - // aapt resource value: 16 - public const int MenuItem_actionProviderClass = 16; + // aapt resource value: 0x7F080051 + public const int arc = 2131230801; - // aapt resource value: 15 - public const int MenuItem_actionViewClass = 15; + // aapt resource value: 0x7F080052 + public const int asConfigured = 2131230802; - // aapt resource value: 9 - public const int MenuItem_android_alphabeticShortcut = 9; + // aapt resource value: 0x7F080053 + public const int async = 2131230803; - // aapt resource value: 11 - public const int MenuItem_android_checkable = 11; + // aapt resource value: 0x7F080054 + public const int auto = 2131230804; - // aapt resource value: 3 - public const int MenuItem_android_checked = 3; + // aapt resource value: 0x7F080055 + public const int autoComplete = 2131230805; - // aapt resource value: 1 - public const int MenuItem_android_enabled = 1; + // aapt resource value: 0x7F080056 + public const int autoCompleteToEnd = 2131230806; - // aapt resource value: 0 - public const int MenuItem_android_icon = 0; + // aapt resource value: 0x7F080057 + public const int autoCompleteToStart = 2131230807; - // aapt resource value: 2 - public const int MenuItem_android_id = 2; + // aapt resource value: 0x7F080058 + public const int barrier = 2131230808; - // aapt resource value: 5 - public const int MenuItem_android_menuCategory = 5; + // aapt resource value: 0x7F080059 + public const int baseline = 2131230809; - // aapt resource value: 10 - public const int MenuItem_android_numericShortcut = 10; + // aapt resource value: 0x7F08005B + public const int beginning = 2131230811; - // aapt resource value: 12 - public const int MenuItem_android_onClick = 12; + // aapt resource value: 0x7F08005A + public const int beginOnFirstDraw = 2131230810; - // aapt resource value: 6 - public const int MenuItem_android_orderInCategory = 6; + // aapt resource value: 0x7F08005C + public const int bestChoice = 2131230812; - // aapt resource value: 7 - public const int MenuItem_android_title = 7; + // aapt resource value: 0x7F08005D + public const int blocking = 2131230813; - // aapt resource value: 8 - public const int MenuItem_android_titleCondensed = 8; + // aapt resource value: 0x7F08005E + public const int bottom = 2131230814; - // aapt resource value: 4 - public const int MenuItem_android_visible = 4; + // aapt resource value: 0x7F08005F + public const int bottomtab_navarea = 2131230815; - // aapt resource value: 13 - public const int MenuItem_showAsAction = 13; + // aapt resource value: 0x7F080060 + public const int bottomtab_tabbar = 2131230816; - public static int[] MenuView = new int[] { - 16842926, - 16843052, - 16843053, - 16843054, - 16843055, - 16843056, - 16843057, - 2130772175, - 2130772176}; + // aapt resource value: 0x7F080001 + public const int BOTTOM_END = 2131230721; - // aapt resource value: 4 - public const int MenuView_android_headerBackground = 4; + // aapt resource value: 0x7F080002 + public const int BOTTOM_START = 2131230722; - // aapt resource value: 2 - public const int MenuView_android_horizontalDivider = 2; + // aapt resource value: 0x7F080061 + public const int bounce = 2131230817; - // aapt resource value: 5 - public const int MenuView_android_itemBackground = 5; + // aapt resource value: 0x7F080062 + public const int bounceBoth = 2131230818; - // aapt resource value: 6 - public const int MenuView_android_itemIconDisabledAlpha = 6; + // aapt resource value: 0x7F080063 + public const int bounceEnd = 2131230819; - // aapt resource value: 1 - public const int MenuView_android_itemTextAppearance = 1; + // aapt resource value: 0x7F080064 + public const int bounceStart = 2131230820; - // aapt resource value: 3 - public const int MenuView_android_verticalDivider = 3; + // aapt resource value: 0x7F080065 + public const int browser_actions_header_text = 2131230821; - // aapt resource value: 0 - public const int MenuView_android_windowAnimationStyle = 0; + // aapt resource value: 0x7F080068 + public const int browser_actions_menu_items = 2131230824; - // aapt resource value: 7 - public const int MenuView_preserveIconSpacing = 7; + // aapt resource value: 0x7F080066 + public const int browser_actions_menu_item_icon = 2131230822; - // aapt resource value: 8 - public const int MenuView_subMenuArrow = 8; + // aapt resource value: 0x7F080067 + public const int browser_actions_menu_item_text = 2131230823; - public static int[] NavigationView = new int[] { - 16842964, - 16842973, - 16843039, - 2130772024, - 2130772270, - 2130772271, - 2130772272, - 2130772273, - 2130772274, - 2130772275}; + // aapt resource value: 0x7F080069 + public const int browser_actions_menu_view = 2131230825; - // aapt resource value: 0 - public const int NavigationView_android_background = 0; + // aapt resource value: 0x7F08006A + public const int buttonPanel = 2131230826; - // aapt resource value: 1 - public const int NavigationView_android_fitsSystemWindows = 1; + // aapt resource value: 0x7F08006B + public const int cache_measures = 2131230827; - // aapt resource value: 2 - public const int NavigationView_android_maxWidth = 2; + // aapt resource value: 0x7F08006C + public const int cancel_action = 2131230828; - // aapt resource value: 3 - public const int NavigationView_elevation = 3; + // aapt resource value: 0x7F08006D + public const int cancel_button = 2131230829; - // aapt resource value: 9 - public const int NavigationView_headerLayout = 9; + // aapt resource value: 0x7F08006E + public const int carryVelocity = 2131230830; - // aapt resource value: 7 - public const int NavigationView_itemBackground = 7; + // aapt resource value: 0x7F08006F + public const int center = 2131230831; - // aapt resource value: 5 - public const int NavigationView_itemIconTint = 5; + // aapt resource value: 0x7F080070 + public const int center_horizontal = 2131230832; - // aapt resource value: 8 - public const int NavigationView_itemTextAppearance = 8; + // aapt resource value: 0x7F080071 + public const int center_vertical = 2131230833; - // aapt resource value: 6 - public const int NavigationView_itemTextColor = 6; + // aapt resource value: 0x7F080072 + public const int chain = 2131230834; - // aapt resource value: 4 - public const int NavigationView_menu = 4; + // aapt resource value: 0x7F080073 + public const int chains = 2131230835; - public static int[] PopupWindow = new int[] { - 16843126, - 16843465, - 2130772177}; + // aapt resource value: 0x7F080074 + public const int checkbox = 2131230836; - // aapt resource value: 1 - public const int PopupWindow_android_popupAnimationStyle = 1; + // aapt resource value: 0x7F080075 + public const int @checked = 2131230837; - // aapt resource value: 0 - public const int PopupWindow_android_popupBackground = 0; + // aapt resource value: 0x7F080076 + public const int chip = 2131230838; - // aapt resource value: 2 - public const int PopupWindow_overlapAnchor = 2; + // aapt resource value: 0x7F080077 + public const int chip1 = 2131230839; - public static int[] PopupWindowBackgroundState = new int[] { - 2130772178}; + // aapt resource value: 0x7F080078 + public const int chip2 = 2131230840; - // aapt resource value: 0 - public const int PopupWindowBackgroundState_state_above_anchor = 0; + // aapt resource value: 0x7F080079 + public const int chip3 = 2131230841; - public static int[] RecycleListView = new int[] { - 2130772179, - 2130772180}; + // aapt resource value: 0x7F08007A + public const int chip_group = 2131230842; - // aapt resource value: 0 - public const int RecycleListView_paddingBottomNoButtons = 0; + // aapt resource value: 0x7F08007B + public const int chronometer = 2131230843; - // aapt resource value: 1 - public const int RecycleListView_paddingTopNoTitle = 1; + // aapt resource value: 0x7F08007C + public const int circle_center = 2131230844; - public static int[] RecyclerView = new int[] { - 16842948, - 16842993, - 2130771968, - 2130771969, - 2130771970, - 2130771971}; + // aapt resource value: 0x7F08007D + public const int clear_text = 2131230845; - // aapt resource value: 1 - public const int RecyclerView_android_descendantFocusability = 1; + // aapt resource value: 0x7F08007E + public const int clip_horizontal = 2131230846; - // aapt resource value: 0 - public const int RecyclerView_android_orientation = 0; + // aapt resource value: 0x7F08007F + public const int clip_vertical = 2131230847; - // aapt resource value: 2 - public const int RecyclerView_layoutManager = 2; + // aapt resource value: 0x7F080080 + public const int clockwise = 2131230848; - // aapt resource value: 4 - public const int RecyclerView_reverseLayout = 4; + // aapt resource value: 0x7F080081 + public const int closest = 2131230849; - // aapt resource value: 3 - public const int RecyclerView_spanCount = 3; + // aapt resource value: 0x7F080082 + public const int collapseActionView = 2131230850; - // aapt resource value: 5 - public const int RecyclerView_stackFromEnd = 5; + // aapt resource value: 0x7F080083 + public const int confirm_button = 2131230851; - public static int[] ScrimInsetsFrameLayout = new int[] { - 2130772276}; + // aapt resource value: 0x7F080084 + public const int constraint = 2131230852; - // aapt resource value: 0 - public const int ScrimInsetsFrameLayout_insetForeground = 0; + // aapt resource value: 0x7F080085 + public const int container = 2131230853; - public static int[] ScrollingViewBehavior_Layout = new int[] { - 2130772277}; + // aapt resource value: 0x7F080086 + public const int content = 2131230854; - // aapt resource value: 0 - public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + // aapt resource value: 0x7F080087 + public const int contentPanel = 2131230855; - public static int[] SearchView = new int[] { - 16842970, - 16843039, - 16843296, - 16843364, - 2130772181, - 2130772182, - 2130772183, - 2130772184, - 2130772185, - 2130772186, - 2130772187, - 2130772188, - 2130772189, - 2130772190, - 2130772191, - 2130772192, - 2130772193}; + // aapt resource value: 0x7F080088 + public const int contiguous = 2131230856; - // aapt resource value: 0 - public const int SearchView_android_focusable = 0; + // aapt resource value: 0x7F080089 + public const int continuousVelocity = 2131230857; + + // aapt resource value: 0x7F08008A + public const int coordinator = 2131230858; + + // aapt resource value: 0x7F08008B + public const int cos = 2131230859; + + // aapt resource value: 0x7F08008C + public const int counterclockwise = 2131230860; + + // aapt resource value: 0x7F080003 + public const int CTRL = 2131230723; + + // aapt resource value: 0x7F08008D + public const int currentState = 2131230861; + + // aapt resource value: 0x7F08008E + public const int custom = 2131230862; + + // aapt resource value: 0x7F08008F + public const int customPanel = 2131230863; + + // aapt resource value: 0x7F080090 + public const int cut = 2131230864; + + // aapt resource value: 0x7F080091 + public const int date_picker_actions = 2131230865; + + // aapt resource value: 0x7F080092 + public const int decelerate = 2131230866; + + // aapt resource value: 0x7F080093 + public const int decelerateAndComplete = 2131230867; + + // aapt resource value: 0x7F080094 + public const int decor_content_parent = 2131230868; + + // aapt resource value: 0x7F080095 + public const int default_activity_button = 2131230869; + + // aapt resource value: 0x7F080096 + public const int deltaRelative = 2131230870; + + // aapt resource value: 0x7F080097 + public const int dependency_ordering = 2131230871; + + // aapt resource value: 0x7F080098 + public const int design_bottom_sheet = 2131230872; + + // aapt resource value: 0x7F080099 + public const int design_menu_item_action_area = 2131230873; + + // aapt resource value: 0x7F08009A + public const int design_menu_item_action_area_stub = 2131230874; + + // aapt resource value: 0x7F08009B + public const int design_menu_item_text = 2131230875; + + // aapt resource value: 0x7F08009C + public const int design_navigation_view = 2131230876; + + // aapt resource value: 0x7F08009D + public const int dialog_button = 2131230877; + + // aapt resource value: 0x7F08009E + public const int dimensions = 2131230878; + + // aapt resource value: 0x7F08009F + public const int direct = 2131230879; + + // aapt resource value: 0x7F0800A0 + public const int disableHome = 2131230880; + + // aapt resource value: 0x7F0800A1 + public const int disableIntraAutoTransition = 2131230881; + + // aapt resource value: 0x7F0800A2 + public const int disablePostScroll = 2131230882; + + // aapt resource value: 0x7F0800A3 + public const int disableScroll = 2131230883; + + // aapt resource value: 0x7F0800A4 + public const int disjoint = 2131230884; + + // aapt resource value: 0x7F0800A5 + public const int dragAnticlockwise = 2131230885; + + // aapt resource value: 0x7F0800A6 + public const int dragClockwise = 2131230886; + + // aapt resource value: 0x7F0800A7 + public const int dragDown = 2131230887; + + // aapt resource value: 0x7F0800A8 + public const int dragEnd = 2131230888; + + // aapt resource value: 0x7F0800A9 + public const int dragLeft = 2131230889; + + // aapt resource value: 0x7F0800AA + public const int dragRight = 2131230890; + + // aapt resource value: 0x7F0800AB + public const int dragStart = 2131230891; + + // aapt resource value: 0x7F0800AC + public const int dragUp = 2131230892; + + // aapt resource value: 0x7F0800AD + public const int dropdown_menu = 2131230893; + + // aapt resource value: 0x7F0800AE + public const int easeIn = 2131230894; + + // aapt resource value: 0x7F0800AF + public const int easeInOut = 2131230895; + + // aapt resource value: 0x7F0800B0 + public const int easeOut = 2131230896; + + // aapt resource value: 0x7F0800B1 + public const int east = 2131230897; + + // aapt resource value: 0x7F0800B2 + public const int edit_query = 2131230898; + + // aapt resource value: 0x7F0800B3 + public const int elastic = 2131230899; + + // aapt resource value: 0x7F0800B4 + public const int end = 2131230900; + + // aapt resource value: 0x7F0800B5 + public const int endToStart = 2131230901; + + // aapt resource value: 0x7F0800B6 + public const int end_padder = 2131230902; + + // aapt resource value: 0x7F0800B7 + public const int enterAlways = 2131230903; + + // aapt resource value: 0x7F0800B8 + public const int enterAlwaysCollapsed = 2131230904; + + // aapt resource value: 0x7F0800B9 + public const int exitUntilCollapsed = 2131230905; + + // aapt resource value: 0x7F0800BB + public const int expanded_menu = 2131230907; + + // aapt resource value: 0x7F0800BA + public const int expand_activities_button = 2131230906; + + // aapt resource value: 0x7F0800BC + public const int fade = 2131230908; + + // aapt resource value: 0x7F0800BD + public const int fill = 2131230909; + + // aapt resource value: 0x7F0800C0 + public const int filled = 2131230912; + + // aapt resource value: 0x7F0800BE + public const int fill_horizontal = 2131230910; + + // aapt resource value: 0x7F0800BF + public const int fill_vertical = 2131230911; + + // aapt resource value: 0x7F0800C1 + public const int fitToContents = 2131230913; + + // aapt resource value: 0x7F0800C2 + public const int @fixed = 2131230914; + + // aapt resource value: 0x7F0800C3 + public const int flip = 2131230915; + + // aapt resource value: 0x7F0800C4 + public const int floating = 2131230916; + + // aapt resource value: 0x7F0800C5 + public const int flyoutcontent_appbar = 2131230917; + + // aapt resource value: 0x7F0800C6 + public const int forever = 2131230918; + + // aapt resource value: 0x7F0800C7 + public const int fragment_container_view_tag = 2131230919; + + // aapt resource value: 0x7F0800C8 + public const int frost = 2131230920; + + // aapt resource value: 0x7F080004 + public const int FUNCTION = 2131230724; + + // aapt resource value: 0x7F0800C9 + public const int ghost_view = 2131230921; + + // aapt resource value: 0x7F0800CA + public const int ghost_view_holder = 2131230922; + + // aapt resource value: 0x7F0800CB + public const int gone = 2131230923; + + // aapt resource value: 0x7F0800CC + public const int graph = 2131230924; + + // aapt resource value: 0x7F0800CD + public const int graph_wrap = 2131230925; + + // aapt resource value: 0x7F0800CF + public const int grouping = 2131230927; + + // aapt resource value: 0x7F0800D0 + public const int groups = 2131230928; + + // aapt resource value: 0x7F0800CE + public const int group_divider = 2131230926; + + // aapt resource value: 0x7F0800D1 + public const int guideline = 2131230929; + + // aapt resource value: 0x7F0800D2 + public const int header_title = 2131230930; + + // aapt resource value: 0x7F0800D3 + public const int hideable = 2131230931; + + // aapt resource value: 0x7F0800D4 + public const int home = 2131230932; + + // aapt resource value: 0x7F0800D5 + public const int homeAsUp = 2131230933; + + // aapt resource value: 0x7F0800D6 + public const int honorRequest = 2131230934; + + // aapt resource value: 0x7F0800D7 + public const int horizontal_only = 2131230935; + + // aapt resource value: 0x7F0800D8 + public const int icon = 2131230936; + + // aapt resource value: 0x7F0800D9 + public const int icon_frame = 2131230937; + + // aapt resource value: 0x7F0800DA + public const int icon_group = 2131230938; + + // aapt resource value: 0x7F0800DB + public const int ifRoom = 2131230939; + + // aapt resource value: 0x7F0800DC + public const int ignore = 2131230940; + + // aapt resource value: 0x7F0800DD + public const int ignoreRequest = 2131230941; + + // aapt resource value: 0x7F0800DE + public const int image = 2131230942; + + // aapt resource value: 0x7F0800DF + public const int immediateStop = 2131230943; + + // aapt resource value: 0x7F0800E0 + public const int included = 2131230944; + + // aapt resource value: 0x7F0800E1 + public const int info = 2131230945; + + // aapt resource value: 0x7F0800E2 + public const int invisible = 2131230946; + + // aapt resource value: 0x7F0800E3 + public const int inward = 2131230947; + + // aapt resource value: 0x7F0800E4 + public const int italic = 2131230948; + + // aapt resource value: 0x7F0800E5 + public const int item_touch_helper_previous_elevation = 2131230949; + + // aapt resource value: 0x7F0800E6 + public const int jumpToEnd = 2131230950; + + // aapt resource value: 0x7F0800E7 + public const int jumpToStart = 2131230951; + + // aapt resource value: 0x7F0800E8 + public const int labeled = 2131230952; + + // aapt resource value: 0x7F0800E9 + public const int layout = 2131230953; + + // aapt resource value: 0x7F0800EA + public const int left = 2131230954; + + // aapt resource value: 0x7F0800EB + public const int leftToRight = 2131230955; + + // aapt resource value: 0x7F0800EC + public const int legacy = 2131230956; + + // aapt resource value: 0x7F0800ED + public const int line1 = 2131230957; + + // aapt resource value: 0x7F0800EE + public const int line3 = 2131230958; + + // aapt resource value: 0x7F0800EF + public const int linear = 2131230959; + + // aapt resource value: 0x7F0800F0 + public const int listMode = 2131230960; + + // aapt resource value: 0x7F0800F1 + public const int list_item = 2131230961; + + // aapt resource value: 0x7F0800F2 + public const int main_appbar = 2131230962; + + // aapt resource value: 0x7F0800F3 + public const int main_tablayout = 2131230963; + + // aapt resource value: 0x7F0800F4 + public const int main_toolbar = 2131230964; + + // aapt resource value: 0x7F0800F5 + public const int main_viewpager = 2131230965; + + // aapt resource value: 0x7F0800F6 + public const int masked = 2131230966; + + // aapt resource value: 0x7F0800F7 + public const int match_constraint = 2131230967; + + // aapt resource value: 0x7F0800F8 + public const int match_parent = 2131230968; + + // aapt resource value: 0x7F0800F9 + public const int material_clock_display = 2131230969; + + // aapt resource value: 0x7F0800FA + public const int material_clock_face = 2131230970; + + // aapt resource value: 0x7F0800FB + public const int material_clock_hand = 2131230971; + + // aapt resource value: 0x7F0800FC + public const int material_clock_period_am_button = 2131230972; + + // aapt resource value: 0x7F0800FD + public const int material_clock_period_pm_button = 2131230973; + + // aapt resource value: 0x7F0800FE + public const int material_clock_period_toggle = 2131230974; + + // aapt resource value: 0x7F0800FF + public const int material_hour_text_input = 2131230975; + + // aapt resource value: 0x7F080100 + public const int material_hour_tv = 2131230976; + + // aapt resource value: 0x7F080101 + public const int material_label = 2131230977; + + // aapt resource value: 0x7F080102 + public const int material_minute_text_input = 2131230978; + + // aapt resource value: 0x7F080103 + public const int material_minute_tv = 2131230979; + + // aapt resource value: 0x7F080104 + public const int material_textinput_timepicker = 2131230980; + + // aapt resource value: 0x7F080105 + public const int material_timepicker_cancel_button = 2131230981; + + // aapt resource value: 0x7F080106 + public const int material_timepicker_container = 2131230982; + + // aapt resource value: 0x7F080107 + public const int material_timepicker_edit_text = 2131230983; + + // aapt resource value: 0x7F080108 + public const int material_timepicker_mode_button = 2131230984; + + // aapt resource value: 0x7F080109 + public const int material_timepicker_ok_button = 2131230985; + + // aapt resource value: 0x7F08010A + public const int material_timepicker_view = 2131230986; + + // aapt resource value: 0x7F08010B + public const int material_value_index = 2131230987; + + // aapt resource value: 0x7F08010C + public const int media_actions = 2131230988; + + // aapt resource value: 0x7F08010D + public const int media_controller_compat_view_tag = 2131230989; + + // aapt resource value: 0x7F08010E + public const int message = 2131230990; + + // aapt resource value: 0x7F080005 + public const int META = 2131230725; + + // aapt resource value: 0x7F08010F + public const int middle = 2131230991; + + // aapt resource value: 0x7F080110 + public const int mini = 2131230992; + + // aapt resource value: 0x7F080111 + public const int month_grid = 2131230993; + + // aapt resource value: 0x7F080112 + public const int month_navigation_bar = 2131230994; + + // aapt resource value: 0x7F080113 + public const int month_navigation_fragment_toggle = 2131230995; + + // aapt resource value: 0x7F080114 + public const int month_navigation_next = 2131230996; + + // aapt resource value: 0x7F080115 + public const int month_navigation_previous = 2131230997; + + // aapt resource value: 0x7F080116 + public const int month_title = 2131230998; + + // aapt resource value: 0x7F080117 + public const int motion_base = 2131230999; + + // aapt resource value: 0x7F080118 + public const int mtrl_anchor_parent = 2131231000; + + // aapt resource value: 0x7F08011A + public const int mtrl_calendar_days_of_week = 2131231002; + + // aapt resource value: 0x7F080119 + public const int mtrl_calendar_day_selector_frame = 2131231001; + + // aapt resource value: 0x7F08011B + public const int mtrl_calendar_frame = 2131231003; + + // aapt resource value: 0x7F08011C + public const int mtrl_calendar_main_pane = 2131231004; + + // aapt resource value: 0x7F08011D + public const int mtrl_calendar_months = 2131231005; + + // aapt resource value: 0x7F08011E + public const int mtrl_calendar_selection_frame = 2131231006; + + // aapt resource value: 0x7F08011F + public const int mtrl_calendar_text_input_frame = 2131231007; + + // aapt resource value: 0x7F080120 + public const int mtrl_calendar_year_selector_frame = 2131231008; + + // aapt resource value: 0x7F080121 + public const int mtrl_card_checked_layer_id = 2131231009; + + // aapt resource value: 0x7F080122 + public const int mtrl_child_content_container = 2131231010; + + // aapt resource value: 0x7F080123 + public const int mtrl_internal_children_alpha_tag = 2131231011; + + // aapt resource value: 0x7F080124 + public const int mtrl_motion_snapshot_view = 2131231012; + + // aapt resource value: 0x7F080125 + public const int mtrl_picker_fullscreen = 2131231013; + + // aapt resource value: 0x7F080126 + public const int mtrl_picker_header = 2131231014; + + // aapt resource value: 0x7F080127 + public const int mtrl_picker_header_selection_text = 2131231015; + + // aapt resource value: 0x7F080128 + public const int mtrl_picker_header_title_and_selection = 2131231016; + + // aapt resource value: 0x7F080129 + public const int mtrl_picker_header_toggle = 2131231017; + + // aapt resource value: 0x7F08012A + public const int mtrl_picker_text_input_date = 2131231018; + + // aapt resource value: 0x7F08012B + public const int mtrl_picker_text_input_range_end = 2131231019; + + // aapt resource value: 0x7F08012C + public const int mtrl_picker_text_input_range_start = 2131231020; + + // aapt resource value: 0x7F08012D + public const int mtrl_picker_title_text = 2131231021; + + // aapt resource value: 0x7F08012E + public const int mtrl_view_tag_bottom_padding = 2131231022; + + // aapt resource value: 0x7F08012F + public const int multiply = 2131231023; + + // aapt resource value: 0x7F080131 + public const int navigation_bar_item_icon_view = 2131231025; + + // aapt resource value: 0x7F080132 + public const int navigation_bar_item_labels_group = 2131231026; + + // aapt resource value: 0x7F080133 + public const int navigation_bar_item_large_label_view = 2131231027; + + // aapt resource value: 0x7F080134 + public const int navigation_bar_item_small_label_view = 2131231028; + + // aapt resource value: 0x7F080135 + public const int navigation_header_container = 2131231029; + + // aapt resource value: 0x7F080130 + public const int nav_controller_view_tag = 2131231024; + + // aapt resource value: 0x7F080136 + public const int never = 2131231030; + + // aapt resource value: 0x7F080137 + public const int neverCompleteToEnd = 2131231031; + + // aapt resource value: 0x7F080138 + public const int neverCompleteToStart = 2131231032; + + // aapt resource value: 0x7F08013B + public const int none = 2131231035; + + // aapt resource value: 0x7F08013C + public const int normal = 2131231036; + + // aapt resource value: 0x7F08013D + public const int north = 2131231037; + + // aapt resource value: 0x7F080139 + public const int noScroll = 2131231033; + + // aapt resource value: 0x7F08013A + public const int noState = 2131231034; + + // aapt resource value: 0x7F08013E + public const int notification_background = 2131231038; + + // aapt resource value: 0x7F08013F + public const int notification_main_column = 2131231039; + + // aapt resource value: 0x7F080140 + public const int notification_main_column_container = 2131231040; + + // aapt resource value: 0x7F080006 + public const int NO_DEBUG = 2131230726; + + // aapt resource value: 0x7F080141 + public const int off = 2131231041; + + // aapt resource value: 0x7F080142 + public const int on = 2131231042; + + // aapt resource value: 0x7F080143 + public const int outline = 2131231043; + + // aapt resource value: 0x7F080144 + public const int outward = 2131231044; + + // aapt resource value: 0x7F080145 + public const int overshoot = 2131231045; + + // aapt resource value: 0x7F080146 + public const int packed = 2131231046; + + // aapt resource value: 0x7F080147 + public const int parallax = 2131231047; + + // aapt resource value: 0x7F080148 + public const int parent = 2131231048; + + // aapt resource value: 0x7F080149 + public const int parentPanel = 2131231049; + + // aapt resource value: 0x7F08014A + public const int parentRelative = 2131231050; + + // aapt resource value: 0x7F08014B + public const int parent_matrix = 2131231051; + + // aapt resource value: 0x7F08014C + public const int password_toggle = 2131231052; + + // aapt resource value: 0x7F08014D + public const int path = 2131231053; + + // aapt resource value: 0x7F08014E + public const int pathRelative = 2131231054; + + // aapt resource value: 0x7F08014F + public const int peekHeight = 2131231055; + + // aapt resource value: 0x7F080150 + public const int percent = 2131231056; + + // aapt resource value: 0x7F080151 + public const int pin = 2131231057; + + // aapt resource value: 0x7F080152 + public const int position = 2131231058; + + // aapt resource value: 0x7F080153 + public const int postLayout = 2131231059; + + // aapt resource value: 0x7F080154 + public const int progress_circular = 2131231060; + + // aapt resource value: 0x7F080155 + public const int progress_horizontal = 2131231061; + + // aapt resource value: 0x7F080156 + public const int radio = 2131231062; + + // aapt resource value: 0x7F080157 + public const int ratio = 2131231063; + + // aapt resource value: 0x7F080158 + public const int rectangles = 2131231064; + + // aapt resource value: 0x7F080159 + public const int recycler_view = 2131231065; + + // aapt resource value: 0x7F08015A + public const int reverseSawtooth = 2131231066; + + // aapt resource value: 0x7F08015B + public const int right = 2131231067; + + // aapt resource value: 0x7F08015C + public const int rightToLeft = 2131231068; + + // aapt resource value: 0x7F08015D + public const int right_icon = 2131231069; + + // aapt resource value: 0x7F08015E + public const int right_side = 2131231070; + + // aapt resource value: 0x7F08015F + public const int rounded = 2131231071; + + // aapt resource value: 0x7F080160 + public const int row_index_key = 2131231072; + + // aapt resource value: 0x7F080161 + public const int save_non_transition_alpha = 2131231073; + + // aapt resource value: 0x7F080162 + public const int save_overlay_view = 2131231074; + + // aapt resource value: 0x7F080163 + public const int sawtooth = 2131231075; + + // aapt resource value: 0x7F080164 + public const int scale = 2131231076; + + // aapt resource value: 0x7F080165 + public const int screen = 2131231077; + + // aapt resource value: 0x7F080166 + public const int scroll = 2131231078; + + // aapt resource value: 0x7F08016A + public const int scrollable = 2131231082; + + // aapt resource value: 0x7F080167 + public const int scrollIndicatorDown = 2131231079; + + // aapt resource value: 0x7F080168 + public const int scrollIndicatorUp = 2131231080; + + // aapt resource value: 0x7F080169 + public const int scrollView = 2131231081; + + // aapt resource value: 0x7F08016B + public const int search_badge = 2131231083; + + // aapt resource value: 0x7F08016C + public const int search_bar = 2131231084; + + // aapt resource value: 0x7F08016D + public const int search_button = 2131231085; + + // aapt resource value: 0x7F08016E + public const int search_close_btn = 2131231086; + + // aapt resource value: 0x7F08016F + public const int search_edit_frame = 2131231087; + + // aapt resource value: 0x7F080170 + public const int search_go_btn = 2131231088; + + // aapt resource value: 0x7F080171 + public const int search_mag_icon = 2131231089; + + // aapt resource value: 0x7F080172 + public const int search_plate = 2131231090; + + // aapt resource value: 0x7F080173 + public const int search_src_text = 2131231091; + + // aapt resource value: 0x7F080174 + public const int search_voice_btn = 2131231092; + + // aapt resource value: 0x7F080175 + public const int seekbar = 2131231093; + + // aapt resource value: 0x7F080176 + public const int seekbar_value = 2131231094; + + // aapt resource value: 0x7F080178 + public const int selected = 2131231096; + + // aapt resource value: 0x7F080179 + public const int selection_type = 2131231097; + + // aapt resource value: 0x7F080177 + public const int select_dialog_listview = 2131231095; + + // aapt resource value: 0x7F08017A + public const int sharedValueSet = 2131231098; + + // aapt resource value: 0x7F08017B + public const int sharedValueUnset = 2131231099; + + // aapt resource value: 0x7F08017C + public const int shellcontent_appbar = 2131231100; + + // aapt resource value: 0x7F08017D + public const int shellcontent_toolbar = 2131231101; + + // aapt resource value: 0x7F080007 + public const int SHIFT = 2131230727; + + // aapt resource value: 0x7F08017E + public const int shortcut = 2131231102; + + // aapt resource value: 0x7F08017F + public const int showCustom = 2131231103; + + // aapt resource value: 0x7F080180 + public const int showHome = 2131231104; + + // aapt resource value: 0x7F080181 + public const int showTitle = 2131231105; + + // aapt resource value: 0x7F080008 + public const int SHOW_ALL = 2131230728; + + // aapt resource value: 0x7F080009 + public const int SHOW_PATH = 2131230729; + + // aapt resource value: 0x7F08000A + public const int SHOW_PROGRESS = 2131230730; + + // aapt resource value: 0x7F080182 + public const int sin = 2131231106; + + // aapt resource value: 0x7F080183 + public const int skipCollapsed = 2131231107; + + // aapt resource value: 0x7F080184 + public const int skipped = 2131231108; + + // aapt resource value: 0x7F080185 + public const int slide = 2131231109; + + // aapt resource value: 0x7F080186 + public const int sliding_tabs = 2131231110; + + // aapt resource value: 0x7F080187 + public const int snackbar_action = 2131231111; + + // aapt resource value: 0x7F080188 + public const int snackbar_text = 2131231112; + + // aapt resource value: 0x7F080189 + public const int snap = 2131231113; + + // aapt resource value: 0x7F08018A + public const int snapMargins = 2131231114; + + // aapt resource value: 0x7F08018B + public const int south = 2131231115; + + // aapt resource value: 0x7F08018C + public const int spacer = 2131231116; + + // aapt resource value: 0x7F08018D + public const int special_effects_controller_view_tag = 2131231117; + + // aapt resource value: 0x7F08018E + public const int spinner = 2131231118; + + // aapt resource value: 0x7F08018F + public const int spline = 2131231119; + + // aapt resource value: 0x7F080190 + public const int split_action_bar = 2131231120; + + // aapt resource value: 0x7F080191 + public const int spread = 2131231121; + + // aapt resource value: 0x7F080192 + public const int spread_inside = 2131231122; + + // aapt resource value: 0x7F080193 + public const int spring = 2131231123; + + // aapt resource value: 0x7F080194 + public const int square = 2131231124; + + // aapt resource value: 0x7F080195 + public const int src_atop = 2131231125; + + // aapt resource value: 0x7F080196 + public const int src_in = 2131231126; + + // aapt resource value: 0x7F080197 + public const int src_over = 2131231127; + + // aapt resource value: 0x7F080198 + public const int standard = 2131231128; + + // aapt resource value: 0x7F080199 + public const int start = 2131231129; + + // aapt resource value: 0x7F08019A + public const int startHorizontal = 2131231130; + + // aapt resource value: 0x7F08019B + public const int startToEnd = 2131231131; + + // aapt resource value: 0x7F08019C + public const int startVertical = 2131231132; + + // aapt resource value: 0x7F08019D + public const int staticLayout = 2131231133; + + // aapt resource value: 0x7F08019E + public const int staticPostLayout = 2131231134; + + // aapt resource value: 0x7F08019F + public const int status_bar_latest_event_content = 2131231135; + + // aapt resource value: 0x7F0801A0 + public const int stop = 2131231136; + + // aapt resource value: 0x7F0801A1 + public const int stretch = 2131231137; + + // aapt resource value: 0x7F0801A2 + public const int submenuarrow = 2131231138; + + // aapt resource value: 0x7F0801A3 + public const int submit_area = 2131231139; + + // aapt resource value: 0x7F0801A4 + public const int supportScrollUp = 2131231140; + + // aapt resource value: 0x7F0801A5 + public const int switchWidget = 2131231141; + + // aapt resource value: 0x7F08000B + public const int SYM = 2131230731; + + // aapt resource value: 0x7F0801A6 + public const int tabMode = 2131231142; + + // aapt resource value: 0x7F0801A7 + public const int tag_accessibility_actions = 2131231143; + + // aapt resource value: 0x7F0801A8 + public const int tag_accessibility_clickable_spans = 2131231144; + + // aapt resource value: 0x7F0801A9 + public const int tag_accessibility_heading = 2131231145; + + // aapt resource value: 0x7F0801AA + public const int tag_accessibility_pane_title = 2131231146; + + // aapt resource value: 0x7F0801AB + public const int tag_on_apply_window_listener = 2131231147; + + // aapt resource value: 0x7F0801AC + public const int tag_on_receive_content_listener = 2131231148; + + // aapt resource value: 0x7F0801AD + public const int tag_on_receive_content_mime_types = 2131231149; + + // aapt resource value: 0x7F0801AE + public const int tag_screen_reader_focusable = 2131231150; + + // aapt resource value: 0x7F0801AF + public const int tag_state_description = 2131231151; + + // aapt resource value: 0x7F0801B0 + public const int tag_transition_group = 2131231152; + + // aapt resource value: 0x7F0801B1 + public const int tag_unhandled_key_event_manager = 2131231153; + + // aapt resource value: 0x7F0801B2 + public const int tag_unhandled_key_listeners = 2131231154; + + // aapt resource value: 0x7F0801B3 + public const int tag_window_insets_animation_callback = 2131231155; + + // aapt resource value: 0x7F0801B4 + public const int test_checkbox_android_button_tint = 2131231156; + + // aapt resource value: 0x7F0801B5 + public const int test_checkbox_app_button_tint = 2131231157; + + // aapt resource value: 0x7F0801B6 + public const int test_radiobutton_android_button_tint = 2131231158; + + // aapt resource value: 0x7F0801B7 + public const int test_radiobutton_app_button_tint = 2131231159; + + // aapt resource value: 0x7F0801B8 + public const int text = 2131231160; + + // aapt resource value: 0x7F0801B9 + public const int text2 = 2131231161; + + // aapt resource value: 0x7F0801BA + public const int textEnd = 2131231162; + + // aapt resource value: 0x7F0801C2 + public const int textinput_counter = 2131231170; + + // aapt resource value: 0x7F0801C3 + public const int textinput_error = 2131231171; + + // aapt resource value: 0x7F0801C4 + public const int textinput_helper_text = 2131231172; + + // aapt resource value: 0x7F0801C5 + public const int textinput_placeholder = 2131231173; + + // aapt resource value: 0x7F0801C6 + public const int textinput_prefix_text = 2131231174; + + // aapt resource value: 0x7F0801C7 + public const int textinput_suffix_text = 2131231175; + + // aapt resource value: 0x7F0801BB + public const int textSpacerNoButtons = 2131231163; + + // aapt resource value: 0x7F0801BC + public const int textSpacerNoTitle = 2131231164; + + // aapt resource value: 0x7F0801BD + public const int textStart = 2131231165; + + // aapt resource value: 0x7F0801BE + public const int textTop = 2131231166; + + // aapt resource value: 0x7F0801BF + public const int text_input_end_icon = 2131231167; + + // aapt resource value: 0x7F0801C0 + public const int text_input_error_icon = 2131231168; + + // aapt resource value: 0x7F0801C1 + public const int text_input_start_icon = 2131231169; + + // aapt resource value: 0x7F0801C8 + public const int time = 2131231176; + + // aapt resource value: 0x7F0801C9 + public const int title = 2131231177; + + // aapt resource value: 0x7F0801CA + public const int titleDividerNoCustom = 2131231178; + + // aapt resource value: 0x7F0801CB + public const int title_template = 2131231179; + + // aapt resource value: 0x7F0801CC + public const int toggle = 2131231180; + + // aapt resource value: 0x7F0801CD + public const int toolbar = 2131231181; + + // aapt resource value: 0x7F0801CE + public const int top = 2131231182; + + // aapt resource value: 0x7F0801CF + public const int topPanel = 2131231183; + + // aapt resource value: 0x7F08000C + public const int TOP_END = 2131230732; + + // aapt resource value: 0x7F08000D + public const int TOP_START = 2131230733; + + // aapt resource value: 0x7F0801D0 + public const int touch_outside = 2131231184; + + // aapt resource value: 0x7F0801D1 + public const int transitionToEnd = 2131231185; + + // aapt resource value: 0x7F0801D2 + public const int transitionToStart = 2131231186; + + // aapt resource value: 0x7F0801D3 + public const int transition_current_scene = 2131231187; + + // aapt resource value: 0x7F0801D4 + public const int transition_layout_save = 2131231188; + + // aapt resource value: 0x7F0801D5 + public const int transition_position = 2131231189; + + // aapt resource value: 0x7F0801D6 + public const int transition_scene_layoutid_cache = 2131231190; + + // aapt resource value: 0x7F0801D7 + public const int transition_transform = 2131231191; + + // aapt resource value: 0x7F0801D8 + public const int triangle = 2131231192; + + // aapt resource value: 0x7F0801D9 + public const int @unchecked = 2131231193; + + // aapt resource value: 0x7F0801DA + public const int uniform = 2131231194; + + // aapt resource value: 0x7F0801DB + public const int unlabeled = 2131231195; + + // aapt resource value: 0x7F0801DC + public const int up = 2131231196; + + // aapt resource value: 0x7F0801DD + public const int useLogo = 2131231197; + + // aapt resource value: 0x7F0801DE + public const int vertical_only = 2131231198; + + // aapt resource value: 0x7F0801DF + public const int view_offset_helper = 2131231199; + + // aapt resource value: 0x7F0801E0 + public const int view_transition = 2131231200; + + // aapt resource value: 0x7F0801E1 + public const int view_tree_lifecycle_owner = 2131231201; + + // aapt resource value: 0x7F0801E2 + public const int view_tree_saved_state_registry_owner = 2131231202; + + // aapt resource value: 0x7F0801E3 + public const int view_tree_view_model_store_owner = 2131231203; + + // aapt resource value: 0x7F0801E4 + public const int visible = 2131231204; + + // aapt resource value: 0x7F0801E5 + public const int visible_removing_fragment_view_tag = 2131231205; + + // aapt resource value: 0x7F0801E6 + public const int west = 2131231206; + + // aapt resource value: 0x7F0801E8 + public const int withinBounds = 2131231208; + + // aapt resource value: 0x7F0801E7 + public const int withText = 2131231207; + + // aapt resource value: 0x7F0801E9 + public const int wrap = 2131231209; + + // aapt resource value: 0x7F0801EA + public const int wrap_content = 2131231210; + + // aapt resource value: 0x7F0801EB + public const int wrap_content_constrained = 2131231211; + + // aapt resource value: 0x7F0801EC + public const int x_left = 2131231212; + + // aapt resource value: 0x7F0801ED + public const int x_right = 2131231213; + + // aapt resource value: 0x7F0801EE + public const int zero_corner_chip = 2131231214; + + 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_navAnimTime = 2131296261; + + // aapt resource value: 0x7F090006 + public const int config_tooltipAnimTime = 2131296262; + + // aapt resource value: 0x7F090007 + public const int design_snackbar_text_max_lines = 2131296263; + + // aapt resource value: 0x7F090008 + public const int design_tab_indicator_anim_duration_ms = 2131296264; + + // aapt resource value: 0x7F090009 + public const int hide_password_duration = 2131296265; + + // aapt resource value: 0x7F09000A + public const int material_motion_duration_long_1 = 2131296266; + + // aapt resource value: 0x7F09000B + public const int material_motion_duration_long_2 = 2131296267; + + // aapt resource value: 0x7F09000C + public const int material_motion_duration_medium_1 = 2131296268; + + // aapt resource value: 0x7F09000D + public const int material_motion_duration_medium_2 = 2131296269; + + // aapt resource value: 0x7F09000E + public const int material_motion_duration_short_1 = 2131296270; + + // aapt resource value: 0x7F09000F + public const int material_motion_duration_short_2 = 2131296271; + + // aapt resource value: 0x7F090010 + public const int material_motion_path = 2131296272; + + // aapt resource value: 0x7F090011 + public const int mtrl_badge_max_character_count = 2131296273; + + // aapt resource value: 0x7F090012 + public const int mtrl_btn_anim_delay_ms = 2131296274; + + // aapt resource value: 0x7F090013 + public const int mtrl_btn_anim_duration_ms = 2131296275; + + // aapt resource value: 0x7F090014 + public const int mtrl_calendar_header_orientation = 2131296276; + + // aapt resource value: 0x7F090015 + public const int mtrl_calendar_selection_text_lines = 2131296277; + + // aapt resource value: 0x7F090016 + public const int mtrl_calendar_year_selector_span = 2131296278; + + // aapt resource value: 0x7F090017 + public const int mtrl_card_anim_delay_ms = 2131296279; + + // aapt resource value: 0x7F090018 + public const int mtrl_card_anim_duration_ms = 2131296280; + + // aapt resource value: 0x7F090019 + public const int mtrl_chip_anim_duration = 2131296281; + + // aapt resource value: 0x7F09001A + public const int mtrl_tab_indicator_anim_duration_ms = 2131296282; + + // aapt resource value: 0x7F09001B + public const int show_password_duration = 2131296283; + + // aapt resource value: 0x7F09001C + public const int status_bar_notification_info_maxnum = 2131296284; + + 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 expand_button = 2131427375; + + // aapt resource value: 0x7F0B0030 + public const int FallbackTabbarDoNotUse = 2131427376; + + // aapt resource value: 0x7F0B0031 + public const int FallbackToolbarDoNotUse = 2131427377; + + // aapt resource value: 0x7F0B0032 + public const int FlyoutContent = 2131427378; + + // aapt resource value: 0x7F0B0033 + public const int image_frame = 2131427379; + + // aapt resource value: 0x7F0B0034 + public const int material_chip_input_combo = 2131427380; + + // aapt resource value: 0x7F0B0039 + public const int material_clockface_textview = 2131427385; + + // aapt resource value: 0x7F0B003A + public const int material_clockface_view = 2131427386; + + // aapt resource value: 0x7F0B0035 + public const int material_clock_display = 2131427381; + + // aapt resource value: 0x7F0B0036 + public const int material_clock_display_divider = 2131427382; + + // aapt resource value: 0x7F0B0037 + public const int material_clock_period_toggle = 2131427383; + + // aapt resource value: 0x7F0B0038 + public const int material_clock_period_toggle_land = 2131427384; + + // aapt resource value: 0x7F0B003B + public const int material_radial_view_group = 2131427387; + + // aapt resource value: 0x7F0B003C + public const int material_textinput_timepicker = 2131427388; + + // aapt resource value: 0x7F0B003F + public const int material_timepicker = 2131427391; + + // aapt resource value: 0x7F0B0040 + public const int material_timepicker_dialog = 2131427392; + + // aapt resource value: 0x7F0B0041 + public const int material_timepicker_textinput_display = 2131427393; + + // aapt resource value: 0x7F0B003D + public const int material_time_chip = 2131427389; + + // aapt resource value: 0x7F0B003E + public const int material_time_input = 2131427390; + + // aapt resource value: 0x7F0B0042 + public const int mtrl_alert_dialog = 2131427394; + + // aapt resource value: 0x7F0B0043 + public const int mtrl_alert_dialog_actions = 2131427395; + + // aapt resource value: 0x7F0B0044 + public const int mtrl_alert_dialog_title = 2131427396; + + // aapt resource value: 0x7F0B0045 + public const int mtrl_alert_select_dialog_item = 2131427397; + + // aapt resource value: 0x7F0B0046 + public const int mtrl_alert_select_dialog_multichoice = 2131427398; + + // aapt resource value: 0x7F0B0047 + public const int mtrl_alert_select_dialog_singlechoice = 2131427399; + + // aapt resource value: 0x7F0B0048 + public const int mtrl_calendar_day = 2131427400; + + // aapt resource value: 0x7F0B004A + public const int mtrl_calendar_days_of_week = 2131427402; + + // aapt resource value: 0x7F0B0049 + public const int mtrl_calendar_day_of_week = 2131427401; + + // aapt resource value: 0x7F0B004B + public const int mtrl_calendar_horizontal = 2131427403; + + // aapt resource value: 0x7F0B004C + public const int mtrl_calendar_month = 2131427404; + + // aapt resource value: 0x7F0B004F + public const int mtrl_calendar_months = 2131427407; + + // aapt resource value: 0x7F0B004D + public const int mtrl_calendar_month_labeled = 2131427405; + + // aapt resource value: 0x7F0B004E + public const int mtrl_calendar_month_navigation = 2131427406; + + // aapt resource value: 0x7F0B0050 + public const int mtrl_calendar_vertical = 2131427408; + + // aapt resource value: 0x7F0B0051 + public const int mtrl_calendar_year = 2131427409; + + // aapt resource value: 0x7F0B0052 + public const int mtrl_layout_snackbar = 2131427410; + + // aapt resource value: 0x7F0B0053 + public const int mtrl_layout_snackbar_include = 2131427411; + + // aapt resource value: 0x7F0B0054 + public const int mtrl_navigation_rail_item = 2131427412; + + // aapt resource value: 0x7F0B0055 + public const int mtrl_picker_actions = 2131427413; + + // aapt resource value: 0x7F0B0056 + public const int mtrl_picker_dialog = 2131427414; + + // aapt resource value: 0x7F0B0057 + public const int mtrl_picker_fullscreen = 2131427415; + + // aapt resource value: 0x7F0B0058 + public const int mtrl_picker_header_dialog = 2131427416; + + // aapt resource value: 0x7F0B0059 + public const int mtrl_picker_header_fullscreen = 2131427417; + + // aapt resource value: 0x7F0B005A + public const int mtrl_picker_header_selection_text = 2131427418; + + // aapt resource value: 0x7F0B005B + public const int mtrl_picker_header_title_text = 2131427419; + + // aapt resource value: 0x7F0B005C + public const int mtrl_picker_header_toggle = 2131427420; + + // aapt resource value: 0x7F0B005D + public const int mtrl_picker_text_input_date = 2131427421; + + // aapt resource value: 0x7F0B005E + public const int mtrl_picker_text_input_date_range = 2131427422; + + // aapt resource value: 0x7F0B005F + public const int notification_action = 2131427423; + + // aapt resource value: 0x7F0B0060 + public const int notification_action_tombstone = 2131427424; + + // aapt resource value: 0x7F0B0061 + public const int notification_media_action = 2131427425; + + // aapt resource value: 0x7F0B0062 + public const int notification_media_cancel_action = 2131427426; + + // aapt resource value: 0x7F0B0063 + public const int notification_template_big_media = 2131427427; + + // aapt resource value: 0x7F0B0064 + public const int notification_template_big_media_custom = 2131427428; + + // aapt resource value: 0x7F0B0065 + public const int notification_template_big_media_narrow = 2131427429; + + // aapt resource value: 0x7F0B0066 + public const int notification_template_big_media_narrow_custom = 2131427430; + + // aapt resource value: 0x7F0B0067 + public const int notification_template_custom_big = 2131427431; + + // aapt resource value: 0x7F0B0068 + public const int notification_template_icon_group = 2131427432; + + // aapt resource value: 0x7F0B0069 + public const int notification_template_lines_media = 2131427433; + + // aapt resource value: 0x7F0B006A + public const int notification_template_media = 2131427434; + + // aapt resource value: 0x7F0B006B + public const int notification_template_media_custom = 2131427435; + + // aapt resource value: 0x7F0B006C + public const int notification_template_part_chronometer = 2131427436; + + // aapt resource value: 0x7F0B006D + public const int notification_template_part_time = 2131427437; + + // aapt resource value: 0x7F0B006E + public const int preference = 2131427438; + + // aapt resource value: 0x7F0B006F + public const int preference_category = 2131427439; + + // aapt resource value: 0x7F0B0070 + public const int preference_category_material = 2131427440; + + // aapt resource value: 0x7F0B0071 + public const int preference_dialog_edittext = 2131427441; + + // aapt resource value: 0x7F0B0072 + public const int preference_dropdown = 2131427442; + + // aapt resource value: 0x7F0B0073 + public const int preference_dropdown_material = 2131427443; + + // aapt resource value: 0x7F0B0074 + public const int preference_information = 2131427444; + + // aapt resource value: 0x7F0B0075 + public const int preference_information_material = 2131427445; + + // aapt resource value: 0x7F0B0076 + public const int preference_list_fragment = 2131427446; + + // aapt resource value: 0x7F0B0077 + public const int preference_material = 2131427447; + + // aapt resource value: 0x7F0B0078 + public const int preference_recyclerview = 2131427448; + + // aapt resource value: 0x7F0B0079 + public const int preference_widget_checkbox = 2131427449; + + // aapt resource value: 0x7F0B007A + public const int preference_widget_seekbar = 2131427450; + + // aapt resource value: 0x7F0B007B + public const int preference_widget_seekbar_material = 2131427451; + + // aapt resource value: 0x7F0B007C + public const int preference_widget_switch = 2131427452; + + // aapt resource value: 0x7F0B007D + public const int preference_widget_switch_compat = 2131427453; + + // aapt resource value: 0x7F0B007E + public const int RootLayout = 2131427454; + + // aapt resource value: 0x7F0B007F + public const int select_dialog_item_material = 2131427455; + + // aapt resource value: 0x7F0B0080 + public const int select_dialog_multichoice_material = 2131427456; + + // aapt resource value: 0x7F0B0081 + public const int select_dialog_singlechoice_material = 2131427457; + + // aapt resource value: 0x7F0B0082 + public const int ShellContent = 2131427458; + + // aapt resource value: 0x7F0B0083 + public const int support_simple_spinner_dropdown_item = 2131427459; + + // aapt resource value: 0x7F0B0084 + public const int Tabbar = 2131427460; + + // aapt resource value: 0x7F0B0085 + public const int test_action_chip = 2131427461; + + // aapt resource value: 0x7F0B0086 + public const int test_chip_zero_corner_radius = 2131427462; + + // aapt resource value: 0x7F0B0087 + public const int test_design_checkbox = 2131427463; + + // aapt resource value: 0x7F0B0088 + public const int test_design_radiobutton = 2131427464; + + // aapt resource value: 0x7F0B0089 + public const int test_navigation_bar_item_layout = 2131427465; + + // aapt resource value: 0x7F0B008A + public const int test_reflow_chipgroup = 2131427466; + + // aapt resource value: 0x7F0B008B + public const int test_toolbar = 2131427467; + + // aapt resource value: 0x7F0B008C + public const int test_toolbar_custom_background = 2131427468; + + // aapt resource value: 0x7F0B008D + public const int test_toolbar_elevation = 2131427469; + + // aapt resource value: 0x7F0B008E + public const int test_toolbar_surface = 2131427470; + + // aapt resource value: 0x7F0B0093 + public const int text_view_without_line_height = 2131427475; + + // aapt resource value: 0x7F0B008F + public const int text_view_with_line_height_from_appearance = 2131427471; + + // aapt resource value: 0x7F0B0090 + public const int text_view_with_line_height_from_layout = 2131427472; + + // aapt resource value: 0x7F0B0091 + public const int text_view_with_line_height_from_style = 2131427473; + + // aapt resource value: 0x7F0B0092 + public const int text_view_with_theme_line_height = 2131427474; + + // aapt resource value: 0x7F0B0094 + public const int Toolbar = 2131427476; + + 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; + + 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: 0x7F0E001B + public const int appbar_scrolling_view_behavior = 2131623963; + + // aapt resource value: 0x7F0E001D + public const int bottomsheet_action_expand_halfway = 2131623965; + + // aapt resource value: 0x7F0E001C + public const int bottom_sheet_behavior = 2131623964; + + // 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 copy = 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 expand_button_title = 2131623974; + + // aapt resource value: 0x7F0E0027 + public const int exposed_dropdown_menu_content_description = 2131623975; + + // aapt resource value: 0x7F0E0028 + public const int fab_transformation_scrim_behavior = 2131623976; + + // aapt resource value: 0x7F0E0029 + public const int fab_transformation_sheet_behavior = 2131623977; + + // aapt resource value: 0x7F0E002A + public const int fallback_menu_item_copy_link = 2131623978; + + // aapt resource value: 0x7F0E002B + public const int fallback_menu_item_open_in_browser = 2131623979; + + // aapt resource value: 0x7F0E002C + public const int fallback_menu_item_share_link = 2131623980; + + // aapt resource value: 0x7F0E002D + public const int hide_bottom_view_on_scroll_behavior = 2131623981; + + // aapt resource value: 0x7F0E002E + public const int icon_content_description = 2131623982; + + // aapt resource value: 0x7F0E002F + public const int item_view_role_description = 2131623983; + + // aapt resource value: 0x7F0E0030 + public const int material_clock_display_divider = 2131623984; + + // aapt resource value: 0x7F0E0031 + public const int material_clock_toggle_content_description = 2131623985; + + // aapt resource value: 0x7F0E0032 + public const int material_hour_selection = 2131623986; + + // aapt resource value: 0x7F0E0033 + public const int material_hour_suffix = 2131623987; + + // aapt resource value: 0x7F0E0034 + public const int material_minute_selection = 2131623988; + + // aapt resource value: 0x7F0E0035 + public const int material_minute_suffix = 2131623989; + + // aapt resource value: 0x7F0E0036 + public const int material_motion_easing_accelerated = 2131623990; + + // aapt resource value: 0x7F0E0037 + public const int material_motion_easing_decelerated = 2131623991; + + // aapt resource value: 0x7F0E0038 + public const int material_motion_easing_emphasized = 2131623992; + + // aapt resource value: 0x7F0E0039 + public const int material_motion_easing_linear = 2131623993; + + // aapt resource value: 0x7F0E003A + public const int material_motion_easing_standard = 2131623994; + + // aapt resource value: 0x7F0E003B + public const int material_slider_range_end = 2131623995; + + // aapt resource value: 0x7F0E003C + public const int material_slider_range_start = 2131623996; + + // aapt resource value: 0x7F0E003D + public const int material_timepicker_am = 2131623997; + + // aapt resource value: 0x7F0E003E + public const int material_timepicker_clock_mode_description = 2131623998; + + // aapt resource value: 0x7F0E003F + public const int material_timepicker_hour = 2131623999; + + // aapt resource value: 0x7F0E0040 + public const int material_timepicker_minute = 2131624000; + + // aapt resource value: 0x7F0E0041 + public const int material_timepicker_pm = 2131624001; + + // aapt resource value: 0x7F0E0042 + public const int material_timepicker_select_time = 2131624002; + + // aapt resource value: 0x7F0E0043 + public const int material_timepicker_text_input_mode_description = 2131624003; + + // aapt resource value: 0x7F0E0044 + public const int mtrl_badge_numberless_content_description = 2131624004; + + // aapt resource value: 0x7F0E0045 + public const int mtrl_chip_close_icon_content_description = 2131624005; + + // aapt resource value: 0x7F0E0046 + public const int mtrl_exceed_max_badge_number_content_description = 2131624006; + + // aapt resource value: 0x7F0E0047 + public const int mtrl_exceed_max_badge_number_suffix = 2131624007; + + // aapt resource value: 0x7F0E0048 + public const int mtrl_picker_a11y_next_month = 2131624008; + + // aapt resource value: 0x7F0E0049 + public const int mtrl_picker_a11y_prev_month = 2131624009; + + // aapt resource value: 0x7F0E004A + public const int mtrl_picker_announce_current_selection = 2131624010; + + // aapt resource value: 0x7F0E004B + public const int mtrl_picker_cancel = 2131624011; + + // aapt resource value: 0x7F0E004C + public const int mtrl_picker_confirm = 2131624012; + + // aapt resource value: 0x7F0E004D + public const int mtrl_picker_date_header_selected = 2131624013; + + // aapt resource value: 0x7F0E004E + public const int mtrl_picker_date_header_title = 2131624014; + + // aapt resource value: 0x7F0E004F + public const int mtrl_picker_date_header_unselected = 2131624015; + + // aapt resource value: 0x7F0E0050 + public const int mtrl_picker_day_of_week_column_header = 2131624016; + + // aapt resource value: 0x7F0E0051 + public const int mtrl_picker_invalid_format = 2131624017; + + // aapt resource value: 0x7F0E0052 + public const int mtrl_picker_invalid_format_example = 2131624018; + + // aapt resource value: 0x7F0E0053 + public const int mtrl_picker_invalid_format_use = 2131624019; + + // aapt resource value: 0x7F0E0054 + public const int mtrl_picker_invalid_range = 2131624020; + + // aapt resource value: 0x7F0E0055 + public const int mtrl_picker_navigate_to_year_description = 2131624021; + + // aapt resource value: 0x7F0E0056 + public const int mtrl_picker_out_of_range = 2131624022; + + // aapt resource value: 0x7F0E0057 + public const int mtrl_picker_range_header_only_end_selected = 2131624023; + + // aapt resource value: 0x7F0E0058 + public const int mtrl_picker_range_header_only_start_selected = 2131624024; + + // aapt resource value: 0x7F0E0059 + public const int mtrl_picker_range_header_selected = 2131624025; + + // aapt resource value: 0x7F0E005A + public const int mtrl_picker_range_header_title = 2131624026; + + // aapt resource value: 0x7F0E005B + public const int mtrl_picker_range_header_unselected = 2131624027; + + // aapt resource value: 0x7F0E005C + public const int mtrl_picker_save = 2131624028; + + // aapt resource value: 0x7F0E005D + public const int mtrl_picker_text_input_date_hint = 2131624029; + + // aapt resource value: 0x7F0E005E + public const int mtrl_picker_text_input_date_range_end_hint = 2131624030; + + // aapt resource value: 0x7F0E005F + public const int mtrl_picker_text_input_date_range_start_hint = 2131624031; + + // aapt resource value: 0x7F0E0060 + public const int mtrl_picker_text_input_day_abbr = 2131624032; + + // aapt resource value: 0x7F0E0061 + public const int mtrl_picker_text_input_month_abbr = 2131624033; + + // aapt resource value: 0x7F0E0062 + public const int mtrl_picker_text_input_year_abbr = 2131624034; + + // aapt resource value: 0x7F0E0063 + public const int mtrl_picker_toggle_to_calendar_input_mode = 2131624035; + + // aapt resource value: 0x7F0E0064 + public const int mtrl_picker_toggle_to_day_selection = 2131624036; + + // aapt resource value: 0x7F0E0065 + public const int mtrl_picker_toggle_to_text_input_mode = 2131624037; + + // aapt resource value: 0x7F0E0066 + public const int mtrl_picker_toggle_to_year_selection = 2131624038; + + // aapt resource value: 0x7F0E0067 + public const int nav_app_bar_navigate_up_description = 2131624039; + + // aapt resource value: 0x7F0E0068 + public const int nav_app_bar_open_drawer_description = 2131624040; + + // aapt resource value: 0x7F0E0069 + public const int not_set = 2131624041; + + // aapt resource value: 0x7F0E006A + public const int overflow_tab_title = 2131624042; + + // aapt resource value: 0x7F0E006B + public const int password_toggle_content_description = 2131624043; + + // aapt resource value: 0x7F0E006C + public const int path_password_eye = 2131624044; + + // aapt resource value: 0x7F0E006D + public const int path_password_eye_mask_strike_through = 2131624045; + + // aapt resource value: 0x7F0E006E + public const int path_password_eye_mask_visible = 2131624046; + + // aapt resource value: 0x7F0E006F + public const int path_password_strike_through = 2131624047; + + // aapt resource value: 0x7F0E0070 + public const int preference_copied = 2131624048; + + // aapt resource value: 0x7F0E0071 + public const int search_menu_title = 2131624049; + + // aapt resource value: 0x7F0E0072 + public const int status_bar_notification_info_overflow = 2131624050; + + // aapt resource value: 0x7F0E0073 + public const int summary_collapsed_preference_list = 2131624051; + + // aapt resource value: 0x7F0E0074 + public const int v7_preference_off = 2131624052; + + // aapt resource value: 0x7F0E0075 + public const int v7_preference_on = 2131624053; + + 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_BottomSheetDialog = 2131689598; + + // aapt resource value: 0x7F0F007F + public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog = 2131689599; + + // aapt resource value: 0x7F0F0080 + public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131689600; + + // aapt resource value: 0x7F0F0081 + public const int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131689601; + + // 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: 0x7F0F008A + public const int Base_V21_ThemeOverlay_AppCompat_Dialog = 2131689610; + + // aapt resource value: 0x7F0F008B + public const int Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog = 2131689611; + + // aapt resource value: 0x7F0F0082 + public const int Base_V21_Theme_AppCompat = 2131689602; + + // aapt resource value: 0x7F0F0083 + public const int Base_V21_Theme_AppCompat_Dialog = 2131689603; + + // aapt resource value: 0x7F0F0084 + public const int Base_V21_Theme_AppCompat_Light = 2131689604; + + // aapt resource value: 0x7F0F0085 + public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131689605; + + // aapt resource value: 0x7F0F0086 + public const int Base_V21_Theme_MaterialComponents = 2131689606; + + // aapt resource value: 0x7F0F0087 + public const int Base_V21_Theme_MaterialComponents_Dialog = 2131689607; + + // aapt resource value: 0x7F0F0088 + public const int Base_V21_Theme_MaterialComponents_Light = 2131689608; + + // aapt resource value: 0x7F0F0089 + public const int Base_V21_Theme_MaterialComponents_Light_Dialog = 2131689609; + + // aapt resource value: 0x7F0F008C + public const int Base_V22_Theme_AppCompat = 2131689612; + + // aapt resource value: 0x7F0F008D + public const int Base_V22_Theme_AppCompat_Light = 2131689613; + + // aapt resource value: 0x7F0F008E + public const int Base_V23_Theme_AppCompat = 2131689614; + + // aapt resource value: 0x7F0F008F + public const int Base_V23_Theme_AppCompat_Light = 2131689615; + + // aapt resource value: 0x7F0F0090 + public const int Base_V26_Theme_AppCompat = 2131689616; + + // aapt resource value: 0x7F0F0091 + public const int Base_V26_Theme_AppCompat_Light = 2131689617; + + // aapt resource value: 0x7F0F0092 + public const int Base_V26_Widget_AppCompat_Toolbar = 2131689618; + + // aapt resource value: 0x7F0F0093 + public const int Base_V28_Theme_AppCompat = 2131689619; + + // aapt resource value: 0x7F0F0094 + public const int Base_V28_Theme_AppCompat_Light = 2131689620; + + // aapt resource value: 0x7F0F0099 + public const int Base_V7_ThemeOverlay_AppCompat_Dialog = 2131689625; + + // aapt resource value: 0x7F0F0095 + public const int Base_V7_Theme_AppCompat = 2131689621; + + // aapt resource value: 0x7F0F0096 + public const int Base_V7_Theme_AppCompat_Dialog = 2131689622; + + // aapt resource value: 0x7F0F0097 + public const int Base_V7_Theme_AppCompat_Light = 2131689623; + + // aapt resource value: 0x7F0F0098 + public const int Base_V7_Theme_AppCompat_Light_Dialog = 2131689624; + + // aapt resource value: 0x7F0F009A + public const int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131689626; + + // aapt resource value: 0x7F0F009B + public const int Base_V7_Widget_AppCompat_EditText = 2131689627; + + // aapt resource value: 0x7F0F009C + public const int Base_V7_Widget_AppCompat_Toolbar = 2131689628; + + // aapt resource value: 0x7F0F009D + public const int Base_Widget_AppCompat_ActionBar = 2131689629; + + // aapt resource value: 0x7F0F009E + public const int Base_Widget_AppCompat_ActionBar_Solid = 2131689630; + + // aapt resource value: 0x7F0F009F + public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131689631; + + // aapt resource value: 0x7F0F00A0 + public const int Base_Widget_AppCompat_ActionBar_TabText = 2131689632; + + // aapt resource value: 0x7F0F00A1 + public const int Base_Widget_AppCompat_ActionBar_TabView = 2131689633; + + // aapt resource value: 0x7F0F00A2 + public const int Base_Widget_AppCompat_ActionButton = 2131689634; + + // aapt resource value: 0x7F0F00A3 + public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131689635; + + // aapt resource value: 0x7F0F00A4 + public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131689636; + + // aapt resource value: 0x7F0F00A5 + public const int Base_Widget_AppCompat_ActionMode = 2131689637; + + // aapt resource value: 0x7F0F00A6 + public const int Base_Widget_AppCompat_ActivityChooserView = 2131689638; + + // aapt resource value: 0x7F0F00A7 + public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131689639; + + // aapt resource value: 0x7F0F00A8 + public const int Base_Widget_AppCompat_Button = 2131689640; + + // aapt resource value: 0x7F0F00AE + public const int Base_Widget_AppCompat_ButtonBar = 2131689646; + + // aapt resource value: 0x7F0F00AF + public const int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131689647; + + // aapt resource value: 0x7F0F00A9 + public const int Base_Widget_AppCompat_Button_Borderless = 2131689641; + + // aapt resource value: 0x7F0F00AA + public const int Base_Widget_AppCompat_Button_Borderless_Colored = 2131689642; + + // aapt resource value: 0x7F0F00AB + public const int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131689643; + + // aapt resource value: 0x7F0F00AC + public const int Base_Widget_AppCompat_Button_Colored = 2131689644; + + // aapt resource value: 0x7F0F00AD + public const int Base_Widget_AppCompat_Button_Small = 2131689645; + + // aapt resource value: 0x7F0F00B0 + public const int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131689648; + + // aapt resource value: 0x7F0F00B1 + public const int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131689649; + + // aapt resource value: 0x7F0F00B2 + public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131689650; + + // aapt resource value: 0x7F0F00B3 + public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131689651; + + // aapt resource value: 0x7F0F00B4 + public const int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131689652; + + // aapt resource value: 0x7F0F00B5 + public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131689653; + + // aapt resource value: 0x7F0F00B6 + public const int Base_Widget_AppCompat_EditText = 2131689654; + + // aapt resource value: 0x7F0F00B7 + public const int Base_Widget_AppCompat_ImageButton = 2131689655; + + // aapt resource value: 0x7F0F00B8 + public const int Base_Widget_AppCompat_Light_ActionBar = 2131689656; + + // aapt resource value: 0x7F0F00B9 + public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131689657; + + // aapt resource value: 0x7F0F00BA + public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131689658; + + // aapt resource value: 0x7F0F00BB + public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131689659; + + // aapt resource value: 0x7F0F00BC + public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131689660; + + // aapt resource value: 0x7F0F00BD + public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131689661; + + // aapt resource value: 0x7F0F00BE + public const int Base_Widget_AppCompat_Light_PopupMenu = 2131689662; + + // aapt resource value: 0x7F0F00BF + public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131689663; + + // aapt resource value: 0x7F0F00C0 + public const int Base_Widget_AppCompat_ListMenuView = 2131689664; + + // aapt resource value: 0x7F0F00C1 + public const int Base_Widget_AppCompat_ListPopupWindow = 2131689665; + + // aapt resource value: 0x7F0F00C2 + public const int Base_Widget_AppCompat_ListView = 2131689666; + + // aapt resource value: 0x7F0F00C3 + public const int Base_Widget_AppCompat_ListView_DropDown = 2131689667; + + // aapt resource value: 0x7F0F00C4 + public const int Base_Widget_AppCompat_ListView_Menu = 2131689668; + + // aapt resource value: 0x7F0F00C5 + public const int Base_Widget_AppCompat_PopupMenu = 2131689669; + + // aapt resource value: 0x7F0F00C6 + public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131689670; + + // aapt resource value: 0x7F0F00C7 + public const int Base_Widget_AppCompat_PopupWindow = 2131689671; + + // aapt resource value: 0x7F0F00C8 + public const int Base_Widget_AppCompat_ProgressBar = 2131689672; + + // aapt resource value: 0x7F0F00C9 + public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131689673; + + // aapt resource value: 0x7F0F00CA + public const int Base_Widget_AppCompat_RatingBar = 2131689674; + + // aapt resource value: 0x7F0F00CB + public const int Base_Widget_AppCompat_RatingBar_Indicator = 2131689675; + + // aapt resource value: 0x7F0F00CC + public const int Base_Widget_AppCompat_RatingBar_Small = 2131689676; + + // aapt resource value: 0x7F0F00CD + public const int Base_Widget_AppCompat_SearchView = 2131689677; + + // aapt resource value: 0x7F0F00CE + public const int Base_Widget_AppCompat_SearchView_ActionBar = 2131689678; + + // aapt resource value: 0x7F0F00CF + public const int Base_Widget_AppCompat_SeekBar = 2131689679; + + // aapt resource value: 0x7F0F00D0 + public const int Base_Widget_AppCompat_SeekBar_Discrete = 2131689680; + + // aapt resource value: 0x7F0F00D1 + public const int Base_Widget_AppCompat_Spinner = 2131689681; + + // aapt resource value: 0x7F0F00D2 + public const int Base_Widget_AppCompat_Spinner_Underlined = 2131689682; + + // aapt resource value: 0x7F0F00D3 + public const int Base_Widget_AppCompat_TextView = 2131689683; + + // aapt resource value: 0x7F0F00D4 + public const int Base_Widget_AppCompat_TextView_SpinnerItem = 2131689684; + + // aapt resource value: 0x7F0F00D5 + public const int Base_Widget_AppCompat_Toolbar = 2131689685; + + // aapt resource value: 0x7F0F00D6 + public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131689686; + + // aapt resource value: 0x7F0F00D7 + public const int Base_Widget_Design_TabLayout = 2131689687; + + // aapt resource value: 0x7F0F00D8 + public const int Base_Widget_MaterialComponents_AutoCompleteTextView = 2131689688; + + // aapt resource value: 0x7F0F00D9 + public const int Base_Widget_MaterialComponents_CheckedTextView = 2131689689; + + // aapt resource value: 0x7F0F00DA + public const int Base_Widget_MaterialComponents_Chip = 2131689690; + + // aapt resource value: 0x7F0F00DB + public const int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton = 2131689691; + + // aapt resource value: 0x7F0F00DC + public const int Base_Widget_MaterialComponents_PopupMenu = 2131689692; + + // aapt resource value: 0x7F0F00DD + public const int Base_Widget_MaterialComponents_PopupMenu_ContextMenu = 2131689693; + + // aapt resource value: 0x7F0F00DE + public const int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow = 2131689694; + + // aapt resource value: 0x7F0F00DF + public const int Base_Widget_MaterialComponents_PopupMenu_Overflow = 2131689695; + + // aapt resource value: 0x7F0F00E0 + public const int Base_Widget_MaterialComponents_Slider = 2131689696; + + // aapt resource value: 0x7F0F00E1 + public const int Base_Widget_MaterialComponents_Snackbar = 2131689697; + + // aapt resource value: 0x7F0F00E2 + public const int Base_Widget_MaterialComponents_TextInputEditText = 2131689698; + + // aapt resource value: 0x7F0F00E3 + public const int Base_Widget_MaterialComponents_TextInputLayout = 2131689699; + + // aapt resource value: 0x7F0F00E4 + public const int Base_Widget_MaterialComponents_TextView = 2131689700; + + // aapt resource value: 0x7F0F00E5 + public const int CardView = 2131689701; + + // aapt resource value: 0x7F0F00E6 + public const int CardView_Dark = 2131689702; + + // aapt resource value: 0x7F0F00E7 + public const int CardView_Light = 2131689703; + + // aapt resource value: 0x7F0F02F8 + public const int collectionViewTheme = 2131690232; + + // aapt resource value: 0x7F0F00E8 + public const int EmptyTheme = 2131689704; + + // aapt resource value: 0x7F0F00E9 + public const int MainTheme = 2131689705; + + // aapt resource value: 0x7F0F00EA + public const int MainTheme_Base = 2131689706; + + // aapt resource value: 0x7F0F00EB + public const int MaterialAlertDialog_MaterialComponents = 2131689707; + + // aapt resource value: 0x7F0F00EC + public const int MaterialAlertDialog_MaterialComponents_Body_Text = 2131689708; + + // aapt resource value: 0x7F0F00ED + public const int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar = 2131689709; + + // aapt resource value: 0x7F0F00EE + public const int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner = 2131689710; + + // aapt resource value: 0x7F0F00EF + public const int MaterialAlertDialog_MaterialComponents_Title_Icon = 2131689711; + + // aapt resource value: 0x7F0F00F0 + public const int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked = 2131689712; + + // aapt resource value: 0x7F0F00F1 + public const int MaterialAlertDialog_MaterialComponents_Title_Panel = 2131689713; + + // aapt resource value: 0x7F0F00F2 + public const int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked = 2131689714; + + // aapt resource value: 0x7F0F00F3 + public const int MaterialAlertDialog_MaterialComponents_Title_Text = 2131689715; + + // aapt resource value: 0x7F0F00F4 + public const int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked = 2131689716; + + // aapt resource value: 0x7F0F00F5 + public const int Platform_AppCompat = 2131689717; + + // aapt resource value: 0x7F0F00F6 + public const int Platform_AppCompat_Light = 2131689718; + + // aapt resource value: 0x7F0F00F7 + public const int Platform_MaterialComponents = 2131689719; + + // aapt resource value: 0x7F0F00F8 + public const int Platform_MaterialComponents_Dialog = 2131689720; + + // aapt resource value: 0x7F0F00F9 + public const int Platform_MaterialComponents_Light = 2131689721; + + // aapt resource value: 0x7F0F00FA + public const int Platform_MaterialComponents_Light_Dialog = 2131689722; + + // aapt resource value: 0x7F0F00FB + public const int Platform_ThemeOverlay_AppCompat = 2131689723; + + // aapt resource value: 0x7F0F00FC + public const int Platform_ThemeOverlay_AppCompat_Dark = 2131689724; + + // aapt resource value: 0x7F0F00FD + public const int Platform_ThemeOverlay_AppCompat_Light = 2131689725; + + // aapt resource value: 0x7F0F00FE + public const int Platform_V21_AppCompat = 2131689726; + + // aapt resource value: 0x7F0F00FF + public const int Platform_V21_AppCompat_Light = 2131689727; + + // aapt resource value: 0x7F0F0100 + public const int Platform_V25_AppCompat = 2131689728; + + // aapt resource value: 0x7F0F0101 + public const int Platform_V25_AppCompat_Light = 2131689729; + + // aapt resource value: 0x7F0F0102 + public const int Platform_Widget_AppCompat_Spinner = 2131689730; + + // aapt resource value: 0x7F0F0103 + public const int Preference = 2131689731; + + // aapt resource value: 0x7F0F0119 + public const int PreferenceCategoryTitleTextStyle = 2131689753; + + // aapt resource value: 0x7F0F011A + public const int PreferenceFragment = 2131689754; + + // aapt resource value: 0x7F0F011C + public const int PreferenceFragmentList = 2131689756; + + // aapt resource value: 0x7F0F011D + public const int PreferenceFragmentList_Material = 2131689757; + + // aapt resource value: 0x7F0F011B + public const int PreferenceFragment_Material = 2131689755; + + // aapt resource value: 0x7F0F011E + public const int PreferenceSummaryTextStyle = 2131689758; + + // aapt resource value: 0x7F0F011F + public const int PreferenceThemeOverlay = 2131689759; + + // aapt resource value: 0x7F0F0120 + public const int PreferenceThemeOverlay_v14 = 2131689760; + + // aapt resource value: 0x7F0F0121 + public const int PreferenceThemeOverlay_v14_Material = 2131689761; + + // aapt resource value: 0x7F0F0104 + public const int Preference_Category = 2131689732; + + // aapt resource value: 0x7F0F0105 + public const int Preference_Category_Material = 2131689733; + + // aapt resource value: 0x7F0F0106 + public const int Preference_CheckBoxPreference = 2131689734; + + // aapt resource value: 0x7F0F0107 + public const int Preference_CheckBoxPreference_Material = 2131689735; + + // aapt resource value: 0x7F0F0108 + public const int Preference_DialogPreference = 2131689736; + + // aapt resource value: 0x7F0F0109 + public const int Preference_DialogPreference_EditTextPreference = 2131689737; + + // aapt resource value: 0x7F0F010A + public const int Preference_DialogPreference_EditTextPreference_Material = 2131689738; + + // aapt resource value: 0x7F0F010B + public const int Preference_DialogPreference_Material = 2131689739; + + // aapt resource value: 0x7F0F010C + public const int Preference_DropDown = 2131689740; + + // aapt resource value: 0x7F0F010D + public const int Preference_DropDown_Material = 2131689741; + + // aapt resource value: 0x7F0F010E + public const int Preference_Information = 2131689742; + + // aapt resource value: 0x7F0F010F + public const int Preference_Information_Material = 2131689743; + + // aapt resource value: 0x7F0F0110 + public const int Preference_Material = 2131689744; + + // aapt resource value: 0x7F0F0111 + public const int Preference_PreferenceScreen = 2131689745; + + // aapt resource value: 0x7F0F0112 + public const int Preference_PreferenceScreen_Material = 2131689746; + + // aapt resource value: 0x7F0F0113 + public const int Preference_SeekBarPreference = 2131689747; + + // aapt resource value: 0x7F0F0114 + public const int Preference_SeekBarPreference_Material = 2131689748; + + // aapt resource value: 0x7F0F0115 + public const int Preference_SwitchPreference = 2131689749; + + // aapt resource value: 0x7F0F0117 + public const int Preference_SwitchPreferenceCompat = 2131689751; + + // aapt resource value: 0x7F0F0118 + public const int Preference_SwitchPreferenceCompat_Material = 2131689752; + + // aapt resource value: 0x7F0F0116 + public const int Preference_SwitchPreference_Material = 2131689750; + + // aapt resource value: 0x7F0F0122 + public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131689762; + + // aapt resource value: 0x7F0F0123 + public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131689763; + + // aapt resource value: 0x7F0F0124 + public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131689764; + + // aapt resource value: 0x7F0F0125 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131689765; + + // aapt resource value: 0x7F0F0126 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131689766; + + // aapt resource value: 0x7F0F0127 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 2131689767; + + // aapt resource value: 0x7F0F0128 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 2131689768; + + // aapt resource value: 0x7F0F0129 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131689769; + + // aapt resource value: 0x7F0F012A + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 2131689770; + + // aapt resource value: 0x7F0F0130 + public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131689776; + + // aapt resource value: 0x7F0F012B + public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131689771; + + // aapt resource value: 0x7F0F012C + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131689772; + + // aapt resource value: 0x7F0F012D + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131689773; + + // aapt resource value: 0x7F0F012E + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131689774; + + // aapt resource value: 0x7F0F012F + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131689775; + + // aapt resource value: 0x7F0F0131 + public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131689777; + + // aapt resource value: 0x7F0F0132 + public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131689778; + + // aapt resource value: 0x7F0F02F9 + public const int scrollViewScrollBars = 2131690233; + + // aapt resource value: 0x7F0F02FA + public const int scrollViewTheme = 2131690234; + + // aapt resource value: 0x7F0F0139 + public const int ShapeAppearanceOverlay = 2131689785; + + // aapt resource value: 0x7F0F013A + public const int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize = 2131689786; + + // aapt resource value: 0x7F0F013B + public const int ShapeAppearanceOverlay_BottomRightCut = 2131689787; + + // aapt resource value: 0x7F0F013C + public const int ShapeAppearanceOverlay_Cut = 2131689788; + + // aapt resource value: 0x7F0F013D + public const int ShapeAppearanceOverlay_DifferentCornerSize = 2131689789; + + // aapt resource value: 0x7F0F013E + public const int ShapeAppearanceOverlay_MaterialComponents_BottomSheet = 2131689790; + + // aapt resource value: 0x7F0F013F + public const int ShapeAppearanceOverlay_MaterialComponents_Chip = 2131689791; + + // aapt resource value: 0x7F0F0140 + public const int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton = 2131689792; + + // aapt resource value: 0x7F0F0141 + public const int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton = 2131689793; + + // aapt resource value: 0x7F0F0142 + public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = 2131689794; + + // aapt resource value: 0x7F0F0143 + public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen = 2131689795; + + // aapt resource value: 0x7F0F0144 + public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year = 2131689796; + + // aapt resource value: 0x7F0F0145 + public const int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox = 2131689797; + + // aapt resource value: 0x7F0F0146 + public const int ShapeAppearanceOverlay_TopLeftCut = 2131689798; + + // aapt resource value: 0x7F0F0147 + public const int ShapeAppearanceOverlay_TopRightDifferentCornerSize = 2131689799; + + // aapt resource value: 0x7F0F0133 + public const int ShapeAppearance_MaterialComponents = 2131689779; + + // aapt resource value: 0x7F0F0134 + public const int ShapeAppearance_MaterialComponents_LargeComponent = 2131689780; + + // aapt resource value: 0x7F0F0135 + public const int ShapeAppearance_MaterialComponents_MediumComponent = 2131689781; + + // aapt resource value: 0x7F0F0136 + public const int ShapeAppearance_MaterialComponents_SmallComponent = 2131689782; + + // aapt resource value: 0x7F0F0137 + public const int ShapeAppearance_MaterialComponents_Test = 2131689783; + + // aapt resource value: 0x7F0F0138 + public const int ShapeAppearance_MaterialComponents_Tooltip = 2131689784; + + // aapt resource value: 0x7F0F014D + public const int TestStyleWithLineHeight = 2131689805; + + // aapt resource value: 0x7F0F014E + public const int TestStyleWithLineHeightAppearance = 2131689806; + + // aapt resource value: 0x7F0F0150 + public const int TestStyleWithoutLineHeight = 2131689808; + + // aapt resource value: 0x7F0F014F + public const int TestStyleWithThemeLineHeightAttribute = 2131689807; + + // aapt resource value: 0x7F0F0151 + public const int TestThemeWithLineHeight = 2131689809; + + // aapt resource value: 0x7F0F0152 + public const int TestThemeWithLineHeightDisabled = 2131689810; + + // aapt resource value: 0x7F0F0148 + public const int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = 2131689800; + + // aapt resource value: 0x7F0F0149 + public const int Test_Theme_MaterialComponents_MaterialCalendar = 2131689801; + + // aapt resource value: 0x7F0F014A + public const int Test_Widget_MaterialComponents_MaterialCalendar = 2131689802; + + // aapt resource value: 0x7F0F014B + public const int Test_Widget_MaterialComponents_MaterialCalendar_Day = 2131689803; + + // aapt resource value: 0x7F0F014C + public const int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected = 2131689804; + + // aapt resource value: 0x7F0F0153 + public const int TextAppearance_AppCompat = 2131689811; + + // aapt resource value: 0x7F0F0154 + public const int TextAppearance_AppCompat_Body1 = 2131689812; + + // aapt resource value: 0x7F0F0155 + public const int TextAppearance_AppCompat_Body2 = 2131689813; + + // aapt resource value: 0x7F0F0156 + public const int TextAppearance_AppCompat_Button = 2131689814; + + // aapt resource value: 0x7F0F0157 + public const int TextAppearance_AppCompat_Caption = 2131689815; + + // aapt resource value: 0x7F0F0158 + public const int TextAppearance_AppCompat_Display1 = 2131689816; + + // aapt resource value: 0x7F0F0159 + public const int TextAppearance_AppCompat_Display2 = 2131689817; + + // aapt resource value: 0x7F0F015A + public const int TextAppearance_AppCompat_Display3 = 2131689818; + + // aapt resource value: 0x7F0F015B + public const int TextAppearance_AppCompat_Display4 = 2131689819; + + // aapt resource value: 0x7F0F015C + public const int TextAppearance_AppCompat_Headline = 2131689820; + + // aapt resource value: 0x7F0F015D + public const int TextAppearance_AppCompat_Inverse = 2131689821; + + // aapt resource value: 0x7F0F015E + public const int TextAppearance_AppCompat_Large = 2131689822; + + // aapt resource value: 0x7F0F015F + public const int TextAppearance_AppCompat_Large_Inverse = 2131689823; + + // aapt resource value: 0x7F0F0160 + public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131689824; + + // aapt resource value: 0x7F0F0161 + public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131689825; + + // aapt resource value: 0x7F0F0162 + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131689826; + + // aapt resource value: 0x7F0F0163 + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131689827; + + // aapt resource value: 0x7F0F0164 + public const int TextAppearance_AppCompat_Medium = 2131689828; + + // aapt resource value: 0x7F0F0165 + public const int TextAppearance_AppCompat_Medium_Inverse = 2131689829; + + // aapt resource value: 0x7F0F0166 + public const int TextAppearance_AppCompat_Menu = 2131689830; + + // aapt resource value: 0x7F0F0167 + public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131689831; + + // aapt resource value: 0x7F0F0168 + public const int TextAppearance_AppCompat_SearchResult_Title = 2131689832; + + // aapt resource value: 0x7F0F0169 + public const int TextAppearance_AppCompat_Small = 2131689833; + + // aapt resource value: 0x7F0F016A + public const int TextAppearance_AppCompat_Small_Inverse = 2131689834; + + // aapt resource value: 0x7F0F016B + public const int TextAppearance_AppCompat_Subhead = 2131689835; + + // aapt resource value: 0x7F0F016C + public const int TextAppearance_AppCompat_Subhead_Inverse = 2131689836; + + // aapt resource value: 0x7F0F016D + public const int TextAppearance_AppCompat_Title = 2131689837; + + // aapt resource value: 0x7F0F016E + public const int TextAppearance_AppCompat_Title_Inverse = 2131689838; + + // aapt resource value: 0x7F0F016F + public const int TextAppearance_AppCompat_Tooltip = 2131689839; + + // aapt resource value: 0x7F0F0170 + public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131689840; + + // aapt resource value: 0x7F0F0171 + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131689841; + + // aapt resource value: 0x7F0F0172 + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131689842; + + // aapt resource value: 0x7F0F0173 + public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131689843; + + // aapt resource value: 0x7F0F0174 + public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131689844; + + // aapt resource value: 0x7F0F0175 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131689845; + + // aapt resource value: 0x7F0F0176 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131689846; + + // aapt resource value: 0x7F0F0177 + public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131689847; + + // aapt resource value: 0x7F0F0178 + public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131689848; + + // aapt resource value: 0x7F0F0179 + public const int TextAppearance_AppCompat_Widget_Button = 2131689849; + + // aapt resource value: 0x7F0F017A + public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131689850; + + // aapt resource value: 0x7F0F017B + public const int TextAppearance_AppCompat_Widget_Button_Colored = 2131689851; + + // aapt resource value: 0x7F0F017C + public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131689852; + + // aapt resource value: 0x7F0F017D + public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131689853; + + // aapt resource value: 0x7F0F017E + public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131689854; + + // aapt resource value: 0x7F0F017F + public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131689855; + + // aapt resource value: 0x7F0F0180 + public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131689856; + + // aapt resource value: 0x7F0F0181 + public const int TextAppearance_AppCompat_Widget_Switch = 2131689857; + + // aapt resource value: 0x7F0F0182 + public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131689858; + + // aapt resource value: 0x7F0F0183 + public const int TextAppearance_Compat_Notification = 2131689859; + + // aapt resource value: 0x7F0F0184 + public const int TextAppearance_Compat_Notification_Info = 2131689860; + + // aapt resource value: 0x7F0F0185 + public const int TextAppearance_Compat_Notification_Info_Media = 2131689861; + + // aapt resource value: 0x7F0F0186 + public const int TextAppearance_Compat_Notification_Line2 = 2131689862; + + // aapt resource value: 0x7F0F0187 + public const int TextAppearance_Compat_Notification_Line2_Media = 2131689863; + + // aapt resource value: 0x7F0F0188 + public const int TextAppearance_Compat_Notification_Media = 2131689864; + + // aapt resource value: 0x7F0F0189 + public const int TextAppearance_Compat_Notification_Time = 2131689865; + + // aapt resource value: 0x7F0F018A + public const int TextAppearance_Compat_Notification_Time_Media = 2131689866; + + // aapt resource value: 0x7F0F018B + public const int TextAppearance_Compat_Notification_Title = 2131689867; + + // aapt resource value: 0x7F0F018C + public const int TextAppearance_Compat_Notification_Title_Media = 2131689868; + + // aapt resource value: 0x7F0F018D + public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131689869; + + // aapt resource value: 0x7F0F018E + public const int TextAppearance_Design_Counter = 2131689870; + + // aapt resource value: 0x7F0F018F + public const int TextAppearance_Design_Counter_Overflow = 2131689871; + + // aapt resource value: 0x7F0F0190 + public const int TextAppearance_Design_Error = 2131689872; + + // aapt resource value: 0x7F0F0191 + public const int TextAppearance_Design_HelperText = 2131689873; + + // aapt resource value: 0x7F0F0192 + public const int TextAppearance_Design_Hint = 2131689874; + + // aapt resource value: 0x7F0F0193 + public const int TextAppearance_Design_Placeholder = 2131689875; + + // aapt resource value: 0x7F0F0194 + public const int TextAppearance_Design_Prefix = 2131689876; + + // aapt resource value: 0x7F0F0195 + public const int TextAppearance_Design_Snackbar_Message = 2131689877; + + // aapt resource value: 0x7F0F0196 + public const int TextAppearance_Design_Suffix = 2131689878; + + // aapt resource value: 0x7F0F0197 + public const int TextAppearance_Design_Tab = 2131689879; + + // aapt resource value: 0x7F0F0198 + public const int TextAppearance_MaterialComponents_Badge = 2131689880; + + // aapt resource value: 0x7F0F0199 + public const int TextAppearance_MaterialComponents_Body1 = 2131689881; + + // aapt resource value: 0x7F0F019A + public const int TextAppearance_MaterialComponents_Body2 = 2131689882; + + // aapt resource value: 0x7F0F019B + public const int TextAppearance_MaterialComponents_Button = 2131689883; + + // aapt resource value: 0x7F0F019C + public const int TextAppearance_MaterialComponents_Caption = 2131689884; + + // aapt resource value: 0x7F0F019D + public const int TextAppearance_MaterialComponents_Chip = 2131689885; + + // aapt resource value: 0x7F0F019E + public const int TextAppearance_MaterialComponents_Headline1 = 2131689886; + + // aapt resource value: 0x7F0F019F + public const int TextAppearance_MaterialComponents_Headline2 = 2131689887; + + // aapt resource value: 0x7F0F01A0 + public const int TextAppearance_MaterialComponents_Headline3 = 2131689888; + + // aapt resource value: 0x7F0F01A1 + public const int TextAppearance_MaterialComponents_Headline4 = 2131689889; + + // aapt resource value: 0x7F0F01A2 + public const int TextAppearance_MaterialComponents_Headline5 = 2131689890; + + // aapt resource value: 0x7F0F01A3 + public const int TextAppearance_MaterialComponents_Headline6 = 2131689891; + + // aapt resource value: 0x7F0F01A4 + public const int TextAppearance_MaterialComponents_Overline = 2131689892; + + // aapt resource value: 0x7F0F01A5 + public const int TextAppearance_MaterialComponents_Subtitle1 = 2131689893; + + // aapt resource value: 0x7F0F01A6 + public const int TextAppearance_MaterialComponents_Subtitle2 = 2131689894; + + // aapt resource value: 0x7F0F01A7 + public const int TextAppearance_MaterialComponents_TimePicker_Title = 2131689895; + + // aapt resource value: 0x7F0F01A8 + public const int TextAppearance_MaterialComponents_Tooltip = 2131689896; + + // aapt resource value: 0x7F0F01A9 + public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131689897; + + // aapt resource value: 0x7F0F01AA + public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131689898; + + // aapt resource value: 0x7F0F01AB + public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131689899; + + // aapt resource value: 0x7F0F0229 + public const int ThemeOverlayColorAccentRed = 2131690025; + + // aapt resource value: 0x7F0F01F9 + public const int ThemeOverlay_AppCompat = 2131689977; + + // aapt resource value: 0x7F0F01FA + public const int ThemeOverlay_AppCompat_ActionBar = 2131689978; + + // aapt resource value: 0x7F0F01FB + public const int ThemeOverlay_AppCompat_Dark = 2131689979; + + // aapt resource value: 0x7F0F01FC + public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131689980; + + // aapt resource value: 0x7F0F01FD + public const int ThemeOverlay_AppCompat_DayNight = 2131689981; + + // aapt resource value: 0x7F0F01FE + public const int ThemeOverlay_AppCompat_DayNight_ActionBar = 2131689982; + + // aapt resource value: 0x7F0F01FF + public const int ThemeOverlay_AppCompat_Dialog = 2131689983; + + // aapt resource value: 0x7F0F0200 + public const int ThemeOverlay_AppCompat_Dialog_Alert = 2131689984; + + // aapt resource value: 0x7F0F0201 + public const int ThemeOverlay_AppCompat_Light = 2131689985; + + // aapt resource value: 0x7F0F0202 + public const int ThemeOverlay_Design_TextInputEditText = 2131689986; + + // aapt resource value: 0x7F0F0203 + public const int ThemeOverlay_MaterialComponents = 2131689987; + + // aapt resource value: 0x7F0F0204 + public const int ThemeOverlay_MaterialComponents_ActionBar = 2131689988; + + // aapt resource value: 0x7F0F0205 + public const int ThemeOverlay_MaterialComponents_ActionBar_Primary = 2131689989; + + // aapt resource value: 0x7F0F0206 + public const int ThemeOverlay_MaterialComponents_ActionBar_Surface = 2131689990; + + // aapt resource value: 0x7F0F0207 + public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView = 2131689991; + + // aapt resource value: 0x7F0F0208 + public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox = 2131689992; + + // aapt resource value: 0x7F0F0209 + public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = 2131689993; + + // aapt resource value: 0x7F0F020A + public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox = 2131689994; + + // aapt resource value: 0x7F0F020B + public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = 2131689995; + + // aapt resource value: 0x7F0F020C + public const int ThemeOverlay_MaterialComponents_BottomAppBar_Primary = 2131689996; + + // aapt resource value: 0x7F0F020D + public const int ThemeOverlay_MaterialComponents_BottomAppBar_Surface = 2131689997; + + // aapt resource value: 0x7F0F020E + public const int ThemeOverlay_MaterialComponents_BottomSheetDialog = 2131689998; + + // aapt resource value: 0x7F0F020F + public const int ThemeOverlay_MaterialComponents_Dark = 2131689999; + + // aapt resource value: 0x7F0F0210 + public const int ThemeOverlay_MaterialComponents_Dark_ActionBar = 2131690000; + + // aapt resource value: 0x7F0F0211 + public const int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog = 2131690001; + + // aapt resource value: 0x7F0F0212 + public const int ThemeOverlay_MaterialComponents_Dialog = 2131690002; + + // aapt resource value: 0x7F0F0213 + public const int ThemeOverlay_MaterialComponents_Dialog_Alert = 2131690003; + + // aapt resource value: 0x7F0F0214 + public const int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = 2131690004; + + // aapt resource value: 0x7F0F0215 + public const int ThemeOverlay_MaterialComponents_Light = 2131690005; + + // aapt resource value: 0x7F0F0216 + public const int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = 2131690006; + + // aapt resource value: 0x7F0F0217 + public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131690007; + + // aapt resource value: 0x7F0F0218 + public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered = 2131690008; + + // aapt resource value: 0x7F0F0219 + public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date = 2131690009; + + // aapt resource value: 0x7F0F021A + public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar = 2131690010; + + // aapt resource value: 0x7F0F021B + public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text = 2131690011; + + // aapt resource value: 0x7F0F021C + public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day = 2131690012; + + // aapt resource value: 0x7F0F021D + public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner = 2131690013; + + // aapt resource value: 0x7F0F021E + public const int ThemeOverlay_MaterialComponents_MaterialCalendar = 2131690014; + + // aapt resource value: 0x7F0F021F + public const int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen = 2131690015; + + // aapt resource value: 0x7F0F0220 + public const int ThemeOverlay_MaterialComponents_TextInputEditText = 2131690016; + + // aapt resource value: 0x7F0F0221 + public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = 2131690017; + + // aapt resource value: 0x7F0F0222 + public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131690018; + + // aapt resource value: 0x7F0F0223 + public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = 2131690019; + + // aapt resource value: 0x7F0F0224 + public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131690020; + + // aapt resource value: 0x7F0F0225 + public const int ThemeOverlay_MaterialComponents_TimePicker = 2131690021; + + // aapt resource value: 0x7F0F0226 + public const int ThemeOverlay_MaterialComponents_TimePicker_Display = 2131690022; + + // aapt resource value: 0x7F0F0227 + public const int ThemeOverlay_MaterialComponents_Toolbar_Primary = 2131690023; + + // aapt resource value: 0x7F0F0228 + public const int ThemeOverlay_MaterialComponents_Toolbar_Surface = 2131690024; + + // aapt resource value: 0x7F0F01AC + public const int Theme_AppCompat = 2131689900; + + // aapt resource value: 0x7F0F01AD + public const int Theme_AppCompat_CompactMenu = 2131689901; + + // aapt resource value: 0x7F0F01AE + public const int Theme_AppCompat_DayNight = 2131689902; + + // aapt resource value: 0x7F0F01AF + public const int Theme_AppCompat_DayNight_DarkActionBar = 2131689903; + + // aapt resource value: 0x7F0F01B0 + public const int Theme_AppCompat_DayNight_Dialog = 2131689904; + + // aapt resource value: 0x7F0F01B3 + public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131689907; + + // aapt resource value: 0x7F0F01B1 + public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131689905; + + // aapt resource value: 0x7F0F01B2 + public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131689906; + + // aapt resource value: 0x7F0F01B4 + public const int Theme_AppCompat_DayNight_NoActionBar = 2131689908; + + // aapt resource value: 0x7F0F01B5 + public const int Theme_AppCompat_Dialog = 2131689909; + + // aapt resource value: 0x7F0F01B8 + public const int Theme_AppCompat_DialogWhenLarge = 2131689912; + + // aapt resource value: 0x7F0F01B6 + public const int Theme_AppCompat_Dialog_Alert = 2131689910; + + // aapt resource value: 0x7F0F01B7 + public const int Theme_AppCompat_Dialog_MinWidth = 2131689911; + + // aapt resource value: 0x7F0F01B9 + public const int Theme_AppCompat_Empty = 2131689913; + + // aapt resource value: 0x7F0F01BA + public const int Theme_AppCompat_Light = 2131689914; + + // aapt resource value: 0x7F0F01BB + public const int Theme_AppCompat_Light_DarkActionBar = 2131689915; + + // aapt resource value: 0x7F0F01BC + public const int Theme_AppCompat_Light_Dialog = 2131689916; + + // aapt resource value: 0x7F0F01BF + public const int Theme_AppCompat_Light_DialogWhenLarge = 2131689919; + + // aapt resource value: 0x7F0F01BD + public const int Theme_AppCompat_Light_Dialog_Alert = 2131689917; + + // aapt resource value: 0x7F0F01BE + public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131689918; + + // aapt resource value: 0x7F0F01C0 + public const int Theme_AppCompat_Light_NoActionBar = 2131689920; + + // aapt resource value: 0x7F0F01C1 + public const int Theme_AppCompat_NoActionBar = 2131689921; + + // aapt resource value: 0x7F0F01C2 + public const int Theme_Design = 2131689922; + + // aapt resource value: 0x7F0F01C3 + public const int Theme_Design_BottomSheetDialog = 2131689923; + + // aapt resource value: 0x7F0F01C4 + public const int Theme_Design_Light = 2131689924; + + // aapt resource value: 0x7F0F01C5 + public const int Theme_Design_Light_BottomSheetDialog = 2131689925; + + // aapt resource value: 0x7F0F01C6 + public const int Theme_Design_Light_NoActionBar = 2131689926; + + // aapt resource value: 0x7F0F01C7 + public const int Theme_Design_NoActionBar = 2131689927; + + // aapt resource value: 0x7F0F01C8 + public const int Theme_MaterialComponents = 2131689928; + + // aapt resource value: 0x7F0F01C9 + public const int Theme_MaterialComponents_BottomSheetDialog = 2131689929; + + // aapt resource value: 0x7F0F01CA + public const int Theme_MaterialComponents_Bridge = 2131689930; + + // aapt resource value: 0x7F0F01CB + public const int Theme_MaterialComponents_CompactMenu = 2131689931; + + // aapt resource value: 0x7F0F01CC + public const int Theme_MaterialComponents_DayNight = 2131689932; + + // aapt resource value: 0x7F0F01CD + public const int Theme_MaterialComponents_DayNight_BottomSheetDialog = 2131689933; + + // aapt resource value: 0x7F0F01CE + public const int Theme_MaterialComponents_DayNight_Bridge = 2131689934; + + // aapt resource value: 0x7F0F01CF + public const int Theme_MaterialComponents_DayNight_DarkActionBar = 2131689935; + + // aapt resource value: 0x7F0F01D0 + public const int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge = 2131689936; + + // aapt resource value: 0x7F0F01D1 + public const int Theme_MaterialComponents_DayNight_Dialog = 2131689937; + + // aapt resource value: 0x7F0F01D9 + public const int Theme_MaterialComponents_DayNight_DialogWhenLarge = 2131689945; + + // aapt resource value: 0x7F0F01D2 + public const int Theme_MaterialComponents_DayNight_Dialog_Alert = 2131689938; + + // aapt resource value: 0x7F0F01D3 + public const int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge = 2131689939; + + // aapt resource value: 0x7F0F01D4 + public const int Theme_MaterialComponents_DayNight_Dialog_Bridge = 2131689940; + + // aapt resource value: 0x7F0F01D5 + public const int Theme_MaterialComponents_DayNight_Dialog_FixedSize = 2131689941; + + // aapt resource value: 0x7F0F01D6 + public const int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge = 2131689942; + + // aapt resource value: 0x7F0F01D7 + public const int Theme_MaterialComponents_DayNight_Dialog_MinWidth = 2131689943; + + // aapt resource value: 0x7F0F01D8 + public const int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge = 2131689944; + + // aapt resource value: 0x7F0F01DA + public const int Theme_MaterialComponents_DayNight_NoActionBar = 2131689946; + + // aapt resource value: 0x7F0F01DB + public const int Theme_MaterialComponents_DayNight_NoActionBar_Bridge = 2131689947; + + // aapt resource value: 0x7F0F01DC + public const int Theme_MaterialComponents_Dialog = 2131689948; + + // aapt resource value: 0x7F0F01E4 + public const int Theme_MaterialComponents_DialogWhenLarge = 2131689956; + + // aapt resource value: 0x7F0F01DD + public const int Theme_MaterialComponents_Dialog_Alert = 2131689949; + + // aapt resource value: 0x7F0F01DE + public const int Theme_MaterialComponents_Dialog_Alert_Bridge = 2131689950; + + // aapt resource value: 0x7F0F01DF + public const int Theme_MaterialComponents_Dialog_Bridge = 2131689951; + + // aapt resource value: 0x7F0F01E0 + public const int Theme_MaterialComponents_Dialog_FixedSize = 2131689952; + + // aapt resource value: 0x7F0F01E1 + public const int Theme_MaterialComponents_Dialog_FixedSize_Bridge = 2131689953; + + // aapt resource value: 0x7F0F01E2 + public const int Theme_MaterialComponents_Dialog_MinWidth = 2131689954; + + // aapt resource value: 0x7F0F01E3 + public const int Theme_MaterialComponents_Dialog_MinWidth_Bridge = 2131689955; + + // aapt resource value: 0x7F0F01E5 + public const int Theme_MaterialComponents_Light = 2131689957; + + // aapt resource value: 0x7F0F01E6 + public const int Theme_MaterialComponents_Light_BarSize = 2131689958; + + // aapt resource value: 0x7F0F01E7 + public const int Theme_MaterialComponents_Light_BottomSheetDialog = 2131689959; + + // aapt resource value: 0x7F0F01E8 + public const int Theme_MaterialComponents_Light_Bridge = 2131689960; + + // aapt resource value: 0x7F0F01E9 + public const int Theme_MaterialComponents_Light_DarkActionBar = 2131689961; + + // aapt resource value: 0x7F0F01EA + public const int Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131689962; + + // aapt resource value: 0x7F0F01EB + public const int Theme_MaterialComponents_Light_Dialog = 2131689963; + + // aapt resource value: 0x7F0F01F3 + public const int Theme_MaterialComponents_Light_DialogWhenLarge = 2131689971; + + // aapt resource value: 0x7F0F01EC + public const int Theme_MaterialComponents_Light_Dialog_Alert = 2131689964; + + // aapt resource value: 0x7F0F01ED + public const int Theme_MaterialComponents_Light_Dialog_Alert_Bridge = 2131689965; + + // aapt resource value: 0x7F0F01EE + public const int Theme_MaterialComponents_Light_Dialog_Bridge = 2131689966; + + // aapt resource value: 0x7F0F01EF + public const int Theme_MaterialComponents_Light_Dialog_FixedSize = 2131689967; + + // aapt resource value: 0x7F0F01F0 + public const int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge = 2131689968; + + // aapt resource value: 0x7F0F01F1 + public const int Theme_MaterialComponents_Light_Dialog_MinWidth = 2131689969; + + // aapt resource value: 0x7F0F01F2 + public const int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge = 2131689970; + + // aapt resource value: 0x7F0F01F4 + public const int Theme_MaterialComponents_Light_LargeTouch = 2131689972; + + // aapt resource value: 0x7F0F01F5 + public const int Theme_MaterialComponents_Light_NoActionBar = 2131689973; + + // aapt resource value: 0x7F0F01F6 + public const int Theme_MaterialComponents_Light_NoActionBar_Bridge = 2131689974; + + // aapt resource value: 0x7F0F01F7 + public const int Theme_MaterialComponents_NoActionBar = 2131689975; + + // aapt resource value: 0x7F0F01F8 + public const int Theme_MaterialComponents_NoActionBar_Bridge = 2131689976; + + // aapt resource value: 0x7F0F022A + public const int Widget_AppCompat_ActionBar = 2131690026; + + // aapt resource value: 0x7F0F022B + public const int Widget_AppCompat_ActionBar_Solid = 2131690027; + + // aapt resource value: 0x7F0F022C + public const int Widget_AppCompat_ActionBar_TabBar = 2131690028; + + // aapt resource value: 0x7F0F022D + public const int Widget_AppCompat_ActionBar_TabText = 2131690029; + + // aapt resource value: 0x7F0F022E + public const int Widget_AppCompat_ActionBar_TabView = 2131690030; + + // aapt resource value: 0x7F0F022F + public const int Widget_AppCompat_ActionButton = 2131690031; + + // aapt resource value: 0x7F0F0230 + public const int Widget_AppCompat_ActionButton_CloseMode = 2131690032; + + // aapt resource value: 0x7F0F0231 + public const int Widget_AppCompat_ActionButton_Overflow = 2131690033; + + // aapt resource value: 0x7F0F0232 + public const int Widget_AppCompat_ActionMode = 2131690034; + + // aapt resource value: 0x7F0F0233 + public const int Widget_AppCompat_ActivityChooserView = 2131690035; + + // aapt resource value: 0x7F0F0234 + public const int Widget_AppCompat_AutoCompleteTextView = 2131690036; + + // aapt resource value: 0x7F0F0235 + public const int Widget_AppCompat_Button = 2131690037; + + // aapt resource value: 0x7F0F023B + public const int Widget_AppCompat_ButtonBar = 2131690043; + + // aapt resource value: 0x7F0F023C + public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131690044; + + // aapt resource value: 0x7F0F0236 + public const int Widget_AppCompat_Button_Borderless = 2131690038; + + // aapt resource value: 0x7F0F0237 + public const int Widget_AppCompat_Button_Borderless_Colored = 2131690039; + + // aapt resource value: 0x7F0F0238 + public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131690040; + + // aapt resource value: 0x7F0F0239 + public const int Widget_AppCompat_Button_Colored = 2131690041; + + // aapt resource value: 0x7F0F023A + public const int Widget_AppCompat_Button_Small = 2131690042; + + // aapt resource value: 0x7F0F023D + public const int Widget_AppCompat_CompoundButton_CheckBox = 2131690045; + + // aapt resource value: 0x7F0F023E + public const int Widget_AppCompat_CompoundButton_RadioButton = 2131690046; + + // aapt resource value: 0x7F0F023F + public const int Widget_AppCompat_CompoundButton_Switch = 2131690047; + + // aapt resource value: 0x7F0F0240 + public const int Widget_AppCompat_DrawerArrowToggle = 2131690048; + + // aapt resource value: 0x7F0F0241 + public const int Widget_AppCompat_DropDownItem_Spinner = 2131690049; + + // aapt resource value: 0x7F0F0242 + public const int Widget_AppCompat_EditText = 2131690050; + + // aapt resource value: 0x7F0F0243 + public const int Widget_AppCompat_ImageButton = 2131690051; + + // aapt resource value: 0x7F0F0244 + public const int Widget_AppCompat_Light_ActionBar = 2131690052; + + // aapt resource value: 0x7F0F0245 + public const int Widget_AppCompat_Light_ActionBar_Solid = 2131690053; + + // aapt resource value: 0x7F0F0246 + public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131690054; + + // aapt resource value: 0x7F0F0247 + public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131690055; + + // aapt resource value: 0x7F0F0248 + public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131690056; + + // aapt resource value: 0x7F0F0249 + public const int Widget_AppCompat_Light_ActionBar_TabText = 2131690057; + + // aapt resource value: 0x7F0F024A + public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131690058; + + // aapt resource value: 0x7F0F024B + public const int Widget_AppCompat_Light_ActionBar_TabView = 2131690059; + + // aapt resource value: 0x7F0F024C + public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131690060; + + // aapt resource value: 0x7F0F024D + public const int Widget_AppCompat_Light_ActionButton = 2131690061; + + // aapt resource value: 0x7F0F024E + public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131690062; + + // aapt resource value: 0x7F0F024F + public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131690063; + + // aapt resource value: 0x7F0F0250 + public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131690064; + + // aapt resource value: 0x7F0F0251 + public const int Widget_AppCompat_Light_ActivityChooserView = 2131690065; + + // aapt resource value: 0x7F0F0252 + public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131690066; + + // aapt resource value: 0x7F0F0253 + public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131690067; + + // aapt resource value: 0x7F0F0254 + public const int Widget_AppCompat_Light_ListPopupWindow = 2131690068; + + // aapt resource value: 0x7F0F0255 + public const int Widget_AppCompat_Light_ListView_DropDown = 2131690069; + + // aapt resource value: 0x7F0F0256 + public const int Widget_AppCompat_Light_PopupMenu = 2131690070; + + // aapt resource value: 0x7F0F0257 + public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131690071; + + // aapt resource value: 0x7F0F0258 + public const int Widget_AppCompat_Light_SearchView = 2131690072; + + // aapt resource value: 0x7F0F0259 + public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131690073; + + // aapt resource value: 0x7F0F025A + public const int Widget_AppCompat_ListMenuView = 2131690074; + + // aapt resource value: 0x7F0F025B + public const int Widget_AppCompat_ListPopupWindow = 2131690075; + + // aapt resource value: 0x7F0F025C + public const int Widget_AppCompat_ListView = 2131690076; + + // aapt resource value: 0x7F0F025D + public const int Widget_AppCompat_ListView_DropDown = 2131690077; + + // aapt resource value: 0x7F0F025E + public const int Widget_AppCompat_ListView_Menu = 2131690078; + + // aapt resource value: 0x7F0F025F + public const int Widget_AppCompat_PopupMenu = 2131690079; + + // aapt resource value: 0x7F0F0260 + public const int Widget_AppCompat_PopupMenu_Overflow = 2131690080; + + // aapt resource value: 0x7F0F0261 + public const int Widget_AppCompat_PopupWindow = 2131690081; + + // aapt resource value: 0x7F0F0262 + public const int Widget_AppCompat_ProgressBar = 2131690082; + + // aapt resource value: 0x7F0F0263 + public const int Widget_AppCompat_ProgressBar_Horizontal = 2131690083; + + // aapt resource value: 0x7F0F0264 + public const int Widget_AppCompat_RatingBar = 2131690084; + + // aapt resource value: 0x7F0F0265 + public const int Widget_AppCompat_RatingBar_Indicator = 2131690085; + + // aapt resource value: 0x7F0F0266 + public const int Widget_AppCompat_RatingBar_Small = 2131690086; + + // aapt resource value: 0x7F0F0267 + public const int Widget_AppCompat_SearchView = 2131690087; + + // aapt resource value: 0x7F0F0268 + public const int Widget_AppCompat_SearchView_ActionBar = 2131690088; + + // aapt resource value: 0x7F0F0269 + public const int Widget_AppCompat_SeekBar = 2131690089; + + // aapt resource value: 0x7F0F026A + public const int Widget_AppCompat_SeekBar_Discrete = 2131690090; + + // aapt resource value: 0x7F0F026B + public const int Widget_AppCompat_Spinner = 2131690091; + + // aapt resource value: 0x7F0F026C + public const int Widget_AppCompat_Spinner_DropDown = 2131690092; + + // aapt resource value: 0x7F0F026D + public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131690093; + + // aapt resource value: 0x7F0F026E + public const int Widget_AppCompat_Spinner_Underlined = 2131690094; + + // aapt resource value: 0x7F0F026F + public const int Widget_AppCompat_TextView = 2131690095; + + // aapt resource value: 0x7F0F0270 + public const int Widget_AppCompat_TextView_SpinnerItem = 2131690096; + + // aapt resource value: 0x7F0F0271 + public const int Widget_AppCompat_Toolbar = 2131690097; + + // aapt resource value: 0x7F0F0272 + public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131690098; + + // aapt resource value: 0x7F0F0273 + public const int Widget_Compat_NotificationActionContainer = 2131690099; + + // aapt resource value: 0x7F0F0274 + public const int Widget_Compat_NotificationActionText = 2131690100; + + // aapt resource value: 0x7F0F0275 + public const int Widget_Design_AppBarLayout = 2131690101; + + // aapt resource value: 0x7F0F0276 + public const int Widget_Design_BottomNavigationView = 2131690102; + + // aapt resource value: 0x7F0F0277 + public const int Widget_Design_BottomSheet_Modal = 2131690103; + + // aapt resource value: 0x7F0F0278 + public const int Widget_Design_CollapsingToolbar = 2131690104; + + // aapt resource value: 0x7F0F0279 + public const int Widget_Design_FloatingActionButton = 2131690105; + + // aapt resource value: 0x7F0F027A + public const int Widget_Design_NavigationView = 2131690106; + + // aapt resource value: 0x7F0F027B + public const int Widget_Design_ScrimInsetsFrameLayout = 2131690107; + + // aapt resource value: 0x7F0F027C + public const int Widget_Design_Snackbar = 2131690108; + + // aapt resource value: 0x7F0F027D + public const int Widget_Design_TabLayout = 2131690109; + + // aapt resource value: 0x7F0F027E + public const int Widget_Design_TextInputEditText = 2131690110; + + // aapt resource value: 0x7F0F027F + public const int Widget_Design_TextInputLayout = 2131690111; + + // aapt resource value: 0x7F0F0280 + public const int Widget_MaterialComponents_ActionBar_Primary = 2131690112; + + // aapt resource value: 0x7F0F0281 + public const int Widget_MaterialComponents_ActionBar_PrimarySurface = 2131690113; + + // aapt resource value: 0x7F0F0282 + public const int Widget_MaterialComponents_ActionBar_Solid = 2131690114; + + // aapt resource value: 0x7F0F0283 + public const int Widget_MaterialComponents_ActionBar_Surface = 2131690115; + + // aapt resource value: 0x7F0F0284 + public const int Widget_MaterialComponents_AppBarLayout_Primary = 2131690116; + + // aapt resource value: 0x7F0F0285 + public const int Widget_MaterialComponents_AppBarLayout_PrimarySurface = 2131690117; + + // aapt resource value: 0x7F0F0286 + public const int Widget_MaterialComponents_AppBarLayout_Surface = 2131690118; + + // aapt resource value: 0x7F0F0287 + public const int Widget_MaterialComponents_AutoCompleteTextView_FilledBox = 2131690119; + + // aapt resource value: 0x7F0F0288 + public const int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = 2131690120; + + // aapt resource value: 0x7F0F0289 + public const int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox = 2131690121; + + // aapt resource value: 0x7F0F028A + public const int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = 2131690122; + + // aapt resource value: 0x7F0F028B + public const int Widget_MaterialComponents_Badge = 2131690123; + + // aapt resource value: 0x7F0F028C + public const int Widget_MaterialComponents_BottomAppBar = 2131690124; + + // aapt resource value: 0x7F0F028D + public const int Widget_MaterialComponents_BottomAppBar_Colored = 2131690125; + + // aapt resource value: 0x7F0F028E + public const int Widget_MaterialComponents_BottomAppBar_PrimarySurface = 2131690126; + + // aapt resource value: 0x7F0F028F + public const int Widget_MaterialComponents_BottomNavigationView = 2131690127; + + // aapt resource value: 0x7F0F0290 + public const int Widget_MaterialComponents_BottomNavigationView_Colored = 2131690128; + + // aapt resource value: 0x7F0F0291 + public const int Widget_MaterialComponents_BottomNavigationView_PrimarySurface = 2131690129; + + // aapt resource value: 0x7F0F0292 + public const int Widget_MaterialComponents_BottomSheet = 2131690130; + + // aapt resource value: 0x7F0F0293 + public const int Widget_MaterialComponents_BottomSheet_Modal = 2131690131; + + // aapt resource value: 0x7F0F0294 + public const int Widget_MaterialComponents_Button = 2131690132; + + // aapt resource value: 0x7F0F0295 + public const int Widget_MaterialComponents_Button_Icon = 2131690133; + + // aapt resource value: 0x7F0F0296 + public const int Widget_MaterialComponents_Button_OutlinedButton = 2131690134; + + // aapt resource value: 0x7F0F0297 + public const int Widget_MaterialComponents_Button_OutlinedButton_Icon = 2131690135; + + // aapt resource value: 0x7F0F0298 + public const int Widget_MaterialComponents_Button_TextButton = 2131690136; + + // aapt resource value: 0x7F0F0299 + public const int Widget_MaterialComponents_Button_TextButton_Dialog = 2131690137; + + // aapt resource value: 0x7F0F029A + public const int Widget_MaterialComponents_Button_TextButton_Dialog_Flush = 2131690138; + + // aapt resource value: 0x7F0F029B + public const int Widget_MaterialComponents_Button_TextButton_Dialog_Icon = 2131690139; + + // aapt resource value: 0x7F0F029C + public const int Widget_MaterialComponents_Button_TextButton_Icon = 2131690140; + + // aapt resource value: 0x7F0F029D + public const int Widget_MaterialComponents_Button_TextButton_Snackbar = 2131690141; + + // aapt resource value: 0x7F0F029E + public const int Widget_MaterialComponents_Button_UnelevatedButton = 2131690142; + + // aapt resource value: 0x7F0F029F + public const int Widget_MaterialComponents_Button_UnelevatedButton_Icon = 2131690143; + + // aapt resource value: 0x7F0F02A0 + public const int Widget_MaterialComponents_CardView = 2131690144; + + // aapt resource value: 0x7F0F02A1 + public const int Widget_MaterialComponents_CheckedTextView = 2131690145; + + // aapt resource value: 0x7F0F02A6 + public const int Widget_MaterialComponents_ChipGroup = 2131690150; + + // aapt resource value: 0x7F0F02A2 + public const int Widget_MaterialComponents_Chip_Action = 2131690146; + + // aapt resource value: 0x7F0F02A3 + public const int Widget_MaterialComponents_Chip_Choice = 2131690147; + + // aapt resource value: 0x7F0F02A4 + public const int Widget_MaterialComponents_Chip_Entry = 2131690148; + + // aapt resource value: 0x7F0F02A5 + public const int Widget_MaterialComponents_Chip_Filter = 2131690149; + + // aapt resource value: 0x7F0F02A7 + public const int Widget_MaterialComponents_CircularProgressIndicator = 2131690151; + + // aapt resource value: 0x7F0F02A8 + public const int Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall = 2131690152; + + // aapt resource value: 0x7F0F02A9 + public const int Widget_MaterialComponents_CircularProgressIndicator_Medium = 2131690153; + + // aapt resource value: 0x7F0F02AA + public const int Widget_MaterialComponents_CircularProgressIndicator_Small = 2131690154; + + // aapt resource value: 0x7F0F02AB + public const int Widget_MaterialComponents_CollapsingToolbar = 2131690155; + + // aapt resource value: 0x7F0F02AC + public const int Widget_MaterialComponents_CompoundButton_CheckBox = 2131690156; + + // aapt resource value: 0x7F0F02AD + public const int Widget_MaterialComponents_CompoundButton_RadioButton = 2131690157; + + // aapt resource value: 0x7F0F02AE + public const int Widget_MaterialComponents_CompoundButton_Switch = 2131690158; + + // aapt resource value: 0x7F0F02AF + public const int Widget_MaterialComponents_ExtendedFloatingActionButton = 2131690159; + + // aapt resource value: 0x7F0F02B0 + public const int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon = 2131690160; + + // aapt resource value: 0x7F0F02B1 + public const int Widget_MaterialComponents_FloatingActionButton = 2131690161; + + // aapt resource value: 0x7F0F02B2 + public const int Widget_MaterialComponents_Light_ActionBar_Solid = 2131690162; + + // aapt resource value: 0x7F0F02B3 + public const int Widget_MaterialComponents_LinearProgressIndicator = 2131690163; + + // aapt resource value: 0x7F0F02B4 + public const int Widget_MaterialComponents_MaterialButtonToggleGroup = 2131690164; + + // aapt resource value: 0x7F0F02B5 + public const int Widget_MaterialComponents_MaterialCalendar = 2131690165; + + // aapt resource value: 0x7F0F02B6 + public const int Widget_MaterialComponents_MaterialCalendar_Day = 2131690166; + + // aapt resource value: 0x7F0F02BA + public const int Widget_MaterialComponents_MaterialCalendar_DayTextView = 2131690170; + + // aapt resource value: 0x7F0F02B7 + public const int Widget_MaterialComponents_MaterialCalendar_Day_Invalid = 2131690167; + + // aapt resource value: 0x7F0F02B8 + public const int Widget_MaterialComponents_MaterialCalendar_Day_Selected = 2131690168; + + // aapt resource value: 0x7F0F02B9 + public const int Widget_MaterialComponents_MaterialCalendar_Day_Today = 2131690169; + + // aapt resource value: 0x7F0F02BB + public const int Widget_MaterialComponents_MaterialCalendar_Fullscreen = 2131690171; + + // aapt resource value: 0x7F0F02BC + public const int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton = 2131690172; + + // aapt resource value: 0x7F0F02BD + public const int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton = 2131690173; + + // aapt resource value: 0x7F0F02BE + public const int Widget_MaterialComponents_MaterialCalendar_HeaderDivider = 2131690174; + + // aapt resource value: 0x7F0F02BF + public const int Widget_MaterialComponents_MaterialCalendar_HeaderLayout = 2131690175; + + // aapt resource value: 0x7F0F02C0 + public const int Widget_MaterialComponents_MaterialCalendar_HeaderSelection = 2131690176; + + // aapt resource value: 0x7F0F02C1 + public const int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen = 2131690177; + + // aapt resource value: 0x7F0F02C2 + public const int Widget_MaterialComponents_MaterialCalendar_HeaderTitle = 2131690178; + + // aapt resource value: 0x7F0F02C3 + public const int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton = 2131690179; + + // aapt resource value: 0x7F0F02C4 + public const int Widget_MaterialComponents_MaterialCalendar_Item = 2131690180; + + // aapt resource value: 0x7F0F02C5 + public const int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton = 2131690181; + + // aapt resource value: 0x7F0F02C6 + public const int Widget_MaterialComponents_MaterialCalendar_MonthTextView = 2131690182; + + // aapt resource value: 0x7F0F02C7 + public const int Widget_MaterialComponents_MaterialCalendar_Year = 2131690183; + + // aapt resource value: 0x7F0F02CA + public const int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton = 2131690186; + + // aapt resource value: 0x7F0F02C8 + public const int Widget_MaterialComponents_MaterialCalendar_Year_Selected = 2131690184; + + // aapt resource value: 0x7F0F02C9 + public const int Widget_MaterialComponents_MaterialCalendar_Year_Today = 2131690185; + + // aapt resource value: 0x7F0F02CB + public const int Widget_MaterialComponents_NavigationRailView = 2131690187; + + // aapt resource value: 0x7F0F02CC + public const int Widget_MaterialComponents_NavigationRailView_Colored = 2131690188; + + // aapt resource value: 0x7F0F02CD + public const int Widget_MaterialComponents_NavigationRailView_Colored_Compact = 2131690189; + + // aapt resource value: 0x7F0F02CE + public const int Widget_MaterialComponents_NavigationRailView_Compact = 2131690190; + + // aapt resource value: 0x7F0F02CF + public const int Widget_MaterialComponents_NavigationRailView_PrimarySurface = 2131690191; + + // aapt resource value: 0x7F0F02D0 + public const int Widget_MaterialComponents_NavigationView = 2131690192; + + // aapt resource value: 0x7F0F02D1 + public const int Widget_MaterialComponents_PopupMenu = 2131690193; + + // aapt resource value: 0x7F0F02D2 + public const int Widget_MaterialComponents_PopupMenu_ContextMenu = 2131690194; + + // aapt resource value: 0x7F0F02D3 + public const int Widget_MaterialComponents_PopupMenu_ListPopupWindow = 2131690195; + + // aapt resource value: 0x7F0F02D4 + public const int Widget_MaterialComponents_PopupMenu_Overflow = 2131690196; + + // aapt resource value: 0x7F0F02D5 + public const int Widget_MaterialComponents_ProgressIndicator = 2131690197; + + // aapt resource value: 0x7F0F02D6 + public const int Widget_MaterialComponents_ShapeableImageView = 2131690198; + + // aapt resource value: 0x7F0F02D7 + public const int Widget_MaterialComponents_Slider = 2131690199; + + // aapt resource value: 0x7F0F02D8 + public const int Widget_MaterialComponents_Snackbar = 2131690200; + + // aapt resource value: 0x7F0F02D9 + public const int Widget_MaterialComponents_Snackbar_FullWidth = 2131690201; + + // aapt resource value: 0x7F0F02DA + public const int Widget_MaterialComponents_Snackbar_TextView = 2131690202; + + // aapt resource value: 0x7F0F02DB + public const int Widget_MaterialComponents_TabLayout = 2131690203; + + // aapt resource value: 0x7F0F02DC + public const int Widget_MaterialComponents_TabLayout_Colored = 2131690204; + + // aapt resource value: 0x7F0F02DD + public const int Widget_MaterialComponents_TabLayout_PrimarySurface = 2131690205; + + // aapt resource value: 0x7F0F02DE + public const int Widget_MaterialComponents_TextInputEditText_FilledBox = 2131690206; + + // aapt resource value: 0x7F0F02DF + public const int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131690207; + + // aapt resource value: 0x7F0F02E0 + public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox = 2131690208; + + // aapt resource value: 0x7F0F02E1 + public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131690209; + + // aapt resource value: 0x7F0F02E2 + public const int Widget_MaterialComponents_TextInputLayout_FilledBox = 2131690210; + + // aapt resource value: 0x7F0F02E3 + public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = 2131690211; + + // aapt resource value: 0x7F0F02E4 + public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu = 2131690212; + + // aapt resource value: 0x7F0F02E5 + public const int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu = 2131690213; + + // aapt resource value: 0x7F0F02E6 + public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox = 2131690214; + + // aapt resource value: 0x7F0F02E7 + public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = 2131690215; + + // aapt resource value: 0x7F0F02E8 + public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu = 2131690216; + + // aapt resource value: 0x7F0F02E9 + public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu = 2131690217; + + // aapt resource value: 0x7F0F02EA + public const int Widget_MaterialComponents_TextView = 2131690218; + + // aapt resource value: 0x7F0F02EB + public const int Widget_MaterialComponents_TimePicker = 2131690219; + + // aapt resource value: 0x7F0F02EC + public const int Widget_MaterialComponents_TimePicker_Button = 2131690220; + + // aapt resource value: 0x7F0F02ED + public const int Widget_MaterialComponents_TimePicker_Clock = 2131690221; + + // aapt resource value: 0x7F0F02EE + public const int Widget_MaterialComponents_TimePicker_Display = 2131690222; + + // aapt resource value: 0x7F0F02EF + public const int Widget_MaterialComponents_TimePicker_Display_TextInputEditText = 2131690223; + + // aapt resource value: 0x7F0F02F0 + public const int Widget_MaterialComponents_TimePicker_ImageButton = 2131690224; + + // aapt resource value: 0x7F0F02F1 + public const int Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance = 2131690225; + + // aapt resource value: 0x7F0F02F2 + public const int Widget_MaterialComponents_Toolbar = 2131690226; + + // aapt resource value: 0x7F0F02F3 + public const int Widget_MaterialComponents_Toolbar_Primary = 2131690227; + + // aapt resource value: 0x7F0F02F4 + public const int Widget_MaterialComponents_Toolbar_PrimarySurface = 2131690228; + + // aapt resource value: 0x7F0F02F5 + public const int Widget_MaterialComponents_Toolbar_Surface = 2131690229; + + // aapt resource value: 0x7F0F02F6 + public const int Widget_MaterialComponents_Tooltip = 2131690230; + + // aapt resource value: 0x7F0F02F7 + public const int Widget_Support_CoordinatorLayout = 2131690231; + + static Style() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Style() + { + } + } + + public partial class Styleable + { + + // aapt resource value: { 0x7F030047,0x7F03004E,0x7F03004F,0x7F0300F3,0x7F0300F4,0x7F0300F5,0x7F0300F6,0x7F0300F7,0x7F0300F8,0x7F03011E,0x7F03013A,0x7F03013B,0x7F030156,0x7F0301B5,0x7F0301BC,0x7F0301C2,0x7F0301C3,0x7F0301C6,0x7F0301D8,0x7F0301EC,0x7F030262,0x7F0302BC,0x7F0302F5,0x7F030306,0x7F030307,0x7F03036D,0x7F030371,0x7F0303E2,0x7F0303EE } + public static int[] ActionBar = new int[] { + 2130903111, + 2130903118, + 2130903119, + 2130903283, + 2130903284, + 2130903285, + 2130903286, + 2130903287, + 2130903288, + 2130903326, + 2130903354, + 2130903355, + 2130903382, + 2130903477, + 2130903484, + 2130903490, + 2130903491, + 2130903494, + 2130903512, + 2130903532, + 2130903650, + 2130903740, + 2130903797, + 2130903814, + 2130903815, + 2130903917, + 2130903921, + 2130904034, + 2130904046}; + + // 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: { 0x7F030047,0x7F03004E,0x7F0300CC,0x7F0301B5,0x7F030371,0x7F0303EE } + public static int[] ActionMode = new int[] { + 2130903111, + 2130903118, + 2130903244, + 2130903477, + 2130903921, + 2130904046}; + + // 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: { 0x7F030170,0x7F0301DE } + public static int[] ActivityChooserView = new int[] { + 2130903408, + 2130903518}; + + // aapt resource value: 0 + public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; + + // aapt resource value: 1 + public const int ActivityChooserView_initialActivityCount = 1; + + // aapt resource value: { 0x1010003,0x7F030003,0x7F030122,0x7F030123,0x7F03039E } + public static int[] ActivityNavigator = new int[] { + 16842755, + 2130903043, + 2130903330, + 2130903331, + 2130903966}; + + // aapt resource value: 1 + public const int ActivityNavigator_action = 1; + + // aapt resource value: 0 + public const int ActivityNavigator_android_name = 0; + + // aapt resource value: 2 + public const int ActivityNavigator_data = 2; + + // aapt resource value: 3 + public const int ActivityNavigator_dataPattern = 3; + + // aapt resource value: 4 + public const int ActivityNavigator_targetPackage = 4; + + // aapt resource value: { 0x10100F2,0x7F030080,0x7F030081,0x7F030257,0x7F030258,0x7F0302B7,0x7F030342,0x7F030344 } + public static int[] AlertDialog = new int[] { + 16842994, + 2130903168, + 2130903169, + 2130903639, + 2130903640, + 2130903735, + 2130903874, + 2130903876}; + + // 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,0x7F030156,0x7F030171,0x7F03024D,0x7F03024E,0x7F030367 } + public static int[] AppBarLayout = new int[] { + 16842964, + 16843919, + 16844096, + 2130903382, + 2130903409, + 2130903629, + 2130903630, + 2130903911}; + + // aapt resource value: { 0x7F030361,0x7F030362,0x7F030364,0x7F030365 } + public static int[] AppBarLayoutStates = new int[] { + 2130903905, + 2130903906, + 2130903908, + 2130903909}; + + // 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: { 0x7F03024A,0x7F03024B } + public static int[] AppBarLayout_Layout = new int[] { + 2130903626, + 2130903627}; + + // 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,0x7F030357,0x7F0303E0,0x7F0303E1 } + public static int[] AppCompatImageView = new int[] { + 16843033, + 2130903895, + 2130904032, + 2130904033}; + + // 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,0x7F0303DC,0x7F0303DD,0x7F0303DE } + public static int[] AppCompatSeekBar = new int[] { + 16843074, + 2130904028, + 2130904029, + 2130904030}; + + // 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,0x7F030041,0x7F030042,0x7F030043,0x7F030044,0x7F030045,0x7F030143,0x7F030144,0x7F030145,0x7F030146,0x7F030148,0x7F030149,0x7F03014A,0x7F03014B,0x7F030189,0x7F03019F,0x7F0301A8,0x7F030203,0x7F030250,0x7F0303A2,0x7F0303C4 } + public static int[] AppCompatTextView = new int[] { + 16842804, + 2130903105, + 2130903106, + 2130903107, + 2130903108, + 2130903109, + 2130903363, + 2130903364, + 2130903365, + 2130903366, + 2130903368, + 2130903369, + 2130903370, + 2130903371, + 2130903433, + 2130903455, + 2130903464, + 2130903555, + 2130903632, + 2130903970, + 2130904004}; + + // 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,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000D,0x7F03000E,0x7F03000F,0x7F030010,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F03001F,0x7F030020,0x7F030021,0x7F030022,0x7F030023,0x7F030024,0x7F030028,0x7F03002A,0x7F03002B,0x7F03002C,0x7F03002D,0x7F030040,0x7F030068,0x7F030079,0x7F03007A,0x7F03007B,0x7F03007C,0x7F03007D,0x7F030082,0x7F030083,0x7F03009A,0x7F0300A3,0x7F0300D5,0x7F0300D6,0x7F0300D7,0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F0300DB,0x7F0300E2,0x7F0300E3,0x7F0300E9,0x7F030102,0x7F030131,0x7F030136,0x7F030137,0x7F03013C,0x7F03013E,0x7F03014E,0x7F03014F,0x7F030152,0x7F030153,0x7F030155,0x7F0301C2,0x7F0301D2,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030259,0x7F03025A,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F0302D9,0x7F0302DA,0x7F0302DB,0x7F0302F4,0x7F0302F6,0x7F03030E,0x7F030310,0x7F030311,0x7F030312,0x7F030329,0x7F03032C,0x7F03032E,0x7F03032F,0x7F03034F,0x7F030350,0x7F03037E,0x7F0303AD,0x7F0303AF,0x7F0303B0,0x7F0303B1,0x7F0303B3,0x7F0303B4,0x7F0303B5,0x7F0303B6,0x7F0303BE,0x7F0303BF,0x7F0303F0,0x7F0303F1,0x7F0303F2,0x7F0303F3,0x7F030414,0x7F030423,0x7F030424,0x7F030425,0x7F030426,0x7F030427,0x7F030428,0x7F030429,0x7F03042A,0x7F03042B,0x7F03042C } + public static int[] AppCompatTheme = new int[] { + 16842839, + 16842926, + 2130903044, + 2130903045, + 2130903046, + 2130903047, + 2130903048, + 2130903049, + 2130903050, + 2130903051, + 2130903052, + 2130903053, + 2130903054, + 2130903055, + 2130903056, + 2130903058, + 2130903059, + 2130903060, + 2130903061, + 2130903062, + 2130903063, + 2130903064, + 2130903065, + 2130903066, + 2130903067, + 2130903068, + 2130903069, + 2130903070, + 2130903071, + 2130903072, + 2130903073, + 2130903074, + 2130903075, + 2130903076, + 2130903080, + 2130903082, + 2130903083, + 2130903084, + 2130903085, + 2130903104, + 2130903144, + 2130903161, + 2130903162, + 2130903163, + 2130903164, + 2130903165, + 2130903170, + 2130903171, + 2130903194, + 2130903203, + 2130903253, + 2130903254, + 2130903255, + 2130903256, + 2130903257, + 2130903258, + 2130903259, + 2130903266, + 2130903267, + 2130903273, + 2130903298, + 2130903345, + 2130903350, + 2130903351, + 2130903356, + 2130903358, + 2130903374, + 2130903375, + 2130903378, + 2130903379, + 2130903381, + 2130903490, + 2130903506, + 2130903635, + 2130903636, + 2130903637, + 2130903638, + 2130903641, + 2130903642, + 2130903643, + 2130903644, + 2130903645, + 2130903646, + 2130903647, + 2130903648, + 2130903649, + 2130903769, + 2130903770, + 2130903771, + 2130903796, + 2130903798, + 2130903822, + 2130903824, + 2130903825, + 2130903826, + 2130903849, + 2130903852, + 2130903854, + 2130903855, + 2130903887, + 2130903888, + 2130903934, + 2130903981, + 2130903983, + 2130903984, + 2130903985, + 2130903987, + 2130903988, + 2130903989, + 2130903990, + 2130903998, + 2130903999, + 2130904048, + 2130904049, + 2130904050, + 2130904051, + 2130904084, + 2130904099, + 2130904100, + 2130904101, + 2130904102, + 2130904103, + 2130904104, + 2130904105, + 2130904106, + 2130904107, + 2130904108}; + + // 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_actionModeCloseContentDescription = 19; + + // aapt resource value: 20 + public const int AppCompatTheme_actionModeCloseDrawable = 20; + + // aapt resource value: 21 + public const int AppCompatTheme_actionModeCopyDrawable = 21; + + // aapt resource value: 22 + public const int AppCompatTheme_actionModeCutDrawable = 22; + + // aapt resource value: 23 + public const int AppCompatTheme_actionModeFindDrawable = 23; + + // aapt resource value: 24 + public const int AppCompatTheme_actionModePasteDrawable = 24; + + // aapt resource value: 25 + public const int AppCompatTheme_actionModePopupWindowStyle = 25; + + // aapt resource value: 26 + public const int AppCompatTheme_actionModeSelectAllDrawable = 26; + + // aapt resource value: 27 + public const int AppCompatTheme_actionModeShareDrawable = 27; + + // aapt resource value: 28 + public const int AppCompatTheme_actionModeSplitBackground = 28; + + // aapt resource value: 29 + public const int AppCompatTheme_actionModeStyle = 29; + + // aapt resource value: 30 + public const int AppCompatTheme_actionModeTheme = 30; + + // aapt resource value: 31 + public const int AppCompatTheme_actionModeWebSearchDrawable = 31; + + // aapt resource value: 32 + public const int AppCompatTheme_actionOverflowButtonStyle = 32; + + // aapt resource value: 33 + public const int AppCompatTheme_actionOverflowMenuStyle = 33; + + // aapt resource value: 34 + public const int AppCompatTheme_activityChooserViewStyle = 34; + + // aapt resource value: 35 + public const int AppCompatTheme_alertDialogButtonGroupStyle = 35; + + // aapt resource value: 36 + public const int AppCompatTheme_alertDialogCenterButtons = 36; + + // aapt resource value: 37 + public const int AppCompatTheme_alertDialogStyle = 37; + + // aapt resource value: 38 + public const int AppCompatTheme_alertDialogTheme = 38; + + // 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: 39 + public const int AppCompatTheme_autoCompleteTextViewStyle = 39; + + // aapt resource value: 40 + public const int AppCompatTheme_borderlessButtonStyle = 40; + + // aapt resource value: 41 + public const int AppCompatTheme_buttonBarButtonStyle = 41; + + // aapt resource value: 42 + public const int AppCompatTheme_buttonBarNegativeButtonStyle = 42; + + // aapt resource value: 43 + public const int AppCompatTheme_buttonBarNeutralButtonStyle = 43; + + // aapt resource value: 44 + public const int AppCompatTheme_buttonBarPositiveButtonStyle = 44; + + // aapt resource value: 45 + public const int AppCompatTheme_buttonBarStyle = 45; + + // aapt resource value: 46 + public const int AppCompatTheme_buttonStyle = 46; + + // aapt resource value: 47 + public const int AppCompatTheme_buttonStyleSmall = 47; + + // aapt resource value: 48 + public const int AppCompatTheme_checkboxStyle = 48; + + // aapt resource value: 49 + public const int AppCompatTheme_checkedTextViewStyle = 49; + + // aapt resource value: 50 + public const int AppCompatTheme_colorAccent = 50; + + // aapt resource value: 51 + public const int AppCompatTheme_colorBackgroundFloating = 51; + + // aapt resource value: 52 + public const int AppCompatTheme_colorButtonNormal = 52; + + // aapt resource value: 53 + public const int AppCompatTheme_colorControlActivated = 53; + + // aapt resource value: 54 + public const int AppCompatTheme_colorControlHighlight = 54; + + // aapt resource value: 55 + public const int AppCompatTheme_colorControlNormal = 55; + + // aapt resource value: 56 + public const int AppCompatTheme_colorError = 56; + + // aapt resource value: 57 + public const int AppCompatTheme_colorPrimary = 57; + + // aapt resource value: 58 + public const int AppCompatTheme_colorPrimaryDark = 58; + + // aapt resource value: 59 + public const int AppCompatTheme_colorSwitchThumbNormal = 59; + + // aapt resource value: 60 + public const int AppCompatTheme_controlBackground = 60; + + // aapt resource value: 61 + public const int AppCompatTheme_dialogCornerRadius = 61; + + // aapt resource value: 62 + public const int AppCompatTheme_dialogPreferredPadding = 62; + + // aapt resource value: 63 + public const int AppCompatTheme_dialogTheme = 63; + + // aapt resource value: 64 + public const int AppCompatTheme_dividerHorizontal = 64; + + // aapt resource value: 65 + public const int AppCompatTheme_dividerVertical = 65; + + // aapt resource value: 67 + public const int AppCompatTheme_dropdownListPreferredItemHeight = 67; + + // aapt resource value: 66 + public const int AppCompatTheme_dropDownListViewStyle = 66; + + // aapt resource value: 68 + public const int AppCompatTheme_editTextBackground = 68; + + // aapt resource value: 69 + public const int AppCompatTheme_editTextColor = 69; + + // aapt resource value: 70 + public const int AppCompatTheme_editTextStyle = 70; + + // aapt resource value: 71 + public const int AppCompatTheme_homeAsUpIndicator = 71; + + // aapt resource value: 72 + public const int AppCompatTheme_imageButtonStyle = 72; + + // aapt resource value: 73 + public const int AppCompatTheme_listChoiceBackgroundIndicator = 73; + + // aapt resource value: 74 + public const int AppCompatTheme_listChoiceIndicatorMultipleAnimated = 74; + + // aapt resource value: 75 + public const int AppCompatTheme_listChoiceIndicatorSingleAnimated = 75; + + // aapt resource value: 76 + public const int AppCompatTheme_listDividerAlertDialog = 76; + + // aapt resource value: 77 + public const int AppCompatTheme_listMenuViewStyle = 77; + + // aapt resource value: 78 + public const int AppCompatTheme_listPopupWindowStyle = 78; + + // aapt resource value: 79 + public const int AppCompatTheme_listPreferredItemHeight = 79; + + // aapt resource value: 80 + public const int AppCompatTheme_listPreferredItemHeightLarge = 80; + + // aapt resource value: 81 + public const int AppCompatTheme_listPreferredItemHeightSmall = 81; + + // aapt resource value: 82 + public const int AppCompatTheme_listPreferredItemPaddingEnd = 82; + + // aapt resource value: 83 + public const int AppCompatTheme_listPreferredItemPaddingLeft = 83; + + // aapt resource value: 84 + public const int AppCompatTheme_listPreferredItemPaddingRight = 84; + + // aapt resource value: 85 + public const int AppCompatTheme_listPreferredItemPaddingStart = 85; + + // aapt resource value: 86 + public const int AppCompatTheme_panelBackground = 86; + + // aapt resource value: 87 + public const int AppCompatTheme_panelMenuListTheme = 87; + + // aapt resource value: 88 + public const int AppCompatTheme_panelMenuListWidth = 88; + + // aapt resource value: 89 + public const int AppCompatTheme_popupMenuStyle = 89; + + // aapt resource value: 90 + public const int AppCompatTheme_popupWindowStyle = 90; + + // aapt resource value: 91 + public const int AppCompatTheme_radioButtonStyle = 91; + + // aapt resource value: 92 + public const int AppCompatTheme_ratingBarStyle = 92; + + // aapt resource value: 93 + public const int AppCompatTheme_ratingBarStyleIndicator = 93; + + // aapt resource value: 94 + public const int AppCompatTheme_ratingBarStyleSmall = 94; + + // aapt resource value: 95 + public const int AppCompatTheme_searchViewStyle = 95; + + // aapt resource value: 96 + public const int AppCompatTheme_seekBarStyle = 96; + + // aapt resource value: 97 + public const int AppCompatTheme_selectableItemBackground = 97; + + // aapt resource value: 98 + public const int AppCompatTheme_selectableItemBackgroundBorderless = 98; + + // aapt resource value: 99 + public const int AppCompatTheme_spinnerDropDownItemStyle = 99; + + // aapt resource value: 100 + public const int AppCompatTheme_spinnerStyle = 100; + + // aapt resource value: 101 + public const int AppCompatTheme_switchStyle = 101; + + // aapt resource value: 102 + public const int AppCompatTheme_textAppearanceLargePopupMenu = 102; + + // aapt resource value: 103 + public const int AppCompatTheme_textAppearanceListItem = 103; + + // aapt resource value: 104 + public const int AppCompatTheme_textAppearanceListItemSecondary = 104; + + // aapt resource value: 105 + public const int AppCompatTheme_textAppearanceListItemSmall = 105; + + // aapt resource value: 106 + public const int AppCompatTheme_textAppearancePopupMenuHeader = 106; + + // aapt resource value: 107 + public const int AppCompatTheme_textAppearanceSearchResultSubtitle = 107; + + // aapt resource value: 108 + public const int AppCompatTheme_textAppearanceSearchResultTitle = 108; + + // aapt resource value: 109 + public const int AppCompatTheme_textAppearanceSmallPopupMenu = 109; + + // aapt resource value: 110 + public const int AppCompatTheme_textColorAlertDialogListItem = 110; + + // aapt resource value: 111 + public const int AppCompatTheme_textColorSearchUrl = 111; + + // aapt resource value: 112 + public const int AppCompatTheme_toolbarNavigationButtonStyle = 112; + + // aapt resource value: 113 + public const int AppCompatTheme_toolbarStyle = 113; + + // aapt resource value: 114 + public const int AppCompatTheme_tooltipForegroundColor = 114; + + // aapt resource value: 115 + public const int AppCompatTheme_tooltipFrameBackground = 115; + + // aapt resource value: 116 + public const int AppCompatTheme_viewInflaterClass = 116; + + // aapt resource value: 117 + public const int AppCompatTheme_windowActionBar = 117; + + // aapt resource value: 118 + public const int AppCompatTheme_windowActionBarOverlay = 118; + + // aapt resource value: 119 + public const int AppCompatTheme_windowActionModeOverlay = 119; + + // aapt resource value: 120 + public const int AppCompatTheme_windowFixedHeightMajor = 120; + + // aapt resource value: 121 + public const int AppCompatTheme_windowFixedHeightMinor = 121; + + // aapt resource value: 122 + public const int AppCompatTheme_windowFixedWidthMajor = 122; + + // aapt resource value: 123 + public const int AppCompatTheme_windowFixedWidthMinor = 123; + + // aapt resource value: 124 + public const int AppCompatTheme_windowMinWidthMajor = 124; + + // aapt resource value: 125 + public const int AppCompatTheme_windowMinWidthMinor = 125; + + // aapt resource value: 126 + public const int AppCompatTheme_windowNoTitle = 126; + + // aapt resource value: { 0x101030E,0x7F03032E } + public static int[] BackgroundStyle = new int[] { + 16843534, + 2130903854}; + + // aapt resource value: 0 + public const int BackgroundStyle_android_selectableItemBackground = 0; + + // aapt resource value: 1 + public const int BackgroundStyle_selectableItemBackground = 1; + + // aapt resource value: { 0x7F030048,0x7F030052,0x7F030054,0x7F0301C4,0x7F030283,0x7F0302C4,0x7F030413 } + public static int[] Badge = new int[] { + 2130903112, + 2130903122, + 2130903124, + 2130903492, + 2130903683, + 2130903748, + 2130904083}; + + // 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: { 0x1010139,0x7F0301BA,0x7F0301D9,0x7F030290,0x7F03033A,0x7F03033C,0x7F0303FA,0x7F0303FD,0x7F0303FF } + public static int[] BaseProgressIndicator = new int[] { + 16843065, + 2130903482, + 2130903513, + 2130903696, + 2130903866, + 2130903868, + 2130904058, + 2130904061, + 2130904063}; + + // aapt resource value: 0 + public const int BaseProgressIndicator_android_indeterminate = 0; + + // aapt resource value: 1 + public const int BaseProgressIndicator_hideAnimationBehavior = 1; + + // aapt resource value: 2 + public const int BaseProgressIndicator_indicatorColor = 2; + + // aapt resource value: 3 + public const int BaseProgressIndicator_minHideDelay = 3; + + // aapt resource value: 4 + public const int BaseProgressIndicator_showAnimationBehavior = 4; + + // aapt resource value: 5 + public const int BaseProgressIndicator_showDelay = 5; + + // aapt resource value: 6 + public const int BaseProgressIndicator_trackColor = 6; + + // aapt resource value: 7 + public const int BaseProgressIndicator_trackCornerRadius = 7; + + // aapt resource value: 8 + public const int BaseProgressIndicator_trackThickness = 8; + + // aapt resource value: { 0x7F030050,0x7F030156,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030180,0x7F030181,0x7F0301BD,0x7F0302D2,0x7F0302D4,0x7F0302D5 } + public static int[] BottomAppBar = new int[] { + 2130903120, + 2130903382, + 2130903421, + 2130903422, + 2130903423, + 2130903424, + 2130903425, + 2130903485, + 2130903762, + 2130903764, + 2130903765}; + + // 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: { 0x7F0301E7 } + public static int[] BottomNavigationView = new int[] { + 2130903527}; + + // aapt resource value: 0 + public const int BottomNavigationView_itemHorizontalTranslationEnabled = 0; + + // aapt resource value: { 0x101011F,0x1010440,0x7F030050,0x7F03005B,0x7F03005C,0x7F03005D,0x7F03005E,0x7F03005F,0x7F030061,0x7F030062,0x7F030063,0x7F0301AF,0x7F0302D2,0x7F0302D4,0x7F0302D5,0x7F0302D8,0x7F030333,0x7F030336 } + public static int[] BottomSheetBehavior_Layout = new int[] { + 16843039, + 16843840, + 2130903120, + 2130903131, + 2130903132, + 2130903133, + 2130903134, + 2130903135, + 2130903137, + 2130903138, + 2130903139, + 2130903471, + 2130903762, + 2130903764, + 2130903765, + 2130903768, + 2130903859, + 2130903862}; + + // aapt resource value: 1 + public const int BottomSheetBehavior_Layout_android_elevation = 1; + + // aapt resource value: 0 + public const int BottomSheetBehavior_Layout_android_maxWidth = 0; + + // aapt resource value: 2 + public const int BottomSheetBehavior_Layout_backgroundTint = 2; + + // aapt resource value: 3 + public const int BottomSheetBehavior_Layout_behavior_draggable = 3; + + // aapt resource value: 4 + public const int BottomSheetBehavior_Layout_behavior_expandedOffset = 4; + + // aapt resource value: 5 + public const int BottomSheetBehavior_Layout_behavior_fitToContents = 5; + + // aapt resource value: 6 + public const int BottomSheetBehavior_Layout_behavior_halfExpandedRatio = 6; + + // aapt resource value: 7 + public const int BottomSheetBehavior_Layout_behavior_hideable = 7; + + // aapt resource value: 8 + public const int BottomSheetBehavior_Layout_behavior_peekHeight = 8; + + // aapt resource value: 9 + public const int BottomSheetBehavior_Layout_behavior_saveFlags = 9; + + // aapt resource value: 10 + public const int BottomSheetBehavior_Layout_behavior_skipCollapsed = 10; + + // aapt resource value: 11 + public const int BottomSheetBehavior_Layout_gestureInsetBottomIgnored = 11; + + // aapt resource value: 12 + public const int BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets = 12; + + // aapt resource value: 13 + public const int BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets = 13; + + // aapt resource value: 14 + public const int BottomSheetBehavior_Layout_paddingRightSystemWindowInsets = 14; + + // aapt resource value: 15 + public const int BottomSheetBehavior_Layout_paddingTopSystemWindowInsets = 15; + + // aapt resource value: 16 + public const int BottomSheetBehavior_Layout_shapeAppearance = 16; + + // aapt resource value: 17 + public const int BottomSheetBehavior_Layout_shapeAppearanceOverlay = 17; + + // aapt resource value: { 0x7F030031 } + public static int[] ButtonBarLayout = new int[] { + 2130903089}; + + // aapt resource value: 0 + public const int ButtonBarLayout_allowStacking = 0; + + // aapt resource value: { 0x7F03030D,0x7F030338 } + public static int[] Capability = new int[] { + 2130903821, + 2130903864}; + + // aapt resource value: 0 + public const int Capability_queryPatterns = 0; + + // aapt resource value: 1 + public const int Capability_shortcutMatchRequired = 1; + + // aapt resource value: { 0x101013F,0x1010140,0x7F030086,0x7F030087,0x7F030088,0x7F03008A,0x7F03008B,0x7F03008C,0x7F0300F9,0x7F0300FA,0x7F0300FC,0x7F0300FD,0x7F0300FF } + public static int[] CardView = new int[] { + 16843071, + 16843072, + 2130903174, + 2130903175, + 2130903176, + 2130903178, + 2130903179, + 2130903180, + 2130903289, + 2130903290, + 2130903292, + 2130903293, + 2130903295}; + + // 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: { 0x7F03008E,0x7F03008F,0x7F030090,0x7F030091,0x7F030092,0x7F030093,0x7F030094,0x7F030095,0x7F030096,0x7F030097 } + public static int[] Carousel = new int[] { + 2130903182, + 2130903183, + 2130903184, + 2130903185, + 2130903186, + 2130903187, + 2130903188, + 2130903189, + 2130903190, + 2130903191}; + + // aapt resource value: 0 + public const int Carousel_carousel_backwardTransition = 0; + + // aapt resource value: 1 + public const int Carousel_carousel_emptyViewsBehavior = 1; + + // aapt resource value: 2 + public const int Carousel_carousel_firstView = 2; + + // aapt resource value: 3 + public const int Carousel_carousel_forwardTransition = 3; + + // aapt resource value: 4 + public const int Carousel_carousel_infinite = 4; + + // aapt resource value: 5 + public const int Carousel_carousel_nextState = 5; + + // aapt resource value: 6 + public const int Carousel_carousel_previousState = 6; + + // aapt resource value: 7 + public const int Carousel_carousel_touchUpMode = 7; + + // aapt resource value: 8 + public const int Carousel_carousel_touchUp_dampeningFactor = 8; + + // aapt resource value: 9 + public const int Carousel_carousel_touchUp_velocityThreshold = 9; + + // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x7F030139,0x7F030377,0x7F030378 } + public static int[] CheckBoxPreference = new int[] { + 16843247, + 16843248, + 16843249, + 2130903353, + 2130903927, + 2130903928}; + + // aapt resource value: 2 + public const int CheckBoxPreference_android_disableDependentsState = 2; + + // aapt resource value: 1 + public const int CheckBoxPreference_android_summaryOff = 1; + + // aapt resource value: 0 + public const int CheckBoxPreference_android_summaryOn = 0; + + // aapt resource value: 3 + public const int CheckBoxPreference_disableDependentsState = 3; + + // aapt resource value: 4 + public const int CheckBoxPreference_summaryOff = 4; + + // aapt resource value: 5 + public const int CheckBoxPreference_summaryOn = 5; + + // aapt resource value: { 0x1010034,0x1010095,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F03009D,0x7F03009E,0x7F0300A1,0x7F0300A2,0x7F0300A4,0x7F0300A5,0x7F0300A6,0x7F0300A8,0x7F0300A9,0x7F0300AA,0x7F0300AB,0x7F0300AC,0x7F0300AD,0x7F0300AE,0x7F0300B3,0x7F0300B4,0x7F0300B5,0x7F0300B7,0x7F0300C5,0x7F0300C6,0x7F0300C7,0x7F0300C8,0x7F0300C9,0x7F0300CA,0x7F0300CB,0x7F030164,0x7F0301BB,0x7F0301C7,0x7F0301CC,0x7F03031D,0x7F030333,0x7F030336,0x7F03033E,0x7F0303C0,0x7F0303C9 } + public static int[] Chip = new int[] { + 16842804, + 16842901, + 16842904, + 16842923, + 16843039, + 16843087, + 16843237, + 2130903197, + 2130903198, + 2130903201, + 2130903202, + 2130903204, + 2130903205, + 2130903206, + 2130903208, + 2130903209, + 2130903210, + 2130903211, + 2130903212, + 2130903213, + 2130903214, + 2130903219, + 2130903220, + 2130903221, + 2130903223, + 2130903237, + 2130903238, + 2130903239, + 2130903240, + 2130903241, + 2130903242, + 2130903243, + 2130903396, + 2130903483, + 2130903495, + 2130903500, + 2130903837, + 2130903859, + 2130903862, + 2130903870, + 2130904000, + 2130904009}; + + // aapt resource value: { 0x7F03009C,0x7F0300AF,0x7F0300B0,0x7F0300B1,0x7F030330,0x7F030345,0x7F030347 } + public static int[] ChipGroup = new int[] { + 2130903196, + 2130903215, + 2130903216, + 2130903217, + 2130903856, + 2130903877, + 2130903879}; + + // 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: 6 + public const int Chip_android_checkable = 6; + + // aapt resource value: 3 + public const int Chip_android_ellipsize = 3; + + // aapt resource value: 4 + public const int Chip_android_maxWidth = 4; + + // aapt resource value: 5 + public const int Chip_android_text = 5; + + // aapt resource value: 0 + public const int Chip_android_textAppearance = 0; + + // aapt resource value: 2 + public const int Chip_android_textColor = 2; + + // aapt resource value: 1 + public const int Chip_android_textSize = 1; + + // aapt resource value: 7 + public const int Chip_checkedIcon = 7; + + // aapt resource value: 8 + public const int Chip_checkedIconEnabled = 8; + + // aapt resource value: 9 + public const int Chip_checkedIconTint = 9; + + // aapt resource value: 10 + public const int Chip_checkedIconVisible = 10; + + // aapt resource value: 11 + public const int Chip_chipBackgroundColor = 11; + + // aapt resource value: 12 + public const int Chip_chipCornerRadius = 12; + + // aapt resource value: 13 + public const int Chip_chipEndPadding = 13; + + // aapt resource value: 14 + public const int Chip_chipIcon = 14; + + // aapt resource value: 15 + public const int Chip_chipIconEnabled = 15; + + // aapt resource value: 16 + public const int Chip_chipIconSize = 16; + + // aapt resource value: 17 + public const int Chip_chipIconTint = 17; + + // aapt resource value: 18 + public const int Chip_chipIconVisible = 18; + + // aapt resource value: 19 + public const int Chip_chipMinHeight = 19; + + // aapt resource value: 20 + public const int Chip_chipMinTouchTargetSize = 20; + + // aapt resource value: 21 + public const int Chip_chipStartPadding = 21; + + // aapt resource value: 22 + public const int Chip_chipStrokeColor = 22; + + // aapt resource value: 23 + public const int Chip_chipStrokeWidth = 23; + + // aapt resource value: 24 + public const int Chip_chipSurfaceColor = 24; + + // aapt resource value: 25 + public const int Chip_closeIcon = 25; + + // aapt resource value: 26 + public const int Chip_closeIconEnabled = 26; + + // aapt resource value: 27 + public const int Chip_closeIconEndPadding = 27; + + // aapt resource value: 28 + public const int Chip_closeIconSize = 28; + + // aapt resource value: 29 + public const int Chip_closeIconStartPadding = 29; + + // aapt resource value: 30 + public const int Chip_closeIconTint = 30; + + // aapt resource value: 31 + public const int Chip_closeIconVisible = 31; + + // aapt resource value: 32 + public const int Chip_ensureMinTouchTargetSize = 32; + + // aapt resource value: 33 + public const int Chip_hideMotionSpec = 33; + + // aapt resource value: 34 + public const int Chip_iconEndPadding = 34; + + // aapt resource value: 35 + public const int Chip_iconStartPadding = 35; + + // aapt resource value: 36 + public const int Chip_rippleColor = 36; + + // aapt resource value: 37 + public const int Chip_shapeAppearance = 37; + + // aapt resource value: 38 + public const int Chip_shapeAppearanceOverlay = 38; + + // aapt resource value: 39 + public const int Chip_showMotionSpec = 39; + + // aapt resource value: 40 + public const int Chip_textEndPadding = 40; + + // aapt resource value: 41 + public const int Chip_textStartPadding = 41; + + // aapt resource value: { 0x7F0301DA,0x7F0301DC,0x7F0301DD } + public static int[] CircularProgressIndicator = new int[] { + 2130903514, + 2130903516, + 2130903517}; + + // aapt resource value: 0 + public const int CircularProgressIndicator_indicatorDirectionCircular = 0; + + // aapt resource value: 1 + public const int CircularProgressIndicator_indicatorInset = 1; + + // aapt resource value: 2 + public const int CircularProgressIndicator_indicatorSize = 2; + + // aapt resource value: { 0x7F0300C1,0x7F0300C4 } + public static int[] ClockFaceView = new int[] { + 2130903233, + 2130903236}; + + // aapt resource value: 0 + public const int ClockFaceView_clockFaceBackgroundColor = 0; + + // aapt resource value: 1 + public const int ClockFaceView_clockNumberTextColor = 1; + + // aapt resource value: { 0x7F0300C2,0x7F03027B,0x7F030331 } + public static int[] ClockHandView = new int[] { + 2130903234, + 2130903675, + 2130903857}; + + // aapt resource value: 0 + public const int ClockHandView_clockHandColor = 0; + + // aapt resource value: 1 + public const int ClockHandView_materialCircleRadius = 1; + + // aapt resource value: 2 + public const int ClockHandView_selectorSize = 2; + + // aapt resource value: { 0x7F0300D0,0x7F0300D1,0x7F030100,0x7F030173,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017C,0x7F0301AA,0x7F030286,0x7F030323,0x7F030325,0x7F030368,0x7F0303E2,0x7F0303E4,0x7F0303E5,0x7F0303EF } + public static int[] CollapsingToolbarLayout = new int[] { + 2130903248, + 2130903249, + 2130903296, + 2130903411, + 2130903412, + 2130903413, + 2130903414, + 2130903415, + 2130903416, + 2130903417, + 2130903420, + 2130903466, + 2130903686, + 2130903843, + 2130903845, + 2130903912, + 2130904034, + 2130904036, + 2130904037, + 2130904047}; + + // 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_extraMultilineHeightEnabled = 10; + + // aapt resource value: 11 + public const int CollapsingToolbarLayout_forceApplySystemWindowInsetTop = 11; + + // aapt resource value: { 0x7F03020C,0x7F03020D } + public static int[] CollapsingToolbarLayout_Layout = new int[] { + 2130903564, + 2130903565}; + + // 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: 12 + public const int CollapsingToolbarLayout_maxLines = 12; + + // aapt resource value: 13 + public const int CollapsingToolbarLayout_scrimAnimationDuration = 13; + + // aapt resource value: 14 + public const int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 14; + + // aapt resource value: 15 + public const int CollapsingToolbarLayout_statusBarScrim = 15; + + // aapt resource value: 16 + public const int CollapsingToolbarLayout_title = 16; + + // aapt resource value: 17 + public const int CollapsingToolbarLayout_titleCollapseMode = 17; + + // aapt resource value: 18 + public const int CollapsingToolbarLayout_titleEnabled = 18; + + // aapt resource value: 19 + public const int CollapsingToolbarLayout_toolbarId = 19; + + // aapt resource value: { 0x10101A5,0x101031F,0x7F030032 } + public static int[] ColorStateListItem = new int[] { + 16843173, + 16843551, + 2130903090}; + + // 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,0x7F03007E,0x7F030084,0x7F030085 } + public static int[] CompoundButton = new int[] { + 16843015, + 2130903166, + 2130903172, + 2130903173}; + + // 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: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030035,0x7F030036,0x7F030056,0x7F030057,0x7F030058,0x7F030098,0x7F0300EE,0x7F0300EF,0x7F030142,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F03018F,0x7F030190,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F030196,0x7F030197,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F03021F,0x7F030220,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030248,0x7F03024C,0x7F0302B1,0x7F0302B2,0x7F0302E1,0x7F0302E9,0x7F0302EE,0x7F030308,0x7F030309,0x7F03030A,0x7F030402,0x7F030404,0x7F030406,0x7F030419 } + public static int[] Constraint = new int[] { + 16842948, + 16842960, + 16842972, + 16842996, + 16842997, + 16842999, + 16843000, + 16843001, + 16843002, + 16843039, + 16843040, + 16843071, + 16843072, + 16843551, + 16843552, + 16843553, + 16843554, + 16843555, + 16843556, + 16843557, + 16843558, + 16843559, + 16843560, + 16843701, + 16843702, + 16843770, + 16843840, + 2130903093, + 2130903094, + 2130903126, + 2130903127, + 2130903128, + 2130903192, + 2130903278, + 2130903279, + 2130903362, + 2130903435, + 2130903436, + 2130903437, + 2130903438, + 2130903439, + 2130903440, + 2130903441, + 2130903442, + 2130903443, + 2130903444, + 2130903445, + 2130903446, + 2130903447, + 2130903449, + 2130903450, + 2130903451, + 2130903452, + 2130903453, + 2130903566, + 2130903567, + 2130903568, + 2130903569, + 2130903570, + 2130903571, + 2130903572, + 2130903573, + 2130903574, + 2130903575, + 2130903576, + 2130903577, + 2130903578, + 2130903579, + 2130903580, + 2130903581, + 2130903582, + 2130903583, + 2130903584, + 2130903585, + 2130903586, + 2130903587, + 2130903588, + 2130903589, + 2130903590, + 2130903591, + 2130903592, + 2130903593, + 2130903594, + 2130903595, + 2130903596, + 2130903597, + 2130903598, + 2130903599, + 2130903600, + 2130903601, + 2130903602, + 2130903603, + 2130903604, + 2130903605, + 2130903606, + 2130903607, + 2130903608, + 2130903609, + 2130903610, + 2130903611, + 2130903613, + 2130903614, + 2130903615, + 2130903616, + 2130903617, + 2130903618, + 2130903619, + 2130903620, + 2130903621, + 2130903624, + 2130903628, + 2130903729, + 2130903730, + 2130903777, + 2130903785, + 2130903790, + 2130903816, + 2130903817, + 2130903818, + 2130904066, + 2130904068, + 2130904070, + 2130904089}; + + // aapt resource value: { 0x10100C4,0x10100D5,0x10100D6,0x10100D7,0x10100D8,0x10100D9,0x10100DC,0x10100F4,0x10100F5,0x10100F6,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10103B3,0x10103B4,0x10103B5,0x10103B6,0x1010440,0x101053B,0x101053C,0x7F030056,0x7F030057,0x7F030058,0x7F030098,0x7F0300BA,0x7F0300BB,0x7F0300BC,0x7F0300BD,0x7F0300BE,0x7F0300EB,0x7F0300EE,0x7F0300EF,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F03018F,0x7F030190,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F030196,0x7F030197,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F030206,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F03021F,0x7F030220,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030248,0x7F030249,0x7F03024C } + public static int[] ConstraintLayout_Layout = new int[] { + 16842948, + 16842965, + 16842966, + 16842967, + 16842968, + 16842969, + 16842972, + 16842996, + 16842997, + 16842998, + 16842999, + 16843000, + 16843001, + 16843002, + 16843039, + 16843040, + 16843071, + 16843072, + 16843699, + 16843700, + 16843701, + 16843702, + 16843840, + 16844091, + 16844092, + 2130903126, + 2130903127, + 2130903128, + 2130903192, + 2130903226, + 2130903227, + 2130903228, + 2130903229, + 2130903230, + 2130903275, + 2130903278, + 2130903279, + 2130903435, + 2130903436, + 2130903437, + 2130903438, + 2130903439, + 2130903440, + 2130903441, + 2130903442, + 2130903443, + 2130903444, + 2130903445, + 2130903446, + 2130903447, + 2130903449, + 2130903450, + 2130903451, + 2130903452, + 2130903453, + 2130903558, + 2130903566, + 2130903567, + 2130903568, + 2130903569, + 2130903570, + 2130903571, + 2130903572, + 2130903573, + 2130903574, + 2130903575, + 2130903576, + 2130903577, + 2130903578, + 2130903579, + 2130903580, + 2130903581, + 2130903582, + 2130903583, + 2130903584, + 2130903585, + 2130903586, + 2130903587, + 2130903588, + 2130903589, + 2130903590, + 2130903591, + 2130903592, + 2130903593, + 2130903594, + 2130903595, + 2130903596, + 2130903597, + 2130903598, + 2130903599, + 2130903600, + 2130903601, + 2130903602, + 2130903603, + 2130903604, + 2130903605, + 2130903606, + 2130903607, + 2130903608, + 2130903609, + 2130903610, + 2130903611, + 2130903613, + 2130903614, + 2130903615, + 2130903616, + 2130903617, + 2130903618, + 2130903619, + 2130903620, + 2130903621, + 2130903624, + 2130903625, + 2130903628}; + + // aapt resource value: 22 + public const int ConstraintLayout_Layout_android_elevation = 22; + + // aapt resource value: 8 + public const int ConstraintLayout_Layout_android_layout_height = 8; + + // aapt resource value: 9 + public const int ConstraintLayout_Layout_android_layout_margin = 9; + + // aapt resource value: 13 + public const int ConstraintLayout_Layout_android_layout_marginBottom = 13; + + // aapt resource value: 21 + public const int ConstraintLayout_Layout_android_layout_marginEnd = 21; + + // aapt resource value: 23 + public const int ConstraintLayout_Layout_android_layout_marginHorizontal = 23; + + // aapt resource value: 10 + public const int ConstraintLayout_Layout_android_layout_marginLeft = 10; + + // aapt resource value: 12 + public const int ConstraintLayout_Layout_android_layout_marginRight = 12; + + // aapt resource value: 20 + public const int ConstraintLayout_Layout_android_layout_marginStart = 20; + + // aapt resource value: 11 + public const int ConstraintLayout_Layout_android_layout_marginTop = 11; + + // aapt resource value: 24 + public const int ConstraintLayout_Layout_android_layout_marginVertical = 24; + + // aapt resource value: 7 + public const int ConstraintLayout_Layout_android_layout_width = 7; + + // aapt resource value: 15 + public const int ConstraintLayout_Layout_android_maxHeight = 15; + + // aapt resource value: 14 + public const int ConstraintLayout_Layout_android_maxWidth = 14; + + // aapt resource value: 17 + public const int ConstraintLayout_Layout_android_minHeight = 17; + + // aapt resource value: 16 + public const int ConstraintLayout_Layout_android_minWidth = 16; + + // aapt resource value: 0 + public const int ConstraintLayout_Layout_android_orientation = 0; + + // aapt resource value: 1 + public const int ConstraintLayout_Layout_android_padding = 1; + + // aapt resource value: 5 + public const int ConstraintLayout_Layout_android_paddingBottom = 5; + + // aapt resource value: 19 + public const int ConstraintLayout_Layout_android_paddingEnd = 19; + + // aapt resource value: 2 + public const int ConstraintLayout_Layout_android_paddingLeft = 2; + + // aapt resource value: 4 + public const int ConstraintLayout_Layout_android_paddingRight = 4; + + // aapt resource value: 18 + public const int ConstraintLayout_Layout_android_paddingStart = 18; + + // aapt resource value: 3 + public const int ConstraintLayout_Layout_android_paddingTop = 3; + + // aapt resource value: 6 + public const int ConstraintLayout_Layout_android_visibility = 6; + + // aapt resource value: 25 + public const int ConstraintLayout_Layout_barrierAllowsGoneWidgets = 25; + + // aapt resource value: 26 + public const int ConstraintLayout_Layout_barrierDirection = 26; + + // aapt resource value: 27 + public const int ConstraintLayout_Layout_barrierMargin = 27; + + // aapt resource value: 28 + public const int ConstraintLayout_Layout_chainUseRtl = 28; + + // aapt resource value: 29 + public const int ConstraintLayout_Layout_circularflow_angles = 29; + + // aapt resource value: 30 + public const int ConstraintLayout_Layout_circularflow_defaultAngle = 30; + + // aapt resource value: 31 + public const int ConstraintLayout_Layout_circularflow_defaultRadius = 31; + + // aapt resource value: 32 + public const int ConstraintLayout_Layout_circularflow_radiusInDP = 32; + + // aapt resource value: 33 + public const int ConstraintLayout_Layout_circularflow_viewCenter = 33; + + // aapt resource value: 34 + public const int ConstraintLayout_Layout_constraintSet = 34; + + // aapt resource value: 35 + public const int ConstraintLayout_Layout_constraint_referenced_ids = 35; + + // aapt resource value: 36 + public const int ConstraintLayout_Layout_constraint_referenced_tags = 36; + + // aapt resource value: 37 + public const int ConstraintLayout_Layout_flow_firstHorizontalBias = 37; + + // aapt resource value: 38 + public const int ConstraintLayout_Layout_flow_firstHorizontalStyle = 38; + + // aapt resource value: 39 + public const int ConstraintLayout_Layout_flow_firstVerticalBias = 39; + + // aapt resource value: 40 + public const int ConstraintLayout_Layout_flow_firstVerticalStyle = 40; + + // aapt resource value: 41 + public const int ConstraintLayout_Layout_flow_horizontalAlign = 41; + + // aapt resource value: 42 + public const int ConstraintLayout_Layout_flow_horizontalBias = 42; + + // aapt resource value: 43 + public const int ConstraintLayout_Layout_flow_horizontalGap = 43; + + // aapt resource value: 44 + public const int ConstraintLayout_Layout_flow_horizontalStyle = 44; + + // aapt resource value: 45 + public const int ConstraintLayout_Layout_flow_lastHorizontalBias = 45; + + // aapt resource value: 46 + public const int ConstraintLayout_Layout_flow_lastHorizontalStyle = 46; + + // aapt resource value: 47 + public const int ConstraintLayout_Layout_flow_lastVerticalBias = 47; + + // aapt resource value: 48 + public const int ConstraintLayout_Layout_flow_lastVerticalStyle = 48; + + // aapt resource value: 49 + public const int ConstraintLayout_Layout_flow_maxElementsWrap = 49; + + // aapt resource value: 50 + public const int ConstraintLayout_Layout_flow_verticalAlign = 50; + + // aapt resource value: 51 + public const int ConstraintLayout_Layout_flow_verticalBias = 51; + + // aapt resource value: 52 + public const int ConstraintLayout_Layout_flow_verticalGap = 52; + + // aapt resource value: 53 + public const int ConstraintLayout_Layout_flow_verticalStyle = 53; + + // aapt resource value: 54 + public const int ConstraintLayout_Layout_flow_wrapMode = 54; + + // aapt resource value: 55 + public const int ConstraintLayout_Layout_layoutDescription = 55; + + // aapt resource value: 56 + public const int ConstraintLayout_Layout_layout_constrainedHeight = 56; + + // aapt resource value: 57 + public const int ConstraintLayout_Layout_layout_constrainedWidth = 57; + + // aapt resource value: 58 + public const int ConstraintLayout_Layout_layout_constraintBaseline_creator = 58; + + // aapt resource value: 59 + public const int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf = 59; + + // aapt resource value: 60 + public const int ConstraintLayout_Layout_layout_constraintBaseline_toBottomOf = 60; + + // aapt resource value: 61 + public const int ConstraintLayout_Layout_layout_constraintBaseline_toTopOf = 61; + + // aapt resource value: 62 + public const int ConstraintLayout_Layout_layout_constraintBottom_creator = 62; + + // aapt resource value: 63 + public const int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf = 63; + + // aapt resource value: 64 + public const int ConstraintLayout_Layout_layout_constraintBottom_toTopOf = 64; + + // aapt resource value: 65 + public const int ConstraintLayout_Layout_layout_constraintCircle = 65; + + // aapt resource value: 66 + public const int ConstraintLayout_Layout_layout_constraintCircleAngle = 66; + + // aapt resource value: 67 + public const int ConstraintLayout_Layout_layout_constraintCircleRadius = 67; + + // aapt resource value: 68 + public const int ConstraintLayout_Layout_layout_constraintDimensionRatio = 68; + + // aapt resource value: 69 + public const int ConstraintLayout_Layout_layout_constraintEnd_toEndOf = 69; + + // aapt resource value: 70 + public const int ConstraintLayout_Layout_layout_constraintEnd_toStartOf = 70; + + // aapt resource value: 71 + public const int ConstraintLayout_Layout_layout_constraintGuide_begin = 71; + + // aapt resource value: 72 + public const int ConstraintLayout_Layout_layout_constraintGuide_end = 72; + + // aapt resource value: 73 + public const int ConstraintLayout_Layout_layout_constraintGuide_percent = 73; + + // aapt resource value: 74 + public const int ConstraintLayout_Layout_layout_constraintHeight = 74; + + // aapt resource value: 75 + public const int ConstraintLayout_Layout_layout_constraintHeight_default = 75; + + // aapt resource value: 76 + public const int ConstraintLayout_Layout_layout_constraintHeight_max = 76; + + // aapt resource value: 77 + public const int ConstraintLayout_Layout_layout_constraintHeight_min = 77; + + // aapt resource value: 78 + public const int ConstraintLayout_Layout_layout_constraintHeight_percent = 78; + + // aapt resource value: 79 + public const int ConstraintLayout_Layout_layout_constraintHorizontal_bias = 79; + + // aapt resource value: 80 + public const int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle = 80; + + // aapt resource value: 81 + public const int ConstraintLayout_Layout_layout_constraintHorizontal_weight = 81; + + // aapt resource value: 82 + public const int ConstraintLayout_Layout_layout_constraintLeft_creator = 82; + + // aapt resource value: 83 + public const int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf = 83; + + // aapt resource value: 84 + public const int ConstraintLayout_Layout_layout_constraintLeft_toRightOf = 84; + + // aapt resource value: 85 + public const int ConstraintLayout_Layout_layout_constraintRight_creator = 85; + + // aapt resource value: 86 + public const int ConstraintLayout_Layout_layout_constraintRight_toLeftOf = 86; + + // aapt resource value: 87 + public const int ConstraintLayout_Layout_layout_constraintRight_toRightOf = 87; + + // aapt resource value: 88 + public const int ConstraintLayout_Layout_layout_constraintStart_toEndOf = 88; + + // aapt resource value: 89 + public const int ConstraintLayout_Layout_layout_constraintStart_toStartOf = 89; + + // aapt resource value: 90 + public const int ConstraintLayout_Layout_layout_constraintTag = 90; + + // aapt resource value: 91 + public const int ConstraintLayout_Layout_layout_constraintTop_creator = 91; + + // aapt resource value: 92 + public const int ConstraintLayout_Layout_layout_constraintTop_toBottomOf = 92; + + // aapt resource value: 93 + public const int ConstraintLayout_Layout_layout_constraintTop_toTopOf = 93; + + // aapt resource value: 94 + public const int ConstraintLayout_Layout_layout_constraintVertical_bias = 94; + + // aapt resource value: 95 + public const int ConstraintLayout_Layout_layout_constraintVertical_chainStyle = 95; + + // aapt resource value: 96 + public const int ConstraintLayout_Layout_layout_constraintVertical_weight = 96; + + // aapt resource value: 97 + public const int ConstraintLayout_Layout_layout_constraintWidth = 97; + + // aapt resource value: 98 + public const int ConstraintLayout_Layout_layout_constraintWidth_default = 98; + + // aapt resource value: 99 + public const int ConstraintLayout_Layout_layout_constraintWidth_max = 99; + + // aapt resource value: 100 + public const int ConstraintLayout_Layout_layout_constraintWidth_min = 100; + + // aapt resource value: 101 + public const int ConstraintLayout_Layout_layout_constraintWidth_percent = 101; + + // aapt resource value: 102 + public const int ConstraintLayout_Layout_layout_editor_absoluteX = 102; + + // aapt resource value: 103 + public const int ConstraintLayout_Layout_layout_editor_absoluteY = 103; + + // aapt resource value: 104 + public const int ConstraintLayout_Layout_layout_goneMarginBaseline = 104; + + // aapt resource value: 105 + public const int ConstraintLayout_Layout_layout_goneMarginBottom = 105; + + // aapt resource value: 106 + public const int ConstraintLayout_Layout_layout_goneMarginEnd = 106; + + // aapt resource value: 107 + public const int ConstraintLayout_Layout_layout_goneMarginLeft = 107; + + // aapt resource value: 108 + public const int ConstraintLayout_Layout_layout_goneMarginRight = 108; + + // aapt resource value: 109 + public const int ConstraintLayout_Layout_layout_goneMarginStart = 109; + + // aapt resource value: 110 + public const int ConstraintLayout_Layout_layout_goneMarginTop = 110; + + // aapt resource value: 111 + public const int ConstraintLayout_Layout_layout_marginBaseline = 111; + + // aapt resource value: 112 + public const int ConstraintLayout_Layout_layout_optimizationLevel = 112; + + // aapt resource value: 113 + public const int ConstraintLayout_Layout_layout_wrapBehaviorInParent = 113; + + // aapt resource value: { 0x7F0300F1,0x7F0302ED } + public static int[] ConstraintLayout_placeholder = new int[] { + 2130903281, + 2130903789}; + + // aapt resource value: 0 + public const int ConstraintLayout_placeholder_content = 0; + + // aapt resource value: 1 + public const int ConstraintLayout_placeholder_placeholder_emptyVisibility = 1; + + // aapt resource value: { 0x7F030313,0x7F030314,0x7F030315,0x7F030316 } + public static int[] ConstraintLayout_ReactiveGuide = new int[] { + 2130903827, + 2130903828, + 2130903829, + 2130903830}; + + // aapt resource value: 0 + public const int ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange = 0; + + // aapt resource value: 1 + public const int ConstraintLayout_ReactiveGuide_reactiveGuide_applyToAllConstraintSets = 1; + + // aapt resource value: 2 + public const int ConstraintLayout_ReactiveGuide_reactiveGuide_applyToConstraintSet = 2; + + // aapt resource value: 3 + public const int ConstraintLayout_ReactiveGuide_reactiveGuide_valueId = 3; + + // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030035,0x7F030036,0x7F030056,0x7F030057,0x7F030058,0x7F030098,0x7F0300EE,0x7F030142,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F03018F,0x7F030190,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F030196,0x7F030197,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030214,0x7F030218,0x7F030219,0x7F03021A,0x7F03021D,0x7F03021E,0x7F03021F,0x7F030220,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F03022B,0x7F030230,0x7F030231,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030248,0x7F03024C,0x7F0302B1,0x7F0302B2,0x7F0302B3,0x7F0302E1,0x7F0302E9,0x7F0302EE,0x7F030308,0x7F030309,0x7F03030A,0x7F030402,0x7F030404,0x7F030406,0x7F030419 } + public static int[] ConstraintOverride = new int[] { + 16842948, + 16842960, + 16842972, + 16842996, + 16842997, + 16842999, + 16843000, + 16843001, + 16843002, + 16843039, + 16843040, + 16843071, + 16843072, + 16843551, + 16843552, + 16843553, + 16843554, + 16843555, + 16843556, + 16843557, + 16843558, + 16843559, + 16843560, + 16843701, + 16843702, + 16843770, + 16843840, + 2130903093, + 2130903094, + 2130903126, + 2130903127, + 2130903128, + 2130903192, + 2130903278, + 2130903362, + 2130903435, + 2130903436, + 2130903437, + 2130903438, + 2130903439, + 2130903440, + 2130903441, + 2130903442, + 2130903443, + 2130903444, + 2130903445, + 2130903446, + 2130903447, + 2130903449, + 2130903450, + 2130903451, + 2130903452, + 2130903453, + 2130903566, + 2130903567, + 2130903568, + 2130903572, + 2130903576, + 2130903577, + 2130903578, + 2130903581, + 2130903582, + 2130903583, + 2130903584, + 2130903585, + 2130903586, + 2130903587, + 2130903588, + 2130903589, + 2130903590, + 2130903591, + 2130903592, + 2130903595, + 2130903600, + 2130903601, + 2130903604, + 2130903605, + 2130903606, + 2130903607, + 2130903608, + 2130903609, + 2130903610, + 2130903611, + 2130903613, + 2130903614, + 2130903615, + 2130903616, + 2130903617, + 2130903618, + 2130903619, + 2130903620, + 2130903621, + 2130903624, + 2130903628, + 2130903729, + 2130903730, + 2130903731, + 2130903777, + 2130903785, + 2130903790, + 2130903816, + 2130903817, + 2130903818, + 2130904066, + 2130904068, + 2130904070, + 2130904089}; + + // aapt resource value: 13 + public const int ConstraintOverride_android_alpha = 13; + + // aapt resource value: 26 + public const int ConstraintOverride_android_elevation = 26; + + // aapt resource value: 1 + public const int ConstraintOverride_android_id = 1; + + // aapt resource value: 4 + public const int ConstraintOverride_android_layout_height = 4; + + // aapt resource value: 8 + public const int ConstraintOverride_android_layout_marginBottom = 8; + + // aapt resource value: 24 + public const int ConstraintOverride_android_layout_marginEnd = 24; + + // aapt resource value: 5 + public const int ConstraintOverride_android_layout_marginLeft = 5; + + // aapt resource value: 7 + public const int ConstraintOverride_android_layout_marginRight = 7; + + // aapt resource value: 23 + public const int ConstraintOverride_android_layout_marginStart = 23; + + // aapt resource value: 6 + public const int ConstraintOverride_android_layout_marginTop = 6; + + // aapt resource value: 3 + public const int ConstraintOverride_android_layout_width = 3; + + // aapt resource value: 10 + public const int ConstraintOverride_android_maxHeight = 10; + + // aapt resource value: 9 + public const int ConstraintOverride_android_maxWidth = 9; + + // aapt resource value: 12 + public const int ConstraintOverride_android_minHeight = 12; + + // aapt resource value: 11 + public const int ConstraintOverride_android_minWidth = 11; + + // aapt resource value: 0 + public const int ConstraintOverride_android_orientation = 0; + + // aapt resource value: 20 + public const int ConstraintOverride_android_rotation = 20; + + // aapt resource value: 21 + public const int ConstraintOverride_android_rotationX = 21; + + // aapt resource value: 22 + public const int ConstraintOverride_android_rotationY = 22; + + // aapt resource value: 18 + public const int ConstraintOverride_android_scaleX = 18; + + // aapt resource value: 19 + public const int ConstraintOverride_android_scaleY = 19; + + // aapt resource value: 14 + public const int ConstraintOverride_android_transformPivotX = 14; + + // aapt resource value: 15 + public const int ConstraintOverride_android_transformPivotY = 15; + + // aapt resource value: 16 + public const int ConstraintOverride_android_translationX = 16; + + // aapt resource value: 17 + public const int ConstraintOverride_android_translationY = 17; + + // aapt resource value: 25 + public const int ConstraintOverride_android_translationZ = 25; + + // aapt resource value: 2 + public const int ConstraintOverride_android_visibility = 2; + + // aapt resource value: 27 + public const int ConstraintOverride_animateCircleAngleTo = 27; + + // aapt resource value: 28 + public const int ConstraintOverride_animateRelativeTo = 28; + + // aapt resource value: 29 + public const int ConstraintOverride_barrierAllowsGoneWidgets = 29; + + // aapt resource value: 30 + public const int ConstraintOverride_barrierDirection = 30; + + // aapt resource value: 31 + public const int ConstraintOverride_barrierMargin = 31; + + // aapt resource value: 32 + public const int ConstraintOverride_chainUseRtl = 32; + + // aapt resource value: 33 + public const int ConstraintOverride_constraint_referenced_ids = 33; + + // aapt resource value: 34 + public const int ConstraintOverride_drawPath = 34; + + // aapt resource value: 35 + public const int ConstraintOverride_flow_firstHorizontalBias = 35; + + // aapt resource value: 36 + public const int ConstraintOverride_flow_firstHorizontalStyle = 36; + + // aapt resource value: 37 + public const int ConstraintOverride_flow_firstVerticalBias = 37; + + // aapt resource value: 38 + public const int ConstraintOverride_flow_firstVerticalStyle = 38; + + // aapt resource value: 39 + public const int ConstraintOverride_flow_horizontalAlign = 39; + + // aapt resource value: 40 + public const int ConstraintOverride_flow_horizontalBias = 40; + + // aapt resource value: 41 + public const int ConstraintOverride_flow_horizontalGap = 41; + + // aapt resource value: 42 + public const int ConstraintOverride_flow_horizontalStyle = 42; + + // aapt resource value: 43 + public const int ConstraintOverride_flow_lastHorizontalBias = 43; + + // aapt resource value: 44 + public const int ConstraintOverride_flow_lastHorizontalStyle = 44; + + // aapt resource value: 45 + public const int ConstraintOverride_flow_lastVerticalBias = 45; + + // aapt resource value: 46 + public const int ConstraintOverride_flow_lastVerticalStyle = 46; + + // aapt resource value: 47 + public const int ConstraintOverride_flow_maxElementsWrap = 47; + + // aapt resource value: 48 + public const int ConstraintOverride_flow_verticalAlign = 48; + + // aapt resource value: 49 + public const int ConstraintOverride_flow_verticalBias = 49; + + // aapt resource value: 50 + public const int ConstraintOverride_flow_verticalGap = 50; + + // aapt resource value: 51 + public const int ConstraintOverride_flow_verticalStyle = 51; + + // aapt resource value: 52 + public const int ConstraintOverride_flow_wrapMode = 52; + + // aapt resource value: 53 + public const int ConstraintOverride_layout_constrainedHeight = 53; + + // aapt resource value: 54 + public const int ConstraintOverride_layout_constrainedWidth = 54; + + // aapt resource value: 55 + public const int ConstraintOverride_layout_constraintBaseline_creator = 55; + + // aapt resource value: 56 + public const int ConstraintOverride_layout_constraintBottom_creator = 56; + + // aapt resource value: 57 + public const int ConstraintOverride_layout_constraintCircleAngle = 57; + + // aapt resource value: 58 + public const int ConstraintOverride_layout_constraintCircleRadius = 58; + + // aapt resource value: 59 + public const int ConstraintOverride_layout_constraintDimensionRatio = 59; + + // aapt resource value: 60 + public const int ConstraintOverride_layout_constraintGuide_begin = 60; + + // aapt resource value: 61 + public const int ConstraintOverride_layout_constraintGuide_end = 61; + + // aapt resource value: 62 + public const int ConstraintOverride_layout_constraintGuide_percent = 62; + + // aapt resource value: 63 + public const int ConstraintOverride_layout_constraintHeight = 63; + + // aapt resource value: 64 + public const int ConstraintOverride_layout_constraintHeight_default = 64; + + // aapt resource value: 65 + public const int ConstraintOverride_layout_constraintHeight_max = 65; + + // aapt resource value: 66 + public const int ConstraintOverride_layout_constraintHeight_min = 66; + + // aapt resource value: 67 + public const int ConstraintOverride_layout_constraintHeight_percent = 67; + + // aapt resource value: 68 + public const int ConstraintOverride_layout_constraintHorizontal_bias = 68; + + // aapt resource value: 69 + public const int ConstraintOverride_layout_constraintHorizontal_chainStyle = 69; + + // aapt resource value: 70 + public const int ConstraintOverride_layout_constraintHorizontal_weight = 70; + + // aapt resource value: 71 + public const int ConstraintOverride_layout_constraintLeft_creator = 71; + + // aapt resource value: 72 + public const int ConstraintOverride_layout_constraintRight_creator = 72; + + // aapt resource value: 73 + public const int ConstraintOverride_layout_constraintTag = 73; + + // aapt resource value: 74 + public const int ConstraintOverride_layout_constraintTop_creator = 74; + + // aapt resource value: 75 + public const int ConstraintOverride_layout_constraintVertical_bias = 75; + + // aapt resource value: 76 + public const int ConstraintOverride_layout_constraintVertical_chainStyle = 76; + + // aapt resource value: 77 + public const int ConstraintOverride_layout_constraintVertical_weight = 77; + + // aapt resource value: 78 + public const int ConstraintOverride_layout_constraintWidth = 78; + + // aapt resource value: 79 + public const int ConstraintOverride_layout_constraintWidth_default = 79; + + // aapt resource value: 80 + public const int ConstraintOverride_layout_constraintWidth_max = 80; + + // aapt resource value: 81 + public const int ConstraintOverride_layout_constraintWidth_min = 81; + + // aapt resource value: 82 + public const int ConstraintOverride_layout_constraintWidth_percent = 82; + + // aapt resource value: 83 + public const int ConstraintOverride_layout_editor_absoluteX = 83; + + // aapt resource value: 84 + public const int ConstraintOverride_layout_editor_absoluteY = 84; + + // aapt resource value: 85 + public const int ConstraintOverride_layout_goneMarginBaseline = 85; + + // aapt resource value: 86 + public const int ConstraintOverride_layout_goneMarginBottom = 86; + + // aapt resource value: 87 + public const int ConstraintOverride_layout_goneMarginEnd = 87; + + // aapt resource value: 88 + public const int ConstraintOverride_layout_goneMarginLeft = 88; + + // aapt resource value: 89 + public const int ConstraintOverride_layout_goneMarginRight = 89; + + // aapt resource value: 90 + public const int ConstraintOverride_layout_goneMarginStart = 90; + + // aapt resource value: 91 + public const int ConstraintOverride_layout_goneMarginTop = 91; + + // aapt resource value: 92 + public const int ConstraintOverride_layout_marginBaseline = 92; + + // aapt resource value: 93 + public const int ConstraintOverride_layout_wrapBehaviorInParent = 93; + + // aapt resource value: 94 + public const int ConstraintOverride_motionProgress = 94; + + // aapt resource value: 95 + public const int ConstraintOverride_motionStagger = 95; + + // aapt resource value: 96 + public const int ConstraintOverride_motionTarget = 96; + + // aapt resource value: 97 + public const int ConstraintOverride_pathMotionArc = 97; + + // aapt resource value: 98 + public const int ConstraintOverride_pivotAnchor = 98; + + // aapt resource value: 99 + public const int ConstraintOverride_polarRelativeTo = 99; + + // aapt resource value: 100 + public const int ConstraintOverride_quantizeMotionInterpolator = 100; + + // aapt resource value: 101 + public const int ConstraintOverride_quantizeMotionPhase = 101; + + // aapt resource value: 102 + public const int ConstraintOverride_quantizeMotionSteps = 102; + + // aapt resource value: 103 + public const int ConstraintOverride_transformPivotTarget = 103; + + // aapt resource value: 104 + public const int ConstraintOverride_transitionEasing = 104; + + // aapt resource value: 105 + public const int ConstraintOverride_transitionPathRotate = 105; + + // aapt resource value: 106 + public const int ConstraintOverride_visibilityMode = 106; + + // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10101B5,0x10101B6,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030000,0x7F030035,0x7F030036,0x7F030056,0x7F030057,0x7F030058,0x7F030098,0x7F0300EE,0x7F0300EF,0x7F03012F,0x7F030142,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F03018F,0x7F030190,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F030196,0x7F030197,0x7F030199,0x7F03019A,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F03021F,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030248,0x7F03024C,0x7F0302B1,0x7F0302B2,0x7F0302E1,0x7F0302E9,0x7F0302EE,0x7F03030A,0x7F030404,0x7F030406 } + public static int[] ConstraintSet = new int[] { + 16842948, + 16842960, + 16842972, + 16842996, + 16842997, + 16842999, + 16843000, + 16843001, + 16843002, + 16843039, + 16843040, + 16843071, + 16843072, + 16843189, + 16843190, + 16843551, + 16843552, + 16843553, + 16843554, + 16843555, + 16843556, + 16843557, + 16843558, + 16843559, + 16843560, + 16843701, + 16843702, + 16843770, + 16843840, + 2130903040, + 2130903093, + 2130903094, + 2130903126, + 2130903127, + 2130903128, + 2130903192, + 2130903278, + 2130903279, + 2130903343, + 2130903362, + 2130903435, + 2130903436, + 2130903437, + 2130903438, + 2130903439, + 2130903440, + 2130903441, + 2130903442, + 2130903443, + 2130903444, + 2130903445, + 2130903446, + 2130903447, + 2130903449, + 2130903450, + 2130903451, + 2130903452, + 2130903453, + 2130903566, + 2130903567, + 2130903568, + 2130903569, + 2130903570, + 2130903571, + 2130903572, + 2130903573, + 2130903574, + 2130903575, + 2130903576, + 2130903577, + 2130903578, + 2130903579, + 2130903580, + 2130903581, + 2130903582, + 2130903583, + 2130903585, + 2130903586, + 2130903587, + 2130903588, + 2130903589, + 2130903590, + 2130903591, + 2130903592, + 2130903593, + 2130903594, + 2130903595, + 2130903596, + 2130903597, + 2130903598, + 2130903599, + 2130903600, + 2130903601, + 2130903602, + 2130903603, + 2130903604, + 2130903605, + 2130903606, + 2130903608, + 2130903609, + 2130903610, + 2130903611, + 2130903613, + 2130903614, + 2130903615, + 2130903616, + 2130903617, + 2130903618, + 2130903619, + 2130903620, + 2130903621, + 2130903624, + 2130903628, + 2130903729, + 2130903730, + 2130903777, + 2130903785, + 2130903790, + 2130903818, + 2130904068, + 2130904070}; + + // aapt resource value: 15 + public const int ConstraintSet_android_alpha = 15; + + // aapt resource value: 28 + public const int ConstraintSet_android_elevation = 28; + + // aapt resource value: 1 + public const int ConstraintSet_android_id = 1; + + // aapt resource value: 4 + public const int ConstraintSet_android_layout_height = 4; + + // aapt resource value: 8 + public const int ConstraintSet_android_layout_marginBottom = 8; + + // aapt resource value: 26 + public const int ConstraintSet_android_layout_marginEnd = 26; + + // aapt resource value: 5 + public const int ConstraintSet_android_layout_marginLeft = 5; + + // aapt resource value: 7 + public const int ConstraintSet_android_layout_marginRight = 7; + + // aapt resource value: 25 + public const int ConstraintSet_android_layout_marginStart = 25; + + // aapt resource value: 6 + public const int ConstraintSet_android_layout_marginTop = 6; + + // aapt resource value: 3 + public const int ConstraintSet_android_layout_width = 3; + + // aapt resource value: 10 + public const int ConstraintSet_android_maxHeight = 10; + + // aapt resource value: 9 + public const int ConstraintSet_android_maxWidth = 9; + + // aapt resource value: 12 + public const int ConstraintSet_android_minHeight = 12; + + // aapt resource value: 11 + public const int ConstraintSet_android_minWidth = 11; + + // aapt resource value: 0 + public const int ConstraintSet_android_orientation = 0; + + // aapt resource value: 13 + public const int ConstraintSet_android_pivotX = 13; + + // aapt resource value: 14 + public const int ConstraintSet_android_pivotY = 14; + + // aapt resource value: 22 + public const int ConstraintSet_android_rotation = 22; + + // aapt resource value: 23 + public const int ConstraintSet_android_rotationX = 23; + + // aapt resource value: 24 + public const int ConstraintSet_android_rotationY = 24; + + // aapt resource value: 20 + public const int ConstraintSet_android_scaleX = 20; + + // aapt resource value: 21 + public const int ConstraintSet_android_scaleY = 21; + + // aapt resource value: 16 + public const int ConstraintSet_android_transformPivotX = 16; + + // aapt resource value: 17 + public const int ConstraintSet_android_transformPivotY = 17; + + // aapt resource value: 18 + public const int ConstraintSet_android_translationX = 18; + + // aapt resource value: 19 + public const int ConstraintSet_android_translationY = 19; + + // aapt resource value: 27 + public const int ConstraintSet_android_translationZ = 27; + + // aapt resource value: 2 + public const int ConstraintSet_android_visibility = 2; + + // aapt resource value: 30 + public const int ConstraintSet_animateCircleAngleTo = 30; + + // aapt resource value: 31 + public const int ConstraintSet_animateRelativeTo = 31; + + // aapt resource value: 32 + public const int ConstraintSet_barrierAllowsGoneWidgets = 32; + + // aapt resource value: 33 + public const int ConstraintSet_barrierDirection = 33; + + // aapt resource value: 34 + public const int ConstraintSet_barrierMargin = 34; + + // aapt resource value: 35 + public const int ConstraintSet_chainUseRtl = 35; + + // aapt resource value: 29 + public const int ConstraintSet_ConstraintRotate = 29; + + // aapt resource value: 36 + public const int ConstraintSet_constraint_referenced_ids = 36; + + // aapt resource value: 37 + public const int ConstraintSet_constraint_referenced_tags = 37; + + // aapt resource value: 38 + public const int ConstraintSet_deriveConstraintsFrom = 38; + + // aapt resource value: 39 + public const int ConstraintSet_drawPath = 39; + + // aapt resource value: 40 + public const int ConstraintSet_flow_firstHorizontalBias = 40; + + // aapt resource value: 41 + public const int ConstraintSet_flow_firstHorizontalStyle = 41; + + // aapt resource value: 42 + public const int ConstraintSet_flow_firstVerticalBias = 42; + + // aapt resource value: 43 + public const int ConstraintSet_flow_firstVerticalStyle = 43; + + // aapt resource value: 44 + public const int ConstraintSet_flow_horizontalAlign = 44; + + // aapt resource value: 45 + public const int ConstraintSet_flow_horizontalBias = 45; + + // aapt resource value: 46 + public const int ConstraintSet_flow_horizontalGap = 46; + + // aapt resource value: 47 + public const int ConstraintSet_flow_horizontalStyle = 47; + + // aapt resource value: 48 + public const int ConstraintSet_flow_lastHorizontalBias = 48; + + // aapt resource value: 49 + public const int ConstraintSet_flow_lastHorizontalStyle = 49; + + // aapt resource value: 50 + public const int ConstraintSet_flow_lastVerticalBias = 50; + + // aapt resource value: 51 + public const int ConstraintSet_flow_lastVerticalStyle = 51; + + // aapt resource value: 52 + public const int ConstraintSet_flow_maxElementsWrap = 52; + + // aapt resource value: 53 + public const int ConstraintSet_flow_verticalAlign = 53; + + // aapt resource value: 54 + public const int ConstraintSet_flow_verticalBias = 54; + + // aapt resource value: 55 + public const int ConstraintSet_flow_verticalGap = 55; + + // aapt resource value: 56 + public const int ConstraintSet_flow_verticalStyle = 56; + + // aapt resource value: 57 + public const int ConstraintSet_flow_wrapMode = 57; + + // aapt resource value: 58 + public const int ConstraintSet_layout_constrainedHeight = 58; + + // aapt resource value: 59 + public const int ConstraintSet_layout_constrainedWidth = 59; + + // aapt resource value: 60 + public const int ConstraintSet_layout_constraintBaseline_creator = 60; + + // aapt resource value: 61 + public const int ConstraintSet_layout_constraintBaseline_toBaselineOf = 61; + + // aapt resource value: 62 + public const int ConstraintSet_layout_constraintBaseline_toBottomOf = 62; + + // aapt resource value: 63 + public const int ConstraintSet_layout_constraintBaseline_toTopOf = 63; + + // aapt resource value: 64 + public const int ConstraintSet_layout_constraintBottom_creator = 64; + + // aapt resource value: 65 + public const int ConstraintSet_layout_constraintBottom_toBottomOf = 65; + + // aapt resource value: 66 + public const int ConstraintSet_layout_constraintBottom_toTopOf = 66; + + // aapt resource value: 67 + public const int ConstraintSet_layout_constraintCircle = 67; + + // aapt resource value: 68 + public const int ConstraintSet_layout_constraintCircleAngle = 68; + + // aapt resource value: 69 + public const int ConstraintSet_layout_constraintCircleRadius = 69; + + // aapt resource value: 70 + public const int ConstraintSet_layout_constraintDimensionRatio = 70; + + // aapt resource value: 71 + public const int ConstraintSet_layout_constraintEnd_toEndOf = 71; + + // aapt resource value: 72 + public const int ConstraintSet_layout_constraintEnd_toStartOf = 72; + + // aapt resource value: 73 + public const int ConstraintSet_layout_constraintGuide_begin = 73; + + // aapt resource value: 74 + public const int ConstraintSet_layout_constraintGuide_end = 74; + + // aapt resource value: 75 + public const int ConstraintSet_layout_constraintGuide_percent = 75; + + // aapt resource value: 76 + public const int ConstraintSet_layout_constraintHeight_default = 76; + + // aapt resource value: 77 + public const int ConstraintSet_layout_constraintHeight_max = 77; + + // aapt resource value: 78 + public const int ConstraintSet_layout_constraintHeight_min = 78; + + // aapt resource value: 79 + public const int ConstraintSet_layout_constraintHeight_percent = 79; + + // aapt resource value: 80 + public const int ConstraintSet_layout_constraintHorizontal_bias = 80; + + // aapt resource value: 81 + public const int ConstraintSet_layout_constraintHorizontal_chainStyle = 81; + + // aapt resource value: 82 + public const int ConstraintSet_layout_constraintHorizontal_weight = 82; + + // aapt resource value: 83 + public const int ConstraintSet_layout_constraintLeft_creator = 83; + + // aapt resource value: 84 + public const int ConstraintSet_layout_constraintLeft_toLeftOf = 84; + + // aapt resource value: 85 + public const int ConstraintSet_layout_constraintLeft_toRightOf = 85; + + // aapt resource value: 86 + public const int ConstraintSet_layout_constraintRight_creator = 86; + + // aapt resource value: 87 + public const int ConstraintSet_layout_constraintRight_toLeftOf = 87; + + // aapt resource value: 88 + public const int ConstraintSet_layout_constraintRight_toRightOf = 88; + + // aapt resource value: 89 + public const int ConstraintSet_layout_constraintStart_toEndOf = 89; + + // aapt resource value: 90 + public const int ConstraintSet_layout_constraintStart_toStartOf = 90; + + // aapt resource value: 91 + public const int ConstraintSet_layout_constraintTag = 91; + + // aapt resource value: 92 + public const int ConstraintSet_layout_constraintTop_creator = 92; + + // aapt resource value: 93 + public const int ConstraintSet_layout_constraintTop_toBottomOf = 93; + + // aapt resource value: 94 + public const int ConstraintSet_layout_constraintTop_toTopOf = 94; + + // aapt resource value: 95 + public const int ConstraintSet_layout_constraintVertical_bias = 95; + + // aapt resource value: 96 + public const int ConstraintSet_layout_constraintVertical_chainStyle = 96; + + // aapt resource value: 97 + public const int ConstraintSet_layout_constraintVertical_weight = 97; + + // aapt resource value: 98 + public const int ConstraintSet_layout_constraintWidth_default = 98; + + // aapt resource value: 99 + public const int ConstraintSet_layout_constraintWidth_max = 99; + + // aapt resource value: 100 + public const int ConstraintSet_layout_constraintWidth_min = 100; + + // aapt resource value: 101 + public const int ConstraintSet_layout_constraintWidth_percent = 101; + + // aapt resource value: 102 + public const int ConstraintSet_layout_editor_absoluteX = 102; + + // aapt resource value: 103 + public const int ConstraintSet_layout_editor_absoluteY = 103; + + // aapt resource value: 104 + public const int ConstraintSet_layout_goneMarginBaseline = 104; + + // aapt resource value: 105 + public const int ConstraintSet_layout_goneMarginBottom = 105; + + // aapt resource value: 106 + public const int ConstraintSet_layout_goneMarginEnd = 106; + + // aapt resource value: 107 + public const int ConstraintSet_layout_goneMarginLeft = 107; + + // aapt resource value: 108 + public const int ConstraintSet_layout_goneMarginRight = 108; + + // aapt resource value: 109 + public const int ConstraintSet_layout_goneMarginStart = 109; + + // aapt resource value: 110 + public const int ConstraintSet_layout_goneMarginTop = 110; + + // aapt resource value: 111 + public const int ConstraintSet_layout_marginBaseline = 111; + + // aapt resource value: 112 + public const int ConstraintSet_layout_wrapBehaviorInParent = 112; + + // aapt resource value: 113 + public const int ConstraintSet_motionProgress = 113; + + // aapt resource value: 114 + public const int ConstraintSet_motionStagger = 114; + + // aapt resource value: 115 + public const int ConstraintSet_pathMotionArc = 115; + + // aapt resource value: 116 + public const int ConstraintSet_pivotAnchor = 116; + + // aapt resource value: 117 + public const int ConstraintSet_polarRelativeTo = 117; + + // aapt resource value: 118 + public const int ConstraintSet_quantizeMotionSteps = 118; + + // aapt resource value: 119 + public const int ConstraintSet_transitionEasing = 119; + + // aapt resource value: 120 + public const int ConstraintSet_transitionPathRotate = 120; + + // aapt resource value: 13 + public const int Constraint_android_alpha = 13; + + // aapt resource value: 26 + public const int Constraint_android_elevation = 26; + + // aapt resource value: 1 + public const int Constraint_android_id = 1; + + // aapt resource value: 4 + public const int Constraint_android_layout_height = 4; + + // aapt resource value: 8 + public const int Constraint_android_layout_marginBottom = 8; + + // aapt resource value: 24 + public const int Constraint_android_layout_marginEnd = 24; + + // aapt resource value: 5 + public const int Constraint_android_layout_marginLeft = 5; + + // aapt resource value: 7 + public const int Constraint_android_layout_marginRight = 7; + + // aapt resource value: 23 + public const int Constraint_android_layout_marginStart = 23; + + // aapt resource value: 6 + public const int Constraint_android_layout_marginTop = 6; + + // aapt resource value: 3 + public const int Constraint_android_layout_width = 3; + + // aapt resource value: 10 + public const int Constraint_android_maxHeight = 10; + + // aapt resource value: 9 + public const int Constraint_android_maxWidth = 9; + + // aapt resource value: 12 + public const int Constraint_android_minHeight = 12; + + // aapt resource value: 11 + public const int Constraint_android_minWidth = 11; + + // aapt resource value: 0 + public const int Constraint_android_orientation = 0; + + // aapt resource value: 20 + public const int Constraint_android_rotation = 20; + + // aapt resource value: 21 + public const int Constraint_android_rotationX = 21; + + // aapt resource value: 22 + public const int Constraint_android_rotationY = 22; + + // aapt resource value: 18 + public const int Constraint_android_scaleX = 18; + + // aapt resource value: 19 + public const int Constraint_android_scaleY = 19; + + // aapt resource value: 14 + public const int Constraint_android_transformPivotX = 14; + + // aapt resource value: 15 + public const int Constraint_android_transformPivotY = 15; + + // aapt resource value: 16 + public const int Constraint_android_translationX = 16; + + // aapt resource value: 17 + public const int Constraint_android_translationY = 17; + + // aapt resource value: 25 + public const int Constraint_android_translationZ = 25; + + // aapt resource value: 2 + public const int Constraint_android_visibility = 2; + + // aapt resource value: 27 + public const int Constraint_animateCircleAngleTo = 27; + + // aapt resource value: 28 + public const int Constraint_animateRelativeTo = 28; + + // aapt resource value: 29 + public const int Constraint_barrierAllowsGoneWidgets = 29; + + // aapt resource value: 30 + public const int Constraint_barrierDirection = 30; + + // aapt resource value: 31 + public const int Constraint_barrierMargin = 31; + + // aapt resource value: 32 + public const int Constraint_chainUseRtl = 32; + + // aapt resource value: 33 + public const int Constraint_constraint_referenced_ids = 33; + + // aapt resource value: 34 + public const int Constraint_constraint_referenced_tags = 34; + + // aapt resource value: 35 + public const int Constraint_drawPath = 35; + + // aapt resource value: 36 + public const int Constraint_flow_firstHorizontalBias = 36; + + // aapt resource value: 37 + public const int Constraint_flow_firstHorizontalStyle = 37; + + // aapt resource value: 38 + public const int Constraint_flow_firstVerticalBias = 38; + + // aapt resource value: 39 + public const int Constraint_flow_firstVerticalStyle = 39; + + // aapt resource value: 40 + public const int Constraint_flow_horizontalAlign = 40; + + // aapt resource value: 41 + public const int Constraint_flow_horizontalBias = 41; + + // aapt resource value: 42 + public const int Constraint_flow_horizontalGap = 42; + + // aapt resource value: 43 + public const int Constraint_flow_horizontalStyle = 43; + + // aapt resource value: 44 + public const int Constraint_flow_lastHorizontalBias = 44; + + // aapt resource value: 45 + public const int Constraint_flow_lastHorizontalStyle = 45; + + // aapt resource value: 46 + public const int Constraint_flow_lastVerticalBias = 46; + + // aapt resource value: 47 + public const int Constraint_flow_lastVerticalStyle = 47; + + // aapt resource value: 48 + public const int Constraint_flow_maxElementsWrap = 48; + + // aapt resource value: 49 + public const int Constraint_flow_verticalAlign = 49; + + // aapt resource value: 50 + public const int Constraint_flow_verticalBias = 50; + + // aapt resource value: 51 + public const int Constraint_flow_verticalGap = 51; + + // aapt resource value: 52 + public const int Constraint_flow_verticalStyle = 52; + + // aapt resource value: 53 + public const int Constraint_flow_wrapMode = 53; + + // aapt resource value: 54 + public const int Constraint_layout_constrainedHeight = 54; + + // aapt resource value: 55 + public const int Constraint_layout_constrainedWidth = 55; + + // aapt resource value: 56 + public const int Constraint_layout_constraintBaseline_creator = 56; + + // aapt resource value: 57 + public const int Constraint_layout_constraintBaseline_toBaselineOf = 57; + + // aapt resource value: 58 + public const int Constraint_layout_constraintBaseline_toBottomOf = 58; + + // aapt resource value: 59 + public const int Constraint_layout_constraintBaseline_toTopOf = 59; + + // aapt resource value: 60 + public const int Constraint_layout_constraintBottom_creator = 60; + + // aapt resource value: 61 + public const int Constraint_layout_constraintBottom_toBottomOf = 61; + + // aapt resource value: 62 + public const int Constraint_layout_constraintBottom_toTopOf = 62; + + // aapt resource value: 63 + public const int Constraint_layout_constraintCircle = 63; + + // aapt resource value: 64 + public const int Constraint_layout_constraintCircleAngle = 64; + + // aapt resource value: 65 + public const int Constraint_layout_constraintCircleRadius = 65; + + // aapt resource value: 66 + public const int Constraint_layout_constraintDimensionRatio = 66; + + // aapt resource value: 67 + public const int Constraint_layout_constraintEnd_toEndOf = 67; + + // aapt resource value: 68 + public const int Constraint_layout_constraintEnd_toStartOf = 68; + + // aapt resource value: 69 + public const int Constraint_layout_constraintGuide_begin = 69; + + // aapt resource value: 70 + public const int Constraint_layout_constraintGuide_end = 70; + + // aapt resource value: 71 + public const int Constraint_layout_constraintGuide_percent = 71; + + // aapt resource value: 72 + public const int Constraint_layout_constraintHeight = 72; + + // aapt resource value: 73 + public const int Constraint_layout_constraintHeight_default = 73; + + // aapt resource value: 74 + public const int Constraint_layout_constraintHeight_max = 74; + + // aapt resource value: 75 + public const int Constraint_layout_constraintHeight_min = 75; + + // aapt resource value: 76 + public const int Constraint_layout_constraintHeight_percent = 76; + + // aapt resource value: 77 + public const int Constraint_layout_constraintHorizontal_bias = 77; + + // aapt resource value: 78 + public const int Constraint_layout_constraintHorizontal_chainStyle = 78; + + // aapt resource value: 79 + public const int Constraint_layout_constraintHorizontal_weight = 79; + + // aapt resource value: 80 + public const int Constraint_layout_constraintLeft_creator = 80; + + // aapt resource value: 81 + public const int Constraint_layout_constraintLeft_toLeftOf = 81; + + // aapt resource value: 82 + public const int Constraint_layout_constraintLeft_toRightOf = 82; + + // aapt resource value: 83 + public const int Constraint_layout_constraintRight_creator = 83; + + // aapt resource value: 84 + public const int Constraint_layout_constraintRight_toLeftOf = 84; + + // aapt resource value: 85 + public const int Constraint_layout_constraintRight_toRightOf = 85; + + // aapt resource value: 86 + public const int Constraint_layout_constraintStart_toEndOf = 86; + + // aapt resource value: 87 + public const int Constraint_layout_constraintStart_toStartOf = 87; + + // aapt resource value: 88 + public const int Constraint_layout_constraintTag = 88; + + // aapt resource value: 89 + public const int Constraint_layout_constraintTop_creator = 89; + + // aapt resource value: 90 + public const int Constraint_layout_constraintTop_toBottomOf = 90; + + // aapt resource value: 91 + public const int Constraint_layout_constraintTop_toTopOf = 91; + + // aapt resource value: 92 + public const int Constraint_layout_constraintVertical_bias = 92; + + // aapt resource value: 93 + public const int Constraint_layout_constraintVertical_chainStyle = 93; + + // aapt resource value: 94 + public const int Constraint_layout_constraintVertical_weight = 94; + + // aapt resource value: 95 + public const int Constraint_layout_constraintWidth = 95; + + // aapt resource value: 96 + public const int Constraint_layout_constraintWidth_default = 96; + + // aapt resource value: 97 + public const int Constraint_layout_constraintWidth_max = 97; + + // aapt resource value: 98 + public const int Constraint_layout_constraintWidth_min = 98; + + // aapt resource value: 99 + public const int Constraint_layout_constraintWidth_percent = 99; + + // aapt resource value: 100 + public const int Constraint_layout_editor_absoluteX = 100; + + // aapt resource value: 101 + public const int Constraint_layout_editor_absoluteY = 101; + + // aapt resource value: 102 + public const int Constraint_layout_goneMarginBaseline = 102; + + // aapt resource value: 103 + public const int Constraint_layout_goneMarginBottom = 103; + + // aapt resource value: 104 + public const int Constraint_layout_goneMarginEnd = 104; + + // aapt resource value: 105 + public const int Constraint_layout_goneMarginLeft = 105; + + // aapt resource value: 106 + public const int Constraint_layout_goneMarginRight = 106; + + // aapt resource value: 107 + public const int Constraint_layout_goneMarginStart = 107; + + // aapt resource value: 108 + public const int Constraint_layout_goneMarginTop = 108; + + // aapt resource value: 109 + public const int Constraint_layout_marginBaseline = 109; + + // aapt resource value: 110 + public const int Constraint_layout_wrapBehaviorInParent = 110; + + // aapt resource value: 111 + public const int Constraint_motionProgress = 111; + + // aapt resource value: 112 + public const int Constraint_motionStagger = 112; + + // aapt resource value: 113 + public const int Constraint_pathMotionArc = 113; + + // aapt resource value: 114 + public const int Constraint_pivotAnchor = 114; + + // aapt resource value: 115 + public const int Constraint_polarRelativeTo = 115; + + // aapt resource value: 116 + public const int Constraint_quantizeMotionInterpolator = 116; + + // aapt resource value: 117 + public const int Constraint_quantizeMotionPhase = 117; + + // aapt resource value: 118 + public const int Constraint_quantizeMotionSteps = 118; + + // aapt resource value: 119 + public const int Constraint_transformPivotTarget = 119; + + // aapt resource value: 120 + public const int Constraint_transitionEasing = 120; + + // aapt resource value: 121 + public const int Constraint_transitionPathRotate = 121; + + // aapt resource value: 122 + public const int Constraint_visibilityMode = 122; + + // aapt resource value: { 0x7F0301FF,0x7F030366 } + public static int[] CoordinatorLayout = new int[] { + 2130903551, + 2130903910}; + + // aapt resource value: 0 + public const int CoordinatorLayout_keylines = 0; + + // aapt resource value: { 0x10100B3,0x7F030209,0x7F03020A,0x7F03020B,0x7F03023C,0x7F030246,0x7F030247 } + public static int[] CoordinatorLayout_Layout = new int[] { + 16842931, + 2130903561, + 2130903562, + 2130903563, + 2130903612, + 2130903622, + 2130903623}; + + // 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: { 0x7F03003E,0x7F030118,0x7F030119,0x7F03011A,0x7F03011B,0x7F03011C,0x7F03011D,0x7F03011F,0x7F030120,0x7F030121,0x7F03028C } + public static int[] CustomAttribute = new int[] { + 2130903102, + 2130903320, + 2130903321, + 2130903322, + 2130903323, + 2130903324, + 2130903325, + 2130903327, + 2130903328, + 2130903329, + 2130903692}; + + // aapt resource value: 0 + public const int CustomAttribute_attributeName = 0; + + // aapt resource value: 1 + public const int CustomAttribute_customBoolean = 1; + + // aapt resource value: 2 + public const int CustomAttribute_customColorDrawableValue = 2; + + // aapt resource value: 3 + public const int CustomAttribute_customColorValue = 3; + + // aapt resource value: 4 + public const int CustomAttribute_customDimension = 4; + + // aapt resource value: 5 + public const int CustomAttribute_customFloatValue = 5; + + // aapt resource value: 6 + public const int CustomAttribute_customIntegerValue = 6; + + // aapt resource value: 7 + public const int CustomAttribute_customPixelDimension = 7; + + // aapt resource value: 8 + public const int CustomAttribute_customReference = 8; + + // aapt resource value: 9 + public const int CustomAttribute_customStringValue = 9; + + // aapt resource value: 10 + public const int CustomAttribute_methodName = 10; + + // aapt resource value: { 0x10101F2,0x10101F3,0x10101F4,0x10101F5,0x10101F6,0x10101F7,0x7F030132,0x7F030133,0x7F030134,0x7F030138,0x7F0302BF,0x7F0302F7 } + public static int[] DialogPreference = new int[] { + 16843250, + 16843251, + 16843252, + 16843253, + 16843254, + 16843255, + 2130903346, + 2130903347, + 2130903348, + 2130903352, + 2130903743, + 2130903799}; + + // aapt resource value: 2 + public const int DialogPreference_android_dialogIcon = 2; + + // aapt resource value: 5 + public const int DialogPreference_android_dialogLayout = 5; + + // aapt resource value: 1 + public const int DialogPreference_android_dialogMessage = 1; + + // aapt resource value: 0 + public const int DialogPreference_android_dialogTitle = 0; + + // aapt resource value: 4 + public const int DialogPreference_android_negativeButtonText = 4; + + // aapt resource value: 3 + public const int DialogPreference_android_positiveButtonText = 3; + + // aapt resource value: 6 + public const int DialogPreference_dialogIcon = 6; + + // aapt resource value: 7 + public const int DialogPreference_dialogLayout = 7; + + // aapt resource value: 8 + public const int DialogPreference_dialogMessage = 8; + + // aapt resource value: 9 + public const int DialogPreference_dialogTitle = 9; + + // aapt resource value: 10 + public const int DialogPreference_negativeButtonText = 10; + + // aapt resource value: 11 + public const int DialogPreference_positiveButtonText = 11; + + // aapt resource value: { 0x7F03003C,0x7F03003D,0x7F030055,0x7F0300D4,0x7F030147,0x7F0301AE,0x7F03034E,0x7F0303D0 } + public static int[] DrawerArrowToggle = new int[] { + 2130903100, + 2130903101, + 2130903125, + 2130903252, + 2130903367, + 2130903470, + 2130903886, + 2130904016}; + + // 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: { 0x7F030156 } + public static int[] DrawerLayout = new int[] { + 2130903382}; + + // aapt resource value: 0 + public const int DrawerLayout_elevation = 0; + + // aapt resource value: { 0x7F030411 } + public static int[] EditTextPreference = new int[] { + 2130904081}; + + // aapt resource value: 0 + public const int EditTextPreference_useSimpleSummaryProvider = 0; + + // aapt resource value: { 0x7F0300CF,0x7F030156,0x7F03017A,0x7F0301BB,0x7F03033E,0x7F030343 } + public static int[] ExtendedFloatingActionButton = new int[] { + 2130903247, + 2130903382, + 2130903418, + 2130903483, + 2130903870, + 2130903875}; + + // aapt resource value: { 0x7F030059,0x7F03005A } + public static int[] ExtendedFloatingActionButton_Behavior_Layout = new int[] { + 2130903129, + 2130903130}; + + // 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_collapsedSize = 0; + + // aapt resource value: 1 + public const int ExtendedFloatingActionButton_elevation = 1; + + // aapt resource value: 2 + public const int ExtendedFloatingActionButton_extendMotionSpec = 2; + + // aapt resource value: 3 + public const int ExtendedFloatingActionButton_hideMotionSpec = 3; + + // aapt resource value: 4 + public const int ExtendedFloatingActionButton_showMotionSpec = 4; + + // aapt resource value: 5 + public const int ExtendedFloatingActionButton_shrinkMotionSpec = 5; + + // aapt resource value: { 0x101000E,0x7F030050,0x7F030051,0x7F030067,0x7F030156,0x7F030164,0x7F030182,0x7F030183,0x7F0301BB,0x7F0301C5,0x7F030285,0x7F030305,0x7F03031D,0x7F030333,0x7F030336,0x7F03033E,0x7F03040F } + public static int[] FloatingActionButton = new int[] { + 16842766, + 2130903120, + 2130903121, + 2130903143, + 2130903382, + 2130903396, + 2130903426, + 2130903427, + 2130903483, + 2130903493, + 2130903685, + 2130903813, + 2130903837, + 2130903859, + 2130903862, + 2130903870, + 2130904079}; + + // 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: { 0x7F030059 } + public static int[] FloatingActionButton_Behavior_Layout = new int[] { + 2130903129}; + + // 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: { 0x7F0301F5,0x7F030251 } + public static int[] FlowLayout = new int[] { + 2130903541, + 2130903633}; + + // aapt resource value: 0 + public const int FlowLayout_itemSpacing = 0; + + // aapt resource value: 1 + public const int FlowLayout_lineSpacing = 1; + + // aapt resource value: { 0x7F0301A0,0x7F0301A1,0x7F0301A2,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6 } + public static int[] FontFamily = new int[] { + 2130903456, + 2130903457, + 2130903458, + 2130903459, + 2130903460, + 2130903461, + 2130903462}; + + // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F03019E,0x7F0301A7,0x7F0301A8,0x7F0301A9,0x7F03040B } + public static int[] FontFamilyFont = new int[] { + 16844082, + 16844083, + 16844095, + 16844143, + 16844144, + 2130903454, + 2130903463, + 2130903464, + 2130903465, + 2130904075}; + + // 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,0x7F0301AB } + public static int[] ForegroundLinearLayout = new int[] { + 16843017, + 16843264, + 2130903467}; + + // 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: { 0x7F030034,0x7F030064,0x7F030078,0x7F030101,0x7F030115,0x7F0301D3,0x7F0301D4,0x7F0301D5,0x7F0301D6,0x7F0302D0,0x7F03031F,0x7F030320,0x7F030321,0x7F03041B } + public static int[] ImageFilterView = new int[] { + 2130903092, + 2130903140, + 2130903160, + 2130903297, + 2130903317, + 2130903507, + 2130903508, + 2130903509, + 2130903510, + 2130903760, + 2130903839, + 2130903840, + 2130903841, + 2130904091}; + + // aapt resource value: 0 + public const int ImageFilterView_altSrc = 0; + + // aapt resource value: 1 + public const int ImageFilterView_blendSrc = 1; + + // aapt resource value: 2 + public const int ImageFilterView_brightness = 2; + + // aapt resource value: 3 + public const int ImageFilterView_contrast = 3; + + // aapt resource value: 4 + public const int ImageFilterView_crossfade = 4; + + // aapt resource value: 5 + public const int ImageFilterView_imagePanX = 5; + + // aapt resource value: 6 + public const int ImageFilterView_imagePanY = 6; + + // aapt resource value: 7 + public const int ImageFilterView_imageRotate = 7; + + // aapt resource value: 8 + public const int ImageFilterView_imageZoom = 8; + + // aapt resource value: 9 + public const int ImageFilterView_overlay = 9; + + // aapt resource value: 10 + public const int ImageFilterView_round = 10; + + // aapt resource value: 11 + public const int ImageFilterView_roundPercent = 11; + + // aapt resource value: 12 + public const int ImageFilterView_saturation = 12; + + // aapt resource value: 13 + public const int ImageFilterView_warmth = 13; + + // aapt resource value: { 0x7F0300EB } + public static int[] include = new int[] { + 2130903275}; + + // aapt resource value: 0 + public const int include_constraintSet = 0; + + // aapt resource value: { 0x7F0302D2,0x7F0302D4,0x7F0302D5,0x7F0302D8 } + public static int[] Insets = new int[] { + 2130903762, + 2130903764, + 2130903765, + 2130903768}; + + // 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: 3 + public const int Insets_paddingTopSystemWindowInsets = 3; + + // aapt resource value: { 0x7F0300D3 } + public static int[] ItemsViewRendererTheme = new int[] { + 2130903251}; + + // aapt resource value: 0 + public const int ItemsViewRendererTheme_collectionViewStyle = 0; + + // aapt resource value: { 0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030117,0x7F0301AD,0x7F0302B1,0x7F0302B3,0x7F030402,0x7F030404,0x7F030406 } + public static int[] KeyAttribute = new int[] { + 16843551, + 16843552, + 16843553, + 16843554, + 16843555, + 16843556, + 16843557, + 16843558, + 16843559, + 16843560, + 16843770, + 16843840, + 2130903319, + 2130903469, + 2130903729, + 2130903731, + 2130904066, + 2130904068, + 2130904070}; + + // aapt resource value: 0 + public const int KeyAttribute_android_alpha = 0; + + // aapt resource value: 11 + public const int KeyAttribute_android_elevation = 11; + + // aapt resource value: 7 + public const int KeyAttribute_android_rotation = 7; + + // aapt resource value: 8 + public const int KeyAttribute_android_rotationX = 8; + + // aapt resource value: 9 + public const int KeyAttribute_android_rotationY = 9; + + // aapt resource value: 5 + public const int KeyAttribute_android_scaleX = 5; + + // aapt resource value: 6 + public const int KeyAttribute_android_scaleY = 6; + + // aapt resource value: 1 + public const int KeyAttribute_android_transformPivotX = 1; + + // aapt resource value: 2 + public const int KeyAttribute_android_transformPivotY = 2; + + // aapt resource value: 3 + public const int KeyAttribute_android_translationX = 3; + + // aapt resource value: 4 + public const int KeyAttribute_android_translationY = 4; + + // aapt resource value: 10 + public const int KeyAttribute_android_translationZ = 10; + + // aapt resource value: 12 + public const int KeyAttribute_curveFit = 12; + + // aapt resource value: 13 + public const int KeyAttribute_framePosition = 13; + + // aapt resource value: 14 + public const int KeyAttribute_motionProgress = 14; + + // aapt resource value: 15 + public const int KeyAttribute_motionTarget = 15; + + // aapt resource value: 16 + public const int KeyAttribute_transformPivotTarget = 16; + + // aapt resource value: 17 + public const int KeyAttribute_transitionEasing = 17; + + // aapt resource value: 18 + public const int KeyAttribute_transitionPathRotate = 18; + + // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030117,0x7F0301AD,0x7F0302B1,0x7F0302B3,0x7F030404,0x7F030406,0x7F03041D,0x7F03041E,0x7F03041F,0x7F030420,0x7F030421 } + public static int[] KeyCycle = new int[] { + 16843551, + 16843554, + 16843555, + 16843556, + 16843557, + 16843558, + 16843559, + 16843560, + 16843770, + 16843840, + 2130903319, + 2130903469, + 2130903729, + 2130903731, + 2130904068, + 2130904070, + 2130904093, + 2130904094, + 2130904095, + 2130904096, + 2130904097}; + + // aapt resource value: 0 + public const int KeyCycle_android_alpha = 0; + + // aapt resource value: 9 + public const int KeyCycle_android_elevation = 9; + + // aapt resource value: 5 + public const int KeyCycle_android_rotation = 5; + + // aapt resource value: 6 + public const int KeyCycle_android_rotationX = 6; + + // aapt resource value: 7 + public const int KeyCycle_android_rotationY = 7; + + // aapt resource value: 3 + public const int KeyCycle_android_scaleX = 3; + + // aapt resource value: 4 + public const int KeyCycle_android_scaleY = 4; + + // aapt resource value: 1 + public const int KeyCycle_android_translationX = 1; + + // aapt resource value: 2 + public const int KeyCycle_android_translationY = 2; + + // aapt resource value: 8 + public const int KeyCycle_android_translationZ = 8; + + // aapt resource value: 10 + public const int KeyCycle_curveFit = 10; + + // aapt resource value: 11 + public const int KeyCycle_framePosition = 11; + + // aapt resource value: 12 + public const int KeyCycle_motionProgress = 12; + + // aapt resource value: 13 + public const int KeyCycle_motionTarget = 13; + + // aapt resource value: 14 + public const int KeyCycle_transitionEasing = 14; + + // aapt resource value: 15 + public const int KeyCycle_transitionPathRotate = 15; + + // aapt resource value: 16 + public const int KeyCycle_waveOffset = 16; + + // aapt resource value: 17 + public const int KeyCycle_wavePeriod = 17; + + // aapt resource value: 18 + public const int KeyCycle_wavePhase = 18; + + // aapt resource value: 19 + public const int KeyCycle_waveShape = 19; + + // aapt resource value: 20 + public const int KeyCycle_waveVariesBy = 20; + + // aapt resource value: { 0xFFFFFFFF } + public static int[] KeyFrame = new int[] { + -1}; + + // aapt resource value: { 0xFFFFFFFF } + public static int[] KeyFramesAcceleration = new int[] { + -1}; + + // aapt resource value: { 0xFFFFFFFF } + public static int[] KeyFramesVelocity = new int[] { + -1}; + + // aapt resource value: { 0x7F030117,0x7F030142,0x7F0301AD,0x7F0301FD,0x7F0302B3,0x7F0302E1,0x7F0302E3,0x7F0302E4,0x7F0302E5,0x7F0302E6,0x7F030348,0x7F030404 } + public static int[] KeyPosition = new int[] { + 2130903319, + 2130903362, + 2130903469, + 2130903549, + 2130903731, + 2130903777, + 2130903779, + 2130903780, + 2130903781, + 2130903782, + 2130903880, + 2130904068}; + + // aapt resource value: 0 + public const int KeyPosition_curveFit = 0; + + // aapt resource value: 1 + public const int KeyPosition_drawPath = 1; + + // aapt resource value: 2 + public const int KeyPosition_framePosition = 2; + + // aapt resource value: 3 + public const int KeyPosition_keyPositionType = 3; + + // aapt resource value: 4 + public const int KeyPosition_motionTarget = 4; + + // aapt resource value: 5 + public const int KeyPosition_pathMotionArc = 5; + + // aapt resource value: 6 + public const int KeyPosition_percentHeight = 6; + + // aapt resource value: 7 + public const int KeyPosition_percentWidth = 7; + + // aapt resource value: 8 + public const int KeyPosition_percentX = 8; + + // aapt resource value: 9 + public const int KeyPosition_percentY = 9; + + // aapt resource value: 10 + public const int KeyPosition_sizePercent = 10; + + // aapt resource value: 11 + public const int KeyPosition_transitionEasing = 11; + + // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030117,0x7F0301AD,0x7F0302B1,0x7F0302B3,0x7F030404,0x7F030406,0x7F03041C,0x7F03041D,0x7F03041E,0x7F03041F,0x7F030420 } + public static int[] KeyTimeCycle = new int[] { + 16843551, + 16843554, + 16843555, + 16843556, + 16843557, + 16843558, + 16843559, + 16843560, + 16843770, + 16843840, + 2130903319, + 2130903469, + 2130903729, + 2130903731, + 2130904068, + 2130904070, + 2130904092, + 2130904093, + 2130904094, + 2130904095, + 2130904096}; + + // aapt resource value: 0 + public const int KeyTimeCycle_android_alpha = 0; + + // aapt resource value: 9 + public const int KeyTimeCycle_android_elevation = 9; + + // aapt resource value: 5 + public const int KeyTimeCycle_android_rotation = 5; + + // aapt resource value: 6 + public const int KeyTimeCycle_android_rotationX = 6; + + // aapt resource value: 7 + public const int KeyTimeCycle_android_rotationY = 7; + + // aapt resource value: 3 + public const int KeyTimeCycle_android_scaleX = 3; + + // aapt resource value: 4 + public const int KeyTimeCycle_android_scaleY = 4; + + // aapt resource value: 1 + public const int KeyTimeCycle_android_translationX = 1; + + // aapt resource value: 2 + public const int KeyTimeCycle_android_translationY = 2; + + // aapt resource value: 8 + public const int KeyTimeCycle_android_translationZ = 8; + + // aapt resource value: 10 + public const int KeyTimeCycle_curveFit = 10; + + // aapt resource value: 11 + public const int KeyTimeCycle_framePosition = 11; + + // aapt resource value: 12 + public const int KeyTimeCycle_motionProgress = 12; + + // aapt resource value: 13 + public const int KeyTimeCycle_motionTarget = 13; + + // aapt resource value: 14 + public const int KeyTimeCycle_transitionEasing = 14; + + // aapt resource value: 15 + public const int KeyTimeCycle_transitionPathRotate = 15; + + // aapt resource value: 16 + public const int KeyTimeCycle_waveDecay = 16; + + // aapt resource value: 17 + public const int KeyTimeCycle_waveOffset = 17; + + // aapt resource value: 18 + public const int KeyTimeCycle_wavePeriod = 18; + + // aapt resource value: 19 + public const int KeyTimeCycle_wavePhase = 19; + + // aapt resource value: 20 + public const int KeyTimeCycle_waveShape = 20; + + // aapt resource value: { 0x7F0301AD,0x7F0302B3,0x7F0302B4,0x7F0302B5,0x7F0302C6,0x7F0302C8,0x7F0302C9,0x7F030408,0x7F030409,0x7F03040A,0x7F030416,0x7F030417,0x7F030418 } + public static int[] KeyTrigger = new int[] { + 2130903469, + 2130903731, + 2130903732, + 2130903733, + 2130903750, + 2130903752, + 2130903753, + 2130904072, + 2130904073, + 2130904074, + 2130904086, + 2130904087, + 2130904088}; + + // aapt resource value: 0 + public const int KeyTrigger_framePosition = 0; + + // aapt resource value: 1 + public const int KeyTrigger_motionTarget = 1; + + // aapt resource value: 2 + public const int KeyTrigger_motion_postLayoutCollision = 2; + + // aapt resource value: 3 + public const int KeyTrigger_motion_triggerOnCollision = 3; + + // aapt resource value: 4 + public const int KeyTrigger_onCross = 4; + + // aapt resource value: 5 + public const int KeyTrigger_onNegativeCross = 5; + + // aapt resource value: 6 + public const int KeyTrigger_onPositiveCross = 6; + + // aapt resource value: 7 + public const int KeyTrigger_triggerId = 7; + + // aapt resource value: 8 + public const int KeyTrigger_triggerReceiver = 8; + + // aapt resource value: 9 + public const int KeyTrigger_triggerSlack = 9; + + // aapt resource value: 10 + public const int KeyTrigger_viewTransitionOnCross = 10; + + // aapt resource value: 11 + public const int KeyTrigger_viewTransitionOnNegativeCross = 11; + + // aapt resource value: 12 + public const int KeyTrigger_viewTransitionOnPositiveCross = 12; + + // aapt resource value: { 0x10100C4,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x10103B5,0x10103B6,0x7F030056,0x7F030057,0x7F030058,0x7F030098,0x7F0300EE,0x7F0300EF,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F03021F,0x7F030220,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030239,0x7F03023A,0x7F03023B,0x7F03023D,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030248,0x7F03024C,0x7F030284,0x7F030288,0x7F03028F,0x7F030293 } + public static int[] Layout = new int[] { + 16842948, + 16842996, + 16842997, + 16842999, + 16843000, + 16843001, + 16843002, + 16843701, + 16843702, + 2130903126, + 2130903127, + 2130903128, + 2130903192, + 2130903278, + 2130903279, + 2130903566, + 2130903567, + 2130903568, + 2130903569, + 2130903570, + 2130903571, + 2130903572, + 2130903573, + 2130903574, + 2130903575, + 2130903576, + 2130903577, + 2130903578, + 2130903579, + 2130903580, + 2130903581, + 2130903582, + 2130903583, + 2130903584, + 2130903585, + 2130903586, + 2130903587, + 2130903588, + 2130903589, + 2130903590, + 2130903591, + 2130903592, + 2130903593, + 2130903594, + 2130903595, + 2130903596, + 2130903597, + 2130903598, + 2130903599, + 2130903601, + 2130903602, + 2130903603, + 2130903604, + 2130903605, + 2130903606, + 2130903607, + 2130903608, + 2130903609, + 2130903610, + 2130903611, + 2130903613, + 2130903614, + 2130903615, + 2130903616, + 2130903617, + 2130903618, + 2130903619, + 2130903620, + 2130903621, + 2130903624, + 2130903628, + 2130903684, + 2130903688, + 2130903695, + 2130903699}; + + // aapt resource value: 2 + public const int Layout_android_layout_height = 2; + + // aapt resource value: 6 + public const int Layout_android_layout_marginBottom = 6; + + // aapt resource value: 8 + public const int Layout_android_layout_marginEnd = 8; + + // aapt resource value: 3 + public const int Layout_android_layout_marginLeft = 3; + + // aapt resource value: 5 + public const int Layout_android_layout_marginRight = 5; + + // aapt resource value: 7 + public const int Layout_android_layout_marginStart = 7; + + // aapt resource value: 4 + public const int Layout_android_layout_marginTop = 4; + + // aapt resource value: 1 + public const int Layout_android_layout_width = 1; + + // aapt resource value: 0 + public const int Layout_android_orientation = 0; + + // aapt resource value: 9 + public const int Layout_barrierAllowsGoneWidgets = 9; + + // aapt resource value: 10 + public const int Layout_barrierDirection = 10; + + // aapt resource value: 11 + public const int Layout_barrierMargin = 11; + + // aapt resource value: 12 + public const int Layout_chainUseRtl = 12; + + // aapt resource value: 13 + public const int Layout_constraint_referenced_ids = 13; + + // aapt resource value: 14 + public const int Layout_constraint_referenced_tags = 14; + + // aapt resource value: 15 + public const int Layout_layout_constrainedHeight = 15; + + // aapt resource value: 16 + public const int Layout_layout_constrainedWidth = 16; + + // aapt resource value: 17 + public const int Layout_layout_constraintBaseline_creator = 17; + + // aapt resource value: 18 + public const int Layout_layout_constraintBaseline_toBaselineOf = 18; + + // aapt resource value: 19 + public const int Layout_layout_constraintBaseline_toBottomOf = 19; + + // aapt resource value: 20 + public const int Layout_layout_constraintBaseline_toTopOf = 20; + + // aapt resource value: 21 + public const int Layout_layout_constraintBottom_creator = 21; + + // aapt resource value: 22 + public const int Layout_layout_constraintBottom_toBottomOf = 22; + + // aapt resource value: 23 + public const int Layout_layout_constraintBottom_toTopOf = 23; + + // aapt resource value: 24 + public const int Layout_layout_constraintCircle = 24; + + // aapt resource value: 25 + public const int Layout_layout_constraintCircleAngle = 25; + + // aapt resource value: 26 + public const int Layout_layout_constraintCircleRadius = 26; + + // aapt resource value: 27 + public const int Layout_layout_constraintDimensionRatio = 27; + + // aapt resource value: 28 + public const int Layout_layout_constraintEnd_toEndOf = 28; + + // aapt resource value: 29 + public const int Layout_layout_constraintEnd_toStartOf = 29; + + // aapt resource value: 30 + public const int Layout_layout_constraintGuide_begin = 30; + + // aapt resource value: 31 + public const int Layout_layout_constraintGuide_end = 31; + + // aapt resource value: 32 + public const int Layout_layout_constraintGuide_percent = 32; + + // aapt resource value: 33 + public const int Layout_layout_constraintHeight = 33; + + // aapt resource value: 34 + public const int Layout_layout_constraintHeight_default = 34; + + // aapt resource value: 35 + public const int Layout_layout_constraintHeight_max = 35; + + // aapt resource value: 36 + public const int Layout_layout_constraintHeight_min = 36; + + // aapt resource value: 37 + public const int Layout_layout_constraintHeight_percent = 37; + + // aapt resource value: 38 + public const int Layout_layout_constraintHorizontal_bias = 38; + + // aapt resource value: 39 + public const int Layout_layout_constraintHorizontal_chainStyle = 39; + + // aapt resource value: 40 + public const int Layout_layout_constraintHorizontal_weight = 40; + + // aapt resource value: 41 + public const int Layout_layout_constraintLeft_creator = 41; + + // aapt resource value: 42 + public const int Layout_layout_constraintLeft_toLeftOf = 42; + + // aapt resource value: 43 + public const int Layout_layout_constraintLeft_toRightOf = 43; + + // aapt resource value: 44 + public const int Layout_layout_constraintRight_creator = 44; + + // aapt resource value: 45 + public const int Layout_layout_constraintRight_toLeftOf = 45; + + // aapt resource value: 46 + public const int Layout_layout_constraintRight_toRightOf = 46; + + // aapt resource value: 47 + public const int Layout_layout_constraintStart_toEndOf = 47; + + // aapt resource value: 48 + public const int Layout_layout_constraintStart_toStartOf = 48; + + // aapt resource value: 49 + public const int Layout_layout_constraintTop_creator = 49; + + // aapt resource value: 50 + public const int Layout_layout_constraintTop_toBottomOf = 50; + + // aapt resource value: 51 + public const int Layout_layout_constraintTop_toTopOf = 51; + + // aapt resource value: 52 + public const int Layout_layout_constraintVertical_bias = 52; + + // aapt resource value: 53 + public const int Layout_layout_constraintVertical_chainStyle = 53; + + // aapt resource value: 54 + public const int Layout_layout_constraintVertical_weight = 54; + + // aapt resource value: 55 + public const int Layout_layout_constraintWidth = 55; + + // aapt resource value: 56 + public const int Layout_layout_constraintWidth_default = 56; + + // aapt resource value: 57 + public const int Layout_layout_constraintWidth_max = 57; + + // aapt resource value: 58 + public const int Layout_layout_constraintWidth_min = 58; + + // aapt resource value: 59 + public const int Layout_layout_constraintWidth_percent = 59; + + // aapt resource value: 60 + public const int Layout_layout_editor_absoluteX = 60; + + // aapt resource value: 61 + public const int Layout_layout_editor_absoluteY = 61; + + // aapt resource value: 62 + public const int Layout_layout_goneMarginBaseline = 62; + + // aapt resource value: 63 + public const int Layout_layout_goneMarginBottom = 63; + + // aapt resource value: 64 + public const int Layout_layout_goneMarginEnd = 64; + + // aapt resource value: 65 + public const int Layout_layout_goneMarginLeft = 65; + + // aapt resource value: 66 + public const int Layout_layout_goneMarginRight = 66; + + // aapt resource value: 67 + public const int Layout_layout_goneMarginStart = 67; + + // aapt resource value: 68 + public const int Layout_layout_goneMarginTop = 68; + + // aapt resource value: 69 + public const int Layout_layout_marginBaseline = 69; + + // aapt resource value: 70 + public const int Layout_layout_wrapBehaviorInParent = 70; + + // aapt resource value: 71 + public const int Layout_maxHeight = 71; + + // aapt resource value: 72 + public const int Layout_maxWidth = 72; + + // aapt resource value: 73 + public const int Layout_minHeight = 73; + + // aapt resource value: 74 + public const int Layout_minWidth = 74; + + // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F03013B,0x7F03013D,0x7F030289,0x7F03033D } + public static int[] LinearLayoutCompat = new int[] { + 16842927, + 16842948, + 16843046, + 16843047, + 16843048, + 2130903355, + 2130903357, + 2130903689, + 2130903869}; + + // 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: { 0x7F0301D7,0x7F0301DB } + public static int[] LinearProgressIndicator = new int[] { + 2130903511, + 2130903515}; + + // aapt resource value: 0 + public const int LinearProgressIndicator_indeterminateAnimationType = 0; + + // aapt resource value: 1 + public const int LinearProgressIndicator_indicatorDirectionLinear = 1; + + // 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: { 0x10100B2,0x10101F8,0x7F030166,0x7F030167,0x7F030411 } + public static int[] ListPreference = new int[] { + 16842930, + 16843256, + 2130903398, + 2130903399, + 2130904081}; + + // aapt resource value: 0 + public const int ListPreference_android_entries = 0; + + // aapt resource value: 1 + public const int ListPreference_android_entryValues = 1; + + // aapt resource value: 2 + public const int ListPreference_entries = 2; + + // aapt resource value: 3 + public const int ListPreference_entryValues = 3; + + // aapt resource value: 4 + public const int ListPreference_useSimpleSummaryProvider = 4; + + // aapt resource value: { 0x7F030049,0x7F03004A,0x7F03004B,0x7F03004C } + public static int[] MaterialAlertDialog = new int[] { + 2130903113, + 2130903114, + 2130903115, + 2130903116}; + + // aapt resource value: { 0x7F030264,0x7F030265,0x7F030266,0x7F030267,0x7F030268 } + public static int[] MaterialAlertDialogTheme = new int[] { + 2130903652, + 2130903653, + 2130903654, + 2130903655, + 2130903656}; + + // 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,0x7F030050,0x7F030051,0x7F030109,0x7F030156,0x7F0301C6,0x7F0301C8,0x7F0301C9,0x7F0301CA,0x7F0301CD,0x7F0301CE,0x7F03031D,0x7F030333,0x7F030336,0x7F030369,0x7F03036A } + public static int[] MaterialButton = new int[] { + 16842964, + 16843191, + 16843192, + 16843193, + 16843194, + 16843237, + 2130903120, + 2130903121, + 2130903305, + 2130903382, + 2130903494, + 2130903496, + 2130903497, + 2130903498, + 2130903501, + 2130903502, + 2130903837, + 2130903859, + 2130903862, + 2130903913, + 2130903914}; + + // aapt resource value: { 0x7F03009B,0x7F030330,0x7F030347 } + public static int[] MaterialButtonToggleGroup = new int[] { + 2130903195, + 2130903856, + 2130903879}; + + // 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,0x7F030124,0x7F030125,0x7F030126,0x7F030127,0x7F0302C2,0x7F03030F,0x7F03042D,0x7F03042E,0x7F03042F } + public static int[] MaterialCalendar = new int[] { + 16843277, + 2130903332, + 2130903333, + 2130903334, + 2130903335, + 2130903746, + 2130903823, + 2130904109, + 2130904110, + 2130904111}; + + // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F0301E5,0x7F0301EE,0x7F0301EF,0x7F0301F6,0x7F0301F7,0x7F0301FB } + public static int[] MaterialCalendarItem = new int[] { + 16843191, + 16843192, + 16843193, + 16843194, + 2130903525, + 2130903534, + 2130903535, + 2130903542, + 2130903543, + 2130903547}; + + // 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_nestedScrollable = 5; + + // aapt resource value: 6 + public const int MaterialCalendar_rangeFillColor = 6; + + // aapt resource value: 7 + public const int MaterialCalendar_yearSelectedStyle = 7; + + // aapt resource value: 8 + public const int MaterialCalendar_yearStyle = 8; + + // aapt resource value: 9 + public const int MaterialCalendar_yearTodayStyle = 9; + + // aapt resource value: { 0x10101E5,0x7F030089,0x7F03009D,0x7F03009F,0x7F0300A0,0x7F0300A1,0x7F03031D,0x7F030333,0x7F030336,0x7F030363,0x7F030369,0x7F03036A } + public static int[] MaterialCardView = new int[] { + 16843237, + 2130903177, + 2130903197, + 2130903199, + 2130903200, + 2130903201, + 2130903837, + 2130903859, + 2130903862, + 2130903907, + 2130903913, + 2130903914}; + + // 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_checkedIconMargin = 3; + + // aapt resource value: 4 + public const int MaterialCardView_checkedIconSize = 4; + + // aapt resource value: 5 + public const int MaterialCardView_checkedIconTint = 5; + + // aapt resource value: 6 + public const int MaterialCardView_rippleColor = 6; + + // aapt resource value: 7 + public const int MaterialCardView_shapeAppearance = 7; + + // aapt resource value: 8 + public const int MaterialCardView_shapeAppearanceOverlay = 8; + + // aapt resource value: 9 + public const int MaterialCardView_state_dragged = 9; + + // aapt resource value: 10 + public const int MaterialCardView_strokeColor = 10; + + // aapt resource value: 11 + public const int MaterialCardView_strokeWidth = 11; + + // aapt resource value: { 0x7F030084,0x7F030410 } + public static int[] MaterialCheckBox = new int[] { + 2130903172, + 2130904080}; + + // aapt resource value: 0 + public const int MaterialCheckBox_buttonTint = 0; + + // aapt resource value: 1 + public const int MaterialCheckBox_useMaterialThemeColors = 1; + + // aapt resource value: { 0x7F030084,0x7F030410 } + public static int[] MaterialRadioButton = new int[] { + 2130903172, + 2130904080}; + + // aapt resource value: 0 + public const int MaterialRadioButton_buttonTint = 0; + + // aapt resource value: 1 + public const int MaterialRadioButton_useMaterialThemeColors = 1; + + // aapt resource value: { 0x7F030333,0x7F030336 } + public static int[] MaterialShape = new int[] { + 2130903859, + 2130903862}; + + // aapt resource value: 0 + public const int MaterialShape_shapeAppearance = 0; + + // aapt resource value: 1 + public const int MaterialShape_shapeAppearanceOverlay = 1; + + // aapt resource value: { 0x10104B6,0x101057F,0x7F030250 } + public static int[] MaterialTextAppearance = new int[] { + 16843958, + 16844159, + 2130903632}; + + // aapt resource value: 0 + public const int MaterialTextAppearance_android_letterSpacing = 0; + + // aapt resource value: 1 + public const int MaterialTextAppearance_android_lineHeight = 1; + + // aapt resource value: 2 + public const int MaterialTextAppearance_lineHeight = 2; + + // aapt resource value: { 0x1010034,0x101057F,0x7F030250 } + public static int[] MaterialTextView = new int[] { + 16842804, + 16844159, + 2130903632}; + + // 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: { 0x7F0300C3,0x7F0301FE } + public static int[] MaterialTimePicker = new int[] { + 2130903235, + 2130903550}; + + // aapt resource value: 0 + public const int MaterialTimePicker_clockIcon = 0; + + // aapt resource value: 1 + public const int MaterialTimePicker_keyboardIcon = 1; + + // aapt resource value: { 0x7F0302BB,0x7F03036E,0x7F0303E3 } + public static int[] MaterialToolbar = new int[] { + 2130903739, + 2130903918, + 2130904035}; + + // aapt resource value: 0 + public const int MaterialToolbar_navigationIconTint = 0; + + // aapt resource value: 1 + public const int MaterialToolbar_subtitleCentered = 1; + + // aapt resource value: 2 + public const int MaterialToolbar_titleCentered = 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,0x7F030011,0x7F030025,0x7F030027,0x7F030033,0x7F0300F2,0x7F0301CD,0x7F0301CE,0x7F0302C5,0x7F03033B,0x7F0303F5 } + public static int[] MenuItem = new int[] { + 16842754, + 16842766, + 16842960, + 16843014, + 16843156, + 16843230, + 16843231, + 16843233, + 16843234, + 16843235, + 16843236, + 16843237, + 16843375, + 2130903057, + 2130903077, + 2130903079, + 2130903091, + 2130903282, + 2130903501, + 2130903502, + 2130903749, + 2130903867, + 2130904053}; + + // 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,0x7F030304,0x7F03036B } + public static int[] MenuView = new int[] { + 16842926, + 16843052, + 16843053, + 16843054, + 16843055, + 16843056, + 16843057, + 2130903812, + 2130903915}; + + // 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: { 0x7F030294,0x7F030295,0x7F030296,0x7F030297,0x7F030298,0x7F030299 } + public static int[] MockView = new int[] { + 2130903700, + 2130903701, + 2130903702, + 2130903703, + 2130903704, + 2130903705}; + + // aapt resource value: 0 + public const int MockView_mock_diagonalsColor = 0; + + // aapt resource value: 1 + public const int MockView_mock_label = 1; + + // aapt resource value: 2 + public const int MockView_mock_labelBackgroundColor = 2; + + // aapt resource value: 3 + public const int MockView_mock_labelColor = 3; + + // aapt resource value: 4 + public const int MockView_mock_showDiagonals = 4; + + // aapt resource value: 5 + public const int MockView_mock_showLabel = 5; + + // aapt resource value: { 0x7F030035,0x7F030036,0x7F030142,0x7F0302B0,0x7F0302B2,0x7F0302E1,0x7F030308,0x7F030309,0x7F03030A,0x7F030404 } + public static int[] Motion = new int[] { + 2130903093, + 2130903094, + 2130903362, + 2130903728, + 2130903730, + 2130903777, + 2130903816, + 2130903817, + 2130903818, + 2130904068}; + + // aapt resource value: { 0x7F0302A6,0x7F0302A7,0x7F0302A8,0x7F0302A9,0x7F0302AA,0x7F0302AB,0x7F0302AC,0x7F0302AD } + public static int[] MotionEffect = new int[] { + 2130903718, + 2130903719, + 2130903720, + 2130903721, + 2130903722, + 2130903723, + 2130903724, + 2130903725}; + + // aapt resource value: 0 + public const int MotionEffect_motionEffect_alpha = 0; + + // aapt resource value: 1 + public const int MotionEffect_motionEffect_end = 1; + + // aapt resource value: 2 + public const int MotionEffect_motionEffect_move = 2; + + // aapt resource value: 3 + public const int MotionEffect_motionEffect_start = 3; + + // aapt resource value: 4 + public const int MotionEffect_motionEffect_strict = 4; + + // aapt resource value: 5 + public const int MotionEffect_motionEffect_translationX = 5; + + // aapt resource value: 6 + public const int MotionEffect_motionEffect_translationY = 6; + + // aapt resource value: 7 + public const int MotionEffect_motionEffect_viewTransition = 7; + + // aapt resource value: { 0x7F0302C7,0x7F0302CA } + public static int[] MotionHelper = new int[] { + 2130903751, + 2130903754}; + + // aapt resource value: 0 + public const int MotionHelper_onHide = 0; + + // aapt resource value: 1 + public const int MotionHelper_onShow = 1; + + // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x10100AF,0x101014F,0x1010164,0x10103AC,0x1010535,0x7F030065,0x7F030066,0x7F030322,0x7F0303B9,0x7F0303BA,0x7F0303BB,0x7F0303BC,0x7F0303BD,0x7F0303C5,0x7F0303C6,0x7F0303C7,0x7F0303C8,0x7F0303CA,0x7F0303CB,0x7F0303CC,0x7F0303CD } + public static int[] MotionLabel = new int[] { + 16842901, + 16842902, + 16842903, + 16842904, + 16842927, + 16843087, + 16843108, + 16843692, + 16844085, + 2130903141, + 2130903142, + 2130903842, + 2130903993, + 2130903994, + 2130903995, + 2130903996, + 2130903997, + 2130904005, + 2130904006, + 2130904007, + 2130904008, + 2130904010, + 2130904011, + 2130904012, + 2130904013}; + + // aapt resource value: 8 + public const int MotionLabel_android_autoSizeTextType = 8; + + // aapt resource value: 7 + public const int MotionLabel_android_fontFamily = 7; + + // aapt resource value: 4 + public const int MotionLabel_android_gravity = 4; + + // aapt resource value: 6 + public const int MotionLabel_android_shadowRadius = 6; + + // aapt resource value: 5 + public const int MotionLabel_android_text = 5; + + // aapt resource value: 3 + public const int MotionLabel_android_textColor = 3; + + // aapt resource value: 0 + public const int MotionLabel_android_textSize = 0; + + // aapt resource value: 2 + public const int MotionLabel_android_textStyle = 2; + + // aapt resource value: 1 + public const int MotionLabel_android_typeface = 1; + + // aapt resource value: 9 + public const int MotionLabel_borderRound = 9; + + // aapt resource value: 10 + public const int MotionLabel_borderRoundPercent = 10; + + // aapt resource value: 11 + public const int MotionLabel_scaleFromTextSize = 11; + + // aapt resource value: 12 + public const int MotionLabel_textBackground = 12; + + // aapt resource value: 13 + public const int MotionLabel_textBackgroundPanX = 13; + + // aapt resource value: 14 + public const int MotionLabel_textBackgroundPanY = 14; + + // aapt resource value: 15 + public const int MotionLabel_textBackgroundRotate = 15; + + // aapt resource value: 16 + public const int MotionLabel_textBackgroundZoom = 16; + + // aapt resource value: 17 + public const int MotionLabel_textOutlineColor = 17; + + // aapt resource value: 18 + public const int MotionLabel_textOutlineThickness = 18; + + // aapt resource value: 19 + public const int MotionLabel_textPanX = 19; + + // aapt resource value: 20 + public const int MotionLabel_textPanY = 20; + + // aapt resource value: 21 + public const int MotionLabel_textureBlurFactor = 21; + + // aapt resource value: 22 + public const int MotionLabel_textureEffect = 22; + + // aapt resource value: 23 + public const int MotionLabel_textureHeight = 23; + + // aapt resource value: 24 + public const int MotionLabel_textureWidth = 24; + + // aapt resource value: { 0x7F030039,0x7F030116,0x7F030206,0x7F03029A,0x7F0302B1,0x7F03033F } + public static int[] MotionLayout = new int[] { + 2130903097, + 2130903318, + 2130903558, + 2130903706, + 2130903729, + 2130903871}; + + // aapt resource value: 0 + public const int MotionLayout_applyMotionScene = 0; + + // aapt resource value: 1 + public const int MotionLayout_currentState = 1; + + // aapt resource value: 2 + public const int MotionLayout_layoutDescription = 2; + + // aapt resource value: 3 + public const int MotionLayout_motionDebug = 3; + + // aapt resource value: 4 + public const int MotionLayout_motionProgress = 4; + + // aapt resource value: 5 + public const int MotionLayout_showPaths = 5; + + // aapt resource value: { 0x7F030128,0x7F030207 } + public static int[] MotionScene = new int[] { + 2130903336, + 2130903559}; + + // aapt resource value: 0 + public const int MotionScene_defaultDuration = 0; + + // aapt resource value: 1 + public const int MotionScene_layoutDuringTransition = 1; + + // aapt resource value: { 0x7F03039F,0x7F0303A0,0x7F0303A1 } + public static int[] MotionTelltales = new int[] { + 2130903967, + 2130903968, + 2130903969}; + + // aapt resource value: 0 + public const int MotionTelltales_telltales_tailColor = 0; + + // aapt resource value: 1 + public const int MotionTelltales_telltales_tailScale = 1; + + // aapt resource value: 2 + public const int MotionTelltales_telltales_velocityMode = 2; + + // aapt resource value: 0 + public const int Motion_animateCircleAngleTo = 0; + + // aapt resource value: 1 + public const int Motion_animateRelativeTo = 1; + + // aapt resource value: 2 + public const int Motion_drawPath = 2; + + // aapt resource value: 3 + public const int Motion_motionPathRotate = 3; + + // aapt resource value: 4 + public const int Motion_motionStagger = 4; + + // aapt resource value: 5 + public const int Motion_pathMotionArc = 5; + + // aapt resource value: 6 + public const int Motion_quantizeMotionInterpolator = 6; + + // aapt resource value: 7 + public const int Motion_quantizeMotionPhase = 7; + + // aapt resource value: 8 + public const int Motion_quantizeMotionSteps = 8; + + // aapt resource value: 9 + public const int Motion_transitionEasing = 9; + + // aapt resource value: { 0x10100B2,0x10101F8,0x7F030166,0x7F030167 } + public static int[] MultiSelectListPreference = new int[] { + 16842930, + 16843256, + 2130903398, + 2130903399}; + + // aapt resource value: 0 + public const int MultiSelectListPreference_android_entries = 0; + + // aapt resource value: 1 + public const int MultiSelectListPreference_android_entryValues = 1; + + // aapt resource value: 2 + public const int MultiSelectListPreference_entries = 2; + + // aapt resource value: 3 + public const int MultiSelectListPreference_entryValues = 3; + + // aapt resource value: { 0x10100D0,0x7F030130,0x7F030165,0x7F03016F,0x7F030204,0x7F0302EF,0x7F0302F0,0x7F0302F1,0x7F0302F2 } + public static int[] NavAction = new int[] { + 16842960, + 2130903344, + 2130903397, + 2130903407, + 2130903556, + 2130903791, + 2130903792, + 2130903793, + 2130903794}; + + // aapt resource value: 0 + public const int NavAction_android_id = 0; + + // aapt resource value: 1 + public const int NavAction_destination = 1; + + // aapt resource value: 2 + public const int NavAction_enterAnim = 2; + + // aapt resource value: 3 + public const int NavAction_exitAnim = 3; + + // aapt resource value: 4 + public const int NavAction_launchSingleTop = 4; + + // aapt resource value: 5 + public const int NavAction_popEnterAnim = 5; + + // aapt resource value: 6 + public const int NavAction_popExitAnim = 6; + + // aapt resource value: 7 + public const int NavAction_popUpTo = 7; + + // aapt resource value: 8 + public const int NavAction_popUpToInclusive = 8; + + // aapt resource value: { 0x1010003,0x10101ED,0x7F03003B,0x7F0302C3 } + public static int[] NavArgument = new int[] { + 16842755, + 16843245, + 2130903099, + 2130903747}; + + // aapt resource value: 1 + public const int NavArgument_android_defaultValue = 1; + + // aapt resource value: 0 + public const int NavArgument_android_name = 0; + + // aapt resource value: 2 + public const int NavArgument_argType = 2; + + // aapt resource value: 3 + public const int NavArgument_nullable = 3; + + // aapt resource value: { 0x10104EE,0x7F030003,0x7F03028D,0x7F03040E } + public static int[] NavDeepLink = new int[] { + 16844014, + 2130903043, + 2130903693, + 2130904078}; + + // aapt resource value: 1 + public const int NavDeepLink_action = 1; + + // aapt resource value: 0 + public const int NavDeepLink_android_autoVerify = 0; + + // aapt resource value: 2 + public const int NavDeepLink_mimeType = 2; + + // aapt resource value: 3 + public const int NavDeepLink_uri = 3; + + // aapt resource value: { 0x7F03035A } + public static int[] NavGraphNavigator = new int[] { + 2130903898}; + + // aapt resource value: 0 + public const int NavGraphNavigator_startDestination = 0; + + // aapt resource value: { 0x7F0302B8 } + public static int[] NavHost = new int[] { + 2130903736}; + + // aapt resource value: 0 + public const int NavHost_navGraph = 0; + + // aapt resource value: { 0x7F030050,0x7F030156,0x7F0301E4,0x7F0301E9,0x7F0301EA,0x7F0301ED,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F030202,0x7F03028A } + public static int[] NavigationBarView = new int[] { + 2130903120, + 2130903382, + 2130903524, + 2130903529, + 2130903530, + 2130903533, + 2130903545, + 2130903546, + 2130903547, + 2130903554, + 2130903690}; + + // aapt resource value: 0 + public const int NavigationBarView_backgroundTint = 0; + + // aapt resource value: 1 + public const int NavigationBarView_elevation = 1; + + // aapt resource value: 2 + public const int NavigationBarView_itemBackground = 2; + + // aapt resource value: 3 + public const int NavigationBarView_itemIconSize = 3; + + // aapt resource value: 4 + public const int NavigationBarView_itemIconTint = 4; + + // aapt resource value: 5 + public const int NavigationBarView_itemRippleColor = 5; + + // aapt resource value: 6 + public const int NavigationBarView_itemTextAppearanceActive = 6; + + // aapt resource value: 7 + public const int NavigationBarView_itemTextAppearanceInactive = 7; + + // aapt resource value: 8 + public const int NavigationBarView_itemTextColor = 8; + + // aapt resource value: 9 + public const int NavigationBarView_labelVisibilityMode = 9; + + // aapt resource value: 10 + public const int NavigationBarView_menu = 10; + + // aapt resource value: { 0x7F0301B4,0x7F03028B } + public static int[] NavigationRailView = new int[] { + 2130903476, + 2130903691}; + + // aapt resource value: 0 + public const int NavigationRailView_headerLayout = 0; + + // aapt resource value: 1 + public const int NavigationRailView_menuGravity = 1; + + // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F030156,0x7F0301B4,0x7F0301E4,0x7F0301E6,0x7F0301E8,0x7F0301E9,0x7F0301EA,0x7F0301EB,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F8,0x7F0301FB,0x7F03028A,0x7F030333,0x7F030336 } + public static int[] NavigationView = new int[] { + 16842964, + 16842973, + 16843039, + 2130903382, + 2130903476, + 2130903524, + 2130903526, + 2130903528, + 2130903529, + 2130903530, + 2130903531, + 2130903534, + 2130903535, + 2130903536, + 2130903537, + 2130903538, + 2130903539, + 2130903540, + 2130903544, + 2130903547, + 2130903690, + 2130903859, + 2130903862}; + + // 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: 21 + public const int NavigationView_shapeAppearance = 21; + + // aapt resource value: 22 + public const int NavigationView_shapeAppearanceOverlay = 22; + + // aapt resource value: { 0x1010001,0x10100D0 } + public static int[] Navigator = new int[] { + 16842753, + 16842960}; + + // aapt resource value: 1 + public const int Navigator_android_id = 1; + + // aapt resource value: 0 + public const int Navigator_android_label = 0; + + // aapt resource value: { 0x7F0301B1 } + public static int[] NavInclude = new int[] { + 2130903473}; + + // aapt resource value: 0 + public const int NavInclude_graph = 0; + + // aapt resource value: { 0x7F0300C0,0x7F03039D } + public static int[] OnClick = new int[] { + 2130903232, + 2130903965}; + + // aapt resource value: 0 + public const int OnClick_clickAction = 0; + + // aapt resource value: 1 + public const int OnClick_targetId = 1; + + // aapt resource value: { 0x7F03003F,0x7F03013F,0x7F030140,0x7F030141,0x7F03024F,0x7F030280,0x7F030287,0x7F0302B6,0x7F0302C0,0x7F0302CC,0x7F03031E,0x7F030352,0x7F030353,0x7F030354,0x7F030355,0x7F030356,0x7F0303F6,0x7F0303F7,0x7F0303F8 } + public static int[] OnSwipe = new int[] { + 2130903103, + 2130903359, + 2130903360, + 2130903361, + 2130903631, + 2130903680, + 2130903687, + 2130903734, + 2130903744, + 2130903756, + 2130903838, + 2130903890, + 2130903891, + 2130903892, + 2130903893, + 2130903894, + 2130904054, + 2130904055, + 2130904056}; + + // aapt resource value: 0 + public const int OnSwipe_autoCompleteMode = 0; + + // aapt resource value: 1 + public const int OnSwipe_dragDirection = 1; + + // aapt resource value: 2 + public const int OnSwipe_dragScale = 2; + + // aapt resource value: 3 + public const int OnSwipe_dragThreshold = 3; + + // aapt resource value: 4 + public const int OnSwipe_limitBoundsTo = 4; + + // aapt resource value: 5 + public const int OnSwipe_maxAcceleration = 5; + + // aapt resource value: 6 + public const int OnSwipe_maxVelocity = 6; + + // aapt resource value: 7 + public const int OnSwipe_moveWhenScrollAtTop = 7; + + // aapt resource value: 8 + public const int OnSwipe_nestedScrollFlags = 8; + + // aapt resource value: 9 + public const int OnSwipe_onTouchUp = 9; + + // aapt resource value: 10 + public const int OnSwipe_rotationCenterId = 10; + + // aapt resource value: 11 + public const int OnSwipe_springBoundary = 11; + + // aapt resource value: 12 + public const int OnSwipe_springDamping = 12; + + // aapt resource value: 13 + public const int OnSwipe_springMass = 13; + + // aapt resource value: 14 + public const int OnSwipe_springStiffness = 14; + + // aapt resource value: 15 + public const int OnSwipe_springStopThreshold = 15; + + // aapt resource value: 16 + public const int OnSwipe_touchAnchorId = 16; + + // aapt resource value: 17 + public const int OnSwipe_touchAnchorSide = 17; + + // aapt resource value: 18 + public const int OnSwipe_touchRegionId = 18; + + // aapt resource value: { 0x1010176,0x10102C9,0x7F0302CF } + public static int[] PopupWindow = new int[] { + 16843126, + 16843465, + 2130903759}; + + // aapt resource value: { 0x7F030360 } + public static int[] PopupWindowBackgroundState = new int[] { + 2130903904}; + + // 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: { 0x1010002,0x101000D,0x101000E,0x10100F2,0x10101E1,0x10101E6,0x10101E8,0x10101E9,0x10101EA,0x10101EB,0x10101EC,0x10101ED,0x10101EE,0x10102E3,0x101055C,0x1010561,0x7F03002E,0x7F030030,0x7F03012B,0x7F03012E,0x7F030159,0x7F03015B,0x7F0301AC,0x7F0301C6,0x7F0301CB,0x7F0301E3,0x7F0301FC,0x7F030205,0x7F0302CD,0x7F0302E8,0x7F03032D,0x7F030339,0x7F030346,0x7F030376,0x7F0303E2,0x7F030422 } + public static int[] Preference = new int[] { + 16842754, + 16842765, + 16842766, + 16842994, + 16843233, + 16843238, + 16843240, + 16843241, + 16843242, + 16843243, + 16843244, + 16843245, + 16843246, + 16843491, + 16844124, + 16844129, + 2130903086, + 2130903088, + 2130903339, + 2130903342, + 2130903385, + 2130903387, + 2130903468, + 2130903494, + 2130903499, + 2130903523, + 2130903548, + 2130903557, + 2130903757, + 2130903784, + 2130903853, + 2130903865, + 2130903878, + 2130903926, + 2130904034, + 2130904098}; + + // aapt resource value: { 0x10100F2,0x1010129,0x101012A,0x7F03002F } + public static int[] PreferenceFragment = new int[] { + 16842994, + 16843049, + 16843050, + 2130903087}; + + // aapt resource value: { 0x10100F2,0x1010129,0x101012A,0x7F03002F } + public static int[] PreferenceFragmentCompat = new int[] { + 16842994, + 16843049, + 16843050, + 2130903087}; + + // aapt resource value: 3 + public const int PreferenceFragmentCompat_allowDividerAfterLastItem = 3; + + // aapt resource value: 1 + public const int PreferenceFragmentCompat_android_divider = 1; + + // aapt resource value: 2 + public const int PreferenceFragmentCompat_android_dividerHeight = 2; + + // aapt resource value: 0 + public const int PreferenceFragmentCompat_android_layout = 0; + + // aapt resource value: 3 + public const int PreferenceFragment_allowDividerAfterLastItem = 3; + + // aapt resource value: 1 + public const int PreferenceFragment_android_divider = 1; + + // aapt resource value: 2 + public const int PreferenceFragment_android_dividerHeight = 2; + + // aapt resource value: 0 + public const int PreferenceFragment_android_layout = 0; + + // aapt resource value: { 0x10101E7,0x7F0301DF,0x7F0302CE } + public static int[] PreferenceGroup = new int[] { + 16843239, + 2130903519, + 2130903758}; + + // aapt resource value: 0 + public const int PreferenceGroup_android_orderingFromXml = 0; + + // aapt resource value: 1 + public const int PreferenceGroup_initialExpandedChildrenCount = 1; + + // aapt resource value: 2 + public const int PreferenceGroup_orderingFromXml = 2; + + // aapt resource value: { 0x101011F,0x1010120,0x7F030284,0x7F030288 } + public static int[] PreferenceImageView = new int[] { + 16843039, + 16843040, + 2130903684, + 2130903688}; + + // aapt resource value: 1 + public const int PreferenceImageView_android_maxHeight = 1; + + // aapt resource value: 0 + public const int PreferenceImageView_android_maxWidth = 0; + + // aapt resource value: 2 + public const int PreferenceImageView_maxHeight = 2; + + // aapt resource value: 3 + public const int PreferenceImageView_maxWidth = 3; + + // aapt resource value: { 0x7F030099,0x7F030135,0x7F030150,0x7F030154,0x7F0302F8,0x7F0302F9,0x7F0302FA,0x7F0302FB,0x7F0302FC,0x7F0302FD,0x7F0302FE,0x7F0302FF,0x7F030300,0x7F03032B,0x7F03037C,0x7F03037D } + public static int[] PreferenceTheme = new int[] { + 2130903193, + 2130903349, + 2130903376, + 2130903380, + 2130903800, + 2130903801, + 2130903802, + 2130903803, + 2130903804, + 2130903805, + 2130903806, + 2130903807, + 2130903808, + 2130903851, + 2130903932, + 2130903933}; + + // aapt resource value: 0 + public const int PreferenceTheme_checkBoxPreferenceStyle = 0; + + // aapt resource value: 1 + public const int PreferenceTheme_dialogPreferenceStyle = 1; + + // aapt resource value: 2 + public const int PreferenceTheme_dropdownPreferenceStyle = 2; + + // aapt resource value: 3 + public const int PreferenceTheme_editTextPreferenceStyle = 3; + + // aapt resource value: 4 + public const int PreferenceTheme_preferenceCategoryStyle = 4; + + // aapt resource value: 5 + public const int PreferenceTheme_preferenceCategoryTitleTextAppearance = 5; + + // aapt resource value: 6 + public const int PreferenceTheme_preferenceFragmentCompatStyle = 6; + + // aapt resource value: 7 + public const int PreferenceTheme_preferenceFragmentListStyle = 7; + + // aapt resource value: 8 + public const int PreferenceTheme_preferenceFragmentStyle = 8; + + // aapt resource value: 9 + public const int PreferenceTheme_preferenceInformationStyle = 9; + + // aapt resource value: 10 + public const int PreferenceTheme_preferenceScreenStyle = 10; + + // aapt resource value: 11 + public const int PreferenceTheme_preferenceStyle = 11; + + // aapt resource value: 12 + public const int PreferenceTheme_preferenceTheme = 12; + + // aapt resource value: 13 + public const int PreferenceTheme_seekBarPreferenceStyle = 13; + + // aapt resource value: 14 + public const int PreferenceTheme_switchPreferenceCompatStyle = 14; + + // aapt resource value: 15 + public const int PreferenceTheme_switchPreferenceStyle = 15; + + // aapt resource value: 16 + public const int Preference_allowDividerAbove = 16; + + // aapt resource value: 17 + public const int Preference_allowDividerBelow = 17; + + // aapt resource value: 11 + public const int Preference_android_defaultValue = 11; + + // aapt resource value: 10 + public const int Preference_android_dependency = 10; + + // aapt resource value: 2 + public const int Preference_android_enabled = 2; + + // aapt resource value: 13 + public const int Preference_android_fragment = 13; + + // aapt resource value: 0 + public const int Preference_android_icon = 0; + + // aapt resource value: 15 + public const int Preference_android_iconSpaceReserved = 15; + + // aapt resource value: 6 + public const int Preference_android_key = 6; + + // aapt resource value: 3 + public const int Preference_android_layout = 3; + + // aapt resource value: 8 + public const int Preference_android_order = 8; + + // aapt resource value: 1 + public const int Preference_android_persistent = 1; + + // aapt resource value: 5 + public const int Preference_android_selectable = 5; + + // aapt resource value: 12 + public const int Preference_android_shouldDisableView = 12; + + // aapt resource value: 14 + public const int Preference_android_singleLineTitle = 14; + + // aapt resource value: 7 + public const int Preference_android_summary = 7; + + // aapt resource value: 4 + public const int Preference_android_title = 4; + + // aapt resource value: 9 + public const int Preference_android_widgetLayout = 9; + + // aapt resource value: 18 + public const int Preference_defaultValue = 18; + + // aapt resource value: 19 + public const int Preference_dependency = 19; + + // aapt resource value: 20 + public const int Preference_enableCopying = 20; + + // aapt resource value: 21 + public const int Preference_enabled = 21; + + // aapt resource value: 22 + public const int Preference_fragment = 22; + + // aapt resource value: 23 + public const int Preference_icon = 23; + + // aapt resource value: 24 + public const int Preference_iconSpaceReserved = 24; + + // aapt resource value: 25 + public const int Preference_isPreferenceVisible = 25; + + // aapt resource value: 26 + public const int Preference_key = 26; + + // aapt resource value: 27 + public const int Preference_layout = 27; + + // aapt resource value: 28 + public const int Preference_order = 28; + + // aapt resource value: 29 + public const int Preference_persistent = 29; + + // aapt resource value: 30 + public const int Preference_selectable = 30; + + // aapt resource value: 31 + public const int Preference_shouldDisableView = 31; + + // aapt resource value: 32 + public const int Preference_singleLineTitle = 32; + + // aapt resource value: 33 + public const int Preference_summary = 33; + + // aapt resource value: 34 + public const int Preference_title = 34; + + // aapt resource value: 35 + public const int Preference_widgetLayout = 35; + + // aapt resource value: { 0x10100DC,0x101031F,0x7F030230,0x7F0302B1,0x7F030419 } + public static int[] PropertySet = new int[] { + 16842972, + 16843551, + 2130903600, + 2130903729, + 2130904089}; + + // aapt resource value: 1 + public const int PropertySet_android_alpha = 1; + + // aapt resource value: 0 + public const int PropertySet_android_visibility = 0; + + // aapt resource value: 2 + public const int PropertySet_layout_constraintTag = 2; + + // aapt resource value: 3 + public const int PropertySet_motionProgress = 3; + + // aapt resource value: 4 + public const int PropertySet_visibilityMode = 4; + + // aapt resource value: { 0x7F03027B } + public static int[] RadialViewGroup = new int[] { + 2130903675}; + + // aapt resource value: 0 + public const int RadialViewGroup_materialCircleRadius = 0; + + // aapt resource value: { 0x7F030291,0x7F030412 } + public static int[] RangeSlider = new int[] { + 2130903697, + 2130904082}; + + // aapt resource value: 0 + public const int RangeSlider_minSeparation = 0; + + // aapt resource value: 1 + public const int RangeSlider_values = 1; + + // aapt resource value: { 0x7F0302D1,0x7F0302D7 } + public static int[] RecycleListView = new int[] { + 2130903761, + 2130903767}; + + // 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,0x7F030184,0x7F030185,0x7F030186,0x7F030187,0x7F030188,0x7F030208,0x7F03031C,0x7F03034D,0x7F030358 } + public static int[] RecyclerView = new int[] { + 16842948, + 16842987, + 16842993, + 2130903428, + 2130903429, + 2130903430, + 2130903431, + 2130903432, + 2130903560, + 2130903836, + 2130903885, + 2130903896}; + + // 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: { 0x7F0301E0 } + public static int[] ScrimInsetsFrameLayout = new int[] { + 2130903520}; + + // aapt resource value: 0 + public const int ScrimInsetsFrameLayout_insetForeground = 0; + + // aapt resource value: { 0x7F030060 } + public static int[] ScrollingViewBehavior_Layout = new int[] { + 2130903136}; + + // aapt resource value: 0 + public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + + // aapt resource value: { 0x7F030326 } + public static int[] ScrollViewRendererTheme = new int[] { + 2130903846}; + + // aapt resource value: 0 + public const int ScrollViewRendererTheme_scrollViewStyle = 0; + + // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F0300C5,0x7F0300EA,0x7F030129,0x7F0301B0,0x7F0301CF,0x7F030205,0x7F03030B,0x7F03030C,0x7F030327,0x7F030328,0x7F03036C,0x7F030375,0x7F03041A } + public static int[] SearchView = new int[] { + 16842970, + 16843039, + 16843296, + 16843364, + 2130903237, + 2130903274, + 2130903337, + 2130903472, + 2130903503, + 2130903557, + 2130903819, + 2130903820, + 2130903847, + 2130903848, + 2130903916, + 2130903925, + 2130904090}; + + // 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: { 0x10100F2,0x1010136,0x7F030029,0x7F03028E,0x7F03032A,0x7F030340,0x7F03040D } + public static int[] SeekBarPreference = new int[] { + 16842994, + 16843062, + 2130903081, + 2130903694, + 2130903850, + 2130903872, + 2130904077}; + + // aapt resource value: 2 + public const int SeekBarPreference_adjustable = 2; + + // aapt resource value: 0 + public const int SeekBarPreference_android_layout = 0; + + // aapt resource value: 1 + public const int SeekBarPreference_android_max = 1; + + // aapt resource value: 3 + public const int SeekBarPreference_min = 3; + + // aapt resource value: 4 + public const int SeekBarPreference_seekBarIncrement = 4; + + // aapt resource value: 5 + public const int SeekBarPreference_showSeekBarValue = 5; + + // aapt resource value: 6 + public const int SeekBarPreference_updatesContinuously = 6; + + // aapt resource value: { 0x7F0300F9,0x7F0300FA,0x7F0300FB,0x7F0300FC,0x7F0300FD,0x7F0300FE,0x7F0300FF,0x7F030333,0x7F030336,0x7F030369,0x7F03036A } + public static int[] ShapeableImageView = new int[] { + 2130903289, + 2130903290, + 2130903291, + 2130903292, + 2130903293, + 2130903294, + 2130903295, + 2130903859, + 2130903862, + 2130903913, + 2130903914}; + + // aapt resource value: 0 + public const int ShapeableImageView_contentPadding = 0; + + // aapt resource value: 1 + public const int ShapeableImageView_contentPaddingBottom = 1; + + // aapt resource value: 2 + public const int ShapeableImageView_contentPaddingEnd = 2; + + // aapt resource value: 3 + public const int ShapeableImageView_contentPaddingLeft = 3; + + // aapt resource value: 4 + public const int ShapeableImageView_contentPaddingRight = 4; + + // aapt resource value: 5 + public const int ShapeableImageView_contentPaddingStart = 5; + + // aapt resource value: 6 + public const int ShapeableImageView_contentPaddingTop = 6; + + // aapt resource value: 7 + public const int ShapeableImageView_shapeAppearance = 7; + + // aapt resource value: 8 + public const int ShapeableImageView_shapeAppearanceOverlay = 8; + + // aapt resource value: 9 + public const int ShapeableImageView_strokeColor = 9; + + // aapt resource value: 10 + public const int ShapeableImageView_strokeWidth = 10; + + // aapt resource value: { 0x7F030104,0x7F030105,0x7F030106,0x7F030107,0x7F030108,0x7F03010A,0x7F03010B,0x7F03010C,0x7F03010D,0x7F03010E } + public static int[] ShapeAppearance = new int[] { + 2130903300, + 2130903301, + 2130903302, + 2130903303, + 2130903304, + 2130903306, + 2130903307, + 2130903308, + 2130903309, + 2130903310}; + + // 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,0x7F0301B2,0x7F0301B3,0x7F030200,0x7F030201,0x7F0303D1,0x7F0303D2,0x7F0303D3,0x7F0303D4,0x7F0303D5,0x7F0303D9,0x7F0303DA,0x7F0303DB,0x7F0303DF,0x7F0303FA,0x7F0303FB,0x7F0303FC,0x7F0303FE } + public static int[] Slider = new int[] { + 16842766, + 16842788, + 16843078, + 16843486, + 16843487, + 2130903474, + 2130903475, + 2130903552, + 2130903553, + 2130904017, + 2130904018, + 2130904019, + 2130904020, + 2130904021, + 2130904025, + 2130904026, + 2130904027, + 2130904031, + 2130904058, + 2130904059, + 2130904060, + 2130904062}; + + // 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_thumbStrokeColor = 12; + + // aapt resource value: 13 + public const int Slider_thumbStrokeWidth = 13; + + // aapt resource value: 14 + public const int Slider_tickColor = 14; + + // aapt resource value: 15 + public const int Slider_tickColorActive = 15; + + // aapt resource value: 16 + public const int Slider_tickColorInactive = 16; + + // aapt resource value: 17 + public const int Slider_tickVisible = 17; + + // aapt resource value: 18 + public const int Slider_trackColor = 18; + + // aapt resource value: 19 + public const int Slider_trackColorActive = 19; + + // aapt resource value: 20 + public const int Slider_trackColorInactive = 20; + + // aapt resource value: 21 + public const int Slider_trackHeight = 21; + + // aapt resource value: { 0x7F03034A,0x7F03034B,0x7F03034C } + public static int[] Snackbar = new int[] { + 2130903882, + 2130903883, + 2130903884}; + + // aapt resource value: { 0x101011F,0x7F030026,0x7F030037,0x7F03004D,0x7F030050,0x7F030051,0x7F030156,0x7F030281 } + public static int[] SnackbarLayout = new int[] { + 16843039, + 2130903078, + 2130903095, + 2130903117, + 2130903120, + 2130903121, + 2130903382, + 2130903681}; + + // 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,0x7F0302F5 } + public static int[] Spinner = new int[] { + 16842930, + 16843126, + 16843131, + 16843362, + 2130903797}; + + // 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: { 0x10100D0,0x7F0300F0 } + public static int[] State = new int[] { + 16842960, + 2130903280}; + + // 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: { 0x7F03012A } + public static int[] StateSet = new int[] { + 2130903338}; + + // aapt resource value: 0 + public const int StateSet_defaultState = 0; + + // aapt resource value: 0 + public const int State_android_id = 0; + + // aapt resource value: 1 + public const int State_constraints = 1; + + // aapt resource value: { 0x7F030379 } + public static int[] SwipeRefreshLayout = new int[] { + 2130903929}; + + // aapt resource value: 0 + public const int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = 0; + + // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F030341,0x7F030351,0x7F03037A,0x7F03037B,0x7F03037F,0x7F0303D6,0x7F0303D7,0x7F0303D8,0x7F0303F9,0x7F030400,0x7F030401 } + public static int[] SwitchCompat = new int[] { + 16843044, + 16843045, + 16843074, + 2130903873, + 2130903889, + 2130903930, + 2130903931, + 2130903935, + 2130904022, + 2130904023, + 2130904024, + 2130904057, + 2130904064, + 2130904065}; + + // 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: { 0x7F030410 } + public static int[] SwitchMaterial = new int[] { + 2130904080}; + + // aapt resource value: 0 + public const int SwitchMaterial_useMaterialThemeColors = 0; + + // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F030139,0x7F030377,0x7F030378,0x7F030380,0x7F030381 } + public static int[] SwitchPreference = new int[] { + 16843247, + 16843248, + 16843249, + 16843627, + 16843628, + 2130903353, + 2130903927, + 2130903928, + 2130903936, + 2130903937}; + + // aapt resource value: { 0x10101EF,0x10101F0,0x10101F1,0x101036B,0x101036C,0x7F030139,0x7F030377,0x7F030378,0x7F030380,0x7F030381 } + public static int[] SwitchPreferenceCompat = new int[] { + 16843247, + 16843248, + 16843249, + 16843627, + 16843628, + 2130903353, + 2130903927, + 2130903928, + 2130903936, + 2130903937}; + + // aapt resource value: 2 + public const int SwitchPreferenceCompat_android_disableDependentsState = 2; + + // aapt resource value: 1 + public const int SwitchPreferenceCompat_android_summaryOff = 1; + + // aapt resource value: 0 + public const int SwitchPreferenceCompat_android_summaryOn = 0; + + // aapt resource value: 4 + public const int SwitchPreferenceCompat_android_switchTextOff = 4; + + // aapt resource value: 3 + public const int SwitchPreferenceCompat_android_switchTextOn = 3; + + // aapt resource value: 5 + public const int SwitchPreferenceCompat_disableDependentsState = 5; + + // aapt resource value: 6 + public const int SwitchPreferenceCompat_summaryOff = 6; + + // aapt resource value: 7 + public const int SwitchPreferenceCompat_summaryOn = 7; + + // aapt resource value: 8 + public const int SwitchPreferenceCompat_switchTextOff = 8; + + // aapt resource value: 9 + public const int SwitchPreferenceCompat_switchTextOn = 9; + + // aapt resource value: 2 + public const int SwitchPreference_android_disableDependentsState = 2; + + // aapt resource value: 1 + public const int SwitchPreference_android_summaryOff = 1; + + // aapt resource value: 0 + public const int SwitchPreference_android_summaryOn = 0; + + // aapt resource value: 4 + public const int SwitchPreference_android_switchTextOff = 4; + + // aapt resource value: 3 + public const int SwitchPreference_android_switchTextOn = 3; + + // aapt resource value: 5 + public const int SwitchPreference_disableDependentsState = 5; + + // aapt resource value: 6 + public const int SwitchPreference_summaryOff = 6; + + // aapt resource value: 7 + public const int SwitchPreference_summaryOn = 7; + + // aapt resource value: 8 + public const int SwitchPreference_switchTextOff = 8; + + // aapt resource value: 9 + public const int SwitchPreference_switchTextOn = 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: { 0x7F030382,0x7F030383,0x7F030384,0x7F030385,0x7F030386,0x7F030387,0x7F030388,0x7F030389,0x7F03038A,0x7F03038B,0x7F03038C,0x7F03038D,0x7F03038E,0x7F03038F,0x7F030390,0x7F030391,0x7F030392,0x7F030393,0x7F030394,0x7F030395,0x7F030396,0x7F030397,0x7F030398,0x7F03039A,0x7F03039B,0x7F03039C } + public static int[] TabLayout = new int[] { + 2130903938, + 2130903939, + 2130903940, + 2130903941, + 2130903942, + 2130903943, + 2130903944, + 2130903945, + 2130903946, + 2130903947, + 2130903948, + 2130903949, + 2130903950, + 2130903951, + 2130903952, + 2130903953, + 2130903954, + 2130903955, + 2130903956, + 2130903957, + 2130903958, + 2130903959, + 2130903960, + 2130903962, + 2130903963, + 2130903964}; + + // 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_tabIndicatorAnimationMode = 7; + + // aapt resource value: 8 + public const int TabLayout_tabIndicatorColor = 8; + + // aapt resource value: 9 + public const int TabLayout_tabIndicatorFullWidth = 9; + + // aapt resource value: 10 + public const int TabLayout_tabIndicatorGravity = 10; + + // aapt resource value: 11 + public const int TabLayout_tabIndicatorHeight = 11; + + // aapt resource value: 12 + public const int TabLayout_tabInlineLabel = 12; + + // aapt resource value: 13 + public const int TabLayout_tabMaxWidth = 13; + + // aapt resource value: 14 + public const int TabLayout_tabMinWidth = 14; + + // aapt resource value: 15 + public const int TabLayout_tabMode = 15; + + // aapt resource value: 16 + public const int TabLayout_tabPadding = 16; + + // aapt resource value: 17 + public const int TabLayout_tabPaddingBottom = 17; + + // aapt resource value: 18 + public const int TabLayout_tabPaddingEnd = 18; + + // aapt resource value: 19 + public const int TabLayout_tabPaddingStart = 19; + + // aapt resource value: 20 + public const int TabLayout_tabPaddingTop = 20; + + // aapt resource value: 21 + public const int TabLayout_tabRippleColor = 21; + + // aapt resource value: 22 + public const int TabLayout_tabSelectedTextColor = 22; + + // aapt resource value: 23 + public const int TabLayout_tabTextAppearance = 23; + + // aapt resource value: 24 + public const int TabLayout_tabTextColor = 24; + + // aapt resource value: 25 + public const int TabLayout_tabUnboundedRipple = 25; + + // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F03019F,0x7F0301A8,0x7F0303A2,0x7F0303C4 } + public static int[] TextAppearance = new int[] { + 16842901, + 16842902, + 16842903, + 16842904, + 16842906, + 16842907, + 16843105, + 16843106, + 16843107, + 16843108, + 16843692, + 16844165, + 2130903455, + 2130903464, + 2130903970, + 2130904004}; + + // 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 SearchView_android_imeOptions = 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 SearchView_android_inputType = 2; + public const int TextAppearance_android_textStyle = 2; // aapt resource value: 1 - public const int SearchView_android_maxWidth = 1; + public const int TextAppearance_android_typeface = 1; - // aapt resource value: 8 - public const int SearchView_closeIcon = 8; + // aapt resource value: 12 + public const int TextAppearance_fontFamily = 12; // aapt resource value: 13 - public const int SearchView_commitIcon = 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: { 0x1010095,0x1010096,0x1010097,0x101014F,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x7F030065,0x7F030066,0x7F0303C1,0x7F0303C5,0x7F0303C6 } + public static int[] TextEffects = new int[] { + 16842901, + 16842902, + 16842903, + 16843087, + 16843105, + 16843106, + 16843107, + 16843108, + 16843692, + 2130903141, + 2130903142, + 2130904001, + 2130904005, + 2130904006}; + + // aapt resource value: 8 + public const int TextEffects_android_fontFamily = 8; + + // aapt resource value: 4 + public const int TextEffects_android_shadowColor = 4; + + // aapt resource value: 5 + public const int TextEffects_android_shadowDx = 5; + + // aapt resource value: 6 + public const int TextEffects_android_shadowDy = 6; // aapt resource value: 7 - public const int SearchView_defaultQueryHint = 7; + public const int TextEffects_android_shadowRadius = 7; + + // aapt resource value: 3 + public const int TextEffects_android_text = 3; + + // aapt resource value: 0 + public const int TextEffects_android_textSize = 0; + + // aapt resource value: 2 + public const int TextEffects_android_textStyle = 2; + + // aapt resource value: 1 + public const int TextEffects_android_typeface = 1; // aapt resource value: 9 - public const int SearchView_goIcon = 9; + public const int TextEffects_borderRound = 9; - // aapt resource value: 5 - public const int SearchView_iconifiedByDefault = 5; + // aapt resource value: 10 + public const int TextEffects_borderRoundPercent = 10; + + // aapt resource value: 11 + public const int TextEffects_textFillColor = 11; + + // aapt resource value: 12 + public const int TextEffects_textOutlineColor = 12; + + // aapt resource value: 13 + public const int TextEffects_textOutlineThickness = 13; + + // aapt resource value: { 0x7F0303C2 } + public static int[] TextInputEditText = new int[] { + 2130904002}; + + // aapt resource value: 0 + public const int TextInputEditText_textInputLayoutFocusedRectEnabled = 0; + + // aapt resource value: { 0x101000E,0x101009A,0x101011F,0x101013F,0x1010150,0x7F03006D,0x7F03006E,0x7F03006F,0x7F030070,0x7F030071,0x7F030072,0x7F030073,0x7F030074,0x7F030075,0x7F030076,0x7F030077,0x7F03010F,0x7F030110,0x7F030111,0x7F030112,0x7F030113,0x7F030114,0x7F03015C,0x7F03015D,0x7F03015E,0x7F03015F,0x7F030160,0x7F030161,0x7F030168,0x7F030169,0x7F03016A,0x7F03016B,0x7F03016C,0x7F03016D,0x7F03016E,0x7F030172,0x7F0301B6,0x7F0301B7,0x7F0301B8,0x7F0301B9,0x7F0301BE,0x7F0301BF,0x7F0301C0,0x7F0301C1,0x7F0302DC,0x7F0302DD,0x7F0302DE,0x7F0302DF,0x7F0302E0,0x7F0302EA,0x7F0302EB,0x7F0302EC,0x7F030301,0x7F030302,0x7F030303,0x7F030333,0x7F030336,0x7F03035B,0x7F03035C,0x7F03035D,0x7F03035E,0x7F03035F,0x7F030372,0x7F030373,0x7F030374 } + public static int[] TextInputLayout = new int[] { + 16842766, + 16842906, + 16843039, + 16843071, + 16843088, + 2130903149, + 2130903150, + 2130903151, + 2130903152, + 2130903153, + 2130903154, + 2130903155, + 2130903156, + 2130903157, + 2130903158, + 2130903159, + 2130903311, + 2130903312, + 2130903313, + 2130903314, + 2130903315, + 2130903316, + 2130903388, + 2130903389, + 2130903390, + 2130903391, + 2130903392, + 2130903393, + 2130903400, + 2130903401, + 2130903402, + 2130903403, + 2130903404, + 2130903405, + 2130903406, + 2130903410, + 2130903478, + 2130903479, + 2130903480, + 2130903481, + 2130903486, + 2130903487, + 2130903488, + 2130903489, + 2130903772, + 2130903773, + 2130903774, + 2130903775, + 2130903776, + 2130903786, + 2130903787, + 2130903788, + 2130903809, + 2130903810, + 2130903811, + 2130903859, + 2130903862, + 2130903899, + 2130903900, + 2130903901, + 2130903902, + 2130903903, + 2130903922, + 2130903923, + 2130903924}; + + // aapt resource value: 0 + public const int TextInputLayout_android_enabled = 0; // aapt resource value: 4 - public const int SearchView_layout = 4; + public const int TextInputLayout_android_hint = 4; - // aapt resource value: 15 - public const int SearchView_queryBackground = 15; + // aapt resource value: 2 + public const int TextInputLayout_android_maxWidth = 2; + + // aapt resource value: 3 + public const int TextInputLayout_android_minWidth = 3; + + // aapt resource value: 1 + public const int TextInputLayout_android_textColorHint = 1; + + // aapt resource value: 5 + public const int TextInputLayout_boxBackgroundColor = 5; // aapt resource value: 6 - public const int SearchView_queryHint = 6; + public const int TextInputLayout_boxBackgroundMode = 6; - // aapt resource value: 11 - public const int SearchView_searchHintIcon = 11; + // aapt resource value: 7 + public const int TextInputLayout_boxCollapsedPaddingTop = 7; + + // aapt resource value: 8 + public const int TextInputLayout_boxCornerRadiusBottomEnd = 8; + + // aapt resource value: 9 + public const int TextInputLayout_boxCornerRadiusBottomStart = 9; // aapt resource value: 10 - public const int SearchView_searchIcon = 10; + public const int TextInputLayout_boxCornerRadiusTopEnd = 10; - // aapt resource value: 16 - public const int SearchView_submitBackground = 16; + // aapt resource value: 11 + public const int TextInputLayout_boxCornerRadiusTopStart = 11; + + // aapt resource value: 12 + public const int TextInputLayout_boxStrokeColor = 12; + + // aapt resource value: 13 + public const int TextInputLayout_boxStrokeErrorColor = 13; // aapt resource value: 14 - public const int SearchView_suggestionRowLayout = 14; + public const int TextInputLayout_boxStrokeWidth = 14; - // aapt resource value: 12 - public const int SearchView_voiceIcon = 12; + // aapt resource value: 15 + public const int TextInputLayout_boxStrokeWidthFocused = 15; - public static int[] SnackbarLayout = new int[] { - 16843039, - 2130772024, - 2130772278}; + // aapt resource value: 16 + public const int TextInputLayout_counterEnabled = 16; + + // aapt resource value: 17 + public const int TextInputLayout_counterMaxLength = 17; + + // aapt resource value: 18 + public const int TextInputLayout_counterOverflowTextAppearance = 18; + + // aapt resource value: 19 + public const int TextInputLayout_counterOverflowTextColor = 19; + + // aapt resource value: 20 + public const int TextInputLayout_counterTextAppearance = 20; + + // aapt resource value: 21 + public const int TextInputLayout_counterTextColor = 21; + + // aapt resource value: 22 + public const int TextInputLayout_endIconCheckable = 22; + + // aapt resource value: 23 + public const int TextInputLayout_endIconContentDescription = 23; + + // aapt resource value: 24 + public const int TextInputLayout_endIconDrawable = 24; + + // aapt resource value: 25 + public const int TextInputLayout_endIconMode = 25; + + // aapt resource value: 26 + public const int TextInputLayout_endIconTint = 26; + + // aapt resource value: 27 + public const int TextInputLayout_endIconTintMode = 27; + + // aapt resource value: 28 + public const int TextInputLayout_errorContentDescription = 28; + + // aapt resource value: 29 + public const int TextInputLayout_errorEnabled = 29; + + // aapt resource value: 30 + public const int TextInputLayout_errorIconDrawable = 30; + + // aapt resource value: 31 + public const int TextInputLayout_errorIconTint = 31; + + // aapt resource value: 32 + public const int TextInputLayout_errorIconTintMode = 32; + + // aapt resource value: 33 + public const int TextInputLayout_errorTextAppearance = 33; + + // aapt resource value: 34 + public const int TextInputLayout_errorTextColor = 34; + + // aapt resource value: 35 + public const int TextInputLayout_expandedHintEnabled = 35; + + // aapt resource value: 36 + public const int TextInputLayout_helperText = 36; + + // aapt resource value: 37 + public const int TextInputLayout_helperTextEnabled = 37; + + // aapt resource value: 38 + public const int TextInputLayout_helperTextTextAppearance = 38; + + // aapt resource value: 39 + public const int TextInputLayout_helperTextTextColor = 39; + + // aapt resource value: 40 + public const int TextInputLayout_hintAnimationEnabled = 40; + + // aapt resource value: 41 + public const int TextInputLayout_hintEnabled = 41; + + // aapt resource value: 42 + public const int TextInputLayout_hintTextAppearance = 42; + + // aapt resource value: 43 + public const int TextInputLayout_hintTextColor = 43; + + // aapt resource value: 44 + public const int TextInputLayout_passwordToggleContentDescription = 44; + + // aapt resource value: 45 + public const int TextInputLayout_passwordToggleDrawable = 45; + + // aapt resource value: 46 + public const int TextInputLayout_passwordToggleEnabled = 46; + + // aapt resource value: 47 + public const int TextInputLayout_passwordToggleTint = 47; + + // aapt resource value: 48 + public const int TextInputLayout_passwordToggleTintMode = 48; + + // aapt resource value: 49 + public const int TextInputLayout_placeholderText = 49; + + // aapt resource value: 50 + public const int TextInputLayout_placeholderTextAppearance = 50; + + // aapt resource value: 51 + public const int TextInputLayout_placeholderTextColor = 51; + + // aapt resource value: 52 + public const int TextInputLayout_prefixText = 52; + + // aapt resource value: 53 + public const int TextInputLayout_prefixTextAppearance = 53; + + // aapt resource value: 54 + public const int TextInputLayout_prefixTextColor = 54; + + // aapt resource value: 55 + public const int TextInputLayout_shapeAppearance = 55; + + // aapt resource value: 56 + public const int TextInputLayout_shapeAppearanceOverlay = 56; + + // aapt resource value: 57 + public const int TextInputLayout_startIconCheckable = 57; + + // aapt resource value: 58 + public const int TextInputLayout_startIconContentDescription = 58; + + // aapt resource value: 59 + public const int TextInputLayout_startIconDrawable = 59; + + // aapt resource value: 60 + public const int TextInputLayout_startIconTint = 60; + + // aapt resource value: 61 + public const int TextInputLayout_startIconTintMode = 61; + + // aapt resource value: 62 + public const int TextInputLayout_suffixText = 62; + + // aapt resource value: 63 + public const int TextInputLayout_suffixTextAppearance = 63; + + // aapt resource value: 64 + public const int TextInputLayout_suffixTextColor = 64; + + // aapt resource value: { 0x1010034,0x7F030162,0x7F030163 } + public static int[] ThemeEnforcement = new int[] { + 16842804, + 2130903394, + 2130903395}; // aapt resource value: 0 - public const int SnackbarLayout_android_maxWidth = 0; + public const int ThemeEnforcement_android_textAppearance = 0; // aapt resource value: 1 - public const int SnackbarLayout_elevation = 1; + public const int ThemeEnforcement_enforceMaterialTheme = 1; // aapt resource value: 2 - public const int SnackbarLayout_maxActionInlineWidth = 2; - - public static int[] Spinner = new int[] { - 16842930, - 16843126, - 16843131, - 16843362, - 2130772025}; + public const int ThemeEnforcement_enforceTextAppearance = 2; - // aapt resource value: 3 - public const int Spinner_android_dropDownWidth = 3; + // aapt resource value: { 0x10100AF,0x1010140,0x7F03007F,0x7F0300CD,0x7F0300CE,0x7F0300F3,0x7F0300F4,0x7F0300F5,0x7F0300F6,0x7F0300F7,0x7F0300F8,0x7F030262,0x7F030263,0x7F030282,0x7F03028A,0x7F0302B9,0x7F0302BA,0x7F0302F5,0x7F03036D,0x7F03036F,0x7F030370,0x7F0303E2,0x7F0303E6,0x7F0303E7,0x7F0303E8,0x7F0303E9,0x7F0303EA,0x7F0303EB,0x7F0303EC,0x7F0303ED } + public static int[] Toolbar = new int[] { + 16842927, + 16843072, + 2130903167, + 2130903245, + 2130903246, + 2130903283, + 2130903284, + 2130903285, + 2130903286, + 2130903287, + 2130903288, + 2130903650, + 2130903651, + 2130903682, + 2130903690, + 2130903737, + 2130903738, + 2130903797, + 2130903917, + 2130903919, + 2130903920, + 2130904034, + 2130904038, + 2130904039, + 2130904040, + 2130904041, + 2130904042, + 2130904043, + 2130904044, + 2130904045}; // aapt resource value: 0 - public const int Spinner_android_entries = 0; + public const int Toolbar_android_gravity = 0; // aapt resource value: 1 - public const int Spinner_android_popupBackground = 1; + public const int Toolbar_android_minHeight = 1; // aapt resource value: 2 - public const int Spinner_android_prompt = 2; + public const int Toolbar_buttonGravity = 2; - // aapt resource value: 4 - public const int Spinner_popupTheme = 4; + // aapt resource value: 3 + public const int Toolbar_collapseContentDescription = 3; - public static int[] SwitchCompat = new int[] { - 16843044, - 16843045, - 16843074, - 2130772194, - 2130772195, - 2130772196, - 2130772197, - 2130772198, - 2130772199, - 2130772200, - 2130772201, - 2130772202, - 2130772203, - 2130772204}; + // aapt resource value: 4 + public const int Toolbar_collapseIcon = 4; - // aapt resource value: 1 - public const int SwitchCompat_android_textOff = 1; + // aapt resource value: 5 + public const int Toolbar_contentInsetEnd = 5; - // aapt resource value: 0 - public const int SwitchCompat_android_textOn = 0; + // aapt resource value: 6 + public const int Toolbar_contentInsetEndWithActions = 6; - // aapt resource value: 2 - public const int SwitchCompat_android_thumb = 2; + // aapt resource value: 7 + public const int Toolbar_contentInsetLeft = 7; - // aapt resource value: 13 - public const int SwitchCompat_showText = 13; + // aapt resource value: 8 + public const int Toolbar_contentInsetRight = 8; - // aapt resource value: 12 - public const int SwitchCompat_splitTrack = 12; + // aapt resource value: 9 + public const int Toolbar_contentInsetStart = 9; // aapt resource value: 10 - public const int SwitchCompat_switchMinWidth = 10; + public const int Toolbar_contentInsetStartWithNavigation = 10; // aapt resource value: 11 - public const int SwitchCompat_switchPadding = 11; + public const int Toolbar_logo = 11; - // aapt resource value: 9 - public const int SwitchCompat_switchTextAppearance = 9; + // aapt resource value: 12 + public const int Toolbar_logoDescription = 12; - // aapt resource value: 8 - public const int SwitchCompat_thumbTextPadding = 8; + // aapt resource value: 13 + public const int Toolbar_maxButtonHeight = 13; - // aapt resource value: 3 - public const int SwitchCompat_thumbTint = 3; + // aapt resource value: 14 + public const int Toolbar_menu = 14; - // aapt resource value: 4 - public const int SwitchCompat_thumbTintMode = 4; + // aapt resource value: 15 + public const int Toolbar_navigationContentDescription = 15; - // aapt resource value: 5 - public const int SwitchCompat_track = 5; + // aapt resource value: 16 + public const int Toolbar_navigationIcon = 16; - // aapt resource value: 6 - public const int SwitchCompat_trackTint = 6; + // aapt resource value: 17 + public const int Toolbar_popupTheme = 17; - // aapt resource value: 7 - public const int SwitchCompat_trackTintMode = 7; + // aapt resource value: 18 + public const int Toolbar_subtitle = 18; - public static int[] TabItem = new int[] { - 16842754, - 16842994, - 16843087}; + // aapt resource value: 19 + public const int Toolbar_subtitleTextAppearance = 19; - // aapt resource value: 0 - public const int TabItem_android_icon = 0; + // aapt resource value: 20 + public const int Toolbar_subtitleTextColor = 20; - // aapt resource value: 1 - public const int TabItem_android_layout = 1; + // aapt resource value: 21 + public const int Toolbar_title = 21; - // aapt resource value: 2 - public const int TabItem_android_text = 2; + // aapt resource value: 22 + public const int Toolbar_titleMargin = 22; - public static int[] TabLayout = new int[] { - 2130772279, - 2130772280, - 2130772281, - 2130772282, - 2130772283, - 2130772284, - 2130772285, - 2130772286, - 2130772287, - 2130772288, - 2130772289, - 2130772290, - 2130772291, - 2130772292, - 2130772293, - 2130772294}; + // aapt resource value: 23 + public const int Toolbar_titleMarginBottom = 23; - // aapt resource value: 3 - public const int TabLayout_tabBackground = 3; + // aapt resource value: 24 + public const int Toolbar_titleMarginEnd = 24; - // aapt resource value: 2 - public const int TabLayout_tabContentStart = 2; + // aapt resource value: 27 + public const int Toolbar_titleMargins = 27; - // aapt resource value: 5 - public const int TabLayout_tabGravity = 5; + // aapt resource value: 25 + public const int Toolbar_titleMarginStart = 25; - // aapt resource value: 0 - public const int TabLayout_tabIndicatorColor = 0; + // aapt resource value: 26 + public const int Toolbar_titleMarginTop = 26; - // aapt resource value: 1 - public const int TabLayout_tabIndicatorHeight = 1; + // aapt resource value: 28 + public const int Toolbar_titleTextAppearance = 28; - // aapt resource value: 7 - public const int TabLayout_tabMaxWidth = 7; + // aapt resource value: 29 + public const int Toolbar_titleTextColor = 29; - // aapt resource value: 6 - public const int TabLayout_tabMinWidth = 6; + // aapt resource value: { 0x1010034,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F030050 } + public static int[] Tooltip = new int[] { + 16842804, + 16842965, + 16842998, + 16843071, + 16843072, + 16843087, + 2130903120}; + + // aapt resource value: 2 + public const int Tooltip_android_layout_margin = 2; // aapt resource value: 4 - public const int TabLayout_tabMode = 4; + public const int Tooltip_android_minHeight = 4; - // aapt resource value: 15 - public const int TabLayout_tabPadding = 15; + // aapt resource value: 3 + public const int Tooltip_android_minWidth = 3; - // aapt resource value: 14 - public const int TabLayout_tabPaddingBottom = 14; + // aapt resource value: 1 + public const int Tooltip_android_padding = 1; - // aapt resource value: 13 - public const int TabLayout_tabPaddingEnd = 13; + // aapt resource value: 5 + public const int Tooltip_android_text = 5; - // aapt resource value: 11 - public const int TabLayout_tabPaddingStart = 11; + // aapt resource value: 0 + public const int Tooltip_android_textAppearance = 0; - // aapt resource value: 12 - public const int TabLayout_tabPaddingTop = 12; + // aapt resource value: 6 + public const int Tooltip_backgroundTint = 6; + + // aapt resource value: { 0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030402 } + public static int[] Transform = new int[] { + 16843552, + 16843553, + 16843554, + 16843555, + 16843556, + 16843557, + 16843558, + 16843559, + 16843560, + 16843770, + 16843840, + 2130904066}; // aapt resource value: 10 - public const int TabLayout_tabSelectedTextColor = 10; - - // aapt resource value: 8 - public const int TabLayout_tabTextAppearance = 8; - - // aapt resource value: 9 - public const int TabLayout_tabTextColor = 9; - - public static int[] TextAppearance = new int[] { - 16842901, - 16842902, - 16842903, - 16842904, - 16842906, - 16843105, - 16843106, - 16843107, - 16843108, - 2130772041}; - - // aapt resource value: 5 - public const int TextAppearance_android_shadowColor = 5; + public const int Transform_android_elevation = 10; // aapt resource value: 6 - public const int TextAppearance_android_shadowDx = 6; + public const int Transform_android_rotation = 6; // aapt resource value: 7 - public const int TextAppearance_android_shadowDy = 7; + public const int Transform_android_rotationX = 7; // aapt resource value: 8 - public const int TextAppearance_android_shadowRadius = 8; - - // aapt resource value: 3 - public const int TextAppearance_android_textColor = 3; + public const int Transform_android_rotationY = 8; // aapt resource value: 4 - public const int TextAppearance_android_textColorHint = 4; + public const int Transform_android_scaleX = 4; + + // aapt resource value: 5 + public const int Transform_android_scaleY = 5; // aapt resource value: 0 - public const int TextAppearance_android_textSize = 0; + public const int Transform_android_transformPivotX = 0; + + // aapt resource value: 1 + public const int Transform_android_transformPivotY = 1; // aapt resource value: 2 - public const int TextAppearance_android_textStyle = 2; + public const int Transform_android_translationX = 2; - // aapt resource value: 1 - public const int TextAppearance_android_typeface = 1; + // aapt resource value: 3 + public const int Transform_android_translationY = 3; // aapt resource value: 9 - public const int TextAppearance_textAllCaps = 9; + public const int Transform_android_translationZ = 9; - public static int[] TextInputLayout = new int[] { - 16842906, - 16843088, - 2130772295, - 2130772296, - 2130772297, - 2130772298, - 2130772299, - 2130772300, - 2130772301, - 2130772302, - 2130772303, - 2130772304, - 2130772305, - 2130772306, - 2130772307, - 2130772308}; + // aapt resource value: 11 + public const int Transform_transformPivotTarget = 11; - // aapt resource value: 1 - public const int TextInputLayout_android_hint = 1; + // aapt resource value: { 0x10100D0,0x7F030046,0x7F0300EC,0x7F0300ED,0x7F030151,0x7F030207,0x7F0302AE,0x7F0302E1,0x7F030359,0x7F030403,0x7F030405 } + public static int[] Transition = new int[] { + 16842960, + 2130903110, + 2130903276, + 2130903277, + 2130903377, + 2130903559, + 2130903726, + 2130903777, + 2130903897, + 2130904067, + 2130904069}; // aapt resource value: 0 - public const int TextInputLayout_android_textColorHint = 0; - - // aapt resource value: 6 - public const int TextInputLayout_counterEnabled = 6; + public const int Transition_android_id = 0; - // aapt resource value: 7 - public const int TextInputLayout_counterMaxLength = 7; + // aapt resource value: 1 + public const int Transition_autoTransition = 1; - // aapt resource value: 9 - public const int TextInputLayout_counterOverflowTextAppearance = 9; + // aapt resource value: 2 + public const int Transition_constraintSetEnd = 2; - // aapt resource value: 8 - public const int TextInputLayout_counterTextAppearance = 8; + // aapt resource value: 3 + public const int Transition_constraintSetStart = 3; // aapt resource value: 4 - public const int TextInputLayout_errorEnabled = 4; + public const int Transition_duration = 4; // aapt resource value: 5 - public const int TextInputLayout_errorTextAppearance = 5; - - // aapt resource value: 10 - public const int TextInputLayout_hintAnimationEnabled = 10; - - // aapt resource value: 3 - public const int TextInputLayout_hintEnabled = 3; - - // aapt resource value: 2 - public const int TextInputLayout_hintTextAppearance = 2; + public const int Transition_layoutDuringTransition = 5; - // aapt resource value: 13 - public const int TextInputLayout_passwordToggleContentDescription = 13; + // aapt resource value: 6 + public const int Transition_motionInterpolator = 6; - // aapt resource value: 12 - public const int TextInputLayout_passwordToggleDrawable = 12; + // aapt resource value: 7 + public const int Transition_pathMotionArc = 7; - // aapt resource value: 11 - public const int TextInputLayout_passwordToggleEnabled = 11; + // aapt resource value: 8 + public const int Transition_staggered = 8; - // aapt resource value: 14 - public const int TextInputLayout_passwordToggleTint = 14; + // aapt resource value: 9 + public const int Transition_transitionDisable = 9; - // aapt resource value: 15 - public const int TextInputLayout_passwordToggleTintMode = 15; + // aapt resource value: 10 + public const int Transition_transitionFlags = 10; - public static int[] Toolbar = new int[] { - 16842927, - 16843072, - 2130771999, - 2130772002, - 2130772006, - 2130772018, - 2130772019, - 2130772020, - 2130772021, - 2130772022, - 2130772023, - 2130772025, - 2130772205, - 2130772206, - 2130772207, - 2130772208, - 2130772209, - 2130772210, - 2130772211, - 2130772212, - 2130772213, - 2130772214, - 2130772215, - 2130772216, - 2130772217, - 2130772218, - 2130772219, - 2130772220, - 2130772221}; + // aapt resource value: { 0x7F0300F0,0x7F030318,0x7F030319,0x7F03031A,0x7F03031B } + public static int[] Variant = new int[] { + 2130903280, + 2130903832, + 2130903833, + 2130903834, + 2130903835}; // aapt resource value: 0 - public const int Toolbar_android_gravity = 0; + public const int Variant_constraints = 0; // aapt resource value: 1 - public const int Toolbar_android_minHeight = 1; + public const int Variant_region_heightLessThan = 1; - // aapt resource value: 21 - public const int Toolbar_buttonGravity = 21; + // aapt resource value: 2 + public const int Variant_region_heightMoreThan = 2; - // aapt resource value: 23 - public const int Toolbar_collapseContentDescription = 23; + // aapt resource value: 3 + public const int Variant_region_widthLessThan = 3; - // aapt resource value: 22 - public const int Toolbar_collapseIcon = 22; + // aapt resource value: 4 + public const int Variant_region_widthMoreThan = 4; - // aapt resource value: 6 - public const int Toolbar_contentInsetEnd = 6; + // aapt resource value: { 0x1010000,0x10100DA,0x7F0302D3,0x7F0302D6,0x7F0303CE } + public static int[] View = new int[] { + 16842752, + 16842970, + 2130903763, + 2130903766, + 2130904014}; - // aapt resource value: 10 - public const int Toolbar_contentInsetEndWithActions = 10; + // aapt resource value: { 0x10100D4,0x7F030050,0x7F030051 } + public static int[] ViewBackgroundHelper = new int[] { + 16842964, + 2130903120, + 2130903121}; - // aapt resource value: 7 - public const int Toolbar_contentInsetLeft = 7; + // aapt resource value: 0 + public const int ViewBackgroundHelper_android_background = 0; - // aapt resource value: 8 - public const int Toolbar_contentInsetRight = 8; + // aapt resource value: 1 + public const int ViewBackgroundHelper_backgroundTint = 1; - // aapt resource value: 5 - public const int Toolbar_contentInsetStart = 5; + // aapt resource value: 2 + public const int ViewBackgroundHelper_backgroundTintMode = 2; - // aapt resource value: 9 - public const int Toolbar_contentInsetStartWithNavigation = 9; + // aapt resource value: { 0x10100C4 } + public static int[] ViewPager2 = new int[] { + 16842948}; - // aapt resource value: 4 - public const int Toolbar_logo = 4; + // aapt resource value: 0 + public const int ViewPager2_android_orientation = 0; - // aapt resource value: 26 - public const int Toolbar_logoDescription = 26; + // aapt resource value: { 0x10100D0,0x10100F2,0x10100F3 } + public static int[] ViewStubCompat = new int[] { + 16842960, + 16842994, + 16842995}; - // aapt resource value: 20 - public const int Toolbar_maxButtonHeight = 20; + // aapt resource value: 0 + public const int ViewStubCompat_android_id = 0; - // aapt resource value: 25 - public const int Toolbar_navigationContentDescription = 25; + // aapt resource value: 2 + public const int ViewStubCompat_android_inflatedId = 2; - // aapt resource value: 24 - public const int Toolbar_navigationIcon = 24; + // aapt resource value: 1 + public const int ViewStubCompat_android_layout = 1; - // aapt resource value: 11 - public const int Toolbar_popupTheme = 11; + // aapt resource value: { 0x10100D0,0x7F030001,0x7F030002,0x7F0300BF,0x7F030151,0x7F0301D0,0x7F0301D1,0x7F0302AE,0x7F0302B3,0x7F0302CB,0x7F0302E1,0x7F030332,0x7F030403,0x7F03040C,0x7F030415 } + public static int[] ViewTransition = new int[] { + 16842960, + 2130903041, + 2130903042, + 2130903231, + 2130903377, + 2130903504, + 2130903505, + 2130903726, + 2130903731, + 2130903755, + 2130903777, + 2130903858, + 2130904067, + 2130904076, + 2130904085}; + + // aapt resource value: 0 + public const int ViewTransition_android_id = 0; // aapt resource value: 3 - public const int Toolbar_subtitle = 3; + public const int ViewTransition_clearsTag = 3; - // aapt resource value: 13 - public const int Toolbar_subtitleTextAppearance = 13; + // aapt resource value: 4 + public const int ViewTransition_duration = 4; - // aapt resource value: 28 - public const int Toolbar_subtitleTextColor = 28; + // aapt resource value: 5 + public const int ViewTransition_ifTagNotSet = 5; - // aapt resource value: 2 - public const int Toolbar_title = 2; + // aapt resource value: 6 + public const int ViewTransition_ifTagSet = 6; - // aapt resource value: 14 - public const int Toolbar_titleMargin = 14; + // aapt resource value: 7 + public const int ViewTransition_motionInterpolator = 7; - // aapt resource value: 18 - public const int Toolbar_titleMarginBottom = 18; + // aapt resource value: 8 + public const int ViewTransition_motionTarget = 8; - // aapt resource value: 16 - public const int Toolbar_titleMarginEnd = 16; + // aapt resource value: 9 + public const int ViewTransition_onStateTransition = 9; - // aapt resource value: 15 - public const int Toolbar_titleMarginStart = 15; + // aapt resource value: 10 + public const int ViewTransition_pathMotionArc = 10; - // aapt resource value: 17 - public const int Toolbar_titleMarginTop = 17; + // aapt resource value: 11 + public const int ViewTransition_setsTag = 11; - // aapt resource value: 19 - public const int Toolbar_titleMargins = 19; + // aapt resource value: 1 + public const int ViewTransition_SharedValue = 1; + + // aapt resource value: 2 + public const int ViewTransition_SharedValueId = 2; // aapt resource value: 12 - public const int Toolbar_titleTextAppearance = 12; + public const int ViewTransition_transitionDisable = 12; - // aapt resource value: 27 - public const int Toolbar_titleTextColor = 27; + // aapt resource value: 13 + public const int ViewTransition_upDuration = 13; - public static int[] View = new int[] { - 16842752, - 16842970, - 2130772222, - 2130772223, - 2130772224}; + // aapt resource value: 14 + public const int ViewTransition_viewTransitionMode = 14; // aapt resource value: 1 public const int View_android_focusable = 1; @@ -6934,49 +29599,55 @@ public partial class Styleable // aapt resource value: 0 public const int View_android_theme = 0; - // aapt resource value: 3 - public const int View_paddingEnd = 3; - // aapt resource value: 2 - public const int View_paddingStart = 2; + 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; - public static int[] ViewBackgroundHelper = new int[] { - 16842964, - 2130772225, - 2130772226}; + static Styleable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } - // aapt resource value: 0 - public const int ViewBackgroundHelper_android_background = 0; + private Styleable() + { + } + } + + public partial class Xml + { - // aapt resource value: 1 - public const int ViewBackgroundHelper_backgroundTint = 1; + // aapt resource value: 0x7F110000 + public const int image_share_filepaths = 2131820544; - // aapt resource value: 2 - public const int ViewBackgroundHelper_backgroundTintMode = 2; + // aapt resource value: 0x7F110001 + public const int standalone_badge = 2131820545; - public static int[] ViewStubCompat = new int[] { - 16842960, - 16842994, - 16842995}; + // aapt resource value: 0x7F110002 + public const int standalone_badge_gravity_bottom_end = 2131820546; - // aapt resource value: 0 - public const int ViewStubCompat_android_id = 0; + // aapt resource value: 0x7F110003 + public const int standalone_badge_gravity_bottom_start = 2131820547; - // aapt resource value: 2 - public const int ViewStubCompat_android_inflatedId = 2; + // aapt resource value: 0x7F110004 + public const int standalone_badge_gravity_top_start = 2131820548; - // aapt resource value: 1 - public const int ViewStubCompat_android_layout = 1; + // aapt resource value: 0x7F110005 + public const int standalone_badge_offset = 2131820549; - static Styleable() + // aapt resource value: 0x7F110006 + public const int xamarin_essentials_fileprovider_file_paths = 2131820550; + + static Xml() { global::Android.Runtime.ResourceIdManager.UpdateIdValues(); } - private Styleable() + private Xml() { } } diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/O2NextGen.SmallTalk.UWP.csproj b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/O2NextGen.SmallTalk.UWP.csproj index d85e95e5..260ac632 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/O2NextGen.SmallTalk.UWP.csproj +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/O2NextGen.SmallTalk.UWP.csproj @@ -145,17 +145,17 @@ - + - - {67BA1B80-01B3-4983-8722-BA8B62695A17} - O2NextGen.SmallTalk + + {4F14E841-3A6D-4797-BC64-70EF972C3A9D} + O2NextGen.SmallTalk.Core 14.0 - + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/O2NextGen.SmallTalk.iOS.csproj b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/O2NextGen.SmallTalk.iOS.csproj index cf99b115..dd31c15f 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/O2NextGen.SmallTalk.iOS.csproj +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/O2NextGen.SmallTalk.iOS.csproj @@ -128,9 +128,9 @@ - - {67BA1B80-01B3-4983-8722-BA8B62695A17} - O2NextGen.SmallTalk + + {4F14E841-3A6D-4797-BC64-70EF972C3A9D} + O2NextGen.SmallTalk.Core \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.csproj b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Core.csproj similarity index 100% rename from src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.csproj rename to src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Core.csproj diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs new file mode 100644 index 00000000..3e2c25d5 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs @@ -0,0 +1,22 @@ +using System; + +namespace O2NextGen.SmallTalk.Core.Services.Chat +{ + public class ChatService : IChatService + { + public void GetByIdMessage(long sessionId, long id) + { + throw new NotImplementedException(); + } + + public void GetMessages(long sessionId) + { + throw new NotImplementedException(); + } + + public void Sessions(long sessionId) + { + throw new NotImplementedException(); + } + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs new file mode 100644 index 00000000..d7e46fdb --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs @@ -0,0 +1,24 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace O2NextGen.SmallTalk.Core.Services.Chat +{ + public class ChatServiceMock : IChatService + { + public void GetByIdMessage(long sessionId, long id) + { + throw new NotImplementedException(); + } + + public void GetMessages(long sessionId) + { + throw new NotImplementedException(); + } + + public void Sessions(long sessionId) + { + throw new NotImplementedException(); + } + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs new file mode 100644 index 00000000..846f7a27 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs @@ -0,0 +1,10 @@ +namespace O2NextGen.SmallTalk.Core.Services.Chat +{ + interface IChatService + { + void GetByIdMessage(long sessionId, long id); + void GetMessages(long sessionId); + void Sessions(long sessionId); + + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/DependencyService.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/DependencyService.cs new file mode 100644 index 00000000..95ba682a --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/DependencyService.cs @@ -0,0 +1,10 @@ +namespace O2NextGen.SmallTalk.Core.Services.Dependency +{ + public class DependencyService : IDependencyService + { + public T Get() where T : class + { + return Xamarin.Forms.DependencyService.Get(); + } + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/IDependencyService.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/IDependencyService.cs new file mode 100644 index 00000000..7f05c26a --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/IDependencyService.cs @@ -0,0 +1,7 @@ +namespace O2NextGen.SmallTalk.Core.Services.Dependency +{ + public interface IDependencyService + { + T Get() where T : class; + } +} diff --git a/src/MobileApps/Small-Talk/Small-Talk.sln b/src/MobileApps/Small-Talk/Small-Talk.sln index 1b5aad80..512c4971 100644 --- a/src/MobileApps/Small-Talk/Small-Talk.sln +++ b/src/MobileApps/Small-Talk/Small-Talk.sln @@ -9,7 +9,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SmallTalk.Android EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SmallTalk.iOS", "O2NextGen.SmallTalk\O2NextGen.SmallTalk.iOS\O2NextGen.SmallTalk.iOS.csproj", "{B1230C22-8F15-45A4-BDB7-2378264A956C}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.SmallTalk", "O2NextGen.SmallTalk\O2NextGen.SmallTalk\O2NextGen.SmallTalk.csproj", "{4F14E841-3A6D-4797-BC64-70EF972C3A9D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmallTalk.Core", "O2NextGen.SmallTalk\O2NextGen.SmallTalk\O2NextGen.SmallTalk.Core.csproj", "{4F14E841-3A6D-4797-BC64-70EF972C3A9D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{185511FE-BD00-42C2-BA15-1218A6CA52FE}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SDKs", "SDKs", "{3CC3E606-E6A4-4715-9AEB-29D8ED05EBFD}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.Sdk.NetCore.Models", "..\..\SDKs\O2NG.Sdk.NetCore\O2NG.Sdk.NetCore.Models\O2NextGen.Sdk.NetCore.Models.csproj", "{82EAA502-A80B-42D5-9BBF-1C3FBCD64874}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -147,10 +153,38 @@ Global {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|x64.Build.0 = Release|Any CPU {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|x86.ActiveCfg = Release|Any CPU {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|x86.Build.0 = Release|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|Any CPU.Build.0 = Debug|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|ARM.ActiveCfg = Debug|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|ARM.Build.0 = Debug|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|iPhone.Build.0 = Debug|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|x64.ActiveCfg = Debug|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|x64.Build.0 = Debug|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|x86.ActiveCfg = Debug|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|x86.Build.0 = Debug|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|Any CPU.ActiveCfg = Release|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|Any CPU.Build.0 = Release|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|ARM.ActiveCfg = Release|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|ARM.Build.0 = Release|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|iPhone.ActiveCfg = Release|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|iPhone.Build.0 = Release|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|x64.ActiveCfg = Release|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|x64.Build.0 = Release|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|x86.ActiveCfg = Release|Any CPU + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {4F14E841-3A6D-4797-BC64-70EF972C3A9D} = {185511FE-BD00-42C2-BA15-1218A6CA52FE} + {82EAA502-A80B-42D5-9BBF-1C3FBCD64874} = {3CC3E606-E6A4-4715-9AEB-29D8ED05EBFD} + EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {51CFC8E6-0CB4-47C7-8D3E-B7D17B7463F6} EndGlobalSection From 96a5db4ed85501130d194b98548e355ae640d342 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sun, 3 Apr 2022 00:32:07 +0300 Subject: [PATCH 61/77] feat(issue-285): add basic classes for viewmodels --- .../ViewModels/Base/ExtendedBindableObject.cs | 38 ++++++++++ .../ViewModels/Base/ViewModelBase.cs | 76 +++++++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ExtendedBindableObject.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelBase.cs diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ExtendedBindableObject.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ExtendedBindableObject.cs new file mode 100644 index 00000000..962cb2a3 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ExtendedBindableObject.cs @@ -0,0 +1,38 @@ +using System; +using System.Linq.Expressions; +using System.Reflection; +using System.Runtime.CompilerServices; +using Xamarin.Forms; + +namespace O2NextGen.SmallTalk.Core.ViewModels.Base +{ + public abstract class ExtendedBindableObject : BindableObject + { + public void RaisePropertyChanged(Expression> property) + { + var name = GetMemberInfo(property).Name; + OnPropertyChanged(name); + } + + public void RaisePropertyChanged([CallerMemberName] string callerMemberName = null) + { + OnPropertyChanged(callerMemberName); + } + + private MemberInfo GetMemberInfo(Expression expression) + { + MemberExpression operand; + LambdaExpression lambdaExpression = (LambdaExpression)expression; + if (lambdaExpression.Body as UnaryExpression != null) + { + UnaryExpression body = (UnaryExpression)lambdaExpression.Body; + operand = (MemberExpression)body.Operand; + } + else + { + operand = (MemberExpression)lambdaExpression.Body; + } + return operand.Member; + } + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelBase.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelBase.cs new file mode 100644 index 00000000..6c73db71 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelBase.cs @@ -0,0 +1,76 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Threading.Tasks; +using Xamarin.Forms; + +namespace O2NextGen.SmallTalk.Core.ViewModels.Base +{ + public abstract class ViewModelBase : ExtendedBindableObject, IQueryAttributable + { + #region Fields + private bool _isInitialized; + private bool _multipleInitialization; + private bool _isBusy; + #endregion + + #region Props + public bool IsInitialized + { + get => _isInitialized; + + set + { + _isInitialized = value; + OnPropertyChanged(nameof(IsInitialized)); + } + } + + public bool MultipleInitialization + { + get => _multipleInitialization; + + set + { + _multipleInitialization = value; + OnPropertyChanged(nameof(MultipleInitialization)); + } + } + + public bool IsBusy + { + get => _isBusy; + + set + { + _isBusy = value; + OnPropertyChanged(nameof(IsBusy)); + } + } + #endregion + + #region Ctors + public ViewModelBase() + { + + } + #endregion + + + #region Methods + public virtual Task InitializeAsync(IDictionary query) + { + return Task.FromResult(false); + } + + public async void ApplyQueryAttributes(IDictionary query) + { + if (!IsInitialized) + { + IsInitialized = true; + await InitializeAsync(query); + } + } + #endregion + } +} From bc1aa046ca30f1c585469f832a72c32880b32959 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sun, 3 Apr 2022 13:21:56 +0300 Subject: [PATCH 62/77] feat(issue-285): add chatservice and view --- .../O2NextGen.SmallTalk.Android.csproj | 4 +- .../O2NextGen.SmallTalk.UWP.csproj | 6 +- .../O2NextGen.SmallTalk.iOS.csproj | 4 +- .../O2NextGen.SmallTalk/App.xaml.cs | 22 ++--- .../Extensions/DictionaryExtensions.cs | 17 ++++ .../O2NextGen.SmallTalk.Core.csproj | 16 +++- .../Services/Chat/ChatService.cs | 10 ++- .../Services/Chat/ChatServiceMock.cs | 44 +++++++++- .../Services/Chat/IChatService.cs | 10 ++- .../Services/Dependency/DependencyService.cs | 10 --- .../Services/Dependency/IDependencyService.cs | 7 -- .../ViewModels/Base/ViewModelBase.cs | 4 +- .../ViewModels/Base/ViewModelLocator.cs | 81 +++++++++++++++++++ .../ViewModels/ChatViewModel.cs | 58 +++++++++++++ .../O2NextGen.SmallTalk/Views/ChatView.xaml | 15 ++++ .../Views/ChatView.xaml.cs | 21 +++++ .../Views/ContentPageBase.cs | 26 ++++++ .../{ => Views}/MainPage.xaml | 4 +- .../{ => Views}/MainPage.xaml.cs | 6 +- src/MobileApps/Small-Talk/Small-Talk.sln | 79 ++++++++++++------ .../O2NextGen.Sdk.Models.csproj | 19 +++++ 21 files changed, 384 insertions(+), 79 deletions(-) create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Extensions/DictionaryExtensions.cs delete mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/DependencyService.cs delete mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/IDependencyService.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelLocator.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatViewModel.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ContentPageBase.cs rename src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/{ => Views}/MainPage.xaml (90%) rename src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/{ => Views}/MainPage.xaml.cs (65%) create mode 100644 src/SDKs/O2NextGen.Sdk.Models/O2NextGen.Sdk.Models.csproj diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/O2NextGen.SmallTalk.Android.csproj b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/O2NextGen.SmallTalk.Android.csproj index 2eb00b69..829991a9 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/O2NextGen.SmallTalk.Android.csproj +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Android/O2NextGen.SmallTalk.Android.csproj @@ -54,8 +54,8 @@ - - + + diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/O2NextGen.SmallTalk.UWP.csproj b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/O2NextGen.SmallTalk.UWP.csproj index 260ac632..f85727ca 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/O2NextGen.SmallTalk.UWP.csproj +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.UWP/O2NextGen.SmallTalk.UWP.csproj @@ -144,9 +144,9 @@ - - - + + + diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/O2NextGen.SmallTalk.iOS.csproj b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/O2NextGen.SmallTalk.iOS.csproj index dd31c15f..947c8354 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/O2NextGen.SmallTalk.iOS.csproj +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.iOS/O2NextGen.SmallTalk.iOS.csproj @@ -123,8 +123,8 @@ - - + + diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml.cs index 6d0b57f3..5632bae9 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml.cs @@ -1,6 +1,6 @@ -using System; +using O2NextGen.SmallTalk.Core.ViewModels.Base; +using O2NextGen.SmallTalk.Core.Views; using Xamarin.Forms; -using Xamarin.Forms.Xaml; namespace O2NextGen.SmallTalk { @@ -9,20 +9,14 @@ public partial class App : Application public App() { InitializeComponent(); - - MainPage = new MainPage(); - } - - protected override void OnStart() - { + InitApp(); + MainPage = new ChatView(); } - - protected override void OnSleep() - { - } - - protected override void OnResume() + private void InitApp() { + //_settingsService = ViewModelLocator.Resolve(); + //if (!_settingsService.UseMocks) + ViewModelLocator.UpdateDependencies(true); } } } diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Extensions/DictionaryExtensions.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Extensions/DictionaryExtensions.cs new file mode 100644 index 00000000..17523151 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Extensions/DictionaryExtensions.cs @@ -0,0 +1,17 @@ +using System.Collections.Generic; + +namespace O2NextGen.SmallTalk.Core.Extensions +{ + public static class DictionaryExtensions + { + public static (bool ContainsKeyAndValue, bool Value) GetValueAsBool(this IDictionary dictionary, string key) + { + return dictionary.ContainsKey(key) && bool.TryParse(dictionary[key], out var parsed) ? (true, parsed) : (false, default); + } + + public static (bool ContainsKeyAndValue, int Value) GetValueAsInt(this IDictionary dictionary, string key) + { + return dictionary.ContainsKey(key) && int.TryParse(dictionary[key], out var parsed) ? (true, parsed) : (false, default); + } + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Core.csproj b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Core.csproj index b37cca47..5ff6eb52 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Core.csproj +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Core.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 @@ -11,7 +11,17 @@ - - + + + + + + + + + + + MSBuild:UpdateDesignTimeXaml + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs index 3e2c25d5..42bc2285 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs @@ -1,4 +1,7 @@ -using System; +using O2NextGen.Sdk.NetCore.Models.smalltalk; +using System; +using System.Collections.ObjectModel; +using System.Threading.Tasks; namespace O2NextGen.SmallTalk.Core.Services.Chat { @@ -14,6 +17,11 @@ public void GetMessages(long sessionId) throw new NotImplementedException(); } + public Task> GetSessionsAsync() + { + throw new NotImplementedException(); + } + public void Sessions(long sessionId) { throw new NotImplementedException(); diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs index d7e46fdb..272a95a9 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs @@ -1,6 +1,8 @@ -using System; +using O2NextGen.Sdk.NetCore.Models.smalltalk; +using System; using System.Collections.Generic; -using System.Text; +using System.Collections.ObjectModel; +using System.Threading.Tasks; namespace O2NextGen.SmallTalk.Core.Services.Chat { @@ -16,6 +18,44 @@ public void GetMessages(long sessionId) throw new NotImplementedException(); } + private ObservableCollection MockSessions = new ObservableCollection + { + new ChatSession() { + Id = 1, + Messages=new List() + { + new ChatMessage() + { + Id = 1, + Message = "Tests", + SenderId = 1, + RecipientId = 2 + }, + new ChatMessage() + { + Id = 2, + Message = "Tests 2", + SenderId = 1, + RecipientId = 2 + }, + new ChatMessage() + { + Id = 2, + Message = "Tests 2 sender", + SenderId = 2, + RecipientId = 1 + } + } + } + }; + + public async Task> GetSessionsAsync() + { + await Task.Delay(10); + + return MockSessions; + } + public void Sessions(long sessionId) { throw new NotImplementedException(); diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs index 846f7a27..44e23aa7 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs @@ -1,10 +1,14 @@ -namespace O2NextGen.SmallTalk.Core.Services.Chat +using O2NextGen.Sdk.NetCore.Models.smalltalk; +using System.Collections.ObjectModel; +using System.Threading.Tasks; + +namespace O2NextGen.SmallTalk.Core.Services.Chat { - interface IChatService + public interface IChatService { void GetByIdMessage(long sessionId, long id); void GetMessages(long sessionId); void Sessions(long sessionId); - + Task> GetSessionsAsync(); } } diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/DependencyService.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/DependencyService.cs deleted file mode 100644 index 95ba682a..00000000 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/DependencyService.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace O2NextGen.SmallTalk.Core.Services.Dependency -{ - public class DependencyService : IDependencyService - { - public T Get() where T : class - { - return Xamarin.Forms.DependencyService.Get(); - } - } -} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/IDependencyService.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/IDependencyService.cs deleted file mode 100644 index 7f05c26a..00000000 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Dependency/IDependencyService.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace O2NextGen.SmallTalk.Core.Services.Dependency -{ - public interface IDependencyService - { - T Get() where T : class; - } -} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelBase.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelBase.cs index 6c73db71..028a71e1 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelBase.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelBase.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; +using System.Collections.Generic; using System.Threading.Tasks; using Xamarin.Forms; diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelLocator.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelLocator.cs new file mode 100644 index 00000000..8fe8f95c --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelLocator.cs @@ -0,0 +1,81 @@ +using O2NextGen.SmallTalk.Core.Services.Chat; +using System; +using System.Globalization; +using System.Reflection; +using Xamarin.Forms; + +namespace O2NextGen.SmallTalk.Core.ViewModels.Base +{ + public static class ViewModelLocator + { + public static readonly BindableProperty AutoWireViewModelProperty = + BindableProperty.CreateAttached("AutoWireViewModel", typeof(bool), typeof(ViewModelLocator), default(bool), propertyChanged: OnAutoWireViewModelChanged); + + public static bool GetAutoWireViewModel(BindableObject bindable) + { + return (bool)bindable.GetValue(ViewModelLocator.AutoWireViewModelProperty); + } + + public static void SetAutoWireViewModel(BindableObject bindable, bool value) + { + bindable.SetValue(ViewModelLocator.AutoWireViewModelProperty, value); + } + + public static bool UseMockService { get; set; } = true; + static ViewModelLocator() + { + // Services - by default, TinyIoC will register interface registrations as singletons. + // Xamarin.Forms.DependencyService.RegisterSingleton(new Services.Dependency.DependencyService()); + Xamarin.Forms.DependencyService.RegisterSingleton(new ChatServiceMock()); + + // View models - by default, TinyIoC will register concrete classes as multi-instance. + Xamarin.Forms.DependencyService.Register(); + + + } + + public static void UpdateDependencies(bool useMockServices) + { + // Change injected dependencies + if (useMockServices) + { + Xamarin.Forms.DependencyService.RegisterSingleton(new ChatServiceMock()); + UseMockService = true; + } + else + { + Xamarin.Forms.DependencyService.RegisterSingleton(new ChatService()); + UseMockService = false; + } + } + + public static T Resolve() where T : class + { + return Xamarin.Forms.DependencyService.Get(); + } + + private static void OnAutoWireViewModelChanged(BindableObject bindable, object oldValue, object newValue) + { + var view = bindable as Element; + if (view == null) + { + return; + } + + var viewType = view.GetType(); + var viewName = viewType.FullName.Replace(".Views.", ".ViewModels."); + var viewAssemblyName = viewType.GetTypeInfo().Assembly.FullName; + var viewModelName = string.Format(CultureInfo.InvariantCulture, "{0}Model, {1}", viewName, viewAssemblyName); + + var viewModelType = Type.GetType(viewModelName); + if (viewModelType == null) + { + return; + } + + var viewModel = Activator.CreateInstance(viewModelType); + + view.BindingContext = viewModel; + } + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatViewModel.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatViewModel.cs new file mode 100644 index 00000000..d2f4e276 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatViewModel.cs @@ -0,0 +1,58 @@ +using O2NextGen.SmallTalk.Core.Services.Chat; +using O2NextGen.SmallTalk.Core.ViewModels.Base; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using System.Threading.Tasks; +using Xamarin.Forms; +using O2NextGen.Sdk.NetCore.Models.smalltalk; + +namespace O2NextGen.SmallTalk.Core.ViewModels +{ + public class ChatViewModel : ViewModelBase + { + + #region Fields + private IChatService _chatService; + private ObservableCollection sessions; + + #endregion + + #region Props + public ObservableCollection Sessions + { + get => sessions; + private set + { + sessions = value; + RaisePropertyChanged(); + } + } + #endregion + + #region Ctors + public ChatViewModel() + { + this.MultipleInitialization = true; + Sessions = new ObservableCollection() + { + new ChatSession(){ + Id = 1, Name ="Test session", Messages=new List() + } + }; + _chatService = DependencyService.Get(); + } + + + #endregion + + #region Methods + public override async Task InitializeAsync(IDictionary query) + { + IsBusy = true; + var result = await _chatService.GetSessionsAsync(); + //Sessions = result; + IsBusy = false; + } + #endregion + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml new file mode 100644 index 00000000..17bccab6 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml @@ -0,0 +1,15 @@ + + + + + + + + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml.cs new file mode 100644 index 00000000..b7114e15 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml.cs @@ -0,0 +1,21 @@ +using O2NextGen.SmallTalk.Core.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 O2NextGen.SmallTalk.Core.Views +{ + public partial class ChatView : ContentPage + { + public ChatView() + { + InitializeComponent(); + this.BindingContext = new ChatViewModel(); + } + } +} \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ContentPageBase.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ContentPageBase.cs new file mode 100644 index 00000000..1f0d7538 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ContentPageBase.cs @@ -0,0 +1,26 @@ +using O2NextGen.SmallTalk.Core.ViewModels.Base; +using Xamarin.Forms; + +namespace O2NextGen.SmallTalk.Core.Views +{ + public abstract class ContentPageBase : ContentPage + { + public ContentPageBase() + { + NavigationPage.SetBackButtonTitle(this, string.Empty); + } + + //protected override async void OnAppearing() + //{ + // base.OnAppearing(); + + // //if (BindingContext is ViewModelBase vmb) + // //{ + // // if (!vmb.IsInitialized || vmb.MultipleInitialization) + // // { + // // await vmb.InitializeAsync(null); + // // } + // //} + //} + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/MainPage.xaml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/MainPage.xaml similarity index 90% rename from src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/MainPage.xaml rename to src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/MainPage.xaml index 4abfa25d..c3a2f8b9 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/MainPage.xaml +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/MainPage.xaml @@ -1,7 +1,7 @@  + x:Class="O2NextGen.SmallTalk.Core.Views.MainPage"> @@ -19,6 +19,8 @@ + + diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/MainPage.xaml.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/MainPage.xaml.cs similarity index 65% rename from src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/MainPage.xaml.cs rename to src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/MainPage.xaml.cs index 97c386c4..ee4678cd 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/MainPage.xaml.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/MainPage.xaml.cs @@ -1,4 +1,5 @@ -using System; +using O2NextGen.SmallTalk.Core.ViewModels; +using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; @@ -6,13 +7,14 @@ using System.Threading.Tasks; using Xamarin.Forms; -namespace O2NextGen.SmallTalk +namespace O2NextGen.SmallTalk.Core.Views { public partial class MainPage : ContentPage { public MainPage() { InitializeComponent(); + this.BindingContext = new ChatViewModel(); } } } diff --git a/src/MobileApps/Small-Talk/Small-Talk.sln b/src/MobileApps/Small-Talk/Small-Talk.sln index 512c4971..af7d4059 100644 --- a/src/MobileApps/Small-Talk/Small-Talk.sln +++ b/src/MobileApps/Small-Talk/Small-Talk.sln @@ -15,7 +15,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{185511FE-B EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SDKs", "SDKs", "{3CC3E606-E6A4-4715-9AEB-29D8ED05EBFD}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.Sdk.NetCore.Models", "..\..\SDKs\O2NG.Sdk.NetCore\O2NG.Sdk.NetCore.Models\O2NextGen.Sdk.NetCore.Models.csproj", "{82EAA502-A80B-42D5-9BBF-1C3FBCD64874}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.Sdk.NetCore.Models", "..\..\SDKs\O2NG.Sdk.NetCore\O2NG.Sdk.NetCore.Models\O2NextGen.Sdk.NetCore.Models.csproj", "{EF8C5316-492C-4766-A819-9884DC02CC87}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O2NextGen.Sdk.Models", "..\..\SDKs\O2NextGen.Sdk.Models\O2NextGen.Sdk.Models.csproj", "{75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -153,37 +155,62 @@ Global {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|x64.Build.0 = Release|Any CPU {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|x86.ActiveCfg = Release|Any CPU {4F14E841-3A6D-4797-BC64-70EF972C3A9D}.Release|x86.Build.0 = Release|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|Any CPU.Build.0 = Debug|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|ARM.ActiveCfg = Debug|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|ARM.Build.0 = Debug|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|iPhone.Build.0 = Debug|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|x64.ActiveCfg = Debug|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|x64.Build.0 = Debug|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|x86.ActiveCfg = Debug|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Debug|x86.Build.0 = Debug|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|Any CPU.ActiveCfg = Release|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|Any CPU.Build.0 = Release|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|ARM.ActiveCfg = Release|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|ARM.Build.0 = Release|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|iPhone.ActiveCfg = Release|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|iPhone.Build.0 = Release|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|x64.ActiveCfg = Release|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|x64.Build.0 = Release|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|x86.ActiveCfg = Release|Any CPU - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874}.Release|x86.Build.0 = Release|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Debug|ARM.ActiveCfg = Debug|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Debug|ARM.Build.0 = Debug|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Debug|iPhone.Build.0 = Debug|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Debug|x64.ActiveCfg = Debug|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Debug|x64.Build.0 = Debug|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Debug|x86.ActiveCfg = Debug|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Debug|x86.Build.0 = Debug|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Release|Any CPU.Build.0 = Release|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Release|ARM.ActiveCfg = Release|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Release|ARM.Build.0 = Release|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Release|iPhone.ActiveCfg = Release|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Release|iPhone.Build.0 = Release|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Release|x64.ActiveCfg = Release|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Release|x64.Build.0 = Release|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Release|x86.ActiveCfg = Release|Any CPU + {EF8C5316-492C-4766-A819-9884DC02CC87}.Release|x86.Build.0 = Release|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Debug|ARM.ActiveCfg = Debug|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Debug|ARM.Build.0 = Debug|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Debug|iPhone.Build.0 = Debug|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Debug|x64.ActiveCfg = Debug|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Debug|x64.Build.0 = Debug|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Debug|x86.ActiveCfg = Debug|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Debug|x86.Build.0 = Debug|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Release|Any CPU.Build.0 = Release|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Release|ARM.ActiveCfg = Release|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Release|ARM.Build.0 = Release|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Release|iPhone.ActiveCfg = Release|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Release|iPhone.Build.0 = Release|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Release|x64.ActiveCfg = Release|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Release|x64.Build.0 = Release|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Release|x86.ActiveCfg = Release|Any CPU + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {4F14E841-3A6D-4797-BC64-70EF972C3A9D} = {185511FE-BD00-42C2-BA15-1218A6CA52FE} - {82EAA502-A80B-42D5-9BBF-1C3FBCD64874} = {3CC3E606-E6A4-4715-9AEB-29D8ED05EBFD} + {EF8C5316-492C-4766-A819-9884DC02CC87} = {3CC3E606-E6A4-4715-9AEB-29D8ED05EBFD} + {75D770D3-3D3B-4189-ABC0-5056F6B8CAE3} = {3CC3E606-E6A4-4715-9AEB-29D8ED05EBFD} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {51CFC8E6-0CB4-47C7-8D3E-B7D17B7463F6} diff --git a/src/SDKs/O2NextGen.Sdk.Models/O2NextGen.Sdk.Models.csproj b/src/SDKs/O2NextGen.Sdk.Models/O2NextGen.Sdk.Models.csproj new file mode 100644 index 00000000..5f32faf6 --- /dev/null +++ b/src/SDKs/O2NextGen.Sdk.Models/O2NextGen.Sdk.Models.csproj @@ -0,0 +1,19 @@ + + + + netstandard2.0 + + + + + + + + + + + + + + + From bf8b584a05d456f99db00c2b65141bd669e89a2a Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sun, 3 Apr 2022 13:29:05 +0300 Subject: [PATCH 63/77] feat(issue-285): works the chat sessions --- .../O2NextGen.SmallTalk/Views/ChatView.xaml | 21 ++++++++++++------ .../Views/ChatView.xaml.cs | 4 ++-- .../Views/ContentPageBase.cs | 22 +++++++++---------- 3 files changed, 27 insertions(+), 20 deletions(-) diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml index 17bccab6..5b3bc257 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml @@ -1,15 +1,22 @@  - + - - \ No newline at end of file + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml.cs index b7114e15..00b752db 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatView.xaml.cs @@ -10,12 +10,12 @@ namespace O2NextGen.SmallTalk.Core.Views { - public partial class ChatView : ContentPage + public partial class ChatView : ContentPageBase { public ChatView() { InitializeComponent(); - this.BindingContext = new ChatViewModel(); + //this.BindingContext = new ChatViewModel(); } } } \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ContentPageBase.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ContentPageBase.cs index 1f0d7538..932e5dff 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ContentPageBase.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ContentPageBase.cs @@ -10,17 +10,17 @@ public ContentPageBase() NavigationPage.SetBackButtonTitle(this, string.Empty); } - //protected override async void OnAppearing() - //{ - // base.OnAppearing(); + protected override async void OnAppearing() + { + base.OnAppearing(); - // //if (BindingContext is ViewModelBase vmb) - // //{ - // // if (!vmb.IsInitialized || vmb.MultipleInitialization) - // // { - // // await vmb.InitializeAsync(null); - // // } - // //} - //} + if (BindingContext is ViewModelBase vmb) + { + if (!vmb.IsInitialized || vmb.MultipleInitialization) + { + await vmb.InitializeAsync(null); + } + } + } } } From eb6a5b4c4a8342a1ec429992a9f335682a2a5c06 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sun, 3 Apr 2022 13:32:05 +0300 Subject: [PATCH 64/77] feat(issue-285): code cleanup --- .../Services/Chat/ChatServiceMock.cs | 27 +++++++++++++++++++ .../ViewModels/ChatViewModel.cs | 10 ++----- 2 files changed, 29 insertions(+), 8 deletions(-) diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs index 272a95a9..fc826fdb 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs @@ -46,6 +46,33 @@ public void GetMessages(long sessionId) RecipientId = 1 } } + }, + new ChatSession() { + Id = 2, + Messages=new List() + { + new ChatMessage() + { + Id = 1, + Message = "Tests", + SenderId = 1, + RecipientId = 2 + }, + new ChatMessage() + { + Id = 2, + Message = "Tests 2", + SenderId = 1, + RecipientId = 2 + }, + new ChatMessage() + { + Id = 2, + Message = "Tests 2 sender", + SenderId = 2, + RecipientId = 1 + } + } } }; diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatViewModel.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatViewModel.cs index d2f4e276..cc146c96 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatViewModel.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatViewModel.cs @@ -33,12 +33,7 @@ private set public ChatViewModel() { this.MultipleInitialization = true; - Sessions = new ObservableCollection() - { - new ChatSession(){ - Id = 1, Name ="Test session", Messages=new List() - } - }; + Sessions = new ObservableCollection(); _chatService = DependencyService.Get(); } @@ -49,8 +44,7 @@ public ChatViewModel() public override async Task InitializeAsync(IDictionary query) { IsBusy = true; - var result = await _chatService.GetSessionsAsync(); - //Sessions = result; + Sessions = await _chatService.GetSessionsAsync(); IsBusy = false; } #endregion From 3d32c4a8dd915adeacb347bb8f1992f9c82f7d8f Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sun, 3 Apr 2022 14:42:08 +0300 Subject: [PATCH 65/77] feat(issue-285): add chatdetailview --- .../O2NextGen.SmallTalk/App.xaml.cs | 2 +- .../O2NextGen.SmallTalk.Core.csproj | 3 + .../Services/Chat/ChatService.cs | 10 +++ .../Services/Chat/ChatServiceMock.cs | 13 ++++ .../Services/Chat/IChatService.cs | 2 + .../ViewModels/Base/ViewModelLocator.cs | 1 + .../ViewModels/ChatDetailViewModel.cs | 63 +++++++++++++++++++ .../Views/ChatDetailView.xaml | 31 +++++++++ .../Views/ChatDetailView.xaml.cs | 11 ++++ 9 files changed, 135 insertions(+), 1 deletion(-) create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatDetailViewModel.cs create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatDetailView.xaml create mode 100644 src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatDetailView.xaml.cs diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml.cs index 5632bae9..3845a850 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/App.xaml.cs @@ -10,7 +10,7 @@ public App() { InitializeComponent(); InitApp(); - MainPage = new ChatView(); + MainPage = new ChatDetailView(); } private void InitApp() { diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Core.csproj b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Core.csproj index 5ff6eb52..95e987bf 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Core.csproj +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/O2NextGen.SmallTalk.Core.csproj @@ -20,6 +20,9 @@ + + MSBuild:UpdateDesignTimeXaml + MSBuild:UpdateDesignTimeXaml diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs index 42bc2285..e2c7c0ee 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs @@ -12,11 +12,21 @@ public void GetByIdMessage(long sessionId, long id) throw new NotImplementedException(); } + public Task> GetMessageAsync() + { + throw new NotImplementedException(); + } + public void GetMessages(long sessionId) { throw new NotImplementedException(); } + public Task GetSessionAsync() + { + throw new NotImplementedException(); + } + public Task> GetSessionsAsync() { throw new NotImplementedException(); diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs index fc826fdb..61244b58 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs @@ -87,5 +87,18 @@ public void Sessions(long sessionId) { throw new NotImplementedException(); } + + public async Task GetSessionAsync() + { + await Task.Delay(10); + + return MockSessions[0]; + } + public async Task> GetMessageAsync() + { + await Task.Delay(10); + + return new ObservableCollection(MockSessions[0].Messages); + } } } diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs index 44e23aa7..958bb5b4 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs @@ -10,5 +10,7 @@ public interface IChatService void GetMessages(long sessionId); void Sessions(long sessionId); Task> GetSessionsAsync(); + Task GetSessionAsync(); + Task> GetMessageAsync(); } } diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelLocator.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelLocator.cs index 8fe8f95c..98b5f0fa 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelLocator.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/Base/ViewModelLocator.cs @@ -30,6 +30,7 @@ static ViewModelLocator() // View models - by default, TinyIoC will register concrete classes as multi-instance. Xamarin.Forms.DependencyService.Register(); + Xamarin.Forms.DependencyService.Register(); } diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatDetailViewModel.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatDetailViewModel.cs new file mode 100644 index 00000000..c10cba29 --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatDetailViewModel.cs @@ -0,0 +1,63 @@ +using O2NextGen.Sdk.NetCore.Models.smalltalk; +using O2NextGen.SmallTalk.Core.Services.Chat; +using O2NextGen.SmallTalk.Core.ViewModels.Base; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using System.Threading.Tasks; +using Xamarin.Forms; + +namespace O2NextGen.SmallTalk.Core.ViewModels +{ + public class ChatDetailViewModel : ViewModelBase + { + #region Fields + private IChatService _chatService; + private ChatSession session; + private ObservableCollection messages; + #endregion + + + #region Props + + #endregion + + + #region Ctors + public ChatDetailViewModel() + { + this.MultipleInitialization = true; + _chatService = DependencyService.Get(); + } + + public ChatSession Session + { + get => session; + private set + { + session = value; + RaisePropertyChanged(); + } + } + + public ObservableCollection Messages + { + get => messages; private set + { + messages = value; + RaisePropertyChanged(); + } + } + #endregion + + + #region Methods + public override async Task InitializeAsync(IDictionary query) + { + IsBusy = true; + Session = await _chatService.GetSessionAsync(); + Messages = await _chatService.GetMessageAsync(); + IsBusy = false; + } + #endregion + } +} diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatDetailView.xaml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatDetailView.xaml new file mode 100644 index 00000000..6e6b17db --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatDetailView.xaml @@ -0,0 +1,31 @@ + + + + + + + + \ No newline at end of file diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatDetailView.xaml.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatDetailView.xaml.cs new file mode 100644 index 00000000..7e6a1fdf --- /dev/null +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatDetailView.xaml.cs @@ -0,0 +1,11 @@ +namespace O2NextGen.SmallTalk.Core.Views +{ + + public partial class ChatDetailView : ContentPageBase + { + public ChatDetailView() + { + InitializeComponent(); + } + } +} \ No newline at end of file From fce7d3df9afdabc5cb210af98193a86da9940c89 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sun, 3 Apr 2022 15:59:33 +0300 Subject: [PATCH 66/77] feat(issue-285): add changes for chatdetailview --- .../Services/Chat/ChatService.cs | 5 +++ .../Services/Chat/ChatServiceMock.cs | 7 ++++ .../Services/Chat/IChatService.cs | 1 + .../ViewModels/ChatDetailViewModel.cs | 35 +++++++++++++++++++ .../Views/ChatDetailView.xaml | 10 +++++- 5 files changed, 57 insertions(+), 1 deletion(-) diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs index e2c7c0ee..51955800 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatService.cs @@ -7,6 +7,11 @@ namespace O2NextGen.SmallTalk.Core.Services.Chat { public class ChatService : IChatService { + public Task AddMessageToSessionAsync(string message) + { + throw new NotImplementedException(); + } + public void GetByIdMessage(long sessionId, long id) { throw new NotImplementedException(); diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs index 61244b58..d08e8d0f 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/ChatServiceMock.cs @@ -100,5 +100,12 @@ public async Task> GetMessageAsync() return new ObservableCollection(MockSessions[0].Messages); } + + public async Task AddMessageToSessionAsync(string message) + { + await Task.Delay(10); + long index = MockSessions.Count+1; + MockSessions[0].Messages.Add(new ChatMessage() { Id = index,Message=message,SenderId=1,RecipientId=2 }); + } } } diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs index 958bb5b4..bf44cf68 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Services/Chat/IChatService.cs @@ -12,5 +12,6 @@ public interface IChatService Task> GetSessionsAsync(); Task GetSessionAsync(); Task> GetMessageAsync(); + Task AddMessageToSessionAsync(string message); } } diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatDetailViewModel.cs b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatDetailViewModel.cs index c10cba29..79ef9507 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatDetailViewModel.cs +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/ViewModels/ChatDetailViewModel.cs @@ -1,9 +1,11 @@ using O2NextGen.Sdk.NetCore.Models.smalltalk; using O2NextGen.SmallTalk.Core.Services.Chat; using O2NextGen.SmallTalk.Core.ViewModels.Base; +using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Threading.Tasks; +using System.Windows.Input; using Xamarin.Forms; namespace O2NextGen.SmallTalk.Core.ViewModels @@ -14,8 +16,12 @@ public class ChatDetailViewModel : ViewModelBase private IChatService _chatService; private ChatSession session; private ObservableCollection messages; + private string message; #endregion + #region Commands + public ICommand SendMsgCommand { get; private set; } + #endregion #region Props @@ -27,6 +33,7 @@ public ChatDetailViewModel() { this.MultipleInitialization = true; _chatService = DependencyService.Get(); + SendMsgCommand = new Command(async (item) => await SendMsgAsync()); } public ChatSession Session @@ -47,17 +54,45 @@ public ObservableCollection Messages RaisePropertyChanged(); } } + public string Message + { + get => message; set + { + message = value; + RaisePropertyChanged(); + } + } #endregion #region Methods public override async Task InitializeAsync(IDictionary query) + { + + await RelaodData(); + + } + + private async Task SendMsgAsync() + { + await AddMessageAsync(); + await RelaodData(); + Message = string.Empty; + RaisePropertyChanged(() => Messages); + } + + private async Task RelaodData() { IsBusy = true; Session = await _chatService.GetSessionAsync(); Messages = await _chatService.GetMessageAsync(); IsBusy = false; } + + private async Task AddMessageAsync() + { + await _chatService.AddMessageToSessionAsync(Message); + } #endregion } } diff --git a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatDetailView.xaml b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatDetailView.xaml index 6e6b17db..eb325831 100644 --- a/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatDetailView.xaml +++ b/src/MobileApps/Small-Talk/O2NextGen.SmallTalk/O2NextGen.SmallTalk/Views/ChatDetailView.xaml @@ -14,7 +14,8 @@