1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 15:23:35 +00:00

Uppercase Bitwarden

This commit is contained in:
Kyle Spearrin
2018-02-27 13:27:07 -05:00
parent 205ca693b3
commit b8267d4329
19 changed files with 93 additions and 82 deletions

View File

@@ -21,7 +21,7 @@ using Bit.App.Enums;
namespace Bit.Android
{
[Activity(Label = "bitwarden",
[Activity(Label = "Bitwarden",
Icon = "@drawable/icon",
ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation,
Exported = false)]