Add MTC Projekte ins Repo

main
Alex 2 years ago
parent d65d6222d0
commit 4927cabe76

@ -0,0 +1,35 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MTC.Android", "MTC\MTC.Android\MTC.Android.csproj", "{B9198821-6EE9-4CF1-9220-E231277826E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MTC", "MTC\MTC\MTC.csproj", "{66DCFD81-5A8F-474E-BB4F-EFE6F878E613}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9198821-6EE9-4CF1-9220-E231277826E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9198821-6EE9-4CF1-9220-E231277826E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9198821-6EE9-4CF1-9220-E231277826E1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B9198821-6EE9-4CF1-9220-E231277826E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9198821-6EE9-4CF1-9220-E231277826E1}.Release|Any CPU.Build.0 = Release|Any CPU
{B9198821-6EE9-4CF1-9220-E231277826E1}.Release|Any CPU.Deploy.0 = Release|Any CPU
{66DCFD81-5A8F-474E-BB4F-EFE6F878E613}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66DCFD81-5A8F-474E-BB4F-EFE6F878E613}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66DCFD81-5A8F-474E-BB4F-EFE6F878E613}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{66DCFD81-5A8F-474E-BB4F-EFE6F878E613}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66DCFD81-5A8F-474E-BB4F-EFE6F878E613}.Release|Any CPU.Build.0 = Release|Any CPU
{66DCFD81-5A8F-474E-BB4F-EFE6F878E613}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A49870D3-6D75-45D3-B93A-986717A738CE}
EndGlobalSection
EndGlobal

@ -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");

@ -0,0 +1,120 @@
<?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>{B9198821-6EE9-4CF1-9220-E231277826E1}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TemplateGuid>{c9e5eea5-ca05-42a1-839b-61506e0a37df}</TemplateGuid>
<OutputType>Library</OutputType>
<RootNamespace>MTC.Droid</RootNamespace>
<AssemblyName>MTC.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>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidLinkMode>None</AndroidLinkMode>
<AndroidEnableSGenConcurrent>false</AndroidEnableSGenConcurrent>
<AndroidSupportedAbis />
</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.0.0.446417" />
<PackageReference Include="Xamarin.Android.Support.Design" Version="27.0.2" />
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="27.0.2" />
<PackageReference Include="Xamarin.Android.Support.v4" Version="27.0.2" />
<PackageReference Include="Xamarin.Android.Support.v7.CardView" Version="27.0.2" />
<PackageReference Include="Xamarin.Android.Support.v7.MediaRouter" Version="27.0.2" />
</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>
<ProjectReference Include="..\MTC\MTC.csproj">
<Project>{BCE4CFCC-59BE-4511-B3ED-DE3C53B53187}</Project>
<Name>MTC</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable\RootBG.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</AndroidResource>
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-hdpi\RootBG.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</AndroidResource>
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xhdpi\RootBG.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</AndroidResource>
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xxhdpi\RootBG.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</AndroidResource>
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xxxhdpi\RootBG.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</AndroidResource>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>

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

@ -0,0 +1,27 @@
using System;
using Android.App;
using Android.Content.PM;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.OS;
namespace MTC.Droid
{
[Activity(Label = "MTC", 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 bundle)
{
TabLayoutResource = Resource.Layout.Tabbar;
ToolbarResource = Resource.Layout.Toolbar;
base.OnCreate(bundle);
global::Xamarin.Forms.Forms.Init(this, bundle);
LoadApplication(new App());
}
}
}

@ -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="19" android:targetSdkVersion="27" />
<application android:label="MTC.Android"></application>
</manifest>

@ -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("MTC.Android")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MTC.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)]

@ -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: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

@ -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" />

@ -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" />

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

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

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Binary file not shown.

