mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 02:23:57 +00:00
Android font size adjustments
This commit is contained in:
@@ -10,7 +10,8 @@ namespace Bit.App.Controls
|
||||
Editor = new ExtendedEditor
|
||||
{
|
||||
Keyboard = entryKeyboard,
|
||||
HasBorder = false
|
||||
HasBorder = false,
|
||||
FontSize = Device.GetNamedSize(NamedSize.Medium, typeof(Editor))
|
||||
};
|
||||
|
||||
if(height.HasValue)
|
||||
@@ -29,7 +30,6 @@ namespace Bit.App.Controls
|
||||
|
||||
if(Device.OS == TargetPlatform.Android)
|
||||
{
|
||||
Editor.FontSize = Device.GetNamedSize(NamedSize.Small, typeof(Label));
|
||||
Editor.Margin = new Thickness(-4, -2, -4, -10);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user