Skip to content

Instantly share code, notes, and snippets.

@bbenetskyy
Created March 12, 2023 14:40
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 bbenetskyy/ec3cc48fdd603f6cd7fb38812f3b4162 to your computer and use it in GitHub Desktop.
Save bbenetskyy/ec3cc48fdd603f6cd7fb38812f3b4162 to your computer and use it in GitHub Desktop.
<Grid ColumnDefinitions="*, 4*"
Padding="20,12"
ColumnSpacing="8">
<Frame CornerRadius="10"
Grid.ColumnSpan="2"
Margin="-20,-12"
HasShadow="False"
BackgroundColor="#6073E7"/>
<Image Source="contract.png"
HeightRequest="24"
HorizontalOptions="End"
WidthRequest="24"/>
<Label Grid.Column="1"
Text="Appointment"
FontSize="Default"
FontFamily="OpenSansRegular"
HorizontalOptions="Start"
VerticalOptions="Center"
TextColor="#DFE6FD"/>
</Grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment