]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/drawable/about.xml
Initial implementation of the navigation drawer.
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / about.xml
1 <vector xmlns:android="http://schemas.android.com/apk/res/android"
2         android:width="24dp"
3         android:height="24dp"
4         android:viewportWidth="24.0"
5         android:viewportHeight="24.0">
6     <path
7         android:fillColor="#FF000000"
8         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"/>
9 </vector>