mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 20:53:25 +00:00
Android theming.,Tab bar icons, etc.
This commit is contained in:
@@ -8,4 +8,5 @@
|
||||
<color name="primary">#3c8dbc</color>
|
||||
<color name="darkaccent">#222d32</color>
|
||||
<color name="accent">#3883af</color>
|
||||
<color name="tabtext">#c5ddeb</color>
|
||||
</resources>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<resources>
|
||||
<style name="BitwardenTheme.Splash" parent="Theme.AppCompat.Light">
|
||||
<style name="BitwardenTheme.Splash" parent="BitwardenTheme.Base">
|
||||
<item name="android:windowBackground">@drawable/splash_screen</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
</style>
|
||||
@@ -12,5 +12,6 @@
|
||||
<item name="colorAccent">@color/primary</item>
|
||||
<item name="android:windowBackground">@color/lightgray</item>
|
||||
<item name="windowActionModeOverlay">true</item>
|
||||
<item name="android:navigationBarColor">@color/darkaccent</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user