Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Created December 23, 2019 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfversluis/47dde5b8a9fd6ad98610dd574e6e3e00 to your computer and use it in GitHub Desktop.
Save jfversluis/47dde5b8a9fd6ad98610dd574e6e3e00 to your computer and use it in GitHub Desktop.
<SwipeItemView Command="{Binding Path=BindingContext.FavoriteCommand, Source={x:Reference Name=FightersPage}}" CommandParameter="{Binding .}">
<Grid
WidthRequest="120"
BackgroundColor="{StaticResource BackgroundColor}">
<BoxView
Style="{StaticResource SwipeItemBorderStyle}"/>
<Image
Source="star.png"
Style="{StaticResource SwipeItemIconStyle}"/>
<Label
Text="Favourite"
Style="{StaticResource SwipeItemTextStyle}"/>
</Grid>
</SwipeItemView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment