💄 Debut de la page tous et modification de la page principale

master
Lucas EVARD 2 years ago
parent 0b6c21521b
commit 0d29664f5b

@ -3,9 +3,9 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="PocketBook.ContentViewFilter">
<VerticalStackLayout>
<Border Stroke="#E6E6E6" BackgroundColor="#F8F8F8" Scale="1.1">
<StackLayout Orientation="Horizontal" Padding="0,5,0,5">
<Image WidthRequest="30" HeightRequest="30" x:Name="filterImage" Margin="30,0,0,0" Scale="0.65"/>
<Border Stroke="#E6E6E6" BackgroundColor="#F8F8F8" Scale="1.1" Margin="0,-2,0,0">
<StackLayout Orientation="Horizontal" Padding="0,5,0,5" Margin="0,0,0,2">
<Image WidthRequest="19.5" HeightRequest="19.5" x:Name="filterImage" Margin="35,0,10,0"/>
<Label x:Name="filterNameLabel" Margin="5,0,0,0" VerticalTextAlignment="Center" HorizontalOptions="StartAndExpand"/>
<Label x:Name="filterNumLabel" VerticalTextAlignment="Center" TextColor="#AFAFAF"/>
<Image Source="chevron_right.svg" Scale="0.5" HorizontalOptions="End" Margin="0,0,20,0"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save