aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values/vpi__colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/values/vpi__colors.xml')
-rw-r--r--main/res/values/vpi__colors.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/main/res/values/vpi__colors.xml b/main/res/values/vpi__colors.xml
index c0d958f..8a532bd 100644
--- a/main/res/values/vpi__colors.xml
+++ b/main/res/values/vpi__colors.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 The Android Open Source Project
+<!--
+ Copyright (C) 2011 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -15,6 +16,7 @@
-->
<resources>
+
<color name="vpi__background_holo_dark">#ff000000</color>
<color name="vpi__background_holo_light">#fff3f3f3</color>
<color name="vpi__bright_foreground_holo_dark">@color/vpi__background_holo_light</color>
@@ -23,4 +25,5 @@
<color name="vpi__bright_foreground_disabled_holo_light">#ffb2b2b2</color>
<color name="vpi__bright_foreground_inverse_holo_dark">@color/vpi__bright_foreground_holo_light</color>
<color name="vpi__bright_foreground_inverse_holo_light">@color/vpi__bright_foreground_holo_dark</color>
-</resources>
+
+</resources> \ No newline at end of file