gello:  CyanogenMod style [1/2]

- use vectors instead of png drawables

Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
diff --git a/res/drawable/infobar_geolocalization.xml b/res/drawable/infobar_geolocalization.xml
new file mode 100644
index 0000000..05edfc2
--- /dev/null
+++ b/res/drawable/infobar_geolocalization.xml
@@ -0,0 +1,16 @@
+<?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/icon_black"
+        android:pathData="M12,2 C8.13000011444,2,5,5.13000011444,5,9 C5,14.25,12,22,12,22 S19,14.25,19,9
+C19,5.13000011444,15.8699998856,2,12,2 Z M12,11.5
+C10.6199998856,11.5,9.5,10.3800001144,9.5,9 S10.6199998856,6.5,12,6.5
+S14.5,7.61999988556,14.5,9 S13.3800001144,11.5,12,11.5 Z" />
+    <path
+        android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
+</vector>