]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/drawable/back.xml
Bump the minimum API to 23. https://redmine.stoutner.com/issues/793
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / back.xml
index 7d4bc031c9b662507b3f8dc4dfd194d5f00097ad..ebe4068ed0a6c7b28d2e91131c489c856575cc40 100644 (file)
@@ -1,6 +1,4 @@
-<!-- back.xml comes from the Android Material icon set, where it is called ic_arrow_back.
-  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_back`.  It is released under the Apache License 2.0. -->
 <vector
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:height="24dp"
@@ -9,8 +7,7 @@
     android:viewportWidth="24.0"
     android:autoMirrored="true" >
 
-    <!-- We have to use a hard coded color code until API >= 21.  Then we can use`@color`. -->
     <path
-        android:fillColor="#FF000000"
+        android:fillColor="@color/black"
         android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z" />
 </vector>
\ No newline at end of file