]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/colors.xml
Release v1.14.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / colors.xml
index f72cc34db90678a6d92534a0a205e9fac946c462..32ecace307ace7bf49b237e9d16ea6d4c1c84df0 100644 (file)
@@ -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="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="grey_100">#FFF5F5F5</color>
-    <color name="grey_500">#FF9E9E9E</color>
+    <color name="gray_100">#FFF5F5F5</color>
+    <color name="gray_500">#FF9E9E9E</color>
 
     <color name="light_green_a700">#FF64DD17</color>