mirror of
https://github.com/bitwarden/android.git
synced 2024-12-26 19:08:32 +03:00
hardcoded AccountViewCell Avatar image to 40x40 to avoid current iOS/Android bugs where they fill much larger space.
This commit is contained in:
parent
d63a219272
commit
2e4da1b87d
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
|||
Grid.Column="0"
|
||||
Source="{Binding AvatarImageSource}"
|
||||
HorizontalOptions="Center"
|
||||
HeightRequest="40"
|
||||
WidthRequest="40"
|
||||
Margin="10,0"
|
||||
VerticalOptions="Center" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue