mirror of
https://github.com/bitwarden/android.git
synced 2025-01-12 11:17:30 +03:00
black theme styling
This commit is contained in:
parent
479ad31325
commit
4382490823
2 changed files with 3 additions and 2 deletions
|
@ -45,11 +45,12 @@
|
||||||
<item name="popupTheme">@style/ThemeOverlay.AppCompat</item>
|
<item name="popupTheme">@style/ThemeOverlay.AppCompat</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="BlackTheme" parent="DarkTheme.Base">
|
<style name="BlackTheme" parent="BlackTheme.Base">
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="BlackTheme.Base" parent="DarkTheme.Base">
|
<style name="BlackTheme.Base" parent="DarkTheme.Base">
|
||||||
<item name="android:windowBackground">@android:color/black</item>
|
<item name="android:windowBackground">@android:color/black</item>
|
||||||
|
<item name="colorPrimary">@android:color/black</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog">
|
<style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog">
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
<Color x:Key="FabColor">#52bdfb</Color>
|
<Color x:Key="FabColor">#52bdfb</Color>
|
||||||
<Color x:Key="FabPressedColor">#3ea1da</Color>
|
<Color x:Key="FabPressedColor">#3ea1da</Color>
|
||||||
|
|
||||||
<Color x:Key="TabBarBackgroundColor">#212121</Color>
|
<Color x:Key="TabBarBackgroundColor">#000000</Color>
|
||||||
<Color x:Key="TabBarItemColor">#C0C0C0</Color>
|
<Color x:Key="TabBarItemColor">#C0C0C0</Color>
|
||||||
<Color x:Key="TabBarSelectedItemColor">#52bdfb</Color>
|
<Color x:Key="TabBarSelectedItemColor">#52bdfb</Color>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
Loading…
Reference in a new issue