blob: 71d22ac63e71579a223f176d757643362dcec603 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--Colors-->
<!--Color of the action bar-->
<color name="colorPrimary">#2E639C</color>
<!--Color of the status bar-->
<color name="colorPrimaryDark">#021122</color>
<!--Font color of the action bar title-->
<color name="colorActionBarTitleFont">#ffffff</color>
<!--Font color of the action bar subtitle-->
<color name="colorActionBarSubtitleFont">#cccccc</color>
<!-- Font color of labels in EipFragment (main screen)-->
<color name="colorEipFragmentFont">#ffffff</color>
</resources>
|