2016-05-11 05:53:34 +03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
|
<resources>
|
2016-08-14 04:43:15 +03:00
|
|
|
|
<style name="BitwardenTheme" parent="android:Theme.Holo.Light.DarkActionBar">
|
|
|
|
|
<item name="android:colorPrimary">@color/primary</item>
|
2016-08-16 07:37:18 +03:00
|
|
|
|
<item name="android:statusBarColor">@color/accent</item>
|
2016-08-14 04:43:15 +03:00
|
|
|
|
<item name="android:textColorPrimary">@color/black</item>
|
2016-08-16 07:37:18 +03:00
|
|
|
|
<item name="android:colorAccent">@color/primary</item>
|
2016-08-14 04:43:15 +03:00
|
|
|
|
<item name="android:windowBackground">@color/lightgray</item>
|
2016-08-16 07:37:18 +03:00
|
|
|
|
<item name="android:navigationBarColor">@color/darkaccent</item>
|
2016-08-14 04:43:15 +03:00
|
|
|
|
</style>
|
2016-08-19 07:27:37 +03:00
|
|
|
|
<style name="BitwardenTheme.Splash" parent="Theme.AppCompat.Light">
|
|
|
|
|
<item name="android:windowBackground">@drawable/splash_screen</item>
|
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
|
</style>
|
2016-05-11 05:53:34 +03:00
|
|
|
|
</resources>
|