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