]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/drawable/phone_permission.xml
Add an option to use a bottom app bar. https://redmine.stoutner.com/issues/749
[PrivacyCell.git] / app / src / main / res / drawable / phone_permission.xml
index 983dd21427ce503da29483f6a363858617d0d174..4a43a3093e7b369acefc4d08e06ca34723746504 100644 (file)
@@ -1,4 +1,4 @@
-<!-- This file comes from the Android Material icon set, where it is called `phone_android`.  It is released under the Apache License 2.0. -->
+<!-- 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. -->
 
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
     android:height="24dp"
@@ -7,6 +7,6 @@
     android:viewportWidth="24">
 
     <path
-        android:fillColor="@color/icon"
+        android:fillColor="@color/icon_enabled"
         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" />
 </vector>