update more icon for android styling
Before Width: | Height: | Size: 412 B After Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 335 B |
Before Width: | Height: | Size: 732 B After Width: | Height: | Size: 485 B |
Before Width: | Height: | Size: 921 B After Width: | Height: | Size: 573 B |
Before Width: | Height: | Size: 288 B After Width: | Height: | Size: 193 B |
|
@ -17,12 +17,12 @@ namespace Bit.App.Controls
|
||||||
LabelIcon.SetBinding(VisualElement.IsVisibleProperty, nameof(VaultListPageModel.Cipher.Shared));
|
LabelIcon.SetBinding(VisualElement.IsVisibleProperty, nameof(VaultListPageModel.Cipher.Shared));
|
||||||
LabelIcon2.SetBinding(VisualElement.IsVisibleProperty, nameof(VaultListPageModel.Cipher.HasAttachments));
|
LabelIcon2.SetBinding(VisualElement.IsVisibleProperty, nameof(VaultListPageModel.Cipher.HasAttachments));
|
||||||
|
|
||||||
Button.Image = "more";
|
Button.Image = "more.png";
|
||||||
Button.Command = new Command(() => moreClickedAction?.Invoke(LoginParameter));
|
Button.Command = new Command(() => moreClickedAction?.Invoke(LoginParameter));
|
||||||
Button.BackgroundColor = Color.Transparent;
|
Button.BackgroundColor = Color.Transparent;
|
||||||
|
|
||||||
LabelIcon.Source = "share";
|
LabelIcon.Source = "share.png";
|
||||||
LabelIcon2.Source = "paperclip";
|
LabelIcon2.Source = "paperclip.png";
|
||||||
|
|
||||||
BackgroundColor = Color.White;
|
BackgroundColor = Color.White;
|
||||||
}
|
}
|
||||||
|
|