@ -0,0 +1,109 @@
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\Assets\RootBG.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\MTC.Android.dll
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\MTC.Android.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\com.companyname.apk
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\com.companyname-Signed.apk
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\MTC.dll
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\MTC.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\MTC.Android.csprojAssemblyReference.cache
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\MTC.Android.csproj.CoreCompileInputs.cache
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\MTC.Android.csproj.CopyComplete
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\MTC.Android.dll
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\MTC.Android.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\bin\com.companyname.apk
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\layout\tabbar.xml
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\layout\toolbar.xml
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\values\styles.xml
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\values\colors.xml
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\mipmap-anydpi-v26\icon.xml
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\mipmap-anydpi-v26\icon_round.xml
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\mipmap-hdpi\icon.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\mipmap-hdpi\launcher_foreground.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\mipmap-mdpi\icon.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\mipmap-mdpi\launcher_foreground.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\mipmap-xhdpi\icon.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\mipmap-xhdpi\launcher_foreground.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\mipmap-xxhdpi\icon.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\mipmap-xxhdpi\launcher_foreground.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\mipmap-xxxhdpi\icon.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\mipmap-xxxhdpi\launcher_foreground.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\drawable\rootbg.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\drawable-hdpi\rootbg.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\drawable-xhdpi\rootbg.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\drawable-xxhdpi\rootbg.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\res\drawable-xxxhdpi\rootbg.png
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\R.cs.flag
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\R.txt
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\uploadflags.txt
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\Mono.Android.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\mscorlib.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\System.Core.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\System.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\System.Xml.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\System.Xml.Linq.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\Xamarin.Forms.Core.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\Xamarin.Forms.Xaml.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\System.ComponentModel.Composition.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\System.Net.Http.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\System.Runtime.Serialization.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\System.ServiceModel.Internals.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\System.Data.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\System.Numerics.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\System.Transactions.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\System.IO.Compression.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\System.IO.Compression.FileSystem.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\System.Web.Services.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\Mono.Security.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\Mono.Android.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\mscorlib.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\MTC.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\System.Core.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\System.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\System.Xml.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\System.Xml.Linq.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\Xamarin.Forms.Core.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\Xamarin.Forms.Xaml.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\System.ComponentModel.Composition.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\System.Net.Http.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\System.Runtime.Serialization.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\System.ServiceModel.Internals.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\System.Data.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\System.Numerics.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\System.Transactions.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\System.IO.Compression.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\System.IO.Compression.FileSystem.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\System.Web.Services.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\Mono.Security.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\FormsViewGroup.dll.mdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\Xamarin.Forms.Platform.Android.dll.mdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\MTC.Android.dll.mdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\FormsViewGroup.dll.mdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\Xamarin.Forms.Platform.Android.dll.mdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\MTC.Android.dll.mdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\FormsViewGroup.dll.mdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\MTC.Android.dll.mdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\Xamarin.Forms.Platform.Android.dll.mdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\Mono.Android.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\Mono.Security.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\mscorlib.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\MTC.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\System.ComponentModel.Composition.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\System.Core.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\System.Data.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\System.IO.Compression.FileSystem.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\System.IO.Compression.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\System.Net.Http.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\System.Numerics.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\System.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\System.Runtime.Serialization.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\System.ServiceModel.Internals.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\System.Transactions.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\System.Web.Services.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\System.Xml.Linq.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\System.Xml.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\Xamarin.Forms.Core.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\android\assets\Xamarin.Forms.Xaml.pdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\bin\Debug\MTC.Android.dll
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\MTC.Android.dll.mdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\FormsViewGroup.dll.mdb
C:\Visual Studio Projekte\MTC\MTC\MTC.Android\obj\Debug\linksrc\Xamarin.Forms.Platform.Android.dll.mdb

File diff suppressed because it is too large Load Diff

@ -0,0 +1,498 @@
MTC.Droid.MainActivity, MTC.Android;md54a9f2e97d4bef41f5ca129a274153fe5.MainActivity
MTC.Droid.MainActivity;md54a9f2e97d4bef41f5ca129a274153fe5.MainActivity
mtc.droid.MainActivity;md54a9f2e97d4bef41f5ca129a274153fe5.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.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.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.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.ButtonDrawable, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ButtonDrawable
Xamarin.Forms.Platform.Android.ButtonDrawable;md51558244f76c53b6aeda52c8a337f2c37.ButtonDrawable
xamarin.forms.platform.android.ButtonDrawable;md51558244f76c53b6aeda52c8a337f2c37.ButtonDrawable
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.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.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.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+WebClient, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer_WebClient
Xamarin.Forms.Platform.Android.WebViewRenderer.WebClient;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer_WebClient
xamarin.forms.platform.android.WebViewRenderer_WebClient;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer_WebClient
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+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

@ -0,0 +1,23 @@
<?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="19" 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="MTC.Android" android:name="android.app.Application" android:allowBackup="true" android:icon="@mipmap/icon" android:debuggable="true">
<activity android:configChanges="orientation|screenSize" android:icon="@mipmap/icon" android:label="MTC" android:theme="@style/MainTheme" android:name="md54a9f2e97d4bef41f5ca129a274153fe5.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<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>

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

Loading…
Cancel
Save