/BillingDashboard.xaml Secret
Last active
October 15, 2022 14:16
This file contains hidden or 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
<!-- Plan's description--> | |
<Frame BackgroundColor="#f5f6fa" CornerRadius="15" BorderColor="Transparent"> | |
<Grid RowDefinitions="Auto,Auto,Auto" ColumnDefinitions="Auto,*"> | |
<Image Grid.Row="0" Grid.Column="0" Grid.RowSpan="3" VerticalOptions="Start" Source="alert" WidthRequest="15" HeightRequest="15" Margin="0,0,10,0"/> | |
<Label Grid.Row="0" Grid.Column="1" Text="5 team members ($8 / month each)" FontSize="11" TextColor="#5d6788"/> | |
<Label Grid.Row="1" Grid.Column="1" Text="+ 100 GB extra storage ($25.00)" FontSize="11" TextColor="#5d6788"/> | |
<Label Grid.Row="2" Grid.Column="1" Text="+ 8 extra hours ($2 per 1 hour)" FontSize="11" TextColor="#5d6788"/> | |
</Grid> | |
</Frame> | |
<!-- Here add the code that is being explained in the next block --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment