Востановить поменял на кнопку
This commit is contained in:
parent
57bc4d0963
commit
efb2c48b48
@ -67,8 +67,8 @@
|
|||||||
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="244" MinimumWidthRequest="335">
|
||||||
<Grid HeightRequest="186" WidthRequest="335">
|
<Grid HeightRequest="196" WidthRequest="335">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="80" />
|
<RowDefinition Height="80" />
|
||||||
<RowDefinition Height="80" />
|
<RowDefinition Height="80" />
|
||||||
@ -88,6 +88,7 @@
|
|||||||
HeightRequest="48"
|
HeightRequest="48"
|
||||||
WidthRequest="335">
|
WidthRequest="335">
|
||||||
<Entry
|
<Entry
|
||||||
|
x:Name="etyEmail"
|
||||||
HeightRequest="48"
|
HeightRequest="48"
|
||||||
IsReadOnly="False"
|
IsReadOnly="False"
|
||||||
Text="xyz@gmail.com"
|
Text="xyz@gmail.com"
|
||||||
@ -138,15 +139,16 @@
|
|||||||
</HorizontalStackLayout>
|
</HorizontalStackLayout>
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Label
|
<Button
|
||||||
|
BackgroundColor="White"
|
||||||
Margin="0,16,0,0"
|
Margin="0,16,0,0"
|
||||||
FontSize="12"
|
FontSize="12"
|
||||||
HeightRequest="16"
|
HeightRequest="36"
|
||||||
HorizontalOptions="End"
|
HorizontalOptions="End"
|
||||||
Text="Восстановить"
|
Text="Восстановить"
|
||||||
TextColor="#707B81"
|
TextColor="#707B81"
|
||||||
VerticalOptions="End"
|
VerticalOptions="End"
|
||||||
WidthRequest="82" />
|
WidthRequest="108" />
|
||||||
</Grid>
|
</Grid>
|
||||||
<Button
|
<Button
|
||||||
Margin="0,24,0,0"
|
Margin="0,24,0,0"
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
{
|
{
|
||||||
//int count = 0;
|
//int count = 0;
|
||||||
bool Pass = false;
|
bool Pass = false;
|
||||||
|
string Email = "";
|
||||||
|
|
||||||
public MainPage()
|
public MainPage()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user