We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032d50b commit 4a65fe9Copy full SHA for 4a65fe9
ListViewMaui/View/HorizontalOrientation.xaml
@@ -26,7 +26,7 @@
26
<RowDefinition Height="40"/>
27
<RowDefinition Height="*"/>
28
</Grid.RowDefinitions>
29
- <Label Grid.Row="0" Text="Tourist Destinations near:" FontSize="16" TextColor="#E3000000" FontFamily="Roboto-Medium" CharacterSpacing="0.25" Margin="16,10,0,0"/>
+ <Label Grid.Row="0" Text="Tourist Destinations Near:" FontSize="16" TextColor="#E3000000" FontFamily="Roboto-Medium" CharacterSpacing="0.25" Margin="16,10,0,0"/>
30
<ListView:SfListView x:Name="listView" Grid.Row="1"
31
ItemsSource="{Binding Places}"
32
ScrollBarVisibility="Never"
0 commit comments