1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-27 13:43:32 +00:00

black theme styling

This commit is contained in:
Kyle Spearrin
2019-06-02 00:14:09 -04:00
parent 479ad31325
commit 4382490823
2 changed files with 3 additions and 2 deletions

View File

@@ -45,11 +45,12 @@
<item name="popupTheme">@style/ThemeOverlay.AppCompat</item>
</style>
<style name="BlackTheme" parent="DarkTheme.Base">
<style name="BlackTheme" parent="BlackTheme.Base">
</style>
<style name="BlackTheme.Base" parent="DarkTheme.Base">
<item name="android:windowBackground">@android:color/black</item>
<item name="colorPrimary">@android:color/black</item>
</style>
<style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog">