|
|
@ -15,6 +15,10 @@
|
|
|
|
InfoClicked="OnInfoClicked"
|
|
|
|
InfoClicked="OnInfoClicked"
|
|
|
|
NextClicked="OnNextClicked"
|
|
|
|
NextClicked="OnNextClicked"
|
|
|
|
Tapped="OnTapped"
|
|
|
|
Tapped="OnTapped"
|
|
|
|
|
|
|
|
TapCommand="{Binding MyTapCommand}"
|
|
|
|
|
|
|
|
TapCommandParameter="{Binding Source={RelativeSource Self}}"
|
|
|
|
|
|
|
|
InfoCommand="{Binding MyInfoCommand}"
|
|
|
|
|
|
|
|
InfoCommandParameter="{Binding Artist1}"
|
|
|
|
NextCommand="{Binding MyNextCommand}"
|
|
|
|
NextCommand="{Binding MyNextCommand}"
|
|
|
|
NextCommandParameter="D.Joussein"/>
|
|
|
|
NextCommandParameter="D.Joussein"/>
|
|
|
|
<local:MyAvatarView
|
|
|
|
<local:MyAvatarView
|
|
|
@ -24,7 +28,13 @@
|
|
|
|
Color="{Binding MainColor}"
|
|
|
|
Color="{Binding MainColor}"
|
|
|
|
InfoClicked="OnInfoClicked"
|
|
|
|
InfoClicked="OnInfoClicked"
|
|
|
|
NextClicked="OnNextClicked"
|
|
|
|
NextClicked="OnNextClicked"
|
|
|
|
Tapped="OnTapped"/>
|
|
|
|
Tapped="OnTapped"
|
|
|
|
|
|
|
|
TapCommand="{Binding MyTapCommand}"
|
|
|
|
|
|
|
|
TapCommandParameter="{Binding Source={RelativeSource Self}}"
|
|
|
|
|
|
|
|
InfoCommand="{Binding MyInfoCommand}"
|
|
|
|
|
|
|
|
InfoCommandParameter="{Binding Artist2}"
|
|
|
|
|
|
|
|
NextCommand="{Binding MyNextCommand}"
|
|
|
|
|
|
|
|
NextCommandParameter="R.Rinaudo"/>
|
|
|
|
<local:MyAvatarView
|
|
|
|
<local:MyAvatarView
|
|
|
|
ImageName="{Binding Artist3.Picture}"
|
|
|
|
ImageName="{Binding Artist3.Picture}"
|
|
|
|
Title="{Binding Artist3.Name}"
|
|
|
|
Title="{Binding Artist3.Name}"
|
|
|
@ -32,7 +42,13 @@
|
|
|
|
Color="{Binding MainColor}"
|
|
|
|
Color="{Binding MainColor}"
|
|
|
|
InfoClicked="OnInfoClicked"
|
|
|
|
InfoClicked="OnInfoClicked"
|
|
|
|
NextClicked="OnNextClicked"
|
|
|
|
NextClicked="OnNextClicked"
|
|
|
|
Tapped="OnTapped"/>
|
|
|
|
Tapped="OnTapped"
|
|
|
|
|
|
|
|
TapCommand="{Binding MyTapCommand}"
|
|
|
|
|
|
|
|
TapCommandParameter="{Binding Source={RelativeSource Self}}"
|
|
|
|
|
|
|
|
InfoCommand="{Binding MyInfoCommand}"
|
|
|
|
|
|
|
|
InfoCommandParameter="{Binding Artist3}"
|
|
|
|
|
|
|
|
NextCommand="{Binding MyNextCommand}"
|
|
|
|
|
|
|
|
NextCommandParameter="B.Lafuente"/>
|
|
|
|
<Image Source="nout_live_album.png" WidthRequest="100"/>
|
|
|
|
<Image Source="nout_live_album.png" WidthRequest="100"/>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</ContentPage>
|
|
|
|
</ContentPage>
|
|
|
|