summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorMarco Brohet <therbom@gmail.com>2013-03-17 09:53:44 +0100
committerMarco Brohet <therbom@gmail.com>2013-03-17 10:34:34 +0100
commit8bd9470f56321aa3084cb81281dd8fb6669612cc (patch)
treebb7f7fa418688a42886b5f287e4d4a913a7d81be /res/values/colors.xml
parent4f3e7d04240afb67974e7aeaafe7434b543804cf (diff)
downloadandroid_packages_apps_Eleven-8bd9470f56321aa3084cb81281dd8fb6669612cc.tar.gz
android_packages_apps_Eleven-8bd9470f56321aa3084cb81281dd8fb6669612cc.tar.bz2
android_packages_apps_Eleven-8bd9470f56321aa3084cb81281dd8fb6669612cc.zip
Apollo: update resources
- Update/add copyright - UNIX/Linux line endings Change-Id: Ia4db414ce7e824b0056a979197238585988a54e5
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml121
1 files changed, 60 insertions, 61 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 02bb26e..b3dfb81 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -1,61 +1,60 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 Andrew Neal
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources>
-
- <!-- See through -->
- <color name="transparent">#00000000</color>
-
- <!-- Black -->
- <color name="black">#ff000000</color>
-
- <!-- White -->
- <color name="white">#ffffffff</color>
-
- <!-- Transparent black -->
- <color name="transparent_black">#99000000</color>
-
- <!-- Transparent white -->
- <color name="transparent_white">#ffcccccc</color>
-
- <!-- Dark transparent color -->
- <color name="list_item_background">#c1000000</color>
-
- <!-- A darkish color used for the action bar -->
- <color name="action_bar_color">#ff0d0d0d</color>
-
- <!-- A light, Holo shade of blue -->
- <color name="holo_blue_light">#ff33b5e5</color>
-
- <!-- A light, transparent Holo shade of blue -->
- <color name="holo_blue_light_transparent">#9933b5e5</color>
-
- <!-- A light Holo shade of green -->
- <color name="holo_green_light">#ff99cc00</color>
-
- <!-- A light Holo shade of red -->
- <color name="holo_red_light">#ffff4444</color>
-
- <!-- A Holo shade of purple -->
- <color name="holo_purple">#ffaa66cc</color>
-
- <!-- A light Holo shade of orange -->
- <color name="holo_orange_light">#ffffbb33</color>
-
- <!-- A dark Holo shade of orange -->
- <color name="holo_orange_dark">#ffff8800</color>
-
-</resources> \ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 Andrew Neal
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+
+ <!-- See through -->
+ <color name="transparent">#00000000</color>
+
+ <!-- Black -->
+ <color name="black">#ff000000</color>
+
+ <!-- White -->
+ <color name="white">#ffffffff</color>
+
+ <!-- Transparent black -->
+ <color name="transparent_black">#99000000</color>
+
+ <!-- Transparent white -->
+ <color name="transparent_white">#ffcccccc</color>
+
+ <!-- Dark transparent color -->
+ <color name="list_item_background">#c1000000</color>
+
+ <!-- A darkish color used for the action bar -->
+ <color name="action_bar_color">#ff0d0d0d</color>
+
+ <!-- A light, Holo shade of blue -->
+ <color name="holo_blue_light">#ff33b5e5</color>
+
+ <!-- A light, transparent Holo shade of blue -->
+ <color name="holo_blue_light_transparent">#9933b5e5</color>
+
+ <!-- A light Holo shade of green -->
+ <color name="holo_green_light">#ff99cc00</color>
+
+ <!-- A light Holo shade of red -->
+ <color name="holo_red_light">#ffff4444</color>
+
+ <!-- A Holo shade of purple -->
+ <color name="holo_purple">#ffaa66cc</color>
+
+ <!-- A light Holo shade of orange -->
+ <color name="holo_orange_light">#ffffbb33</color>
+
+ <!-- A dark Holo shade of orange -->
+ <color name="holo_orange_dark">#ffff8800</color>
+
+</resources>