pull/35/head
parent
d01592e49f
commit
ac99c06210
@ -1,8 +1,8 @@
|
|||||||
namespace Trek_12.Views;
|
namespace Trek_12.Views;
|
||||||
|
|
||||||
public partial class pageProfils : ContentPage
|
public partial class PageProfils : ContentPage
|
||||||
{
|
{
|
||||||
public pageProfils()
|
public PageProfils()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
namespace Trek_12.Views;
|
namespace Trek_12.Views;
|
||||||
|
|
||||||
public partial class pageRegles : ContentPage
|
public partial class PageRegles : ContentPage
|
||||||
{
|
{
|
||||||
public pageRegles()
|
public PageRegles()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
|
@ -1,24 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
||||||
x:Class="Trek_12.Views.viewsProfils"
|
|
||||||
xmlns:views="clr-namespace:Trek_12.Views">
|
|
||||||
<VerticalStackLayout>
|
|
||||||
<Grid ColumnDefinitions="*,*,*,*" >
|
|
||||||
<Frame Margin="10"
|
|
||||||
Grid.Column="1"
|
|
||||||
BorderColor="Black"
|
|
||||||
CornerRadius="50"
|
|
||||||
HeightRequest="60"
|
|
||||||
WidthRequest="60"
|
|
||||||
IsClippedToBounds="True"
|
|
||||||
HasShadow="True"
|
|
||||||
HorizontalOptions="CenterAndExpand">
|
|
||||||
<Image Source="profile.jpg"
|
|
||||||
Aspect="AspectFill"
|
|
||||||
Margin="-20"/>
|
|
||||||
</Frame>
|
|
||||||
<Label Text="Profile n°*" Grid.Column="2" TextColor="Black" FontSize="Large" HorizontalTextAlignment="Center" Margin="100"/>
|
|
||||||
</Grid>
|
|
||||||
</VerticalStackLayout>
|
|
||||||
</ContentView>
|
|
@ -1,9 +0,0 @@
|
|||||||
namespace Trek_12.Views;
|
|
||||||
|
|
||||||
public partial class viewsProfils : ContentView
|
|
||||||
{
|
|
||||||
public viewsProfils()
|
|
||||||
{
|
|
||||||
InitializeComponent();
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in new issue