]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/colors.xml
Updates about_licenses, adding the full text of the Apache License 2.0 and the 3...
[PrivacyBrowserAndroid.git] / app / src / main / res / values / colors.xml
index f72cc34db90678a6d92534a0a205e9fac946c462..cd1d60d81379f315191e2ac31ff9f80a5f961230 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
@@ -20,6 +20,8 @@
 
 <!-- These color resources are hardcoded for vector drawables.  Once the minimum API is >= 22 we can remove the hardcoded colors and reference these entries. -->
 <resources>
+    <color name="semi_transparent_black">#66000000</color>
+
     <color name="black">#FF000000</color>
 
     <color name="blue_50">#FFE3F2FD</color>
     <color name="blue_900">#FF0D47A1</color>
     <color name="blue_a700">#FF2962FF</color>
 
-    <color name="blue_grey_500">#FF607D8B</color>
+    <color name="blue_gray_500">#FF607D8B</color>
+
+    <color name="gray_100">#FFF5F5F5</color>
+    <color name="gray_500">#FF9E9E9E</color>
 
-    <color name="grey_100">#FFF5F5F5</color>
-    <color name="grey_500">#FF9E9E9E</color>
+    <color name="green_50">#FFE8F5E9</color>
+    <color name="green_100">#FFC8E6C9</color>
 
+    <color name="light_green_100">#FFDCEDC8</color>
     <color name="light_green_a700">#FF64DD17</color>
 
     <color name="red_a700">#FFD50000</color>
 
+    <color name="transparent">#00000000</color>
+
     <color name="white">#FFFFFFFF</color>
 
     <color name="yellow_900">#FFF57F17</color>