|
|
|
@ -31,12 +31,27 @@
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
Margin="40, 0, 0, 0">
|
|
|
|
|
<Grid>
|
|
|
|
|
<Grid.GestureRecognizers>
|
|
|
|
|
<TapGestureRecognizer Tapped="OnMyRecipesButtonTapped"/>
|
|
|
|
|
</Grid.GestureRecognizers>
|
|
|
|
|
<views:HeadedButton Text="My Recipes" HeadSource="cookie.svg" HeadColor="#FF5441"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
<Grid>
|
|
|
|
|
<Grid.GestureRecognizers>
|
|
|
|
|
<TapGestureRecognizer Tapped="OnEditProfileButtonTapped"/>
|
|
|
|
|
</Grid.GestureRecognizers>
|
|
|
|
|
<views:HeadedButton Text="Edit Profile" HeadSource="user_fill.svg" HeadColor="#FF5441"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<views:HeadedButton Text="My Recipes" HeadSource="cookie.svg" HeadColor="#FF5441"/>
|
|
|
|
|
<views:HeadedButton Text="Edit Profile" HeadSource="user_fill.svg" HeadColor="#FF5441"/>
|
|
|
|
|
<views:HeadedButton Text="Dark Mode" HeadSource="moon_white.svg" HeadColor="#FFFFFF"/>
|
|
|
|
|
<views:HeadedButton Text="Share App" HeadSource="share.svg" HeadColor="#fe33bf"/>
|
|
|
|
|
<views:HeadedButton Text="Logout" HeadSource="logout_arrow.svg" HeadColor="#FF5441"/>
|
|
|
|
|
<Grid>
|
|
|
|
|
<Grid.GestureRecognizers>
|
|
|
|
|
<TapGestureRecognizer Tapped="OnLogoutButtonTapped"/>
|
|
|
|
|
</Grid.GestureRecognizers>
|
|
|
|
|
<views:HeadedButton Text="Logout" HeadSource="logout_arrow.svg" HeadColor="#FF5441"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</Grid>
|
|
|
|
|
</ContentPage>
|