mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 23:03:23 +00:00
Added extension icon to setup view controller in extension along with text explanation.
This commit is contained in:
@@ -24,6 +24,9 @@ namespace Bit.iOS.Extension
|
||||
{
|
||||
View.BackgroundColor = new UIColor(red: 0.94f, green: 0.94f, blue: 0.96f, alpha: 1.0f);
|
||||
var descriptor = UIFontDescriptor.PreferredBody;
|
||||
DescriptionLabel.Text = @"Your logins are now easily accessable from Safari, Chrome, and other supported apps.
|
||||
|
||||
In Safari and Chrome, find bitwarden using the share icon (hint: scroll to the right on the bottom row of the share menu).";
|
||||
DescriptionLabel.Font = UIFont.FromDescriptor(descriptor, descriptor.PointSize);
|
||||
DescriptionLabel.TextColor = new UIColor(red: 0.47f, green: 0.47f, blue: 0.47f, alpha: 1.0f);
|
||||
ActivatedLabel.Font = UIFont.FromDescriptor(descriptor, descriptor.PointSize * 1.3f);
|
||||
|
||||
Reference in New Issue
Block a user