Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Created December 23, 2019 20:14
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/e6a2a67cc5f966539d15834944a21d11 to your computer and use it in GitHub Desktop.
Save jfversluis/e6a2a67cc5f966539d15834944a21d11 to your computer and use it in GitHub Desktop.
<!-- Note the added Invoked attribute here -->
<SwipeItemView Invoked="SwipeItemView_Invoked">
<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