1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-11 13:53:29 +00:00

cached images

This commit is contained in:
Kyle Spearrin
2017-02-15 21:56:02 -05:00
parent d96b279beb
commit d2d8ee504d
15 changed files with 99 additions and 19 deletions

View File

@@ -4,6 +4,7 @@ using Xamarin.Forms;
using Bit.App.Abstractions;
using XLabs.Ioc;
using Bit.App.Resources;
using FFImageLoading.Forms;
namespace Bit.App.Pages
{
@@ -19,10 +20,12 @@ namespace Bit.App.Pages
public void Init()
{
var logo = new Image
var logo = new CachedImage
{
Source = "logo",
HorizontalOptions = LayoutOptions.Center
HorizontalOptions = LayoutOptions.Center,
WidthRequest = 282,
HeightRequest = 44
};
var versionLabel = new Label