pull/39/head
Leo TUAILLON 2 years ago
parent 5bc682e7f5
commit 1f1f5360e4

@ -5,7 +5,7 @@
BackgroundColor="{StaticResource BackgroundPrimary}"
xmlns:views="clr-namespace:ShoopNCook.Views"
Title="MorePage">
<Grid
RowDefinitions="Auto, *"
Padding="20, 50, 20, 20">
@ -43,7 +43,7 @@
</Grid.GestureRecognizers>
<views:HeadedButton Text="Edit Profile" HeadSource="user_fill.svg" HeadColor="#FF5441"/>
</Grid>
<views:HeadedButton Text="Dark Mode" HeadSource="moon_white.svg" HeadColor="#FFFFFF"/>
<Grid>
<Grid.GestureRecognizers>

@ -30,8 +30,8 @@ public partial class MorePage : ContentPage
{
await Share.RequestAsync(new ShareTextRequest
{
Text = "Voici le texte à partager",
Title = "Partagez ce texte"
Text = "Voici le texte à partager (à changer)",
Title = "Partagez ce texte : (à modifier)"
});
}
}
Loading…
Cancel
Save