Compare commits
2 Commits
c6c0c8138b
...
938db3342f
Author | SHA1 | Date | |
---|---|---|---|
![]() |
938db3342f | ||
![]() |
9a3e50e513 |
@ -44,7 +44,7 @@
|
|||||||
</VerticalStackLayout>-->
|
</VerticalStackLayout>-->
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="416" />
|
<RowDefinition Height="746" />
|
||||||
<RowDefinition Height="19" />
|
<RowDefinition Height="19" />
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<StackLayout Grid.Row="0">
|
<StackLayout Grid.Row="0">
|
||||||
@ -55,6 +55,7 @@
|
|||||||
Text="Привет!"
|
Text="Привет!"
|
||||||
TextColor="#707B81" />
|
TextColor="#707B81" />
|
||||||
<Label
|
<Label
|
||||||
|
Margin="0,8,0,0"
|
||||||
FontSize="16"
|
FontSize="16"
|
||||||
HorizontalOptions="Center"
|
HorizontalOptions="Center"
|
||||||
Text="Заполните Свои Данные Или"
|
Text="Заполните Свои Данные Или"
|
||||||
@ -66,13 +67,13 @@
|
|||||||
TextColor="#707B81" />
|
TextColor="#707B81" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
<StackLayout Margin="20,30,20,0">
|
<StackLayout Margin="20,30,20,0">
|
||||||
<Grid HeightRequest="218" WidthRequest="335">
|
<Grid HeightRequest="234" MinimumWidthRequest="335">
|
||||||
<Grid HeightRequest="186" WidthRequest="335">
|
<Grid HeightRequest="186" WidthRequest="335">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="80" />
|
<RowDefinition Height="80" />
|
||||||
<RowDefinition Height="80" />
|
<RowDefinition Height="80" />
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<StackLayout Grid.Row="0" WidthRequest="335">
|
<StackLayout Grid.Row="0" MinimumWidthRequest="335">
|
||||||
<Label
|
<Label
|
||||||
HorizontalOptions="Start"
|
HorizontalOptions="Start"
|
||||||
Text="Email"
|
Text="Email"
|
||||||
@ -113,6 +114,7 @@
|
|||||||
</StackLayout>
|
</StackLayout>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Label
|
<Label
|
||||||
|
Margin="0,16,0,0"
|
||||||
FontSize="12"
|
FontSize="12"
|
||||||
HeightRequest="16"
|
HeightRequest="16"
|
||||||
HorizontalOptions="End"
|
HorizontalOptions="End"
|
||||||
@ -131,17 +133,19 @@
|
|||||||
</StackLayout>
|
</StackLayout>
|
||||||
<StackLayout
|
<StackLayout
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
HeightRequest="19"
|
|
||||||
HorizontalOptions="Center"
|
HorizontalOptions="Center"
|
||||||
Orientation="Horizontal"
|
Orientation="Horizontal"
|
||||||
WidthRequest="335">
|
WidthRequest="335">
|
||||||
<Label
|
<Label
|
||||||
|
Margin="35,0,0,0"
|
||||||
FontSize="16"
|
FontSize="16"
|
||||||
|
HeightRequest="19"
|
||||||
Text="Вы впервые?"
|
Text="Вы впервые?"
|
||||||
TextColor="#6A6A6A" />
|
TextColor="#6A6A6A" />
|
||||||
<Button
|
<Button
|
||||||
Background="White"
|
BackgroundColor="White"
|
||||||
FontSize="16"
|
FontSize="16"
|
||||||
|
HeightRequest="40"
|
||||||
Text="Создать Пользователя"
|
Text="Создать Пользователя"
|
||||||
TextColor="#2B2B2B" />
|
TextColor="#2B2B2B" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user