]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/colors.xml
Refactor the App Bar.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / colors.xml
index e33adcc175192d0a5e5f90352ec463ef862c38cf..8fe826ff91d8b33c29c9580d4e8ff08ecf3789d1 100644 (file)
 
 <!-- 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="light_blue">#FF0091EA</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