]> gitweb.stoutner.com Git - PrivacyCell.git/blob - app/src/main/res/drawable/phone_permission.xml
Add a logcat activity. https://redmine.stoutner.com/issues/768
[PrivacyCell.git] / app / src / main / res / drawable / phone_permission.xml
1 <!-- This file comes from the Android Material icon set, where it is called `phone_android_outlined`.  It is released under the Apache License 2.0. -->
2
3 <vector xmlns:android="http://schemas.android.com/apk/res/android"
4     android:height="24dp"
5     android:width="24dp"
6     android:viewportHeight="24"
7     android:viewportWidth="24">
8
9     <path
10         android:fillColor="@color/icon_enabled"
11         android:pathData="M16,1L8,1C6.34,1 5,2.34 5,4v16c0,1.66 1.34,3 3,3h8c1.66,0 3,-1.34 3,-3L19,4c0,-1.66 -1.34,-3 -3,-3zM14,21h-4v-1h4v1zM17.25,18L6.75,18L6.75,4h10.5v14z" />
12 </vector>