1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

padding on cipher list item

This commit is contained in:
Kyle Spearrin
2019-06-10 10:37:47 -04:00
parent 5485bb574e
commit 31d39e0626
3 changed files with 30 additions and 18 deletions

View File

@@ -124,8 +124,6 @@ namespace Bit.Droid.Renderers
SharedIcon.SetTextSize(ComplexUnitType.Sp, small);
AttachmentsIcon.SetTextSize(ComplexUnitType.Sp, small);
MoreButton.SetTextSize(ComplexUnitType.Sp, 25);
MoreButton.SetPadding(0, 0, 0, 0);
MoreButton.SetBackgroundColor(Xamarin.Forms.Color.Black.ToAndroid());
AddView(view);
}