mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
Android font size adjustments
This commit is contained in:
@@ -26,6 +26,7 @@ namespace Bit.App.Pages
|
||||
|
||||
var versionLabel = new Label
|
||||
{
|
||||
FontSize = Device.GetNamedSize(NamedSize.Medium, typeof(Label)),
|
||||
Text = $@"Version {_appInfoService.Version} ({_appInfoService.Build})
|
||||
© 8bit Solutions LLC 2015-{DateTime.Now.Year}",
|
||||
HorizontalTextAlignment = TextAlignment.Center
|
||||
|
||||
Reference in New Issue
Block a user