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