/BillingDashboard.xaml Secret
Last active
October 15, 2022 14:12
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
<!-- Image with rounded borders--> | |
<Border Grid.Row="0" Grid.RowSpan="2" Grid.Column="0" | |
Margin="0,0,20,0" | |
Stroke="Transparent" | |
BackgroundColor="#f2c892" | |
StrokeThickness="4" | |
WidthRequest="70" | |
HeightRequest="70" | |
StrokeShape="RoundRectangle 11"> | |
<Image Aspect="AspectFill" Source="profile" /> | |
</Border> | |
<!-- Image information--> | |
<Label Grid.Row="0" Grid.Column="1" Text="Claudia Welch" TextColor="#747995" FontSize="16" VerticalTextAlignment="End"/> | |
<Label Grid.Row="1" Grid.Column="1" Text="Apr 10, 2022" TextColor="#8d9bc8"/> | |
<!-- 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