2016-05-11 05:53:34 +03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
|
<resources>
|
2016-08-20 08:17:13 +03:00
|
|
|
|
<style name="BitwardenTheme.Splash" parent="BitwardenTheme.Base">
|
2016-08-19 07:27:37 +03:00
|
|
|
|
<item name="android:windowBackground">@drawable/splash_screen</item>
|
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
|
</style>
|
2016-08-20 03:42:33 +03:00
|
|
|
|
<style name="BitwardenTheme" parent="BitwardenTheme.Base">
|
|
|
|
|
</style>
|
|
|
|
|
<style name="BitwardenTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
|
|
|
|
|
<item name="colorPrimary">@color/primary</item>
|
|
|
|
|
<item name="colorPrimaryDark">@color/accent</item>
|
|
|
|
|
<item name="colorAccent">@color/primary</item>
|
|
|
|
|
<item name="android:windowBackground">@color/lightgray</item>
|
|
|
|
|
<item name="windowActionModeOverlay">true</item>
|
2016-08-20 08:17:13 +03:00
|
|
|
|
<item name="android:navigationBarColor">@color/darkaccent</item>
|
2016-08-20 03:42:33 +03:00
|
|
|
|
</style>
|
2016-05-11 05:53:34 +03:00
|
|
|
|
</resources>
|