mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
change home settings to extendedbutton
This commit is contained in:
parent
7cd3e2a5b9
commit
773f156785
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue