|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
<BindableLayout.ItemTemplate>
|
|
|
|
|
<DataTemplate>
|
|
|
|
|
<Frame Padding="10" BackgroundColor="white" BorderColor="black" HeightRequest="40">
|
|
|
|
|
<Label Text="{Binding Name}" TextColor="black"/>
|
|
|
|
|
<Label Text="{Binding Name, StringFormat='Album - {0}'}" TextColor="black"/>
|
|
|
|
|
<Frame.GestureRecognizers>
|
|
|
|
|
<TapGestureRecognizer Tapped="SearchResult_Tapped" />
|
|
|
|
|
</Frame.GestureRecognizers>
|
|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
<BindableLayout.ItemTemplate>
|
|
|
|
|
<DataTemplate>
|
|
|
|
|
<Frame Padding="10" BackgroundColor="white" BorderColor="black" HeightRequest="40">
|
|
|
|
|
<Label Text="{Binding Name}" TextColor="black"/>
|
|
|
|
|
<Label Text="{Binding Name, StringFormat='Title - {0}'}" TextColor="black"/>
|
|
|
|
|
<Frame.GestureRecognizers>
|
|
|
|
|
<TapGestureRecognizer Tapped="SearchResult_Tapped" />
|
|
|
|
|
</Frame.GestureRecognizers>
|
|
|
|
@ -39,7 +39,7 @@
|
|
|
|
|
<BindableLayout.ItemTemplate>
|
|
|
|
|
<DataTemplate>
|
|
|
|
|
<Frame Padding="10" BackgroundColor="white" BorderColor="black" HeightRequest="40">
|
|
|
|
|
<Label Text="{Binding Name}" TextColor="black"/>
|
|
|
|
|
<Label Text="{Binding Name, StringFormat='Playlist - {0}'}" TextColor="black"/>
|
|
|
|
|
<Frame.GestureRecognizers>
|
|
|
|
|
<TapGestureRecognizer Tapped="SearchResult_Tapped" />
|
|
|
|
|
</Frame.GestureRecognizers>
|
|
|
|
|