summaryrefslogtreecommitdiff
path: root/java/com/android/contacts/common/res/drawable/ic_more_vert.xml
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2017-08-22 13:35:41 -0700
committerEric Erfanian <erfanian@google.com>2017-08-30 21:28:06 +0000
commitcf531214d1c8a671d2097e31bb69cc8a9f54c8f6 (patch)
tree67b16f9d729e80af7795ac9e84630f84be0d63f7 /java/com/android/contacts/common/res/drawable/ic_more_vert.xml
parent429a136f054915dc3f94121d31fcff434ff78430 (diff)
Delete unused resources.
This change will delete all unused resources except strings and ids which will be deleted in a follow up cl. Bug: 64941034 Test: none PiperOrigin-RevId: 166106449 Change-Id: I685ce1c8f57340787ef525c871c0741defd86aa6
Diffstat (limited to 'java/com/android/contacts/common/res/drawable/ic_more_vert.xml')
-rw-r--r--java/com/android/contacts/common/res/drawable/ic_more_vert.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/java/com/android/contacts/common/res/drawable/ic_more_vert.xml b/java/com/android/contacts/common/res/drawable/ic_more_vert.xml
deleted file mode 100644
index fcc3d9e4f..000000000
--- a/java/com/android/contacts/common/res/drawable/ic_more_vert.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:height="24dp"
- android:viewportHeight="24.0"
- android:viewportWidth="24.0"
- android:width="24dp">
- <path
- android:fillColor="#FF000000"
- android:pathData="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/>
-</vector>