This commit is contained in:
GuiNerd
2019-09-14 12:59:04 -03:00
parent f12b7d0e8b
commit 3d7dcb8823
1944 changed files with 179636 additions and 0 deletions

View File

@ -0,0 +1,19 @@
Any raw assets you want to be deployed with your application can be placed in
this directory (and child directories) and given a Build Action of "AndroidAsset".
These files will be deployed with you package and will be accessible using Android's
AssetManager, like this:
public class ReadAsset : Activity
{
protected override void OnCreate (Bundle bundle)
{
base.OnCreate (bundle);
InputStream input = Assets.Open ("my_asset.txt");
}
}
Additionally, some Android functions will automatically load asset files:
Typeface tf = Typeface.CreateFromAsset (Context.Assets, "fonts/samplefont.ttf");

View File

@ -0,0 +1,103 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{CA454C58-C1B7-4D32-81C6-1AD182FEABF0}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TemplateGuid>{c9e5eea5-ca05-42a1-839b-61506e0a37df}</TemplateGuid>
<OutputType>Library</OutputType>
<RootNamespace>Calculadora.Droid</RootNamespace>
<AssemblyName>Calculadora.Android</AssemblyName>
<AndroidApplication>True</AndroidApplication>
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidResgenClass>Resource</AndroidResgenClass>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v8.1</TargetFrameworkVersion>
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>portable</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidLinkMode>None</AndroidLinkMode>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidManagedSymbols>true</AndroidManagedSymbols>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Android" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="3.4.0.1008975" />
<PackageReference Include="Xamarin.Android.Support.Design" Version="27.0.2.1" />
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="27.0.2.1" />
<PackageReference Include="Xamarin.Android.Support.v4" Version="27.0.2.1" />
<PackageReference Include="Xamarin.Android.Support.v7.CardView" Version="27.0.2.1" />
<PackageReference Include="Xamarin.Android.Support.v7.MediaRouter" Version="27.0.2.1" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
<Compile Include="Resources\Resource.designer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\AboutResources.txt" />
<None Include="Assets\AboutAssets.txt" />
<None Include="Properties\AndroidManifest.xml" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\layout\Tabbar.axml" />
<AndroidResource Include="Resources\layout\Toolbar.axml" />
<AndroidResource Include="Resources\values\styles.xml" />
<AndroidResource Include="Resources\values\colors.xml" />
<AndroidResource Include="Resources\mipmap-anydpi-v26\icon.xml" />
<AndroidResource Include="Resources\mipmap-anydpi-v26\icon_round.xml" />
<AndroidResource Include="Resources\mipmap-hdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-hdpi\launcher_foreground.png" />
<AndroidResource Include="Resources\mipmap-mdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-mdpi\launcher_foreground.png" />
<AndroidResource Include="Resources\mipmap-xhdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-xhdpi\launcher_foreground.png" />
<AndroidResource Include="Resources\mipmap-xxhdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-xxhdpi\launcher_foreground.png" />
<AndroidResource Include="Resources\mipmap-xxxhdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-xxxhdpi\launcher_foreground.png" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\drawable-hdpi\" />
<Folder Include="Resources\drawable-xhdpi\" />
<Folder Include="Resources\drawable-xxhdpi\" />
<Folder Include="Resources\drawable-xxxhdpi\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Calculadora\Calculadora.csproj">
<Project>{0752763E-F89C-4C2B-826F-04365B7D9C7F}</Project>
<Name>Calculadora</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable\icon.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SelectedDevice>Nexus_5X_API_28_x86</SelectedDevice>
<DefaultDevice>Nexus_5X_API_28_x86</DefaultDevice>
<AndroidDesignerPreferredTheme>Theme.DeviceDefault.NoActionBar.Fullscreen</AndroidDesignerPreferredTheme>
</PropertyGroup>
</Project>

View File

@ -0,0 +1,25 @@
using System;
using Android.App;
using Android.Content.PM;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.OS;
namespace Calculadora.Droid
{
[Activity(Label = "Calculadora", Icon = "@mipmap/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
{
protected override void OnCreate(Bundle savedInstanceState)
{
TabLayoutResource = Resource.Layout.Tabbar;
ToolbarResource = Resource.Layout.Toolbar;
base.OnCreate(savedInstanceState);
global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
LoadApplication(new App());
}
}
}

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
<application android:label="Calculadora.Android" android:icon="@mipmap/icon"></application>
</manifest>

View File

@ -0,0 +1,34 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Android.App;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Calculadora.Android")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Calculadora.Android")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
// Add some common permissions, these can be removed if not needed
[assembly: UsesPermission(Android.Manifest.Permission.Internet)]
[assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)]

View File

@ -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.

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.TabLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/sliding_tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:tabIndicatorColor="@android:color/white"
app:tabGravity="fill"
app:tabMode="fixed" />

View File

@ -0,0 +1,9 @@
<android.support.v7.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:popupTheme="@style/ThemeOverlay.AppCompat.Light" />

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/launcher_background" />
<foreground android:drawable="@mipmap/launcher_foreground" />
</adaptive-icon>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/launcher_background" />
<foreground android:drawable="@mipmap/launcher_foreground" />
</adaptive-icon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="launcher_background">#FFFFFF</color>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
</resources>

View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8" ?>
<resources>
<style name="MainTheme" parent="MainTheme.Base">
</style>
<!-- Base theme applied no matter what API -->
<style name="MainTheme.Base" parent="Theme.AppCompat.Light.DarkActionBar">
<!--If you are using revision 22.1 please use just windowNoTitle. Without android:-->
<item name="windowNoTitle">true</item>
<!--We will be using the toolbar so no need to show ActionBar-->
<item name="windowActionBar">false</item>
<!-- Set theme colors from http://www.google.com/design/spec/style/color.html#color-color-palette -->
<!-- colorPrimary is used for the default action bar background -->
<item name="colorPrimary">#2196F3</item>
<!-- colorPrimaryDark is used for the status bar -->
<item name="colorPrimaryDark">#1976D2</item>
<!-- colorAccent is used as the default value for colorControlActivated
which is used to tint widgets -->
<item name="colorAccent">#FF4081</item>
<!-- You can also set colorControlNormal, colorControlActivated
colorControlHighlight and colorSwitchThumbNormal. -->
<item name="windowActionModeOverlay">true</item>
<item name="android:datePickerDialogTheme">@style/AppCompatDialogStyle</item>
</style>
<style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog">
<item name="colorAccent">#FF4081</item>
</style>
</resources>

View File

@ -0,0 +1 @@
DebugAnyCPU-s 7bead6c80804

View File

@ -0,0 +1,5 @@
{
"version": 1,
"dgSpecHash": "8YXPnrSbnuaeVk6shjtVRBCdRgC3lFuGow08rKaadTCbhTZ0H//MA2vlzt0OKWWAun3VQh2t4vPVIOJFXGttZA==",
"success": true
}

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\GuiNerd\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.9.3</NuGetToolVersion>
</PropertyGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)xamarin.forms\3.4.0.1008975\build\Xamarin.Forms.props" Condition="Exists('$(NuGetPackageRoot)xamarin.forms\3.4.0.1008975\build\Xamarin.Forms.props')" />
</ImportGroup>
</Project>

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)xamarin.android.support.annotations\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Annotations.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.annotations\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Annotations.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.arch.lifecycle.common\1.0.3.1\build\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Common.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.arch.lifecycle.common\1.0.3.1\build\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Common.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.arch.core.common\1.0.0.1\build\MonoAndroid80\Xamarin.Android.Arch.Core.Common.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.arch.core.common\1.0.0.1\build\MonoAndroid80\Xamarin.Android.Arch.Core.Common.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.arch.lifecycle.runtime\1.0.3.1\build\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Runtime.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.arch.lifecycle.runtime\1.0.3.1\build\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Runtime.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.compat\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Compat.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.compat\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Compat.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.vector.drawable\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Vector.Drawable.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.vector.drawable\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Vector.Drawable.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.core.ui\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Core.UI.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.core.ui\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Core.UI.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.v7.recyclerview\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.v7.RecyclerView.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.v7.recyclerview\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.v7.RecyclerView.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.core.utils\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Core.Utils.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.core.utils\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Core.Utils.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.v7.palette\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.v7.Palette.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.v7.palette\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.v7.Palette.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.media.compat\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Media.Compat.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.media.compat\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Media.Compat.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.fragment\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Fragment.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.fragment\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Fragment.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.animated.vector.drawable\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Animated.Vector.Drawable.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.animated.vector.drawable\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Animated.Vector.Drawable.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.v7.appcompat\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.v7.AppCompat.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.v7.appcompat\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.v7.AppCompat.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.v7.mediarouter\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.v7.MediaRouter.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.v7.mediarouter\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.v7.MediaRouter.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.v7.cardview\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.v7.CardView.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.v7.cardview\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.v7.CardView.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.v4\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.v4.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.v4\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.v4.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.transition\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Transition.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.transition\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Transition.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.android.support.design\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Design.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.android.support.design\27.0.2.1\build\MonoAndroid81\Xamarin.Android.Support.Design.targets')" />
<Import Project="$(NuGetPackageRoot)xamarin.forms\3.4.0.1008975\build\Xamarin.Forms.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.forms\3.4.0.1008975\build\Xamarin.Forms.targets')" />
</ImportGroup>
</Project>

View File

@ -0,0 +1 @@
acc609b16a832eb0c35a9a7243a42c049018f40e

View File

@ -0,0 +1,106 @@
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Calculadora.Android.dll
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Calculadora.Android.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\com.companyname.apk
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\com.companyname-Signed.apk
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Calculadora.dll
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Calculadora.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\MonoAndroid,Version=v8.1.AssemblyAttributes.cs
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\Calculadora.Android.nuget.stamp
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\Calculadora.Android.csprojAssemblyReference.cache
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\libraryimports.cache.stamp
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res.flag
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\Calculadora.Android.csproj.CoreCompileInputs.cache
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\XamlC.stamp
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\Calculadora.Android.csproj.CopyComplete
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\Calculadora.Android.dll
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\Calculadora.Android.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\bin\com.companyname.apk
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\layout\tabbar.xml
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\layout\toolbar.xml
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\values\styles.xml
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\values\colors.xml
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-anydpi-v26\icon.xml
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-anydpi-v26\icon_round.xml
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-hdpi\icon.png
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-hdpi\launcher_foreground.png
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-mdpi\icon.png
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-mdpi\launcher_foreground.png
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-xhdpi\icon.png
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-xhdpi\launcher_foreground.png
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-xxhdpi\icon.png
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-xxhdpi\launcher_foreground.png
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-xxxhdpi\icon.png
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-xxxhdpi\launcher_foreground.png
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\R.cs.flag
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\R.txt
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\uploadflags.txt
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\FormsViewGroup.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Mono.Android.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\mscorlib.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Core.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Xml.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Xml.Linq.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Xamarin.Forms.Core.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Xamarin.Forms.Platform.Android.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Xamarin.Forms.Xaml.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Data.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Numerics.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Transactions.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.IO.Compression.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.IO.Compression.FileSystem.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.ComponentModel.Composition.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Net.Http.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Runtime.Serialization.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.ServiceModel.Internals.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Web.Services.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Mono.Security.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Calculadora.Android.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\FormsViewGroup.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Mono.Android.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\mscorlib.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Core.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Xml.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Xml.Linq.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Xamarin.Forms.Core.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Xamarin.Forms.Platform.Android.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Xamarin.Forms.Xaml.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Data.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Numerics.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Transactions.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.IO.Compression.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.IO.Compression.FileSystem.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.ComponentModel.Composition.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Net.Http.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Runtime.Serialization.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.ServiceModel.Internals.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Web.Services.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Mono.Security.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Calculadora.dll.mdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Calculadora.dll.mdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\Calculadora.dll.mdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\Calculadora.Android.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\FormsViewGroup.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\Mono.Android.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\Mono.Security.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\mscorlib.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.ComponentModel.Composition.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Core.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Data.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.IO.Compression.FileSystem.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.IO.Compression.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Net.Http.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Numerics.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Runtime.Serialization.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.ServiceModel.Internals.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Transactions.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Web.Services.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Xml.Linq.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Xml.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\Xamarin.Forms.Core.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\Xamarin.Forms.Platform.Android.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\Xamarin.Forms.Xaml.pdb
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\drawable\icon.png
C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Calculadora.dll.mdb

