summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-09-26 22:32:19 +0200
committerJason Smith <jason.smith@xamarin.com>2016-09-26 13:32:19 -0700
commit16295a31393ff8ea0011a9837f709cb063a245a1 (patch)
treeaad3553adcb9c1902ec5e1253d4e48cf79a583eb /Xamarin.Forms.Controls
parent55f066584c507ec92d5054fac4f3a35f54c05522 (diff)
downloadxamarin-forms-16295a31393ff8ea0011a9837f709cb063a245a1.tar.gz
xamarin-forms-16295a31393ff8ea0011a9837f709cb063a245a1.tar.bz2
xamarin-forms-16295a31393ff8ea0011a9837f709cb063a245a1.zip
[C] specify type and default value for native bindings (#376)
Diffstat (limited to 'Xamarin.Forms.Controls')
-rw-r--r--Xamarin.Forms.Controls/GalleryPages/XamlNativeViews.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Controls/GalleryPages/XamlNativeViews.xaml b/Xamarin.Forms.Controls/GalleryPages/XamlNativeViews.xaml
index 7a1fb850..142c33b2 100644
--- a/Xamarin.Forms.Controls/GalleryPages/XamlNativeViews.xaml
+++ b/Xamarin.Forms.Controls/GalleryPages/XamlNativeViews.xaml
@@ -9,6 +9,6 @@
<ContentPage.Content>
<ios:UILabel Text="{Binding NativeText}" View.HorizontalOptions="Start"/>
<androidWidget:TextView Text="{Binding NativeText}" x:Arguments="{x:Static formsandroid:Forms.Context}" />
- <win:TextBlock Text="Foo"/>
+ <win:TextBlock Text="{Binding NativeText}"/>
</ContentPage.Content>
</ContentPage> \ No newline at end of file