mirror of
https://github.com/bitwarden/android.git
synced 2024-12-19 07:41:52 +03:00
Merge branch 'master' of github.com:bitwarden/mobile
This commit is contained in:
commit
e94be9905f
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ namespace Bit.iOS.Extension
|
|||
View.BackgroundColor = UIColor.FromPatternImage(new UIImage("boxed-bg.png"));
|
||||
NavigationController.NavigationBar.TintColor = UIColor.White;
|
||||
NavigationController.NavigationBar.BarTintColor = new UIColor(0.24f, 0.55f, 0.74f, 1.0f);
|
||||
NavigationController.NavigationBar.TitleTextAttributes = new UIStringAttributes() { ForegroundColor = UIColor.White };
|
||||
|
||||
List<string> sites = new List<string>();
|
||||
for(int i = 1; i <= 100; i++)
|
||||
|
|
Loading…
Reference in a new issue