]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/colors.xml
Partial additional action button icons implementation.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / colors.xml
index e33adcc175192d0a5e5f90352ec463ef862c38cf..46a5fb5a27477da35258dad5830af35634aa8c1f 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   Copyright 2016 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser <https://privacybrowser.stoutner.com/>.
+  This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
   Privacy Browser is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 
 <!-- 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="black">#FF000000</color>
+    <color name="blue">#FF1976D2</color>
+    <color name="dark_blue">#FF0D47A1</color>
+    <color name="blue_grey">#FF607D8B</color>
+    <color name="grey">#FF9E9E9E</color>
     <color name="green">#FF64DD17</color>
+    <color name="light_blue">#FFBBDEFB</color>
+    <color name="medium_light_blue">#FF42A5F5</color>
+    <color name="orange">#FFF57F17</color>
     <color name="red">#FFD50000</color>
+    <color name="white">#FFFFFFFF</color>
     <color name="yellow">#FFFFD600</color>
 </resources>
\ No newline at end of file