Compare commits
No commits in common. "938db3342f1fde76676c52127b29e4a3140a5048" and "c6c0c8138b07ed68b68b75709f5972313657ea1a" have entirely different histories.
938db3342f
...
c6c0c8138b
@ -44,7 +44,7 @@
|
|||||||
</VerticalStackLayout>-->
|
</VerticalStackLayout>-->
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="746" />
|
<RowDefinition Height="416" />
|
||||||
<RowDefinition Height="19" />
|
<RowDefinition Height="19" />
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<StackLayout Grid.Row="0">
|
<StackLayout Grid.Row="0">
|
||||||
@ -55,7 +55,6 @@
|
|||||||
Text="Привет!"
|
Text="Привет!"
|
||||||
TextColor="#707B81" />
|
TextColor="#707B81" />
|
||||||
<Label
|
<Label
|
||||||
Margin="0,8,0,0"
|
|
||||||
FontSize="16"
|
FontSize="16"
|
||||||
HorizontalOptions="Center"
|
HorizontalOptions="Center"
|
||||||
Text="Заполните Свои Данные Или"
|
Text="Заполните Свои Данные Или"
|
||||||
@ -67,13 +66,13 @@
|
|||||||
TextColor="#707B81" />
|
TextColor="#707B81" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
<StackLayout Margin="20,30,20,0">
|
<StackLayout Margin="20,30,20,0">
|
||||||
<Grid HeightRequest="234" MinimumWidthRequest="335">
|
<Grid HeightRequest="218" WidthRequest="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" MinimumWidthRequest="335">
|
<StackLayout Grid.Row="0" WidthRequest="335">
|
||||||
<Label
|
<Label
|
||||||
HorizontalOptions="Start"
|
HorizontalOptions="Start"
|
||||||
Text="Email"
|
Text="Email"
|
||||||
@ -114,7 +113,6 @@
|
|||||||
</StackLayout>
|
</StackLayout>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Label
|
<Label
|
||||||
Margin="0,16,0,0"
|
|
||||||
FontSize="12"
|
FontSize="12"
|
||||||
HeightRequest="16"
|
HeightRequest="16"
|
||||||
HorizontalOptions="End"
|
HorizontalOptions="End"
|
||||||
@ -133,19 +131,17 @@
|
|||||||
</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
|
||||||
BackgroundColor="White"
|
Background="White"
|
||||||
FontSize="16"
|
FontSize="16"
|
||||||
HeightRequest="40"
|
|
||||||
Text="Создать Пользователя"
|
Text="Создать Пользователя"
|
||||||
TextColor="#2B2B2B" />
|
TextColor="#2B2B2B" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user