summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/XStatic.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/XStatic.xaml')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/XStatic.xaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/XStatic.xaml b/Xamarin.Forms.Xaml.UnitTests/XStatic.xaml
index 7c2910cd..32d2945e 100644
--- a/Xamarin.Forms.Xaml.UnitTests/XStatic.xaml
+++ b/Xamarin.Forms.Xaml.UnitTests/XStatic.xaml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:Xamarin.Forms.Xaml.UnitTests"
@@ -10,5 +10,11 @@
Text="{x:Static local:MockxStatic.MockStaticProperty}" />
<Label x:Name="color"
TextColor="{x:Static local:MockxStatic.BackgroundColor}" />
+ <Label x:Name="constant"
+ Text="{x:Static local:MockxStatic.MockConstant}"/>
+ <Label x:Name="field"
+ Text="{x:Static local:MockxStatic.MockField}"/>
+ <ScrollView x:Name="enuM"
+ Orientation="{x:Static ScrollOrientation.Both}"/>
</StackLayout>
</ContentPage> \ No newline at end of file