OSDN Git Service

Eleven: much material
[android-x86/packages-apps-Eleven.git] / res / values / appmsg_colors.xml
index 2bfd9ec..5c0fe10 100644 (file)
@@ -1,8 +1,22 @@
 <?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>
 
-    <color name="alert">#CC0000</color>
-    <color name="confirm">#FF8800</color>
-    <color name="info">#669900</color>
+    <color name="alert">@color/red</color>
+    <color name="confirm">@color/orange</color>
+    <color name="info">@color/green</color>
 
-</resources>
\ No newline at end of file
+</resources>