Avancement listPage

pull/1/head
Matheo HERSAN 2 years ago
parent 6b13813131
commit 8a9f93941b

@ -5,6 +5,8 @@
BackgroundColor="{StaticResource Secondary}"> BackgroundColor="{StaticResource Secondary}">
<ScrollView>
<Grid> <Grid>
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition Height="Auto" /> <RowDefinition Height="Auto" />
@ -21,15 +23,17 @@
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
<ColumnDefinition Width="*" /> <ColumnDefinition Width="*" />
</Grid.ColumnDefinitions> </Grid.ColumnDefinitions>
<Frame BackgroundColor="#333333" BorderColor="#333333" Margin="20,0,20,0" > <Frame BackgroundColor="#333333" BorderColor="#333333" Margin="20,0,20,20" >
<Grid> <Grid Grid.Row="1">
<Label Text="test"/> <Label Text="test"/>
<Label Text="test"/> <Label Text="test"/>
</Grid> </Grid>
</Frame> </Frame>
</Grid> </Grid>
<BoxView Grid.Row="2" HeightRequest="30" BackgroundColor="#333333" />
</Grid> </Grid>
</ScrollView>
</ContentPage> </ContentPage>

Loading…
Cancel
Save