mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 16:23:29 +00:00
PM-3349 Fix for icon and text spacing in some list items
This commit is contained in:
@@ -61,6 +61,7 @@
|
|||||||
<controls:IconLabel Text="{Binding Icon, Mode=OneWay}"
|
<controls:IconLabel Text="{Binding Icon, Mode=OneWay}"
|
||||||
HorizontalOptions="Start"
|
HorizontalOptions="Start"
|
||||||
VerticalOptions="Center"
|
VerticalOptions="Center"
|
||||||
|
Margin="0,0,7,0"
|
||||||
StyleClass="list-icon, list-icon-platform"
|
StyleClass="list-icon, list-icon-platform"
|
||||||
ShouldUpdateFontSizeDynamicallyForAccesibility="True">
|
ShouldUpdateFontSizeDynamicallyForAccesibility="True">
|
||||||
<controls:IconLabel.Effects>
|
<controls:IconLabel.Effects>
|
||||||
|
|||||||
@@ -314,7 +314,7 @@
|
|||||||
Class="list-icon-platform"
|
Class="list-icon-platform"
|
||||||
ApplyToDerivedTypes="True">
|
ApplyToDerivedTypes="True">
|
||||||
<Setter Property="FontSize"
|
<Setter Property="FontSize"
|
||||||
Value="23" />
|
Value="22" />
|
||||||
</Style>
|
</Style>
|
||||||
<Style TargetType="Button"
|
<Style TargetType="Button"
|
||||||
ApplyToDerivedTypes="True"
|
ApplyToDerivedTypes="True"
|
||||||
|
|||||||
@@ -283,9 +283,9 @@
|
|||||||
Class="list-icon"
|
Class="list-icon"
|
||||||
ApplyToDerivedTypes="True">
|
ApplyToDerivedTypes="True">
|
||||||
<Setter Property="MinimumWidthRequest"
|
<Setter Property="MinimumWidthRequest"
|
||||||
Value="26" />
|
Value="22" />
|
||||||
<Setter Property="MinimumHeightRequest"
|
<Setter Property="MinimumHeightRequest"
|
||||||
Value="26" />
|
Value="22" />
|
||||||
<Setter Property="HorizontalTextAlignment"
|
<Setter Property="HorizontalTextAlignment"
|
||||||
Value="Center" />
|
Value="Center" />
|
||||||
<Setter Property="VerticalTextAlignment"
|
<Setter Property="VerticalTextAlignment"
|
||||||
|
|||||||
Reference in New Issue
Block a user