]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/drawable/home.xml
Standardize the app bar icon size. https://redmine.stoutner.com/issues/877
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / home.xml
index 8b60d3ba432d5de0fe8dd22053cee2eb650fc08e..b79118f7dc9926f224c48c5ce71baa931bf34df2 100644 (file)
@@ -1,11 +1,13 @@
-<!-- home.xml comes from the Android Material icon set, where it is called ic_home.  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 `home`.  It is released under the Apache License 2.0. -->
+
+<vector
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    android:height="24dp"
+    android:width="24dp"
+    android:viewportHeight="24"
+    android:viewportWidth="24" >
 
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
-        android:width="24dp"
-        android:height="24dp"
-        android:viewportWidth="24.0"
-        android:viewportHeight="24.0">
     <path
-        android:fillColor="#FF000000"
-        android:pathData="M10,20v-6h4v6h5v-8h3L12,3 2,12h3v8z"/>
-</vector>
+        android:fillColor="@color/blue_icon"
+        android:pathData="M10,20v-6h4v6h5v-8h3L12,3 2,12h3v8z" />
+</vector>
\ No newline at end of file