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

more black theme stub

This commit is contained in:
Kyle Spearrin
2019-06-01 23:59:17 -04:00
parent 18c2c1433b
commit dd976b5b86
3 changed files with 31 additions and 10 deletions

View File

@@ -285,6 +285,10 @@ namespace Bit.Droid
{
SetTheme(Resource.Style.DarkTheme);
}
else if(theme == "black")
{
SetTheme(Resource.Style.BlackTheme);
}
else
{
SetTheme(Resource.Style.MainTheme);