1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-08 11:33:31 +00:00

Button styling update

This commit is contained in:
Kyle Spearrin
2016-08-26 19:13:25 -04:00
parent 873ebee256
commit aac4aafde0
4 changed files with 20 additions and 17 deletions

View File

@@ -45,12 +45,13 @@ namespace Bit.App.Pages
Text = "See Development Progress",
Command = new Command(() =>
{
_googleAnalyticsService.TrackAppEvent("SeeProgress");
_googleAnalyticsService.TrackAppEvent("SeeAutofillProgress");
Device.OpenUri(new Uri("https://github.com/bitwarden/mobile/issues/1"));
}),
VerticalOptions = LayoutOptions.End,
HorizontalOptions = LayoutOptions.Fill,
Style = (Style)Application.Current.Resources["btn-primary"]
Style = (Style)Application.Current.Resources["btn-primary"],
FontSize = Device.GetNamedSize(NamedSize.Medium, typeof(Button))
};
var stackLayout = new StackLayout