|
@ -60,8 +60,7 @@ |
|
|
</Grid.RowDefinitions> |
|
|
</Grid.RowDefinitions> |
|
|
<!-- FILTERS --> |
|
|
<!-- FILTERS --> |
|
|
<Grid |
|
|
<Grid |
|
|
BackgroundColor="{StaticResource LightGreenColor}" |
|
|
|
|
|
IsEnabled="{Binding Products.Count, Converter={StaticResource CountToBoolConverter}}"> |
|
|
|
|
|
|
|
|
BackgroundColor="{StaticResource LightGreenColor}"> |
|
|
<Label |
|
|
<Label |
|
|
Text="FILTER" |
|
|
Text="FILTER" |
|
|
Style="{StaticResource FilterLabelStyle}"/> |
|
|
Style="{StaticResource FilterLabelStyle}"/> |
|
|