blob: 1c8f1ab228f7939d7ff3814b2e9377b62bc11c54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--Colors-->
<!--Color of the action bar-->
<color name="colorPrimary">#5e9ee3</color>
<!--Color of the status bar-->
<color name="colorPrimaryDark">#5c7ce1</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>
</resources>
|