]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/drawable/insecure.xml
Add a higher level warning for antiquated protocols. https://redmine.stoutner.com...
[PrivacyCell.git] / app / src / main / res / drawable / insecure.xml
diff --git a/app/src/main/res/drawable/insecure.xml b/app/src/main/res/drawable/insecure.xml
new file mode 100644 (file)
index 0000000..ce16bf4
--- /dev/null
@@ -0,0 +1,42 @@
+<!--
+  Copyright © 2016,2022 Soren Stoutner <soren@stoutner.com>.  The resulting image is released under the GPLv3+ license.
+
+  This file is derived from `security` and `warning_amber_rounded`, which are part of the Android Material icon set.  They are released under the Apache License 2.0.
+
+  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
+
+  Privacy Cell is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  Privacy Cell is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
+
+<vector
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    android:height="200dp"
+    android:width="200dp"
+    android:viewportHeight="256"
+    android:viewportWidth="256" >
+
+    <!-- Inner Shield. -->
+    <path
+        android:fillColor="@color/yellow_900"
+        android:pathData="m128,12.8 l-94.255,41.891 0,62.836c0,58.124 40.215,112.477 94.255,125.673 54.039,-13.196 94.255,-67.549 94.255,-125.673l0,-62.836z" />
+
+    <!-- Outer Shield. -->
+    <path
+        android:fillColor="@color/yellow_700"
+        android:pathData="m128,0 l-104.727,46.545 0,69.818C23.273,180.945 67.956,241.338 128,256 188.044,241.338 232.727,180.945 232.727,116.364l0,-69.818L128,0ZM128,127.884 L209.455,127.884C203.287,175.825 171.287,218.531 128,231.913l0,-103.913 -81.455,0 0,-66.327L128,25.484l0,102.4z" />
+
+    <!-- Exclamation. -->
+    <path
+        android:fillColor="@color/white"
+        android:pathData="M128,49.247 L193.494,165.723L62.506,165.723L128,49.247M47.459,156.77c-6.697,11.907 1.653,26.858 15.047,26.858L193.494,183.628c13.394,0 21.744,-14.951 15.047,-26.858L143.047,40.295c-6.697,-11.907 -23.397,-11.907 -30.094,0zM119.302,94.101v17.905c0,4.924 3.914,8.953 8.698,8.953 4.784,0 8.698,-4.029 8.698,-8.953L136.698,94.101c0,-4.924 -3.914,-8.953 -8.698,-8.953 -4.784,0 -8.698,4.029 -8.698,8.953zM119.302,138.864h17.395v17.906h-17.395z" />
+</vector>
\ No newline at end of file