Skip to content

Commit

Permalink
Update MainPageDev.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
taublast committed Oct 19, 2024
1 parent 665f529 commit 41ecc73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/samples/Sandbox/MainPageDev.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,18 @@

</controls:AnimatedCarousel>

<draw:SkiaLabel
<!--<draw:SkiaLabel
BackgroundColor="Green"
FontAttributes="Bold"
HeightRequest="50"
HorizontalOptions="Fill"
HorizontalTextAlignment="Center"
Text="{Binding Source={x:Reference MainCarousel}, Path=SelectedString}"
TextColor="White"
VerticalTextAlignment="Center" />
VerticalTextAlignment="Center" />-->

<draw:SkiaLabel
BackgroundColor="Green"
BackgroundColor="Black"
FontAttributes="Bold"
HeightRequest="50"
HorizontalOptions="Fill"
Expand Down

0 comments on commit 41ecc73

Please sign in to comment.