]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/drawable/forward.xml
Bump the minimum API to 23. https://redmine.stoutner.com/issues/793
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / forward.xml
index dfa9e066b96ce0d30e2c3a73ff7968d3eeffa46c..1b8376ddac21f01b9f9d6d1e5b8d47595b69054a 100644 (file)
@@ -1,6 +1,4 @@
-<!-- forward.xml comes from the Android Material icon set, where it is called ic_arrow_forward.
-  It is released under the CC-BY license <https://creativecommons.org/licenses/by/4.0/>. -->
-
+<!-- This file comes from the Android Material icon set, where it is called `arrow_forward`.  It is released under the Apache License 2.0. -->
 <vector
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:height="24dp"
@@ -10,6 +8,6 @@
     android:autoMirrored="true" >
 
     <path
-        android:fillColor="#FF000000"
+        android:fillColor="@color/black"
         android:pathData="M12,4l-1.41,1.41L16.17,11H4v2h12.17l-5.58,5.59L12,20l8,-8z" />
 </vector>
\ No newline at end of file