|
|
@ -10,9 +10,7 @@
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
|
|
<Frame Grid.Row="0" BackgroundColor="Black" Margin="20" BorderColor="Black">
|
|
|
|
<Label Text="Watching" TextColor="White" FontSize="Title" Margin="50,0,0,0" Grid.Row="0"/>
|
|
|
|
<Label Text="Watching" TextColor="White" FontSize="Title" />
|
|
|
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Frame Grid.Row="1" BackgroundColor="Black" Margin="20" BorderColor="Black">
|
|
|
|
<Frame Grid.Row="1" BackgroundColor="Black" Margin="20" BorderColor="Black">
|
|
|
|
<Grid BackgroundColor="#333333" >
|
|
|
|
<Grid BackgroundColor="#333333" >
|
|
|
@ -21,14 +19,53 @@
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
|
|
<Frame Grid.Row="1" BackgroundColor="#333333" Margin="20" BorderColor="#333333">
|
|
|
|
<HorizontalStackLayout Spacing="300" Margin="20" Grid.Row="0">
|
|
|
|
<StackLayout Orientation="Horizontal" Spacing="20">
|
|
|
|
<Label Text="Titre" TextColor="White" HorizontalOptions="Start"/>
|
|
|
|
<Label Text="Titre" TextColor="White"/>
|
|
|
|
<Label Text="Score" TextColor="White" HorizontalOptions="Center"/>
|
|
|
|
<Label Text="Score" TextColor="White"/>
|
|
|
|
<Label Text="Progression" TextColor="White" HorizontalOptions="End"/>
|
|
|
|
<Label Text="Progression" TextColor="White"/>
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
</StackLayout>
|
|
|
|
|
|
|
|
</Frame>
|
|
|
|
<ScrollView Grid.Row="1" VerticalScrollBarVisibility="Always">
|
|
|
|
|
|
|
|
<VerticalStackLayout Spacing="10">
|
|
|
|
|
|
|
|
<HorizontalStackLayout HorizontalOptions="Fill">
|
|
|
|
|
|
|
|
<Rectangle Fill="#FFFFFF" WidthRequest="100" HeightRequest="100"/>
|
|
|
|
|
|
|
|
<Label Text="Test" VerticalOptions="Center" Margin="15" FontSize="Large"/>
|
|
|
|
|
|
|
|
<Label Text="10/85" HorizontalOptions="End" VerticalOptions="Center"/>
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<HorizontalStackLayout>
|
|
|
|
|
|
|
|
<Rectangle Fill="blue" WidthRequest="100" HeightRequest="100"/>
|
|
|
|
|
|
|
|
<Label Text="Test-test" VerticalOptions="Center" Margin="15" FontSize="Large"/>
|
|
|
|
|
|
|
|
<Label Text="100/100" HorizontalOptions="End" VerticalOptions="Center"/>
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<HorizontalStackLayout>
|
|
|
|
|
|
|
|
<Rectangle Fill="Red" WidthRequest="100" HeightRequest="100"/>
|
|
|
|
|
|
|
|
<Label Text="Test-test-tests" VerticalOptions="Center" Margin="15" FontSize="Large"/>
|
|
|
|
|
|
|
|
<Label Text="12/24" HorizontalOptions="End" VerticalOptions="Center"/>
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<HorizontalStackLayout HorizontalOptions="Fill">
|
|
|
|
|
|
|
|
<Rectangle Fill="#FFFFFF" WidthRequest="100" HeightRequest="100"/>
|
|
|
|
|
|
|
|
<Label Text="Test" VerticalOptions="Center" Margin="15" FontSize="Large"/>
|
|
|
|
|
|
|
|
<Label Text="10/85" HorizontalOptions="End" VerticalOptions="Center"/>
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<HorizontalStackLayout>
|
|
|
|
|
|
|
|
<Rectangle Fill="blue" WidthRequest="100" HeightRequest="100"/>
|
|
|
|
|
|
|
|
<Label Text="Test-test" VerticalOptions="Center" Margin="15" FontSize="Large"/>
|
|
|
|
|
|
|
|
<Label Text="100/100" HorizontalOptions="End" VerticalOptions="Center"/>
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<HorizontalStackLayout>
|
|
|
|
|
|
|
|
<Rectangle Fill="Red" WidthRequest="100" HeightRequest="100"/>
|
|
|
|
|
|
|
|
<Label Text="Test-test-tests" VerticalOptions="Center" Margin="15" FontSize="Large"/>
|
|
|
|
|
|
|
|
<Label Text="12/24" HorizontalOptions="End" VerticalOptions="Center"/>
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
</ScrollView>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
</Frame>
|
|
|
|
</Frame>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|