mirror of
https://github.com/bitwarden/mobile
synced 2026-01-02 08:33:17 +00:00
Revert micro sizes on android
This commit is contained in:
@@ -23,11 +23,6 @@ namespace Bit.App.Controls
|
||||
Style = (Style)Application.Current.Resources["text-muted"],
|
||||
HorizontalOptions = LayoutOptions.FillAndExpand
|
||||
};
|
||||
|
||||
if(Device.OS == TargetPlatform.Android)
|
||||
{
|
||||
Label.FontSize = Device.GetNamedSize(NamedSize.Micro, typeof(Label));
|
||||
}
|
||||
}
|
||||
|
||||
Entry = new ExtendedEntry
|
||||
|
||||
@@ -37,7 +37,6 @@ namespace Bit.App.Controls
|
||||
|
||||
if(Device.OS == TargetPlatform.Android)
|
||||
{
|
||||
Label.FontSize = Device.GetNamedSize(NamedSize.Micro, typeof(Label));
|
||||
stackLayout.Spacing = 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -43,7 +43,6 @@ namespace Bit.App.Controls
|
||||
if(Device.OS == TargetPlatform.Android)
|
||||
{
|
||||
Label.TextColor = Color.Black;
|
||||
Detail.FontSize = Device.GetNamedSize(NamedSize.Micro, typeof(Label));
|
||||
}
|
||||
|
||||
View = containerStackLayout;
|
||||
|
||||
@@ -31,11 +31,6 @@ namespace Bit.App.Controls
|
||||
Style = (Style)Application.Current.Resources["text-muted"]
|
||||
};
|
||||
|
||||
if(Device.OS == TargetPlatform.Android)
|
||||
{
|
||||
Label.FontSize = Device.GetNamedSize(NamedSize.Micro, typeof(Label));
|
||||
}
|
||||
|
||||
labelValueStackLayout.Children.Add(Label);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user