View File

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute("MonoAndroid,Version=v8.1", FrameworkDisplayName = "Xamarin.Android v8.1 Support")]

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,20 @@
AndroidUseAapt2=False
UseSharedRuntime=true
UseFastDeployment=false
EnableMultidex=False
EnableProGuard=
GenerateOnePackagePerABI=
BundleAssemblies=False
EnableDeveloperInstrumentation=true
Debugger=Xamarin
EnableAOT=False
UseConcurrentGC=
AdditionalSupportedEncodings=
SupportedArchitectures=arm64-v8a|armeabi|armeabi-v7a|x86|x86_64
JavaMaxHeapSize=1G
HttpClientImplementation=Xamarin.Android.Net.AndroidClientHandler
TLSImplementation=
FastDeploymentType=Assemblies
TargetFramework=v8.1
ClassParser=
CodegenTarget=

View File

@ -0,0 +1,516 @@
Calculadora.Droid.MainActivity, Calculadora.Android;md5a73d74e36801d8da9acef67fce157c4c.MainActivity
Calculadora.Droid.MainActivity;md5a73d74e36801d8da9acef67fce157c4c.MainActivity
calculadora.droid.MainActivity;md5a73d74e36801d8da9acef67fce157c4c.MainActivity
Android.Support.V4.View.ActionProvider+ISubUiVisibilityListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.ActionProvider_SubUiVisibilityListenerImplementor
Android.Support.V4.View.ActionProvider.ISubUiVisibilityListenerImplementor;mono.android.support.v4.view.ActionProvider_SubUiVisibilityListenerImplementor
mono.android.support.v4.view.ActionProvider_SubUiVisibilityListenerImplementor;mono.android.support.v4.view.ActionProvider_SubUiVisibilityListenerImplementor
Android.Support.V4.View.ActionProvider+IVisibilityListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.ActionProvider_VisibilityListenerImplementor
Android.Support.V4.View.ActionProvider.IVisibilityListenerImplementor;mono.android.support.v4.view.ActionProvider_VisibilityListenerImplementor
mono.android.support.v4.view.ActionProvider_VisibilityListenerImplementor;mono.android.support.v4.view.ActionProvider_VisibilityListenerImplementor
Android.Support.V4.View.IOnApplyWindowInsetsListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.OnApplyWindowInsetsListenerImplementor
Android.Support.V4.View.IOnApplyWindowInsetsListenerImplementor;mono.android.support.v4.view.OnApplyWindowInsetsListenerImplementor
mono.android.support.v4.view.OnApplyWindowInsetsListenerImplementor;mono.android.support.v4.view.OnApplyWindowInsetsListenerImplementor
Android.Support.V4.View.IViewPropertyAnimatorListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.ViewPropertyAnimatorListenerImplementor
Android.Support.V4.View.IViewPropertyAnimatorListenerImplementor;mono.android.support.v4.view.ViewPropertyAnimatorListenerImplementor
mono.android.support.v4.view.ViewPropertyAnimatorListenerImplementor;mono.android.support.v4.view.ViewPropertyAnimatorListenerImplementor
Android.Support.V4.View.IViewPropertyAnimatorUpdateListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.ViewPropertyAnimatorUpdateListenerImplementor
Android.Support.V4.View.IViewPropertyAnimatorUpdateListenerImplementor;mono.android.support.v4.view.ViewPropertyAnimatorUpdateListenerImplementor
mono.android.support.v4.view.ViewPropertyAnimatorUpdateListenerImplementor;mono.android.support.v4.view.ViewPropertyAnimatorUpdateListenerImplementor
Android.Support.V4.View.MenuItemCompat+IOnActionExpandListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.MenuItemCompat_OnActionExpandListenerImplementor
Android.Support.V4.View.MenuItemCompat.IOnActionExpandListenerImplementor;mono.android.support.v4.view.MenuItemCompat_OnActionExpandListenerImplementor
mono.android.support.v4.view.MenuItemCompat_OnActionExpandListenerImplementor;mono.android.support.v4.view.MenuItemCompat_OnActionExpandListenerImplementor
Android.Support.V4.View.Accessibility.AccessibilityManagerCompat+IAccessibilityStateChangeListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor
Android.Support.V4.View.Accessibility.AccessibilityManagerCompat.IAccessibilityStateChangeListenerImplementor;mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor
mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor;mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor
Android.Support.V4.View.Accessibility.AccessibilityManagerCompat+ITouchExplorationStateChangeListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor
Android.Support.V4.View.Accessibility.AccessibilityManagerCompat.ITouchExplorationStateChangeListenerImplementor;mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor
mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor;mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor
Android.Support.V4.OS.CancellationSignal+IOnCancelListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.os.CancellationSignal_OnCancelListenerImplementor
Android.Support.V4.OS.CancellationSignal.IOnCancelListenerImplementor;mono.android.support.v4.os.CancellationSignal_OnCancelListenerImplementor
mono.android.support.v4.os.CancellationSignal_OnCancelListenerImplementor;mono.android.support.v4.os.CancellationSignal_OnCancelListenerImplementor
Android.Support.V4.App.SharedElementCallback+IOnSharedElementsReadyListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.app.SharedElementCallback_OnSharedElementsReadyListenerImplementor
Android.Support.V4.App.SharedElementCallback.IOnSharedElementsReadyListenerImplementor;mono.android.support.v4.app.SharedElementCallback_OnSharedElementsReadyListenerImplementor
mono.android.support.v4.app.SharedElementCallback_OnSharedElementsReadyListenerImplementor;mono.android.support.v4.app.SharedElementCallback_OnSharedElementsReadyListenerImplementor
Android.Support.V4.View.AsyncLayoutInflater+IOnInflateFinishedListenerImplementor, Xamarin.Android.Support.Core.UI;mono.android.support.v4.view.AsyncLayoutInflater_OnInflateFinishedListenerImplementor
Android.Support.V4.View.AsyncLayoutInflater.IOnInflateFinishedListenerImplementor;mono.android.support.v4.view.AsyncLayoutInflater_OnInflateFinishedListenerImplementor
mono.android.support.v4.view.AsyncLayoutInflater_OnInflateFinishedListenerImplementor;mono.android.support.v4.view.AsyncLayoutInflater_OnInflateFinishedListenerImplementor
Android.Support.V4.View.ViewPager+IOnAdapterChangeListenerImplementor, Xamarin.Android.Support.Core.UI;mono.android.support.v4.view.ViewPager_OnAdapterChangeListenerImplementor
Android.Support.V4.View.ViewPager.IOnAdapterChangeListenerImplementor;mono.android.support.v4.view.ViewPager_OnAdapterChangeListenerImplementor
mono.android.support.v4.view.ViewPager_OnAdapterChangeListenerImplementor;mono.android.support.v4.view.ViewPager_OnAdapterChangeListenerImplementor
Android.Support.V4.View.ViewPager+IOnPageChangeListenerImplementor, Xamarin.Android.Support.Core.UI;mono.android.support.v4.view.ViewPager_OnPageChangeListenerImplementor
Android.Support.V4.View.ViewPager.IOnPageChangeListenerImplementor;mono.android.support.v4.view.ViewPager_OnPageChangeListenerImplementor
mono.android.support.v4.view.ViewPager_OnPageChangeListenerImplementor;mono.android.support.v4.view.ViewPager_OnPageChangeListenerImplementor
Android.Support.V4.Widget.SwipeRefreshLayout+IOnRefreshListenerImplementor, Xamarin.Android.Support.Core.UI;mono.android.support.v4.widget.SwipeRefreshLayout_OnRefreshListenerImplementor
Android.Support.V4.Widget.SwipeRefreshLayout.IOnRefreshListenerImplementor;mono.android.support.v4.widget.SwipeRefreshLayout_OnRefreshListenerImplementor
mono.android.support.v4.widget.SwipeRefreshLayout_OnRefreshListenerImplementor;mono.android.support.v4.widget.SwipeRefreshLayout_OnRefreshListenerImplementor
Android.Support.V4.Widget.DrawerLayout+IDrawerListenerImplementor, Xamarin.Android.Support.Core.UI;mono.android.support.v4.widget.DrawerLayout_DrawerListenerImplementor
Android.Support.V4.Widget.DrawerLayout.IDrawerListenerImplementor;mono.android.support.v4.widget.DrawerLayout_DrawerListenerImplementor
mono.android.support.v4.widget.DrawerLayout_DrawerListenerImplementor;mono.android.support.v4.widget.DrawerLayout_DrawerListenerImplementor
Android.Support.V4.Widget.NestedScrollView+IOnScrollChangeListenerImplementor, Xamarin.Android.Support.Core.UI;mono.android.support.v4.widget.NestedScrollView_OnScrollChangeListenerImplementor
Android.Support.V4.Widget.NestedScrollView.IOnScrollChangeListenerImplementor;mono.android.support.v4.widget.NestedScrollView_OnScrollChangeListenerImplementor
mono.android.support.v4.widget.NestedScrollView_OnScrollChangeListenerImplementor;mono.android.support.v4.widget.NestedScrollView_OnScrollChangeListenerImplementor
Android.Support.V4.Widget.SlidingPaneLayout+IPanelSlideListenerImplementor, Xamarin.Android.Support.Core.UI;mono.android.support.v4.widget.SlidingPaneLayout_PanelSlideListenerImplementor
Android.Support.V4.Widget.SlidingPaneLayout.IPanelSlideListenerImplementor;mono.android.support.v4.widget.SlidingPaneLayout_PanelSlideListenerImplementor
mono.android.support.v4.widget.SlidingPaneLayout_PanelSlideListenerImplementor;mono.android.support.v4.widget.SlidingPaneLayout_PanelSlideListenerImplementor
Android.Support.V4.Content.Loader+IOnLoadCanceledListenerImplementor, Xamarin.Android.Support.Core.Utils;mono.android.support.v4.content.Loader_OnLoadCanceledListenerImplementor
Android.Support.V4.Content.Loader.IOnLoadCanceledListenerImplementor;mono.android.support.v4.content.Loader_OnLoadCanceledListenerImplementor
mono.android.support.v4.content.Loader_OnLoadCanceledListenerImplementor;mono.android.support.v4.content.Loader_OnLoadCanceledListenerImplementor
Android.Support.V4.Content.Loader+IOnLoadCompleteListenerImplementor, Xamarin.Android.Support.Core.Utils;mono.android.support.v4.content.Loader_OnLoadCompleteListenerImplementor
Android.Support.V4.Content.Loader.IOnLoadCompleteListenerImplementor;mono.android.support.v4.content.Loader_OnLoadCompleteListenerImplementor
mono.android.support.v4.content.Loader_OnLoadCompleteListenerImplementor;mono.android.support.v4.content.Loader_OnLoadCompleteListenerImplementor
Android.Support.Design.Widget.AppBarLayout+IOnOffsetChangedListenerImplementor, Xamarin.Android.Support.Design;mono.android.support.design.widget.AppBarLayout_OnOffsetChangedListenerImplementor
Android.Support.Design.Widget.AppBarLayout.IOnOffsetChangedListenerImplementor;mono.android.support.design.widget.AppBarLayout_OnOffsetChangedListenerImplementor
mono.android.support.design.widget.AppBarLayout_OnOffsetChangedListenerImplementor;mono.android.support.design.widget.AppBarLayout_OnOffsetChangedListenerImplementor
Android.Support.Design.Widget.Snackbar+SnackbarActionClickImplementor, Xamarin.Android.Support.Design;android.support.design.widget.Snackbar_SnackbarActionClickImplementor
Android.Support.Design.Widget.Snackbar.SnackbarActionClickImplementor;android.support.design.widget.Snackbar_SnackbarActionClickImplementor
android.support.design.widget.Snackbar_SnackbarActionClickImplementor;android.support.design.widget.Snackbar_SnackbarActionClickImplementor
Android.Support.Design.Widget.TabLayout+IOnTabSelectedListenerImplementor, Xamarin.Android.Support.Design;mono.android.support.design.widget.TabLayout_OnTabSelectedListenerImplementor
Android.Support.Design.Widget.TabLayout.IOnTabSelectedListenerImplementor;mono.android.support.design.widget.TabLayout_OnTabSelectedListenerImplementor
mono.android.support.design.widget.TabLayout_OnTabSelectedListenerImplementor;mono.android.support.design.widget.TabLayout_OnTabSelectedListenerImplementor
Android.Support.Design.Widget.BottomNavigationView+IOnNavigationItemReselectedListenerImplementor, Xamarin.Android.Support.Design;mono.android.support.design.widget.BottomNavigationView_OnNavigationItemReselectedListenerImplementor
Android.Support.Design.Widget.BottomNavigationView.IOnNavigationItemReselectedListenerImplementor;mono.android.support.design.widget.BottomNavigationView_OnNavigationItemReselectedListenerImplementor
mono.android.support.design.widget.BottomNavigationView_OnNavigationItemReselectedListenerImplementor;mono.android.support.design.widget.BottomNavigationView_OnNavigationItemReselectedListenerImplementor
Android.Support.Design.Widget.BottomNavigationView+IOnNavigationItemSelectedListenerImplementor, Xamarin.Android.Support.Design;mono.android.support.design.widget.BottomNavigationView_OnNavigationItemSelectedListenerImplementor
Android.Support.Design.Widget.BottomNavigationView.IOnNavigationItemSelectedListenerImplementor;mono.android.support.design.widget.BottomNavigationView_OnNavigationItemSelectedListenerImplementor
mono.android.support.design.widget.BottomNavigationView_OnNavigationItemSelectedListenerImplementor;mono.android.support.design.widget.BottomNavigationView_OnNavigationItemSelectedListenerImplementor
Android.Support.Design.Widget.NavigationView+IOnNavigationItemSelectedListenerImplementor, Xamarin.Android.Support.Design;mono.android.support.design.widget.NavigationView_OnNavigationItemSelectedListenerImplementor
Android.Support.Design.Widget.NavigationView.IOnNavigationItemSelectedListenerImplementor;mono.android.support.design.widget.NavigationView_OnNavigationItemSelectedListenerImplementor
mono.android.support.design.widget.NavigationView_OnNavigationItemSelectedListenerImplementor;mono.android.support.design.widget.NavigationView_OnNavigationItemSelectedListenerImplementor
Android.Support.Design.Widget.SwipeDismissBehavior+IOnDismissListenerImplementor, Xamarin.Android.Support.Design;mono.android.support.design.widget.SwipeDismissBehavior_OnDismissListenerImplementor
Android.Support.Design.Widget.SwipeDismissBehavior.IOnDismissListenerImplementor;mono.android.support.design.widget.SwipeDismissBehavior_OnDismissListenerImplementor
mono.android.support.design.widget.SwipeDismissBehavior_OnDismissListenerImplementor;mono.android.support.design.widget.SwipeDismissBehavior_OnDismissListenerImplementor
Android.Support.V4.App.FragmentManager+IOnBackStackChangedListenerImplementor, Xamarin.Android.Support.Fragment;mono.android.support.v4.app.FragmentManager_OnBackStackChangedListenerImplementor
Android.Support.V4.App.FragmentManager.IOnBackStackChangedListenerImplementor;mono.android.support.v4.app.FragmentManager_OnBackStackChangedListenerImplementor
mono.android.support.v4.app.FragmentManager_OnBackStackChangedListenerImplementor;mono.android.support.v4.app.FragmentManager_OnBackStackChangedListenerImplementor
Android.Support.V4.Media.Session.MediaSessionCompat+IOnActiveChangeListenerImplementor, Xamarin.Android.Support.Media.Compat;mono.android.support.v4.media.session.MediaSessionCompat_OnActiveChangeListenerImplementor
Android.Support.V4.Media.Session.MediaSessionCompat.IOnActiveChangeListenerImplementor;mono.android.support.v4.media.session.MediaSessionCompat_OnActiveChangeListenerImplementor
mono.android.support.v4.media.session.MediaSessionCompat_OnActiveChangeListenerImplementor;mono.android.support.v4.media.session.MediaSessionCompat_OnActiveChangeListenerImplementor
Android.Support.Transitions.Transition+ITransitionListenerImplementor, Xamarin.Android.Support.Transition;mono.android.support.transition.Transition_TransitionListenerImplementor
Android.Support.Transitions.Transition.ITransitionListenerImplementor;mono.android.support.transition.Transition_TransitionListenerImplementor
mono.android.support.transition.Transition_TransitionListenerImplementor;mono.android.support.transition.Transition_TransitionListenerImplementor
Android.Support.V7.Widget.Toolbar+NavigationOnClickEventDispatcher, Xamarin.Android.Support.v7.AppCompat;android.support.v7.widget.Toolbar_NavigationOnClickEventDispatcher
Android.Support.V7.Widget.Toolbar.NavigationOnClickEventDispatcher;android.support.v7.widget.Toolbar_NavigationOnClickEventDispatcher
android.support.v7.widget.Toolbar_NavigationOnClickEventDispatcher;android.support.v7.widget.Toolbar_NavigationOnClickEventDispatcher
Android.Support.V7.Widget.Toolbar+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.Toolbar_OnMenuItemClickListenerImplementor
Android.Support.V7.Widget.Toolbar.IOnMenuItemClickListenerImplementor;mono.android.support.v7.widget.Toolbar_OnMenuItemClickListenerImplementor
mono.android.support.v7.widget.Toolbar_OnMenuItemClickListenerImplementor;mono.android.support.v7.widget.Toolbar_OnMenuItemClickListenerImplementor
Android.Support.V7.Widget.ActionMenuView+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.ActionMenuView_OnMenuItemClickListenerImplementor
Android.Support.V7.Widget.ActionMenuView.IOnMenuItemClickListenerImplementor;mono.android.support.v7.widget.ActionMenuView_OnMenuItemClickListenerImplementor
mono.android.support.v7.widget.ActionMenuView_OnMenuItemClickListenerImplementor;mono.android.support.v7.widget.ActionMenuView_OnMenuItemClickListenerImplementor
Android.Support.V7.Widget.ContentFrameLayout+IOnAttachListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.ContentFrameLayout_OnAttachListenerImplementor
Android.Support.V7.Widget.ContentFrameLayout.IOnAttachListenerImplementor;mono.android.support.v7.widget.ContentFrameLayout_OnAttachListenerImplementor
mono.android.support.v7.widget.ContentFrameLayout_OnAttachListenerImplementor;mono.android.support.v7.widget.ContentFrameLayout_OnAttachListenerImplementor
Android.Support.V7.Widget.IFitWindowsViewGroupOnFitSystemWindowsListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor
Android.Support.V7.Widget.IFitWindowsViewGroupOnFitSystemWindowsListenerImplementor;mono.android.support.v7.widget.FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor
mono.android.support.v7.widget.FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor;mono.android.support.v7.widget.FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor
Android.Support.V7.Widget.IMenuItemHoverListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.MenuItemHoverListenerImplementor
Android.Support.V7.Widget.IMenuItemHoverListenerImplementor;mono.android.support.v7.widget.MenuItemHoverListenerImplementor
mono.android.support.v7.widget.MenuItemHoverListenerImplementor;mono.android.support.v7.widget.MenuItemHoverListenerImplementor
Android.Support.V7.Widget.PopupMenu+IOnDismissListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.PopupMenu_OnDismissListenerImplementor
Android.Support.V7.Widget.PopupMenu.IOnDismissListenerImplementor;mono.android.support.v7.widget.PopupMenu_OnDismissListenerImplementor
mono.android.support.v7.widget.PopupMenu_OnDismissListenerImplementor;mono.android.support.v7.widget.PopupMenu_OnDismissListenerImplementor
Android.Support.V7.Widget.PopupMenu+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.PopupMenu_OnMenuItemClickListenerImplementor
Android.Support.V7.Widget.PopupMenu.IOnMenuItemClickListenerImplementor;mono.android.support.v7.widget.PopupMenu_OnMenuItemClickListenerImplementor
mono.android.support.v7.widget.PopupMenu_OnMenuItemClickListenerImplementor;mono.android.support.v7.widget.PopupMenu_OnMenuItemClickListenerImplementor
Android.Support.V7.Widget.SearchView+IOnCloseListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.SearchView_OnCloseListenerImplementor
Android.Support.V7.Widget.SearchView.IOnCloseListenerImplementor;mono.android.support.v7.widget.SearchView_OnCloseListenerImplementor
mono.android.support.v7.widget.SearchView_OnCloseListenerImplementor;mono.android.support.v7.widget.SearchView_OnCloseListenerImplementor
Android.Support.V7.Widget.SearchView+IOnQueryTextListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.SearchView_OnQueryTextListenerImplementor
Android.Support.V7.Widget.SearchView.IOnQueryTextListenerImplementor;mono.android.support.v7.widget.SearchView_OnQueryTextListenerImplementor
mono.android.support.v7.widget.SearchView_OnQueryTextListenerImplementor;mono.android.support.v7.widget.SearchView_OnQueryTextListenerImplementor
Android.Support.V7.Widget.SearchView+IOnSuggestionListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.SearchView_OnSuggestionListenerImplementor
Android.Support.V7.Widget.SearchView.IOnSuggestionListenerImplementor;mono.android.support.v7.widget.SearchView_OnSuggestionListenerImplementor
mono.android.support.v7.widget.SearchView_OnSuggestionListenerImplementor;mono.android.support.v7.widget.SearchView_OnSuggestionListenerImplementor
Android.Support.V7.Widget.ShareActionProvider+IOnShareTargetSelectedListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.ShareActionProvider_OnShareTargetSelectedListenerImplementor
Android.Support.V7.Widget.ShareActionProvider.IOnShareTargetSelectedListenerImplementor;mono.android.support.v7.widget.ShareActionProvider_OnShareTargetSelectedListenerImplementor
mono.android.support.v7.widget.ShareActionProvider_OnShareTargetSelectedListenerImplementor;mono.android.support.v7.widget.ShareActionProvider_OnShareTargetSelectedListenerImplementor
Android.Support.V7.Widget.ViewStubCompat+IOnInflateListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.ViewStubCompat_OnInflateListenerImplementor
Android.Support.V7.Widget.ViewStubCompat.IOnInflateListenerImplementor;mono.android.support.v7.widget.ViewStubCompat_OnInflateListenerImplementor
mono.android.support.v7.widget.ViewStubCompat_OnInflateListenerImplementor;mono.android.support.v7.widget.ViewStubCompat_OnInflateListenerImplementor
Android.Support.V7.App.AlertDialog+IDialogInterfaceOnClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat;android.support.v7.app.AlertDialog_IDialogInterfaceOnClickListenerImplementor
Android.Support.V7.App.AlertDialog.IDialogInterfaceOnClickListenerImplementor;android.support.v7.app.AlertDialog_IDialogInterfaceOnClickListenerImplementor
android.support.v7.app.AlertDialog_IDialogInterfaceOnClickListenerImplementor;android.support.v7.app.AlertDialog_IDialogInterfaceOnClickListenerImplementor
Android.Support.V7.App.AlertDialog+IDialogInterfaceOnCancelListenerImplementor, Xamarin.Android.Support.v7.AppCompat;android.support.v7.app.AlertDialog_IDialogInterfaceOnCancelListenerImplementor
Android.Support.V7.App.AlertDialog.IDialogInterfaceOnCancelListenerImplementor;android.support.v7.app.AlertDialog_IDialogInterfaceOnCancelListenerImplementor
android.support.v7.app.AlertDialog_IDialogInterfaceOnCancelListenerImplementor;android.support.v7.app.AlertDialog_IDialogInterfaceOnCancelListenerImplementor
Android.Support.V7.App.AlertDialog+IDialogInterfaceOnMultiChoiceClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat;android.support.v7.app.AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor
Android.Support.V7.App.AlertDialog.IDialogInterfaceOnMultiChoiceClickListenerImplementor;android.support.v7.app.AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor
android.support.v7.app.AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor;android.support.v7.app.AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor
Android.Support.V7.App.ActionBar+IOnMenuVisibilityListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.app.ActionBar_OnMenuVisibilityListenerImplementor
Android.Support.V7.App.ActionBar.IOnMenuVisibilityListenerImplementor;mono.android.support.v7.app.ActionBar_OnMenuVisibilityListenerImplementor
mono.android.support.v7.app.ActionBar_OnMenuVisibilityListenerImplementor;mono.android.support.v7.app.ActionBar_OnMenuVisibilityListenerImplementor
Android.Support.V7.App.ActionBar+IOnNavigationListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.app.ActionBar_OnNavigationListenerImplementor
Android.Support.V7.App.ActionBar.IOnNavigationListenerImplementor;mono.android.support.v7.app.ActionBar_OnNavigationListenerImplementor
mono.android.support.v7.app.ActionBar_OnNavigationListenerImplementor;mono.android.support.v7.app.ActionBar_OnNavigationListenerImplementor
Android.Support.V7.App.ActionBar+ITabListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.app.ActionBar_TabListenerImplementor
Android.Support.V7.App.ActionBar.ITabListenerImplementor;mono.android.support.v7.app.ActionBar_TabListenerImplementor
mono.android.support.v7.app.ActionBar_TabListenerImplementor;mono.android.support.v7.app.ActionBar_TabListenerImplementor
Android.Support.V7.Media.RemotePlaybackClient+IOnMessageReceivedListenerImplementor, Xamarin.Android.Support.v7.MediaRouter;mono.android.support.v7.media.RemotePlaybackClient_OnMessageReceivedListenerImplementor
Android.Support.V7.Media.RemotePlaybackClient.IOnMessageReceivedListenerImplementor;mono.android.support.v7.media.RemotePlaybackClient_OnMessageReceivedListenerImplementor
mono.android.support.v7.media.RemotePlaybackClient_OnMessageReceivedListenerImplementor;mono.android.support.v7.media.RemotePlaybackClient_OnMessageReceivedListenerImplementor
Android.Support.V7.Graphics.Palette+IPaletteAsyncListenerImplementor, Xamarin.Android.Support.v7.Palette;mono.android.support.v7.graphics.Palette_PaletteAsyncListenerImplementor
Android.Support.V7.Graphics.Palette.IPaletteAsyncListenerImplementor;mono.android.support.v7.graphics.Palette_PaletteAsyncListenerImplementor
mono.android.support.v7.graphics.Palette_PaletteAsyncListenerImplementor;mono.android.support.v7.graphics.Palette_PaletteAsyncListenerImplementor
Android.Support.V7.Widget.RecyclerView+ItemAnimator+IItemAnimatorFinishedListenerImplementor, Xamarin.Android.Support.v7.RecyclerView;mono.android.support.v7.widget.RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor
Android.Support.V7.Widget.RecyclerView.ItemAnimator.IItemAnimatorFinishedListenerImplementor;mono.android.support.v7.widget.RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor
mono.android.support.v7.widget.RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor;mono.android.support.v7.widget.RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor
Android.Support.V7.Widget.RecyclerView+IOnChildAttachStateChangeListenerImplementor, Xamarin.Android.Support.v7.RecyclerView;mono.android.support.v7.widget.RecyclerView_OnChildAttachStateChangeListenerImplementor
Android.Support.V7.Widget.RecyclerView.IOnChildAttachStateChangeListenerImplementor;mono.android.support.v7.widget.RecyclerView_OnChildAttachStateChangeListenerImplementor
mono.android.support.v7.widget.RecyclerView_OnChildAttachStateChangeListenerImplementor;mono.android.support.v7.widget.RecyclerView_OnChildAttachStateChangeListenerImplementor
Android.Support.V7.Widget.RecyclerView+IOnItemTouchListenerImplementor, Xamarin.Android.Support.v7.RecyclerView;mono.android.support.v7.widget.RecyclerView_OnItemTouchListenerImplementor
Android.Support.V7.Widget.RecyclerView.IOnItemTouchListenerImplementor;mono.android.support.v7.widget.RecyclerView_OnItemTouchListenerImplementor
mono.android.support.v7.widget.RecyclerView_OnItemTouchListenerImplementor;mono.android.support.v7.widget.RecyclerView_OnItemTouchListenerImplementor
Android.Support.V7.Widget.RecyclerView+IRecyclerListenerImplementor, Xamarin.Android.Support.v7.RecyclerView;mono.android.support.v7.widget.RecyclerView_RecyclerListenerImplementor
Android.Support.V7.Widget.RecyclerView.IRecyclerListenerImplementor;mono.android.support.v7.widget.RecyclerView_RecyclerListenerImplementor
mono.android.support.v7.widget.RecyclerView_RecyclerListenerImplementor;mono.android.support.v7.widget.RecyclerView_RecyclerListenerImplementor
Xamarin.Forms.Platform.Android.PageExtensions+EmbeddedFragment, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PageExtensions_EmbeddedFragment
Xamarin.Forms.Platform.Android.PageExtensions.EmbeddedFragment;md51558244f76c53b6aeda52c8a337f2c37.PageExtensions_EmbeddedFragment
xamarin.forms.platform.android.PageExtensions_EmbeddedFragment;md51558244f76c53b6aeda52c8a337f2c37.PageExtensions_EmbeddedFragment
Xamarin.Forms.Platform.Android.PageExtensions+EmbeddedSupportFragment, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PageExtensions_EmbeddedSupportFragment
Xamarin.Forms.Platform.Android.PageExtensions.EmbeddedSupportFragment;md51558244f76c53b6aeda52c8a337f2c37.PageExtensions_EmbeddedSupportFragment
xamarin.forms.platform.android.PageExtensions_EmbeddedSupportFragment;md51558244f76c53b6aeda52c8a337f2c37.PageExtensions_EmbeddedSupportFragment
Xamarin.Forms.Platform.Android.CellAdapter, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.CellAdapter
Xamarin.Forms.Platform.Android.CellAdapter;md51558244f76c53b6aeda52c8a337f2c37.CellAdapter
xamarin.forms.platform.android.CellAdapter;md51558244f76c53b6aeda52c8a337f2c37.CellAdapter
Xamarin.Forms.Platform.Android.EntryCellEditText, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.EntryCellEditText
Xamarin.Forms.Platform.Android.EntryCellEditText;md51558244f76c53b6aeda52c8a337f2c37.EntryCellEditText
xamarin.forms.platform.android.EntryCellEditText;md51558244f76c53b6aeda52c8a337f2c37.EntryCellEditText
Xamarin.Forms.Platform.Android.EntryCellView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.EntryCellView
Xamarin.Forms.Platform.Android.EntryCellView;md51558244f76c53b6aeda52c8a337f2c37.EntryCellView
xamarin.forms.platform.android.EntryCellView;md51558244f76c53b6aeda52c8a337f2c37.EntryCellView
Xamarin.Forms.Platform.Android.SwitchCellView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.SwitchCellView
Xamarin.Forms.Platform.Android.SwitchCellView;md51558244f76c53b6aeda52c8a337f2c37.SwitchCellView
xamarin.forms.platform.android.SwitchCellView;md51558244f76c53b6aeda52c8a337f2c37.SwitchCellView
Xamarin.Forms.Platform.Android.FormsAppCompatActivity, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsAppCompatActivity
Xamarin.Forms.Platform.Android.FormsAppCompatActivity;md51558244f76c53b6aeda52c8a337f2c37.FormsAppCompatActivity
xamarin.forms.platform.android.FormsAppCompatActivity;md51558244f76c53b6aeda52c8a337f2c37.FormsAppCompatActivity
Xamarin.Forms.Platform.Android.ImageButtonRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ImageButtonRenderer
Xamarin.Forms.Platform.Android.ImageButtonRenderer;md51558244f76c53b6aeda52c8a337f2c37.ImageButtonRenderer
xamarin.forms.platform.android.ImageButtonRenderer;md51558244f76c53b6aeda52c8a337f2c37.ImageButtonRenderer
Xamarin.Forms.Platform.Android.GestureManager+TapAndPanGestureDetector, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.GestureManager_TapAndPanGestureDetector
Xamarin.Forms.Platform.Android.GestureManager.TapAndPanGestureDetector;md51558244f76c53b6aeda52c8a337f2c37.GestureManager_TapAndPanGestureDetector
xamarin.forms.platform.android.GestureManager_TapAndPanGestureDetector;md51558244f76c53b6aeda52c8a337f2c37.GestureManager_TapAndPanGestureDetector
Xamarin.Forms.Platform.Android.FormsApplicationActivity, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsApplicationActivity
Xamarin.Forms.Platform.Android.FormsApplicationActivity;md51558244f76c53b6aeda52c8a337f2c37.FormsApplicationActivity
xamarin.forms.platform.android.FormsApplicationActivity;md51558244f76c53b6aeda52c8a337f2c37.FormsApplicationActivity
Xamarin.Forms.Platform.Android.AndroidActivity, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.AndroidActivity
Xamarin.Forms.Platform.Android.AndroidActivity;md51558244f76c53b6aeda52c8a337f2c37.AndroidActivity
xamarin.forms.platform.android.AndroidActivity;md51558244f76c53b6aeda52c8a337f2c37.AndroidActivity
Xamarin.Forms.Platform.Android.BaseCellView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.BaseCellView
Xamarin.Forms.Platform.Android.BaseCellView;md51558244f76c53b6aeda52c8a337f2c37.BaseCellView
xamarin.forms.platform.android.BaseCellView;md51558244f76c53b6aeda52c8a337f2c37.BaseCellView
Xamarin.Forms.Platform.Android.CellRenderer+RendererHolder, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.CellRenderer_RendererHolder
Xamarin.Forms.Platform.Android.CellRenderer.RendererHolder;md51558244f76c53b6aeda52c8a337f2c37.CellRenderer_RendererHolder
xamarin.forms.platform.android.CellRenderer_RendererHolder;md51558244f76c53b6aeda52c8a337f2c37.CellRenderer_RendererHolder
Xamarin.Forms.Platform.Android.TextCellRenderer+TextCellView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.TextCellRenderer_TextCellView
Xamarin.Forms.Platform.Android.TextCellRenderer.TextCellView;md51558244f76c53b6aeda52c8a337f2c37.TextCellRenderer_TextCellView
xamarin.forms.platform.android.TextCellRenderer_TextCellView;md51558244f76c53b6aeda52c8a337f2c37.TextCellRenderer_TextCellView
Xamarin.Forms.Platform.Android.ViewCellRenderer+ViewCellContainer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ViewCellRenderer_ViewCellContainer
Xamarin.Forms.Platform.Android.ViewCellRenderer.ViewCellContainer;md51558244f76c53b6aeda52c8a337f2c37.ViewCellRenderer_ViewCellContainer
xamarin.forms.platform.android.ViewCellRenderer_ViewCellContainer;md51558244f76c53b6aeda52c8a337f2c37.ViewCellRenderer_ViewCellContainer
Xamarin.Forms.Platform.Android.ViewCellRenderer+ViewCellContainer+LongPressGestureListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ViewCellRenderer_ViewCellContainer_LongPressGestureListener
Xamarin.Forms.Platform.Android.ViewCellRenderer.ViewCellContainer.LongPressGestureListener;md51558244f76c53b6aeda52c8a337f2c37.ViewCellRenderer_ViewCellContainer_LongPressGestureListener
xamarin.forms.platform.android.ViewCellRenderer_ViewCellContainer_LongPressGestureListener;md51558244f76c53b6aeda52c8a337f2c37.ViewCellRenderer_ViewCellContainer_LongPressGestureListener
Xamarin.Forms.Platform.Android.FormsWebViewClient, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsWebViewClient
Xamarin.Forms.Platform.Android.FormsWebViewClient;md51558244f76c53b6aeda52c8a337f2c37.FormsWebViewClient
xamarin.forms.platform.android.FormsWebViewClient;md51558244f76c53b6aeda52c8a337f2c37.FormsWebViewClient
Xamarin.Forms.Platform.Android.InnerGestureListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.InnerGestureListener
Xamarin.Forms.Platform.Android.InnerGestureListener;md51558244f76c53b6aeda52c8a337f2c37.InnerGestureListener
xamarin.forms.platform.android.InnerGestureListener;md51558244f76c53b6aeda52c8a337f2c37.InnerGestureListener
Xamarin.Forms.Platform.Android.InnerScaleListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.InnerScaleListener
Xamarin.Forms.Platform.Android.InnerScaleListener;md51558244f76c53b6aeda52c8a337f2c37.InnerScaleListener
xamarin.forms.platform.android.InnerScaleListener;md51558244f76c53b6aeda52c8a337f2c37.InnerScaleListener
Xamarin.Forms.Platform.Android.NativeViewWrapperRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.NativeViewWrapperRenderer
Xamarin.Forms.Platform.Android.NativeViewWrapperRenderer;md51558244f76c53b6aeda52c8a337f2c37.NativeViewWrapperRenderer
xamarin.forms.platform.android.NativeViewWrapperRenderer;md51558244f76c53b6aeda52c8a337f2c37.NativeViewWrapperRenderer
Xamarin.Forms.Platform.Android.PowerSaveModeBroadcastReceiver, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PowerSaveModeBroadcastReceiver
Xamarin.Forms.Platform.Android.PowerSaveModeBroadcastReceiver;md51558244f76c53b6aeda52c8a337f2c37.PowerSaveModeBroadcastReceiver
xamarin.forms.platform.android.PowerSaveModeBroadcastReceiver;md51558244f76c53b6aeda52c8a337f2c37.PowerSaveModeBroadcastReceiver
Xamarin.Forms.Platform.Android.AHorizontalScrollView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.AHorizontalScrollView
Xamarin.Forms.Platform.Android.AHorizontalScrollView;md51558244f76c53b6aeda52c8a337f2c37.AHorizontalScrollView
xamarin.forms.platform.android.AHorizontalScrollView;md51558244f76c53b6aeda52c8a337f2c37.AHorizontalScrollView
Xamarin.Forms.Platform.Android.BorderDrawable, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.BorderDrawable
Xamarin.Forms.Platform.Android.BorderDrawable;md51558244f76c53b6aeda52c8a337f2c37.BorderDrawable
xamarin.forms.platform.android.BorderDrawable;md51558244f76c53b6aeda52c8a337f2c37.BorderDrawable
Xamarin.Forms.Platform.Android.ButtonRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer
Xamarin.Forms.Platform.Android.ButtonRenderer;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer
xamarin.forms.platform.android.ButtonRenderer;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer
Xamarin.Forms.Platform.Android.ButtonRenderer+ButtonClickListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer_ButtonClickListener
Xamarin.Forms.Platform.Android.ButtonRenderer.ButtonClickListener;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer_ButtonClickListener
xamarin.forms.platform.android.ButtonRenderer_ButtonClickListener;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer_ButtonClickListener
Xamarin.Forms.Platform.Android.ButtonRenderer+ButtonTouchListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer_ButtonTouchListener
Xamarin.Forms.Platform.Android.ButtonRenderer.ButtonTouchListener;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer_ButtonTouchListener
xamarin.forms.platform.android.ButtonRenderer_ButtonTouchListener;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer_ButtonTouchListener
Xamarin.Forms.Platform.Android.ConditionalFocusLayout, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ConditionalFocusLayout
Xamarin.Forms.Platform.Android.ConditionalFocusLayout;md51558244f76c53b6aeda52c8a337f2c37.ConditionalFocusLayout
xamarin.forms.platform.android.ConditionalFocusLayout;md51558244f76c53b6aeda52c8a337f2c37.ConditionalFocusLayout
Xamarin.Forms.Platform.Android.FormsEditText, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsEditText
Xamarin.Forms.Platform.Android.FormsEditText;md51558244f76c53b6aeda52c8a337f2c37.FormsEditText
xamarin.forms.platform.android.FormsEditText;md51558244f76c53b6aeda52c8a337f2c37.FormsEditText
Xamarin.Forms.Platform.Android.EntryEditText, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.EntryEditText
Xamarin.Forms.Platform.Android.EntryEditText;md51558244f76c53b6aeda52c8a337f2c37.EntryEditText
xamarin.forms.platform.android.EntryEditText;md51558244f76c53b6aeda52c8a337f2c37.EntryEditText
Xamarin.Forms.Platform.Android.EditorEditText, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.EditorEditText
Xamarin.Forms.Platform.Android.EditorEditText;md51558244f76c53b6aeda52c8a337f2c37.EditorEditText
xamarin.forms.platform.android.EditorEditText;md51558244f76c53b6aeda52c8a337f2c37.EditorEditText
Xamarin.Forms.Platform.Android.FormattedStringExtensions+FontSpan, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_FontSpan
Xamarin.Forms.Platform.Android.FormattedStringExtensions.FontSpan;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_FontSpan
xamarin.forms.platform.android.FormattedStringExtensions_FontSpan;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_FontSpan
Xamarin.Forms.Platform.Android.FormattedStringExtensions+TextDecorationSpan, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_TextDecorationSpan
Xamarin.Forms.Platform.Android.FormattedStringExtensions.TextDecorationSpan;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_TextDecorationSpan
xamarin.forms.platform.android.FormattedStringExtensions_TextDecorationSpan;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_TextDecorationSpan
Xamarin.Forms.Platform.Android.FormattedStringExtensions+LineHeightSpan, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_LineHeightSpan
Xamarin.Forms.Platform.Android.FormattedStringExtensions.LineHeightSpan;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_LineHeightSpan
xamarin.forms.platform.android.FormattedStringExtensions_LineHeightSpan;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_LineHeightSpan
Xamarin.Forms.Platform.Android.FormsImageView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsImageView
Xamarin.Forms.Platform.Android.FormsImageView;md51558244f76c53b6aeda52c8a337f2c37.FormsImageView
xamarin.forms.platform.android.FormsImageView;md51558244f76c53b6aeda52c8a337f2c37.FormsImageView
Xamarin.Forms.Platform.Android.FormsTextView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsTextView
Xamarin.Forms.Platform.Android.FormsTextView;md51558244f76c53b6aeda52c8a337f2c37.FormsTextView
xamarin.forms.platform.android.FormsTextView;md51558244f76c53b6aeda52c8a337f2c37.FormsTextView
Xamarin.Forms.Platform.Android.FormsWebChromeClient, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsWebChromeClient
Xamarin.Forms.Platform.Android.FormsWebChromeClient;md51558244f76c53b6aeda52c8a337f2c37.FormsWebChromeClient
xamarin.forms.platform.android.FormsWebChromeClient;md51558244f76c53b6aeda52c8a337f2c37.FormsWebChromeClient
Xamarin.Forms.Platform.Android.GenericAnimatorListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.GenericAnimatorListener
Xamarin.Forms.Platform.Android.GenericAnimatorListener;md51558244f76c53b6aeda52c8a337f2c37.GenericAnimatorListener
xamarin.forms.platform.android.GenericAnimatorListener;md51558244f76c53b6aeda52c8a337f2c37.GenericAnimatorListener
Xamarin.Forms.Platform.Android.LocalizedDigitsKeyListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.LocalizedDigitsKeyListener
Xamarin.Forms.Platform.Android.LocalizedDigitsKeyListener;md51558244f76c53b6aeda52c8a337f2c37.LocalizedDigitsKeyListener
xamarin.forms.platform.android.LocalizedDigitsKeyListener;md51558244f76c53b6aeda52c8a337f2c37.LocalizedDigitsKeyListener
Xamarin.Forms.Platform.Android.MasterDetailContainer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.MasterDetailContainer
Xamarin.Forms.Platform.Android.MasterDetailContainer;md51558244f76c53b6aeda52c8a337f2c37.MasterDetailContainer
xamarin.forms.platform.android.MasterDetailContainer;md51558244f76c53b6aeda52c8a337f2c37.MasterDetailContainer
Xamarin.Forms.Platform.Android.PageContainer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PageContainer
Xamarin.Forms.Platform.Android.PageContainer;md51558244f76c53b6aeda52c8a337f2c37.PageContainer
xamarin.forms.platform.android.PageContainer;md51558244f76c53b6aeda52c8a337f2c37.PageContainer
Xamarin.Forms.Platform.Android.ScrollViewContainer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ScrollViewContainer
Xamarin.Forms.Platform.Android.ScrollViewContainer;md51558244f76c53b6aeda52c8a337f2c37.ScrollViewContainer
xamarin.forms.platform.android.ScrollViewContainer;md51558244f76c53b6aeda52c8a337f2c37.ScrollViewContainer
Xamarin.Forms.Platform.Android.ToolbarButton, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ToolbarButton
Xamarin.Forms.Platform.Android.ToolbarButton;md51558244f76c53b6aeda52c8a337f2c37.ToolbarButton
xamarin.forms.platform.android.ToolbarButton;md51558244f76c53b6aeda52c8a337f2c37.ToolbarButton
Xamarin.Forms.Platform.Android.ToolbarImageButton, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ToolbarImageButton
Xamarin.Forms.Platform.Android.ToolbarImageButton;md51558244f76c53b6aeda52c8a337f2c37.ToolbarImageButton
xamarin.forms.platform.android.ToolbarImageButton;md51558244f76c53b6aeda52c8a337f2c37.ToolbarImageButton
Xamarin.Forms.Platform.Android.GenericMenuClickListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.GenericMenuClickListener
Xamarin.Forms.Platform.Android.GenericMenuClickListener;md51558244f76c53b6aeda52c8a337f2c37.GenericMenuClickListener
xamarin.forms.platform.android.GenericMenuClickListener;md51558244f76c53b6aeda52c8a337f2c37.GenericMenuClickListener
Xamarin.Forms.Platform.Android.ViewRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer
Xamarin.Forms.Platform.Android.ViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer
xamarin.forms.platform.android.ViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer
Xamarin.Forms.Platform.Android.ViewRenderer`2, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2
Xamarin.Forms.Platform.Android.ViewRenderer`2;md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2
xamarin.forms.platform.android.ViewRenderer_2;md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2
Xamarin.Forms.Platform.Android.Platform+DefaultRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.Platform_DefaultRenderer
Xamarin.Forms.Platform.Android.Platform.DefaultRenderer;md51558244f76c53b6aeda52c8a337f2c37.Platform_DefaultRenderer
xamarin.forms.platform.android.Platform_DefaultRenderer;md51558244f76c53b6aeda52c8a337f2c37.Platform_DefaultRenderer
Xamarin.Forms.Platform.Android.PlatformRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PlatformRenderer
Xamarin.Forms.Platform.Android.PlatformRenderer;md51558244f76c53b6aeda52c8a337f2c37.PlatformRenderer
xamarin.forms.platform.android.PlatformRenderer;md51558244f76c53b6aeda52c8a337f2c37.PlatformRenderer
Xamarin.Forms.Platform.Android.ActionSheetRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ActionSheetRenderer
Xamarin.Forms.Platform.Android.ActionSheetRenderer;md51558244f76c53b6aeda52c8a337f2c37.ActionSheetRenderer
xamarin.forms.platform.android.ActionSheetRenderer;md51558244f76c53b6aeda52c8a337f2c37.ActionSheetRenderer
Xamarin.Forms.Platform.Android.ActivityIndicatorRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ActivityIndicatorRenderer
Xamarin.Forms.Platform.Android.ActivityIndicatorRenderer;md51558244f76c53b6aeda52c8a337f2c37.ActivityIndicatorRenderer
xamarin.forms.platform.android.ActivityIndicatorRenderer;md51558244f76c53b6aeda52c8a337f2c37.ActivityIndicatorRenderer
Xamarin.Forms.Platform.Android.BoxRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.BoxRenderer
Xamarin.Forms.Platform.Android.BoxRenderer;md51558244f76c53b6aeda52c8a337f2c37.BoxRenderer
xamarin.forms.platform.android.BoxRenderer;md51558244f76c53b6aeda52c8a337f2c37.BoxRenderer
Xamarin.Forms.Platform.Android.CarouselPageRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.CarouselPageRenderer
Xamarin.Forms.Platform.Android.CarouselPageRenderer;md51558244f76c53b6aeda52c8a337f2c37.CarouselPageRenderer
xamarin.forms.platform.android.CarouselPageRenderer;md51558244f76c53b6aeda52c8a337f2c37.CarouselPageRenderer
Xamarin.Forms.Platform.Android.DatePickerRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.DatePickerRenderer
Xamarin.Forms.Platform.Android.DatePickerRenderer;md51558244f76c53b6aeda52c8a337f2c37.DatePickerRenderer
xamarin.forms.platform.android.DatePickerRenderer;md51558244f76c53b6aeda52c8a337f2c37.DatePickerRenderer
Xamarin.Forms.Platform.Android.DatePickerRenderer+TextFieldClickHandler, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.DatePickerRenderer_TextFieldClickHandler
Xamarin.Forms.Platform.Android.DatePickerRenderer.TextFieldClickHandler;md51558244f76c53b6aeda52c8a337f2c37.DatePickerRenderer_TextFieldClickHandler
xamarin.forms.platform.android.DatePickerRenderer_TextFieldClickHandler;md51558244f76c53b6aeda52c8a337f2c37.DatePickerRenderer_TextFieldClickHandler
Xamarin.Forms.Platform.Android.EditorRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.EditorRenderer
Xamarin.Forms.Platform.Android.EditorRenderer;md51558244f76c53b6aeda52c8a337f2c37.EditorRenderer
xamarin.forms.platform.android.EditorRenderer;md51558244f76c53b6aeda52c8a337f2c37.EditorRenderer
Xamarin.Forms.Platform.Android.EntryRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.EntryRenderer
Xamarin.Forms.Platform.Android.EntryRenderer;md51558244f76c53b6aeda52c8a337f2c37.EntryRenderer
xamarin.forms.platform.android.EntryRenderer;md51558244f76c53b6aeda52c8a337f2c37.EntryRenderer
Xamarin.Forms.Platform.Android.FrameRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FrameRenderer
Xamarin.Forms.Platform.Android.FrameRenderer;md51558244f76c53b6aeda52c8a337f2c37.FrameRenderer
xamarin.forms.platform.android.FrameRenderer;md51558244f76c53b6aeda52c8a337f2c37.FrameRenderer
Xamarin.Forms.Platform.Android.FrameRenderer+FrameDrawable, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FrameRenderer_FrameDrawable
Xamarin.Forms.Platform.Android.FrameRenderer.FrameDrawable;md51558244f76c53b6aeda52c8a337f2c37.FrameRenderer_FrameDrawable
xamarin.forms.platform.android.FrameRenderer_FrameDrawable;md51558244f76c53b6aeda52c8a337f2c37.FrameRenderer_FrameDrawable
Xamarin.Forms.Platform.Android.ImageRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ImageRenderer
Xamarin.Forms.Platform.Android.ImageRenderer;md51558244f76c53b6aeda52c8a337f2c37.ImageRenderer
xamarin.forms.platform.android.ImageRenderer;md51558244f76c53b6aeda52c8a337f2c37.ImageRenderer
Xamarin.Forms.Platform.Android.LabelRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.LabelRenderer
Xamarin.Forms.Platform.Android.LabelRenderer;md51558244f76c53b6aeda52c8a337f2c37.LabelRenderer
xamarin.forms.platform.android.LabelRenderer;md51558244f76c53b6aeda52c8a337f2c37.LabelRenderer
Xamarin.Forms.Platform.Android.ListViewAdapter, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ListViewAdapter
Xamarin.Forms.Platform.Android.ListViewAdapter;md51558244f76c53b6aeda52c8a337f2c37.ListViewAdapter
xamarin.forms.platform.android.ListViewAdapter;md51558244f76c53b6aeda52c8a337f2c37.ListViewAdapter
Xamarin.Forms.Platform.Android.ListViewRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ListViewRenderer
Xamarin.Forms.Platform.Android.ListViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.ListViewRenderer
xamarin.forms.platform.android.ListViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.ListViewRenderer
Xamarin.Forms.Platform.Android.ListViewRenderer+Container, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ListViewRenderer_Container
Xamarin.Forms.Platform.Android.ListViewRenderer.Container;md51558244f76c53b6aeda52c8a337f2c37.ListViewRenderer_Container
xamarin.forms.platform.android.ListViewRenderer_Container;md51558244f76c53b6aeda52c8a337f2c37.ListViewRenderer_Container
Xamarin.Forms.Platform.Android.MasterDetailRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.MasterDetailRenderer
Xamarin.Forms.Platform.Android.MasterDetailRenderer;md51558244f76c53b6aeda52c8a337f2c37.MasterDetailRenderer
xamarin.forms.platform.android.MasterDetailRenderer;md51558244f76c53b6aeda52c8a337f2c37.MasterDetailRenderer
Xamarin.Forms.Platform.Android.NavigationMenuRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer
Xamarin.Forms.Platform.Android.NavigationMenuRenderer;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer
xamarin.forms.platform.android.NavigationMenuRenderer;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer
Xamarin.Forms.Platform.Android.NavigationMenuRenderer+MenuElementView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer_MenuElementView
Xamarin.Forms.Platform.Android.NavigationMenuRenderer.MenuElementView;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer_MenuElementView
xamarin.forms.platform.android.NavigationMenuRenderer_MenuElementView;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer_MenuElementView
Xamarin.Forms.Platform.Android.NavigationMenuRenderer+MenuAdapter, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer_MenuAdapter
Xamarin.Forms.Platform.Android.NavigationMenuRenderer.MenuAdapter;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer_MenuAdapter
xamarin.forms.platform.android.NavigationMenuRenderer_MenuAdapter;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer_MenuAdapter
Xamarin.Forms.Platform.Android.NavigationRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.NavigationRenderer
Xamarin.Forms.Platform.Android.NavigationRenderer;md51558244f76c53b6aeda52c8a337f2c37.NavigationRenderer
xamarin.forms.platform.android.NavigationRenderer;md51558244f76c53b6aeda52c8a337f2c37.NavigationRenderer
Xamarin.Forms.Platform.Android.ObjectJavaBox`1, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ObjectJavaBox_1
Xamarin.Forms.Platform.Android.ObjectJavaBox`1;md51558244f76c53b6aeda52c8a337f2c37.ObjectJavaBox_1
xamarin.forms.platform.android.ObjectJavaBox_1;md51558244f76c53b6aeda52c8a337f2c37.ObjectJavaBox_1
Xamarin.Forms.Platform.Android.CarouselPageAdapter, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.CarouselPageAdapter
Xamarin.Forms.Platform.Android.CarouselPageAdapter;md51558244f76c53b6aeda52c8a337f2c37.CarouselPageAdapter
xamarin.forms.platform.android.CarouselPageAdapter;md51558244f76c53b6aeda52c8a337f2c37.CarouselPageAdapter
Xamarin.Forms.Platform.Android.PageRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PageRenderer
Xamarin.Forms.Platform.Android.PageRenderer;md51558244f76c53b6aeda52c8a337f2c37.PageRenderer
xamarin.forms.platform.android.PageRenderer;md51558244f76c53b6aeda52c8a337f2c37.PageRenderer
Xamarin.Forms.Platform.Android.ProgressBarRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ProgressBarRenderer
Xamarin.Forms.Platform.Android.ProgressBarRenderer;md51558244f76c53b6aeda52c8a337f2c37.ProgressBarRenderer
xamarin.forms.platform.android.ProgressBarRenderer;md51558244f76c53b6aeda52c8a337f2c37.ProgressBarRenderer
Xamarin.Forms.Platform.Android.ScrollViewRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ScrollViewRenderer
Xamarin.Forms.Platform.Android.ScrollViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.ScrollViewRenderer
xamarin.forms.platform.android.ScrollViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.ScrollViewRenderer
Xamarin.Forms.Platform.Android.SearchBarRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.SearchBarRenderer
Xamarin.Forms.Platform.Android.SearchBarRenderer;md51558244f76c53b6aeda52c8a337f2c37.SearchBarRenderer
xamarin.forms.platform.android.SearchBarRenderer;md51558244f76c53b6aeda52c8a337f2c37.SearchBarRenderer
Xamarin.Forms.Platform.Android.SliderRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.SliderRenderer
Xamarin.Forms.Platform.Android.SliderRenderer;md51558244f76c53b6aeda52c8a337f2c37.SliderRenderer
xamarin.forms.platform.android.SliderRenderer;md51558244f76c53b6aeda52c8a337f2c37.SliderRenderer
Xamarin.Forms.Platform.Android.StepperRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.StepperRenderer
Xamarin.Forms.Platform.Android.StepperRenderer;md51558244f76c53b6aeda52c8a337f2c37.StepperRenderer
xamarin.forms.platform.android.StepperRenderer;md51558244f76c53b6aeda52c8a337f2c37.StepperRenderer
Xamarin.Forms.Platform.Android.StepperRenderer+StepperListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.StepperRenderer_StepperListener
Xamarin.Forms.Platform.Android.StepperRenderer.StepperListener;md51558244f76c53b6aeda52c8a337f2c37.StepperRenderer_StepperListener
xamarin.forms.platform.android.StepperRenderer_StepperListener;md51558244f76c53b6aeda52c8a337f2c37.StepperRenderer_StepperListener
Xamarin.Forms.Platform.Android.SwitchRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.SwitchRenderer
Xamarin.Forms.Platform.Android.SwitchRenderer;md51558244f76c53b6aeda52c8a337f2c37.SwitchRenderer
xamarin.forms.platform.android.SwitchRenderer;md51558244f76c53b6aeda52c8a337f2c37.SwitchRenderer
Xamarin.Forms.Platform.Android.TabbedRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.TabbedRenderer
Xamarin.Forms.Platform.Android.TabbedRenderer;md51558244f76c53b6aeda52c8a337f2c37.TabbedRenderer
xamarin.forms.platform.android.TabbedRenderer;md51558244f76c53b6aeda52c8a337f2c37.TabbedRenderer
Xamarin.Forms.Platform.Android.TableViewModelRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.TableViewModelRenderer
Xamarin.Forms.Platform.Android.TableViewModelRenderer;md51558244f76c53b6aeda52c8a337f2c37.TableViewModelRenderer
xamarin.forms.platform.android.TableViewModelRenderer;md51558244f76c53b6aeda52c8a337f2c37.TableViewModelRenderer
Xamarin.Forms.Platform.Android.TableViewRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.TableViewRenderer
Xamarin.Forms.Platform.Android.TableViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.TableViewRenderer
xamarin.forms.platform.android.TableViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.TableViewRenderer
Xamarin.Forms.Platform.Android.TimePickerRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.TimePickerRenderer
Xamarin.Forms.Platform.Android.TimePickerRenderer;md51558244f76c53b6aeda52c8a337f2c37.TimePickerRenderer
xamarin.forms.platform.android.TimePickerRenderer;md51558244f76c53b6aeda52c8a337f2c37.TimePickerRenderer
Xamarin.Forms.Platform.Android.TimePickerRenderer+TimePickerListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.TimePickerRenderer_TimePickerListener
Xamarin.Forms.Platform.Android.TimePickerRenderer.TimePickerListener;md51558244f76c53b6aeda52c8a337f2c37.TimePickerRenderer_TimePickerListener
xamarin.forms.platform.android.TimePickerRenderer_TimePickerListener;md51558244f76c53b6aeda52c8a337f2c37.TimePickerRenderer_TimePickerListener
Xamarin.Forms.Platform.Android.WebViewRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer
Xamarin.Forms.Platform.Android.WebViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer
xamarin.forms.platform.android.WebViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer
Xamarin.Forms.Platform.Android.WebViewRenderer+JavascriptResult, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer_JavascriptResult
Xamarin.Forms.Platform.Android.WebViewRenderer.JavascriptResult;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer_JavascriptResult
xamarin.forms.platform.android.WebViewRenderer_JavascriptResult;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer_JavascriptResult
Xamarin.Forms.Platform.Android.VisualElementRenderer`1, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1
Xamarin.Forms.Platform.Android.VisualElementRenderer`1;md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1
xamarin.forms.platform.android.VisualElementRenderer_1;md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1
Xamarin.Forms.Platform.Android.VisualElementTracker+AttachTracker, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.VisualElementTracker_AttachTracker
Xamarin.Forms.Platform.Android.VisualElementTracker.AttachTracker;md51558244f76c53b6aeda52c8a337f2c37.VisualElementTracker_AttachTracker
xamarin.forms.platform.android.VisualElementTracker_AttachTracker;md51558244f76c53b6aeda52c8a337f2c37.VisualElementTracker_AttachTracker
Xamarin.Forms.Platform.Android.PickerRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PickerRenderer
Xamarin.Forms.Platform.Android.PickerRenderer;md51558244f76c53b6aeda52c8a337f2c37.PickerRenderer
xamarin.forms.platform.android.PickerRenderer;md51558244f76c53b6aeda52c8a337f2c37.PickerRenderer
Xamarin.Forms.Platform.Android.PickerRenderer+PickerListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PickerRenderer_PickerListener
Xamarin.Forms.Platform.Android.PickerRenderer.PickerListener;md51558244f76c53b6aeda52c8a337f2c37.PickerRenderer_PickerListener
xamarin.forms.platform.android.PickerRenderer_PickerListener;md51558244f76c53b6aeda52c8a337f2c37.PickerRenderer_PickerListener
Xamarin.Forms.Platform.Android.OpenGLViewRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.OpenGLViewRenderer
Xamarin.Forms.Platform.Android.OpenGLViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.OpenGLViewRenderer
xamarin.forms.platform.android.OpenGLViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.OpenGLViewRenderer
Xamarin.Forms.Platform.Android.OpenGLViewRenderer+Renderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.OpenGLViewRenderer_Renderer
Xamarin.Forms.Platform.Android.OpenGLViewRenderer.Renderer;md51558244f76c53b6aeda52c8a337f2c37.OpenGLViewRenderer_Renderer
xamarin.forms.platform.android.OpenGLViewRenderer_Renderer;md51558244f76c53b6aeda52c8a337f2c37.OpenGLViewRenderer_Renderer
Xamarin.Forms.Platform.Android.FormsSeekBar, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsSeekBar
Xamarin.Forms.Platform.Android.FormsSeekBar;md51558244f76c53b6aeda52c8a337f2c37.FormsSeekBar
xamarin.forms.platform.android.FormsSeekBar;md51558244f76c53b6aeda52c8a337f2c37.FormsSeekBar
Xamarin.Forms.Platform.Android.GroupedListViewAdapter, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.GroupedListViewAdapter
Xamarin.Forms.Platform.Android.GroupedListViewAdapter;md51558244f76c53b6aeda52c8a337f2c37.GroupedListViewAdapter
xamarin.forms.platform.android.GroupedListViewAdapter;md51558244f76c53b6aeda52c8a337f2c37.GroupedListViewAdapter
Xamarin.Forms.Platform.Android.FastRenderers.ButtonRenderer, Xamarin.Forms.Platform.Android;md5f92e0daf340890c9667469657ee2ece8.ButtonRenderer
Xamarin.Forms.Platform.Android.FastRenderers.ButtonRenderer;md5f92e0daf340890c9667469657ee2ece8.ButtonRenderer
xamarin.forms.platform.android.fastrenderers.ButtonRenderer;md5f92e0daf340890c9667469657ee2ece8.ButtonRenderer
Xamarin.Forms.Platform.Android.FastRenderers.FrameRenderer, Xamarin.Forms.Platform.Android;md5f92e0daf340890c9667469657ee2ece8.FrameRenderer
Xamarin.Forms.Platform.Android.FastRenderers.FrameRenderer;md5f92e0daf340890c9667469657ee2ece8.FrameRenderer
xamarin.forms.platform.android.fastrenderers.FrameRenderer;md5f92e0daf340890c9667469657ee2ece8.FrameRenderer
Xamarin.Forms.Platform.Android.FastRenderers.LabelRenderer, Xamarin.Forms.Platform.Android;md5f92e0daf340890c9667469657ee2ece8.LabelRenderer
Xamarin.Forms.Platform.Android.FastRenderers.LabelRenderer;md5f92e0daf340890c9667469657ee2ece8.LabelRenderer
xamarin.forms.platform.android.fastrenderers.LabelRenderer;md5f92e0daf340890c9667469657ee2ece8.LabelRenderer
Xamarin.Forms.Platform.Android.FastRenderers.ImageRenderer, Xamarin.Forms.Platform.Android;md5f92e0daf340890c9667469657ee2ece8.ImageRenderer
Xamarin.Forms.Platform.Android.FastRenderers.ImageRenderer;md5f92e0daf340890c9667469657ee2ece8.ImageRenderer
xamarin.forms.platform.android.fastrenderers.ImageRenderer;md5f92e0daf340890c9667469657ee2ece8.ImageRenderer
Xamarin.Forms.Platform.Android.AppCompat.FrameRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.FrameRenderer
Xamarin.Forms.Platform.Android.AppCompat.FrameRenderer;md58432a647068b097f9637064b8985a5e0.FrameRenderer
xamarin.forms.platform.android.appcompat.FrameRenderer;md58432a647068b097f9637064b8985a5e0.FrameRenderer
Xamarin.Forms.Platform.Android.AppCompat.FormsViewPager, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.FormsViewPager
Xamarin.Forms.Platform.Android.AppCompat.FormsViewPager;md58432a647068b097f9637064b8985a5e0.FormsViewPager
xamarin.forms.platform.android.appcompat.FormsViewPager;md58432a647068b097f9637064b8985a5e0.FormsViewPager
Xamarin.Forms.Platform.Android.AppCompat.FragmentContainer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.FragmentContainer
Xamarin.Forms.Platform.Android.AppCompat.FragmentContainer;md58432a647068b097f9637064b8985a5e0.FragmentContainer
xamarin.forms.platform.android.appcompat.FragmentContainer;md58432a647068b097f9637064b8985a5e0.FragmentContainer
Xamarin.Forms.Platform.Android.AppCompat.MasterDetailContainer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.MasterDetailContainer
Xamarin.Forms.Platform.Android.AppCompat.MasterDetailContainer;md58432a647068b097f9637064b8985a5e0.MasterDetailContainer
xamarin.forms.platform.android.appcompat.MasterDetailContainer;md58432a647068b097f9637064b8985a5e0.MasterDetailContainer
Xamarin.Forms.Platform.Android.AppCompat.Platform+ModalContainer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.Platform_ModalContainer
Xamarin.Forms.Platform.Android.AppCompat.Platform.ModalContainer;md58432a647068b097f9637064b8985a5e0.Platform_ModalContainer
xamarin.forms.platform.android.appcompat.Platform_ModalContainer;md58432a647068b097f9637064b8985a5e0.Platform_ModalContainer
Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.ButtonRenderer
Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer;md58432a647068b097f9637064b8985a5e0.ButtonRenderer
xamarin.forms.platform.android.appcompat.ButtonRenderer;md58432a647068b097f9637064b8985a5e0.ButtonRenderer
Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer+ButtonClickListener, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.ButtonRenderer_ButtonClickListener
Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer.ButtonClickListener;md58432a647068b097f9637064b8985a5e0.ButtonRenderer_ButtonClickListener
xamarin.forms.platform.android.appcompat.ButtonRenderer_ButtonClickListener;md58432a647068b097f9637064b8985a5e0.ButtonRenderer_ButtonClickListener
Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer+ButtonTouchListener, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.ButtonRenderer_ButtonTouchListener
Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer.ButtonTouchListener;md58432a647068b097f9637064b8985a5e0.ButtonRenderer_ButtonTouchListener
xamarin.forms.platform.android.appcompat.ButtonRenderer_ButtonTouchListener;md58432a647068b097f9637064b8985a5e0.ButtonRenderer_ButtonTouchListener
Xamarin.Forms.Platform.Android.AppCompat.MasterDetailPageRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.MasterDetailPageRenderer
Xamarin.Forms.Platform.Android.AppCompat.MasterDetailPageRenderer;md58432a647068b097f9637064b8985a5e0.MasterDetailPageRenderer
xamarin.forms.platform.android.appcompat.MasterDetailPageRenderer;md58432a647068b097f9637064b8985a5e0.MasterDetailPageRenderer
Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer
Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer
xamarin.forms.platform.android.appcompat.NavigationPageRenderer;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer
Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+ClickListener, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_ClickListener
Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer.ClickListener;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_ClickListener
xamarin.forms.platform.android.appcompat.NavigationPageRenderer_ClickListener;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_ClickListener
Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+Container, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_Container
Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer.Container;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_Container
xamarin.forms.platform.android.appcompat.NavigationPageRenderer_Container;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_Container
Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+DrawerMultiplexedListener, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_DrawerMultiplexedListener
Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer.DrawerMultiplexedListener;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_DrawerMultiplexedListener
xamarin.forms.platform.android.appcompat.NavigationPageRenderer_DrawerMultiplexedListener;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_DrawerMultiplexedListener
Xamarin.Forms.Platform.Android.AppCompat.SwitchRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.SwitchRenderer
Xamarin.Forms.Platform.Android.AppCompat.SwitchRenderer;md58432a647068b097f9637064b8985a5e0.SwitchRenderer
xamarin.forms.platform.android.appcompat.SwitchRenderer;md58432a647068b097f9637064b8985a5e0.SwitchRenderer
Xamarin.Forms.Platform.Android.AppCompat.TabbedPageRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.TabbedPageRenderer
Xamarin.Forms.Platform.Android.AppCompat.TabbedPageRenderer;md58432a647068b097f9637064b8985a5e0.TabbedPageRenderer
xamarin.forms.platform.android.appcompat.TabbedPageRenderer;md58432a647068b097f9637064b8985a5e0.TabbedPageRenderer
Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.PickerRenderer
Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer;md58432a647068b097f9637064b8985a5e0.PickerRenderer
xamarin.forms.platform.android.appcompat.PickerRenderer;md58432a647068b097f9637064b8985a5e0.PickerRenderer
Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer+PickerListener, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.PickerRenderer_PickerListener
Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer.PickerListener;md58432a647068b097f9637064b8985a5e0.PickerRenderer_PickerListener
xamarin.forms.platform.android.appcompat.PickerRenderer_PickerListener;md58432a647068b097f9637064b8985a5e0.PickerRenderer_PickerListener
Xamarin.Forms.Platform.Android.AppCompat.ViewRenderer`2, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.ViewRenderer_2
Xamarin.Forms.Platform.Android.AppCompat.ViewRenderer`2;md58432a647068b097f9637064b8985a5e0.ViewRenderer_2
xamarin.forms.platform.android.appcompat.ViewRenderer_2;md58432a647068b097f9637064b8985a5e0.ViewRenderer_2
Xamarin.Forms.Platform.Android.AppCompat.CarouselPageRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.CarouselPageRenderer
Xamarin.Forms.Platform.Android.AppCompat.CarouselPageRenderer;md58432a647068b097f9637064b8985a5e0.CarouselPageRenderer
xamarin.forms.platform.android.appcompat.CarouselPageRenderer;md58432a647068b097f9637064b8985a5e0.CarouselPageRenderer
Xamarin.Forms.Platform.Android.AppCompat.FormsFragmentPagerAdapter`1, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.FormsFragmentPagerAdapter_1
Xamarin.Forms.Platform.Android.AppCompat.FormsFragmentPagerAdapter`1;md58432a647068b097f9637064b8985a5e0.FormsFragmentPagerAdapter_1
xamarin.forms.platform.android.appcompat.FormsFragmentPagerAdapter_1;md58432a647068b097f9637064b8985a5e0.FormsFragmentPagerAdapter_1

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application android:label="Calculadora.Android" android:icon="@mipmap/icon" android:name="android.app.Application" android:allowBackup="true" android:debuggable="true">
<activity android:configChanges="orientation|screenSize" android:icon="@mipmap/icon" android:label="Calculadora" android:theme="@style/MainTheme" android:name="md5a73d74e36801d8da9acef67fce157c4c.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<receiver android:enabled="true" android:exported="false" android:name="md51558244f76c53b6aeda52c8a337f2c37.PowerSaveModeBroadcastReceiver" />
<provider android:name="mono.MonoRuntimeProvider" android:exported="false" android:initOrder="2147483647" android:authorities="com.companyname.mono.MonoRuntimeProvider.__mono_init__" />
<!--suppress ExportedReceiver-->
<receiver android:name="mono.android.Seppuku">
<intent-filter>
<action android:name="mono.android.intent.action.SEPPUKU" />
<category android:name="mono.android.intent.category.SEPPUKU.com.companyname" />
</intent-filter>
</receiver>
</application>
</manifest>

