gello:  CyanogenMod style [1/2]

- use vectors instead of png drawables

Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
diff --git a/res/drawable/ic_cert_avoid.xml b/res/drawable/ic_cert_avoid.xml
new file mode 100644
index 0000000..a3ead86
--- /dev/null
+++ b/res/drawable/ic_cert_avoid.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+    android:width="24dp"
+    android:height="24dp"
+    android:viewportWidth="24"
+    android:viewportHeight="24">
+
+    <path
+        android:fillColor="@color/red"
+        android:pathData="M18,17 L6,17 L6,15 L18,15 L18,17 Z M18,13 L6,13 L6,11 L18,11 L18,13 Z M18,9 L6,9
+L6,7 L18,7 L18,9 Z M3,22 L4.5,20.5 L6,22 L7.5,20.5 L9,22 L10.5,20.5 L12,22
+L13.5,20.5 L15,22 L16.5,20.5 L18,22 L19.5,20.5 L21,22 L21,2 L19.5,3.5 L18,2
+L16.5,3.5 L15,2 L13.5,3.5 L12,2 L10.5,3.5 L9,2 L7.5,3.5 L6,2 L4.5,3.5 L3,2 L3,22
+Z" />
+    <path
+        android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
+</vector>