ajout placeolder

pull/30/head
Leo TUAILLON 2 years ago
parent 3c7f6eec45
commit 89b6584ebe

@ -85,7 +85,7 @@
<Entry
Style="{StaticResource UserInput}"
Grid.Column="2"
Placeholder="Old Password"/>
Placeholder="New Password"/>
</Grid>
</Border>
@ -111,7 +111,7 @@
<Entry
Style="{StaticResource UserInput}"
Grid.Column="2"
Placeholder="Old Password"/>
Placeholder="New Password"/>
</Grid>
</Border>
</VerticalStackLayout>

@ -47,8 +47,17 @@
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Pages\RegisterPage.xaml.cs" />
</ItemGroup>
<ItemGroup>
<MauiXaml Remove="Pages\RegisterPage.xaml" />
</ItemGroup>
<ItemGroup>
<None Remove="Resources\Fonts\Poppins-Bold.ttf" />
<None Remove="Resources\Fonts\Poppins-Regular.ttf" />
<None Remove="Resources\Images\email_icon.svg" />
<None Remove="Resources\Images\facebook_logo.svg" />
<None Remove="Resources\Images\password_icon.svg" />
@ -71,16 +80,13 @@
</ItemGroup>
<ItemGroup>
<Compile Update="Pages\changePassword.xaml.cs">
<DependentUpon>ChangePassword.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<MauiXaml Update="Pages\ChangePassword.xaml">
<MauiXaml Update="Views\FavoritesPage.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="Pages\MyList.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="Views\FavoritesPage.xaml">
<MauiXaml Update="Views\HeadedButton.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="Views\ProfilePage.xaml">

Loading…
Cancel
Save