Skip to content

Commit 15f074d

Browse files
committed
Removed AndExpand obsolete APIs usage
1 parent 66576b1 commit 15f074d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

10.0/Apps/DeveloperBalance/Pages/Controls/CategoryChart.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<shimmer:SfShimmer
1212
AutomationProperties.IsInAccessibleTree="False"
1313
BackgroundColor="Transparent"
14-
VerticalOptions="FillAndExpand"
14+
VerticalOptions="Fill"
1515
IsActive ="{Binding IsBusy}">
1616
<shimmer:SfShimmer.CustomView>
1717
<Grid>
1818
<BoxView
1919
CornerRadius="12"
20-
VerticalOptions="FillAndExpand"
20+
VerticalOptions="Fill"
2121
Style="{StaticResource ShimmerCustomViewStyle}"/>
2222
</Grid>
2323
</shimmer:SfShimmer.CustomView>

10.0/Apps/DeveloperBalance/Pages/Controls/ProjectCardView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
x:DataType="models:Project">
1313
<shimmer:SfShimmer
1414
BackgroundColor="Transparent"
15-
VerticalOptions="FillAndExpand"
15+
VerticalOptions="Fill"
1616
IsActive="{Binding IsBusy, Source={RelativeSource AncestorType={x:Type pageModels:MainPageModel}}, x:DataType=pageModels:IProjectTaskPageModel}">
1717
<shimmer:SfShimmer.CustomView>
1818
<VerticalStackLayout Spacing="15">

10.0/Apps/DeveloperBalance/Resources/Styles/AppStyles.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@
276276

277277
<Style TargetType="BoxView" x:Key="ShimmerCustomViewStyle">
278278
<Setter Property="BackgroundColor" Value="Gray" />
279-
<Setter Property="HorizontalOptions" Value="FillAndExpand" />
280-
<Setter Property="VerticalOptions" Value="CenterAndExpand" />
279+
<Setter Property="HorizontalOptions" Value="Fill" />
280+
<Setter Property="VerticalOptions" Value="Center" />
281281
</Style>
282282

283283
<Style TargetType="pullToRefresh:SfPullToRefresh">

0 commit comments

Comments
 (0)