]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/drawable/about.xml
Update icons (javascript_enabled, warning, privacy_mode, and about).
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / about.xml
index 52f0307698723207710b9044e8320c03ee2f98a2..433078c847b40c1bb7c6f94401ab54e5b908df0d 100644 (file)
@@ -1,3 +1,5 @@
+<!-- about.xml comes from the Android Material icon set, where it is called ic_info_outline.  It is released under the CC-BY license <https://creativecommons.org/licenses/by/4.0/>. -->
+
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
         android:width="24dp"
         android:height="24dp"
@@ -5,5 +7,5 @@
         android:viewportHeight="24.0">
     <path
         android:fillColor="#FF000000"
-        android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zm1,15h-2v-6h2v6zm0,-8h-2V7h2v2z"/>
+        android:pathData="M11,17h2v-6h-2v6zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8zM11,9h2L13,7h-2v2z"/>
 </vector>