mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-03 08:39:46 +01:00
change home settings to extendedbutton
This commit is contained in:
parent
7cd3e2a5b9
commit
773f156785
@ -32,7 +32,7 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
MessagingCenter.Send(Application.Current, "ShowStatusBar", false);
|
MessagingCenter.Send(Application.Current, "ShowStatusBar", false);
|
||||||
|
|
||||||
var settingsButton = new Button
|
var settingsButton = new ExtendedButton
|
||||||
{
|
{
|
||||||
Image = "cog.png",
|
Image = "cog.png",
|
||||||
VerticalOptions = LayoutOptions.Start,
|
VerticalOptions = LayoutOptions.Start,
|
||||||
|
Loading…
Reference in New Issue
Block a user