mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
Update some images (#257)
* UWP.Images: Update the launch.png image size Signed-off-by: Alistair Francis <alistair@alistair23.me> * App: Pages: Update login toolbar button Signed-off-by: Alistair Francis <alistair@alistair23.me>
This commit is contained in:
parent
7191969e9c
commit
014bf7777b
3 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ namespace Bit.App.Pages
|
||||||
table.EstimatedRowHeight = 70;
|
table.EstimatedRowHeight = 70;
|
||||||
}
|
}
|
||||||
|
|
||||||
var loginToolbarItem = new ToolbarItem(AppResources.Submit, Helpers.ToolbarImage("login.png"), async () =>
|
var loginToolbarItem = new ToolbarItem(AppResources.Submit, Helpers.ToolbarImage("ion_chevron_right.png"), async () =>
|
||||||
{
|
{
|
||||||
await CheckPasswordAsync();
|
await CheckPasswordAsync();
|
||||||
}, ToolbarItemOrder.Default, 0);
|
}, ToolbarItemOrder.Default, 0);
|
||||||
|
|
|
@ -112,7 +112,7 @@ namespace Bit.App.Pages
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
var loginToolbarItem = new ToolbarItem(AppResources.LogIn, Helpers.ToolbarImage("login.png"), async () =>
|
var loginToolbarItem = new ToolbarItem(AppResources.LogIn, Helpers.ToolbarImage("ion_chevron_right.png"), async () =>
|
||||||
{
|
{
|
||||||
await LogIn();
|
await LogIn();
|
||||||
}, ToolbarItemOrder.Default, 0);
|
}, ToolbarItemOrder.Default, 0);
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 686 B |
Loading…
Reference in a new issue