1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-30 07:03:48 +00:00

black theme option

This commit is contained in:
Kyle Spearrin
2019-06-02 00:08:20 -04:00
parent dd976b5b86
commit 479ad31325
6 changed files with 21 additions and 1 deletions

View File

@@ -49,6 +49,7 @@
</style>
<style name="BlackTheme.Base" parent="DarkTheme.Base">
<item name="android:windowBackground">@android:color/black</item>
</style>
<style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog">