From 4ac447a13f3f7c8ec580262ec91d0569a85c222b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 27 Jul 2016 19:49:23 -0400 Subject: [PATCH] Added extension icon to setup view controller in extension along with text explanation. --- src/App/Pages/Tools/ToolsExtensionPage.cs | 2 +- src/iOS.Extension/MainInterface.storyboard | 10 +++++----- src/iOS.Extension/Resources/ext-icon.png | Bin 0 -> 1263 bytes src/iOS.Extension/Resources/ext-icon@2x.png | Bin 0 -> 2532 bytes src/iOS.Extension/Resources/ext-icon@3x.png | Bin 0 -> 3838 bytes src/iOS.Extension/SetupViewController.cs | 3 +++ src/iOS.Extension/iOS.Extension.csproj | 3 +++ 7 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 src/iOS.Extension/Resources/ext-icon.png create mode 100644 src/iOS.Extension/Resources/ext-icon@2x.png create mode 100644 src/iOS.Extension/Resources/ext-icon@3x.png diff --git a/src/App/Pages/Tools/ToolsExtensionPage.cs b/src/App/Pages/Tools/ToolsExtensionPage.cs index 26ebb492e..b58ece8fa 100644 --- a/src/App/Pages/Tools/ToolsExtensionPage.cs +++ b/src/App/Pages/Tools/ToolsExtensionPage.cs @@ -135,7 +135,7 @@ namespace Bit.App.Pages var activatedSublabel = new Label { - Text = "In Safari, find bitwarden using the share icon (hint: scroll to the right on the second row of the menu).", + Text = "In Safari, find bitwarden using the share icon (hint: scroll to the right on the bottom row of the menu).", VerticalOptions = LayoutOptions.Start, HorizontalOptions = LayoutOptions.Center, HorizontalTextAlignment = TextAlignment.Center, diff --git a/src/iOS.Extension/MainInterface.storyboard b/src/iOS.Extension/MainInterface.storyboard index 9fe90ac45..2ee924df9 100644 --- a/src/iOS.Extension/MainInterface.storyboard +++ b/src/iOS.Extension/MainInterface.storyboard @@ -522,15 +522,15 @@ -