Skip to content

Commit

Permalink
Merge pull request #533 from Redth/feature
Browse files Browse the repository at this point in the history
Fix Forms default overlay bindings
  • Loading branch information
Redth committed Apr 14, 2017
2 parents 27840c8 + 2430fde commit 1bf5c76
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
Expand Up @@ -89,6 +89,9 @@
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Forms.2.3.3.193\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
<Reference Include="FastAndroidCamera">
<HintPath>..\..\Samples\Forms\packages\FastAndroidCamera.2.0.0\lib\MonoAndroid403\FastAndroidCamera.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
1 change: 1 addition & 0 deletions Source/ZXing.Net.Mobile.Forms.Android/packages.config
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FastAndroidCamera" version="2.0.0" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.Animated.Vector.Drawable" version="23.3.0" targetFramework="monoandroid60" />
<package id="Xamarin.Android.Support.Design" version="23.3.0" targetFramework="monoandroid60" />
<package id="Xamarin.Android.Support.v4" version="23.3.0" targetFramework="monoandroid60" />
Expand Down
2 changes: 2 additions & 0 deletions Source/ZXing.Net.Mobile.Forms/ZXingDefaultOverlay.cs
Expand Up @@ -15,6 +15,8 @@ public class ZXingDefaultOverlay : Grid

public ZXingDefaultOverlay ()
{
BindingContext = this;

VerticalOptions = LayoutOptions.FillAndExpand;
HorizontalOptions = LayoutOptions.FillAndExpand;

Expand Down
6 changes: 5 additions & 1 deletion ZXing.Net.Mobile.Forms.nuspec
Expand Up @@ -9,7 +9,11 @@
<projectUrl>http://github.com/Redth/ZXing.Net.Mobile</projectUrl>
<iconUrl>http://raw.github.com/Redth/ZXing.Net.Mobile/master/Art/ZXing.Net.Mobile-Icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Windows Phone (Silverlight), and Windows Universal. The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications.</description>
<description>
ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Windows Phone (Silverlight), and Windows Universal. The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications.

See https://github.com/Redth/ZXing.Net.Mobile/releases for release notes.
</description>
<summary>ZXing Barcode Scanning for your Xamarin.iOS, Xamarin.Android, Windows Phone (Silverlight), and Windows Universal apps!</summary>
<copyright />
<tags>barcode, zxing, zxing.net, qr, scan, scanning, scanner</tags>
Expand Down
6 changes: 5 additions & 1 deletion ZXing.Net.Mobile.nuspec
Expand Up @@ -9,7 +9,11 @@
<projectUrl>http://github.com/Redth/ZXing.Net.Mobile</projectUrl>
<iconUrl>http://raw.github.com/Redth/ZXing.Net.Mobile/master/Art/ZXing.Net.Mobile-Icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Windows Phone (Silverlight) and Windows Universal. The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications.</description>
<description>
ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Windows Phone (Silverlight) and Windows Universal. The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications.

See https://github.com/Redth/ZXing.Net.Mobile/releases for release notes.
</description>
<summary>ZXing Barcode Scanning for your Xamarin.iOS, Xamarin.Android, Windows Phone (Silverlight) and Windows Universal apps!</summary>
<copyright />
<tags>barcode, zxing, zxing.net, qr, scan, scanning, scanner</tags>
Expand Down

0 comments on commit 1bf5c76

Please sign in to comment.