1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 23:03:23 +00:00

rename main theme to light theme

This commit is contained in:
Kyle Spearrin
2019-06-04 09:36:45 -04:00
parent fdfd2d20e6
commit 11e5b2ea5d
7 changed files with 19 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ namespace Bit.Droid
[Activity(
Label = "Bitwarden",
Icon = "@mipmap/ic_launcher",
Theme = "@style/MainTheme",
Theme = "@style/LightTheme",
Exported = false,
ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
[Register("com.x8bit.bitwarden.MainActivity")]
@@ -291,7 +291,7 @@ namespace Bit.Droid
}
else
{
SetTheme(Resource.Style.MainTheme);
SetTheme(Resource.Style.LightTheme);
}
}