|
|
|
@ -75,6 +75,8 @@
|
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
|
<RowDefinition Height="auto"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Grid Grid.Column="0"
|
|
|
|
|
Grid.RowSpan="5">
|
|
|
|
|
<Border Padding="-5,-5,-5,1"
|
|
|
|
|
Margin="10,0,0,0"
|
|
|
|
|
HeightRequest="100"
|
|
|
|
@ -82,9 +84,7 @@
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Stroke="{StaticResource Gray}"
|
|
|
|
|
StrokeShape="RoundRectangle 3"
|
|
|
|
|
StrokeThickness="3"
|
|
|
|
|
Grid.Column="0"
|
|
|
|
|
Grid.RowSpan="5">
|
|
|
|
|
StrokeThickness="3">
|
|
|
|
|
<Border HorizontalOptions="Center"
|
|
|
|
|
Stroke="{StaticResource Gray}"
|
|
|
|
|
StrokeShape="RoundRectangle 3"
|
|
|
|
@ -95,6 +95,12 @@
|
|
|
|
|
Grid.RowSpan="5"/>
|
|
|
|
|
</Border>
|
|
|
|
|
</Border>
|
|
|
|
|
<Image Source="bookmark_red.png"
|
|
|
|
|
HeightRequest="10"
|
|
|
|
|
WidthRequest="10"
|
|
|
|
|
Margin="0,97,20,0"
|
|
|
|
|
VerticalOptions="End"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
<Label Text="{Binding Title}"
|
|
|
|
|
Style="{StaticResource MasterTitleBookText}"
|
|
|
|
|
Grid.Column="2"
|
|
|
|
@ -158,6 +164,8 @@
|
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
|
<RowDefinition Height="auto"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Grid Grid.Column="0"
|
|
|
|
|
Grid.RowSpan="5">
|
|
|
|
|
<Border Padding="-5,-5,-5,1"
|
|
|
|
|
Margin="10,0,0,0"
|
|
|
|
|
HeightRequest="100"
|
|
|
|
@ -165,9 +173,7 @@
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Stroke="{StaticResource Gray}"
|
|
|
|
|
StrokeShape="RoundRectangle 3"
|
|
|
|
|
StrokeThickness="3"
|
|
|
|
|
Grid.Column="0"
|
|
|
|
|
Grid.RowSpan="5">
|
|
|
|
|
StrokeThickness="3">
|
|
|
|
|
<Border HorizontalOptions="Center"
|
|
|
|
|
Stroke="{StaticResource Gray}"
|
|
|
|
|
StrokeShape="RoundRectangle 3"
|
|
|
|
@ -178,6 +184,12 @@
|
|
|
|
|
Grid.RowSpan="5"/>
|
|
|
|
|
</Border>
|
|
|
|
|
</Border>
|
|
|
|
|
<Image Source="bookmark_red.png"
|
|
|
|
|
HeightRequest="10"
|
|
|
|
|
WidthRequest="10"
|
|
|
|
|
Margin="0,97,20,0"
|
|
|
|
|
VerticalOptions="End"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
<Label Text="{Binding Title}"
|
|
|
|
|
Style="{StaticResource MasterTitleBookText}"
|
|
|
|
|
Grid.Column="2"
|
|
|
|
|