Skip to content

Instantly share code, notes, and snippets.

@dhindrik
Created July 14, 2020 10:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhindrik/b23dbd3ebedfa27f93e1737eee46a303 to your computer and use it in GitHub Desktop.
Save dhindrik/b23dbd3ebedfa27f93e1737eee46a303 to your computer and use it in GitHub Desktop.
<controls:Button CornerRadius="10" AnimationScale="0.95">
<Label Text="Save" HorizontalOptions="Center" />
</controls:Button>
<controls:Button CornerRadius="10" AnimationScale="0.95">
<StackLayout Orientation="Horizontal" Spacing="10" HorizontalOptions="Center">
<Image Source="apple.png" />
<Label Text="Sign in with Apple" HorizontalOptions="Center" />
</StackLayout>
</controls:Button>
<controls:Button Margin="10" WidthRequest="50" HeightRequest="50" CornerRadius="20" HorizontalOptions="Center" Sides="100" Command="{Binding Add} ">
<Label Text="Hej" HorizontalOptions="Center" VerticalOptions="Center" TextColor="White" />
</controls:Button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment