]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/colors.xml
Update URL link in copyright text at the beginning of files and information about...
[PrivacyBrowserAndroid.git] / app / src / main / res / values / colors.xml
index e33adcc175192d0a5e5f90352ec463ef862c38cf..8115fe4d63cc3ae57bcc73f335816944aa066832 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">#1e88e5</color>
     <color name="green">#FF64DD17</color>
     <color name="red">#FFD50000</color>
+    <color name="white">#FFFFFFFF</color>
     <color name="yellow">#FFFFD600</color>
 </resources>
\ No newline at end of file