Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 0ad76dd

Browse files
committed
Tidy up.
1 parent 66ee37f commit 0ad76dd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

DataBindingDemos/DataBindingDemos/DataBindingDemos/RelativeSourceFindAncestorPage.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<StackLayout Margin="10">
99
<!--
1010
In this example, the page's BindingContext is bound to its own DefaultViewModel property.
11-
-->
11+
-->
1212
<ListView ItemsSource="{Binding Employees}">
1313
<ListView.ItemTemplate>
1414
<DataTemplate>

DataBindingDemos/DataBindingDemos/DataBindingDemos/RelativeSourceTemplatedParentPage.xaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
FontSize="Large"
4949
VerticalTextAlignment="Center"
5050
HorizontalTextAlignment="Start" />
51-
<BoxView Grid.Row="1"
52-
Grid.ColumnSpan="2"
53-
BackgroundColor="{Binding BorderColor}"
54-
HeightRequest="2"
55-
HorizontalOptions="Fill" />
51+
<BoxView Grid.Row="1"
52+
Grid.ColumnSpan="2"
53+
BackgroundColor="{Binding BorderColor}"
54+
HeightRequest="2"
55+
HorizontalOptions="Fill" />
5656
<Label Grid.Row="2"
5757
Grid.ColumnSpan="2"
5858
Text="{Binding CardDescription}"

0 commit comments

Comments
 (0)