View File

@ -0,0 +1,273 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="configProtectedData" type="System.Configuration.ProtectedConfigurationSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="appSettings" type="System.Configuration.AppSettingsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="connectionStrings" type="System.Configuration.ConnectionStringsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="mscorlib" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false"/>
<section name="runtime" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false"/>
<section name="assemblyBinding" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false" />
<section name="satelliteassemblies" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false" />
<section name="startup" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false"/>
<section name="system.codedom" type="System.CodeDom.Compiler.CodeDomConfigurationHandler, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="system.data" type="System.Data.Common.DbProviderFactoriesConfigurationHandler, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="system.diagnostics" type="System.Diagnostics.DiagnosticsConfigurationHandler, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="system.runtime.remoting" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowLocation="false"/>
<section name="system.windows.forms" type="System.Windows.Forms.WindowsFormsSection, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="windows" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowLocation="false" />
<section name="strongNames" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowLocation="false"/>
<sectionGroup name="system.web" type="System.Web.Configuration.SystemWebSectionGroup, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<section name="anonymousIdentification" type="System.Web.Configuration.AnonymousIdentificationSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>
<section name="authentication" type="System.Web.Configuration.AuthenticationSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>
<section name="authorization" type="System.Web.Configuration.AuthorizationSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="browserCaps" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="clientTarget" type="System.Web.Configuration.ClientTargetSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="compilation" type="System.Web.Configuration.CompilationSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="customErrors" type="System.Web.Configuration.CustomErrorsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="deployment" type="System.Web.Configuration.DeploymentSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineOnly" />
<section name="globalization" type="System.Web.Configuration.GlobalizationSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="healthMonitoring" type="System.Web.Configuration.HealthMonitoringSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>
<section name="hostingEnvironment" type="System.Web.Configuration.HostingEnvironmentSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication" />
<section name="httpCookies" type="System.Web.Configuration.HttpCookiesSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="httpHandlers" type="System.Web.Configuration.HttpHandlersSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="httpModules" type="System.Web.Configuration.HttpModulesSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="httpRuntime" type="System.Web.Configuration.HttpRuntimeSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="identity" type="System.Web.Configuration.IdentitySection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="machineKey" type="System.Web.Configuration.MachineKeySection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="membership" type="System.Web.Configuration.MembershipSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="mobileControls" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="deviceFilters" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="pages" type="System.Web.Configuration.PagesSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="processModel" type="System.Web.Configuration.ProcessModelSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineOnly" allowLocation="false" />
<section name="profile" type="System.Web.Configuration.ProfileSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>
<section name="roleManager" type="System.Web.Configuration.RoleManagerSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>
<section name="securityPolicy" type="System.Web.Configuration.SecurityPolicySection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication" />
<section name="sessionPageState" type="System.Web.Configuration.SessionPageStateSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="sessionState" type="System.Web.Configuration.SessionStateSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>
<section name="siteMap" type="System.Web.Configuration.SiteMapSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>
<section name="trace" type="System.Web.Configuration.TraceSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="trust" type="System.Web.Configuration.TrustSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication" />
<section name="urlMappings" type="System.Web.Configuration.UrlMappingsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>
<section name="webControls" type="System.Web.Configuration.WebControlsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="webParts" type="System.Web.Configuration.WebPartsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="webServices" type="System.Web.Services.Configuration.WebServicesSection, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="xhtmlConformance" type="System.Web.Configuration.XhtmlConformanceSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<sectionGroup name="caching" type="System.Web.Configuration.SystemWebCachingSectionGroup, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<section name="cache" type="System.Web.Configuration.CacheSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>
<section name="outputCache" type="System.Web.Configuration.OutputCacheSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>
<section name="outputCacheSettings" type="System.Web.Configuration.OutputCacheSettingsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>
<section name="sqlCacheDependency" type="System.Web.Configuration.OutputCacheSettingsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>
</sectionGroup>
<section name="monoSettings" type="System.Web.Configuration.MonoSettingsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</sectionGroup>
<sectionGroup name="system.net" type="System.Net.Configuration.NetSectionGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="authenticationModules" type="System.Net.Configuration.AuthenticationModulesSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="connectionManagement" type="System.Net.Configuration.ConnectionManagementSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="defaultProxy" type="System.Net.Configuration.DefaultProxySection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<sectionGroup name="mailSettings" type="System.Net.Configuration.MailSettingsSectionGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="smtp" type="System.Net.Configuration.SmtpSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</sectionGroup>
<section name="requestCaching" type="System.Net.Configuration.RequestCachingSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="settings" type="System.Net.Configuration.SettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="webRequestModules" type="System.Net.Configuration.WebRequestModulesSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</sectionGroup>
<section name="system.drawing" type="System.Configuration.NameValueSectionHandler, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<sectionGroup name="system.serviceModel" type="System.ServiceModel.Configuration.ServiceModelSectionGroup, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="behaviors" type="System.ServiceModel.Configuration.BehaviorsSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="bindings" type="System.ServiceModel.Configuration.BindingsSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="client" type="System.ServiceModel.Configuration.ClientSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="commonBehaviors" type="System.ServiceModel.Configuration.CommonBehaviorsSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="diagnostics" type="System.ServiceModel.Configuration.DiagnosticSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="extensions" type="System.ServiceModel.Configuration.ExtensionsSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="serviceHostingEnvironment" type="System.ServiceModel.Configuration.ServiceHostingEnvironmentSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="services" type="System.ServiceModel.Configuration.ServicesSection, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</sectionGroup>
<section name="system.webServer" type="System.Configuration.IgnoreSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="uri" type="System.Configuration.UriSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</configSections>
<connectionStrings>
<add name="LocalSqlServer" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/>
<add name="LocalSqliteServer" connectionString="Data Source=|DataDirectory|/aspnetdb.sqlite;version=3" providerName="Mono.Data.Sqlite"/>
</connectionStrings>
<configProtectedData defaultProvider="RsaProtectedConfigurationProvider">
<providers>
<add name="RsaProtectedConfigurationProvider" type="System.Configuration.RsaProtectedConfigurationProvider, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
description="" keyContainerName="MonoFrameworkConfigurationKey" cspProviderName="" useMachineContainer="true" useOAEP="false" />
<add name="DataProtectionConfigurationProvider" type="System.Configuration.DpapiProtectedConfigurationProvider, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
description="" useMachineProtection="true" keyEntropy="" />
</providers>
</configProtectedData>
<system.net>
<authenticationModules>
<add type="System.Net.BasicClient, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add type="System.Net.DigestClient, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add type="System.Net.NtlmClient, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</authenticationModules>
<webRequestModules>
<add prefix="http" type="System.Net.HttpRequestCreator, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add prefix="https" type="System.Net.HttpRequestCreator, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add prefix="file" type="System.Net.FileWebRequestCreator, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add prefix="ftp" type="System.Net.FtpRequestCreator, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</webRequestModules>
<settings>
<ipv6 enabled="false"/>
</settings>
</system.net>
<system.runtime.remoting>
<application>
<channels>
<channel ref="http client" displayName="http client (delay loaded)" delayLoadAsClientChannel="true" />
<channel ref="tcp client" displayName="tcp client (delay loaded)" delayLoadAsClientChannel="true" />
<channel ref="ipc client" displayName="ipc client (delay loaded)" delayLoadAsClientChannel="true" />
</channels>
</application>
<channels>
<channel id="http" type="System.Runtime.Remoting.Channels.Http.HttpChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<channel id="http client" type="System.Runtime.Remoting.Channels.Http.HttpClientChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<channel id="http server" type="System.Runtime.Remoting.Channels.Http.HttpServerChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<channel id="tcp" type="System.Runtime.Remoting.Channels.Tcp.TcpChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<channel id="tcp client" type="System.Runtime.Remoting.Channels.Tcp.TcpClientChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<channel id="tcp server" type="System.Runtime.Remoting.Channels.Tcp.TcpServerChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<channel id="ipc" type="System.Runtime.Remoting.Channels.Ipc.IpcChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<channel id="ipc client" type="System.Runtime.Remoting.Channels.Ipc.IpcClientChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<channel id="ipc server" type="System.Runtime.Remoting.Channels.Ipc.IpcServerChannel, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</channels>
<channelSinkProviders>
<clientProviders>
<formatter id="soap" type="System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<formatter id="binary" type="System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</clientProviders>
<serverProviders>
<formatter id="soap" type="System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<formatter id="binary" type="System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<provider id="wsdl" type="System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</serverProviders>
</channelSinkProviders>
</system.runtime.remoting>
<appSettings>
<!--<add key="yourkey" value="your value" /> -->
<!--<remove key="a key defined higher in the hierarchy" /> -->
<!--<clear/> Removes all defined settings -->
</appSettings>
<system.diagnostics>
<trace autoflush="false" indentsize="4" />
</system.diagnostics>
<system.drawing>
</system.drawing>
<system.data>
<DbProviderFactories>
<add name="Mono Sqlite Data Provider" invariant="Mono.Data.SqliteClient"
description="Mono Framework Data Provider for SQLite (old version)"
type="Mono.Data.SqliteClient.SqliteFactory, Mono.Data.SqliteClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"/>
<add name="Mono Sqlite Provider" invariant="Mono.Data.Sqlite"
description="Mono Framework Data Provider for SQLite (new version)"
type="Mono.Data.Sqlite.SqliteFactory, Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"/>
<add name="Odbc Data Provider" invariant="System.Data.Odbc"
description=".Net Framework Data Provider for Odbc"
type="System.Data.Odbc.OdbcFactory, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<add name="OleDb Data Provider" invariant="System.Data.OleDb"
description=".Net Framework Data Provider for OleDb"
type="System.Data.OleDb.OleDbFactory, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<add name="OracleClient Data Provider" invariant="System.Data.OracleClient"
description=".Net Framework Data Provider for Oracle"
type="System.Data.OracleClient.OracleClientFactory, System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<add name="SqlClient Data Provider" invariant="System.Data.SqlClient"
description=".Net Framework Data Provider for SqlServer"
type="System.Data.SqlClient.SqlClientFactory, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<add name="Sybase Data Provider" invariant="Mono.Data.SybaseClient"
description=".Net Framework Data Provider for Sybase"
type="Mono.Data.SybaseClient.SybaseClientFactory, Mono.Data.SybaseClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"/>
</DbProviderFactories>
</system.data>
<mscorlib>
<cryptographySettings>
<cryptoNameMapping>
<cryptoClasses>
<cryptoClass monoMD2="Mono.Security.Cryptography.MD2Managed, Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
</cryptoClasses>
<nameEntry name="MD2" class="monoMD2" />
</cryptoNameMapping>
<oidMap>
<oidEntry OID="1.2.840.113549.2.2" name="MD2" />
<oidEntry OID="1.2.840.113549.2.2" name="Mono.Security.Cryptography.MD2Managed" />
</oidMap>
</cryptographySettings>
</mscorlib>
<strongNames>
<pubTokenMapping>
<!-- ECMA key -->
<map Token="b77a5c561934e089" PublicKey="002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" />
<!-- Microsoft (final) key -->
<map Token="b03f5f7f11d50a3a" PublicKey="002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" />
<!-- Microsoft (Web Service Enhancement) key -->
<map Token="31bf3856ad364e35" PublicKey="002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" />
<!-- IBM (DB2 Data Provider) key -->
<map Token="7c307b91aa13d208" PublicKey="002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" />
<!-- Silverlight 2.0 key -->
<map Token="7cec85d7bea7798e" PublicKey="002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" />
</pubTokenMapping>
</strongNames>
<system.web>
<webServices>
<protocols>
<add name="HttpSoap"/>
<add name="HttpSoap12"/>
<add name="HttpPost"/>
<add name="HttpGet"/>
<add name="Documentation"/>
</protocols>
<conformanceWarnings>
<add name="BasicProfile1_1"/>
</conformanceWarnings>
<wsdlHelpGenerator href="DefaultWsdlHelpGenerator.aspx" />
</webServices>
<membership>
<providers>
<add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="LocalSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression=""/>
<!-- <add name="AspNetSqlMembershipProvider" type="Mainsoft.Web.Security.GenericMembershipProvider, Mainsoft.Web.Security" applicationName="/" connectionStringName="LocalSqlServer" /> -->
</providers>
</membership>
<roleManager>
<providers>
<add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" applicationName="/" connectionStringName="LocalSqlServer" />
<!-- <add name="AspNetSqlRoleProvider" type="Mainsoft.Web.Security.GenericRoleProvider, Mainsoft.Web.Security" applicationName="/" connectionStringName="LocalSqlServer" /> -->
</providers>
</roleManager>
<profile>
<providers>
<add name="AspNetSqlProfileProvider" connectionStringName="LocalSqlServer" applicationName="/" type="System.Web.Profile.SqlProfileProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</providers>
</profile>
</system.web>
<system.serviceModel>
<extensions>
<behaviorExtensions>
<add name="enableWebScript" type="System.ServiceModel.Configuration.WebScriptEnablingElement, System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="webHttp" type="System.ServiceModel.Configuration.WebHttpElement, System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</behaviorExtensions>
<bindingElementExtensions>
<add name="webMessageEncoding" type="System.ServiceModel.Configuration.WebMessageEncodingElement, System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</bindingElementExtensions>
<bindingExtensions>
<add name="webHttpBinding" type="System.ServiceModel.Configuration.WebHttpBindingCollectionElement, System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</bindingExtensions>
</extensions>
</system.serviceModel>
</configuration>

Some files were not shown because too many files have changed in this diff Show More