Skip to content

Commit

Permalink
Update BookmarksView template to use StackLayout and Labels to adapt …
Browse files Browse the repository at this point in the history
…new CollectionView. (#621)
  • Loading branch information
prathameshnarkhede authored Jan 23, 2025
1 parent 1fd339d commit 9503226
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
GeoView="{x:Reference MyMapView}">
<toolkit:BookmarksView.ItemTemplate>
<DataTemplate>
<TextCell Text="{Binding Name}" Detail="Custom bookmark template" />
<StackLayout>
<Label Text="{Binding Name}" />
<Label Text="Custom bookmark template" FontSize="Caption" TextColor="Gray" />
</StackLayout>
</DataTemplate>
</toolkit:BookmarksView.ItemTemplate>
</toolkit:BookmarksView>
Expand Down

0 comments on commit 9503226

Please sign in to comment.