1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-28 14:13:25 +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

@@ -8,6 +8,8 @@
<item name="android:windowBackground">@drawable/splash_screen_dark</item>
<item name="android:windowNoTitle">true</item>
</style>
<style name="BlackTheme.Splash" parent="DarkTheme.Splash">
</style>
<style name="MainTheme" parent="MainTheme.Base">
</style>
@@ -43,6 +45,12 @@
<item name="popupTheme">@style/ThemeOverlay.AppCompat</item>
</style>
<style name="BlackTheme" parent="DarkTheme.Base">
</style>
<style name="BlackTheme.Base" parent="DarkTheme.Base">
</style>
<style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog">
<item name="colorAccent">#FF4081</item>
</style>