mirror of
https://github.com/bitwarden/mobile
synced 2026-01-09 03:53:15 +00:00
Android vault add/edit/view button widths, padding, and background color adjusted.
This commit is contained in:
@@ -117,6 +117,12 @@ namespace Bit.App.Controls
|
||||
{
|
||||
Button = new ExtendedButton();
|
||||
imageStackLayout.Children.Add(Button);
|
||||
|
||||
if(Device.OS == TargetPlatform.Android)
|
||||
{
|
||||
Button.Padding = new Thickness(0);
|
||||
Button.BackgroundColor = Color.Transparent;
|
||||
}
|
||||
}
|
||||
|
||||
Tapped += FormEntryCell_Tapped;
|
||||
|
||||
Reference in New Issue
Block a user