/BoardingPass.xaml Secret
Last active
January 25, 2022 02:43
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Boarding Main Information --> | |
<!-- Boarding: Main title --> | |
<Label Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" HorizontalTextAlignment="Center" FontSize="20" FontAttributes="Bold" TextColor="White" Text="Boarding Pass" Margin="0,0,0,50"/> | |
<!-- Boarding: Round trip countries --> | |
<Label Grid.Row="1" Grid.Column="0" Text="Tokyo" Style="{StaticResource CountryTitle}" /> | |
<Label Grid.Row="2" Grid.Column="0" Text="NRT" Style="{StaticResource AirportName}" /> | |
<Image Grid.Row="1" Grid.Column="1" Grid.RowSpan="2" Source="Airplane" WidthRequest="50" HeightRequest="50" HorizontalOptions="Center"/> | |
<Label Grid.Row="2" Grid.Column="1" Text="6h 0m" FontSize="12" TextColor="White" VerticalOptions="End" HorizontalOptions="Center" /> | |
<Label Grid.Row="1" Grid.Column="2" Text="Bangkok" Style="{StaticResource CountryTitle}"/> | |
<Label Grid.Row="2" Grid.Column="2" Text="DMK" Style="{StaticResource AirportName}" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment