Give the MDP list items some spacing
This commit is contained in:
Родитель
906144a389
Коммит
1b60140c7c
|
@ -9,11 +9,13 @@
|
|||
|
||||
<CollectionView.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<Frame Visual="Material" BorderColor="LightGray">
|
||||
<StackLayout Padding="5">
|
||||
<Label FontSize="Title" Text="{Binding Title}"></Label>
|
||||
</StackLayout>
|
||||
</Frame>
|
||||
<Grid Padding="10,5,10,5">
|
||||
<Frame Visual="Material" BorderColor="LightGray">
|
||||
<StackLayout Padding="5">
|
||||
<Label FontSize="Title" Text="{Binding Title}"></Label>
|
||||
</StackLayout>
|
||||
</Frame>
|
||||
</Grid>
|
||||
</DataTemplate>
|
||||
</CollectionView.ItemTemplate>
|
||||
</CollectionView>
|
Загрузка…
Ссылка в новой задаче