1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-10 01:08:23 +02:00

change home settings to extendedbutton

This commit is contained in:
Kyle Spearrin 2017-10-19 08:55:18 -04:00
parent 7cd3e2a5b9
commit 773f156785

View File

@ -32,7 +32,7 @@ namespace Bit.App.Pages
{
MessagingCenter.Send(Application.Current, "ShowStatusBar", false);
var settingsButton = new Button
var settingsButton = new ExtendedButton
{
Image = "cog.png",
VerticalOptions = LayoutOptions.Start,