parent
c2f133206b
commit
bb3aabf408
@ -1,40 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
||||||
x:Class="PocketBook.LikePage"
|
|
||||||
xmlns:local="clr-namespace:PocketBook"
|
|
||||||
Title="Favoris"
|
|
||||||
Shell.ForegroundColor="{StaticResource Primary}">
|
|
||||||
|
|
||||||
<ContentPage.Resources>
|
|
||||||
|
|
||||||
</ContentPage.Resources>
|
|
||||||
|
|
||||||
<ContentPage.ToolbarItems>
|
|
||||||
<ToolbarItem Text="Ajouter" Priority="1"
|
|
||||||
Order="Primary" IconImageSource="plus.png"/>
|
|
||||||
<ToolbarItem Text="Order" Priority="2"
|
|
||||||
Order="Primary" IconImageSource="arrows.png"/>
|
|
||||||
</ContentPage.ToolbarItems>
|
|
||||||
|
|
||||||
<ScrollView Grid.Row="1">
|
|
||||||
<VerticalStackLayout>
|
|
||||||
<local:ContentViewBook BookImage="buveurencre.jpg" BookName="La horde du contrevent" AutorName="Alain Damasio" BookStatus="À lire plus tard"/>
|
|
||||||
<Line Style="{StaticResource LineStyle3}"/>
|
|
||||||
<local:ContentViewBook BookImage="buveurencre.jpg" BookName="La zone du dehors" AutorName="Alain Damasio" BookStatus="À lire plus tard"/>
|
|
||||||
<Line Style="{StaticResource LineStyle3}"/>
|
|
||||||
<local:ContentViewBook BookImage="buveurencre.jpg" BookName="L'équateur d'Einstein" AutorName="Cixin Liu" BookStatus="À lire plus tard"/>
|
|
||||||
<Line Style="{StaticResource LineStyle3}"/>
|
|
||||||
<local:ContentViewBook BookImage="buveurencre.jpg" BookName="La forêt sombre" AutorName="Cixin Liu" BookStatus="À lire plus tard"/>
|
|
||||||
<Line Style="{StaticResource LineStyle3}"/>
|
|
||||||
<local:ContentViewBook BookImage="buveurencre.jpg" BookName="Le problème à trois corps" AutorName="Cixin Liu" BookStatus="À lire plus tard"/>
|
|
||||||
<Line Style="{StaticResource LineStyle3}"/>
|
|
||||||
<local:ContentViewBook BookImage="buveurencre.jpg" BookName="L'équateur d'Einstein" AutorName="Cixin Liu" BookStatus="À lire plus tard"/>
|
|
||||||
<Line Style="{StaticResource LineStyle3}"/>
|
|
||||||
<local:ContentViewBook BookImage="buveurencre.jpg" BookName="La forêt sombre" AutorName="Cixin Liu" BookStatus="À lire plus tard"/>
|
|
||||||
<Line Style="{StaticResource LineStyle3}"/>
|
|
||||||
<local:ContentViewBook BookImage="buveurencre.jpg" BookName="Le problème à trois corps" AutorName="Cixin Liu" BookStatus="À lire plus tard"/>
|
|
||||||
|
|
||||||
</VerticalStackLayout>
|
|
||||||
</ScrollView>
|
|
||||||
</ContentPage>
|
|
@ -1,16 +0,0 @@
|
|||||||
using CommunityToolkit.Maui.Views;
|
|
||||||
using PocketBook.Applicative_VM;
|
|
||||||
|
|
||||||
namespace PocketBook;
|
|
||||||
|
|
||||||
public partial class LikePage : ContentPage
|
|
||||||
{
|
|
||||||
public NavigatorVM NavigateCommandBooks { get; private set; }
|
|
||||||
|
|
||||||
public LikePage(NavigatorVM navigator)
|
|
||||||
{
|
|
||||||
NavigateCommandBooks = navigator;
|
|
||||||
InitializeComponent();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in new issue