mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 01:03:24 +00:00
Added Scale to device info service. Stack layout padding adjsutments depending on android scale.
This commit is contained in:
@@ -215,6 +215,7 @@ namespace Bit.App.Pages
|
||||
WinPhone: new Thickness(15, 8))
|
||||
};
|
||||
|
||||
stackLayout.AdjustPaddingForDevice();
|
||||
if(Device.OS == TargetPlatform.Android)
|
||||
{
|
||||
label.TextColor = Color.Black;
|
||||
|
||||
Reference in New Issue
Block a user