mirror of
https://github.com/bitwarden/android.git
synced 2024-12-19 07:41:52 +03:00
white status bar on ios
This commit is contained in:
parent
dc9ebbc5a7
commit
56733e6652
2 changed files with 5 additions and 13 deletions
|
@ -21,7 +21,7 @@ namespace Bit.App.Controls
|
||||||
{
|
{
|
||||||
// default colors for our app
|
// default colors for our app
|
||||||
BarBackgroundColor = Color.FromHex("3c8dbc");
|
BarBackgroundColor = Color.FromHex("3c8dbc");
|
||||||
BarTextColor = Color.FromHex("ffffff");
|
BarTextColor = Color.White;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,17 +56,9 @@
|
||||||
<string>0.0.1</string>
|
<string>0.0.1</string>
|
||||||
<key>UIMainStoryboardFile~ipad</key>
|
<key>UIMainStoryboardFile~ipad</key>
|
||||||
<string>LaunchScreen</string>
|
<string>LaunchScreen</string>
|
||||||
<key>UIStatusBarTintParameters</key>
|
<key>UIStatusBarStyle</key>
|
||||||
<dict>
|
+ <string>UIStatusBarStyleLightContent</string>
|
||||||
<key>UINavigationBar</key>
|
+ <key>UIViewControllerBasedStatusBarAppearance</key>
|
||||||
<dict>
|
+ <false/>
|
||||||
<key>Style</key>
|
|
||||||
<string>UIBarStyleDefault</string>
|
|
||||||
<key>Translucent</key>
|
|
||||||
<false/>
|
|
||||||
<key>BackgroundImage</key>
|
|
||||||
<string></string>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
Loading…
Reference in a new issue