]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/drawable/create_bookmark.xml
Implement selecting bookmark favorite icons from the file system. https://redmine...
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / create_bookmark.xml
index 6e82716ae84b9b3f88de1a8ab480aa9f580b836a..d719c3d5fb9952deb2ee48ed0ae24e5a775111f1 100644 (file)
@@ -1,7 +1,7 @@
 <!--
-  Copyright © 2017,2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2017, 2022, 2024 Soren Stoutner <soren@stoutner.com>.
 
-  This file is derived from elements of `bookmark` and `create_new_folder`, which are part of the Android Material icon set.  They are released under the Apache License 2.0.
+  This file is derived from elements of `bookmark` and `create_new_folder`, which are part of the Android Material icon set.  They are released under the Apache License 2.0 <https://fonts.google.com/icons>.
 
   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
@@ -26,6 +26,6 @@
     android:viewportWidth="24" >
 
     <path
-        android:fillColor="@color/white"
+        android:fillColor="@color/blue_icon"
         android:pathData="M7,3C5.9,3 5.01,3.9 5.01,5L5,21L12,18L19,21L19,5C19,3.9 18.1,3 17,3L7,3zM11,7L13,7L13,10L16,10L16,12L13,12L13,15L11,15L11,12L8,12L8,10L11,10L11,7z" />
-</vector>
\ No newline at end of file
+</vector>