TopContentView by Lelelo1

<PackageReference Include="TopContentView" Version="1.0.1" />

 TopContentView 1.0.1

A Xamarin.Forms ContentView that can be absolutely placed setting X and Y and will be displayed on top of other controls irregardless of the parent layout used.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>TopContentView</id>
    <version>1.0.1</version>
    <title>TopContentView</title>
    <authors>Lelelo1</authors>
    <owners>Lelelo1</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/Lelelo1/TopContentView/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/Lelelo1/TopContentView</projectUrl>
    <description>A Xamarin.Forms ContentView that can be absolutely placed setting X and Y and will be displayed on top of other controls irregardless of the parent layout used.</description>
    <summary>A ContentView displayed on top of other controls</summary>
    <releaseNotes>Changed namespace to Namespace</releaseNotes>
    <copyright>None</copyright>
    <language>en-US</language>
    <tags>Xamarin.Forms, Control, Layout, Z, Top, Absolute</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Xamarin.Forms" version="4.1.0.618606" />
      </group>
    </dependencies>
  </metadata>
</package>